@charset "UTF-8";

.main-renewal {
	--main-primary: #2563eb;
	--main-primary-dark: #1746a2;
	--main-navy: #132238;
	--main-text: #334155;
	--main-muted: #64748b;
	--main-border: #e2e8f0;
	--main-surface: #f6f8fc;
	--main-success: #087f5b;
	--main-radius: 18px;
	background: #fff;
	color: var(--main-text);
	font-family: var(--foryoujob-font-family);
}

.main-renewal .main-renewal-container {
	width: calc(100% - 32px);
	max-width: 1380px;
}

.main-renewal .main-hero {
	position: relative;
	min-height: 560px;
	margin: 24px 0 72px;
	padding: clamp(32px, 4vw, 52px);
	overflow: hidden;
	contain: layout paint;
	border: 1px solid #dbe7ff;
	border-radius: 28px;
	background:
		radial-gradient(circle at 84% 18%, rgba(96, 165, 250, .24), transparent 32%),
		linear-gradient(135deg, #f8fbff 0%, #eef5ff 55%, #f7fbff 100%);
}

.main-renewal .main-hero::after {
	content: "";
	position: absolute;
	right: -90px;
	bottom: -110px;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: rgba(37, 99, 235, .07);
}

.main-renewal .main-hero-copy,
.main-renewal .main-hero-preview {
	position: relative;
	z-index: 1;
}

.main-renewal .main-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	padding: 7px 12px;
	border: 1px solid #c7d9ff;
	border-radius: 999px;
	background: rgba(255, 255, 255, .78);
	color: var(--main-primary-dark);
	font-size: 13px;
	font-weight: 700;
}

.main-renewal .main-hero h1 {
	max-width: 660px;
	min-height: 2.44em;
	margin: 0;
	color: var(--main-navy);
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1.22;
	word-break: keep-all;
}

.main-renewal .main-hero h1 span,
.main-renewal .main-hero h1 strong {
	display: block;
}

.main-renewal .main-hero h1 strong {
	color: var(--main-primary);
	font-weight: inherit;
}

.main-renewal .main-hero-description {
	max-width: 680px;
	min-height: 3.3em;
	margin: 18px 0 0;
	color: #475569;
	font-size: 16px;
	line-height: 1.65;
	word-break: keep-all;
}

.main-renewal .main-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.main-renewal .main-hero-search {
	position: relative;
	max-width: 600px;
	min-height: 66px;
	margin-top: 32px;
	display: flex;
	gap: 8px;
	padding: 8px;
	background: #fff;
	border: 1px solid #c7d9ff;
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(37, 99, 235, .08);
}

.main-renewal .main-hero-search:focus-within {
	border-color: var(--main-primary);
	box-shadow: 0 12px 32px rgba(37, 99, 235, .15);
}

.main-renewal .main-hero-search i {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--main-muted);
	font-size: 20px;
	pointer-events: none;
}

.main-renewal .main-hero-search input {
	flex: 1;
	height: 48px;
	padding: 0 12px 0 42px;
	border: 0;
	background: transparent;
	color: var(--main-navy);
	font-size: 16px;
	font-weight: 500;
	outline: none;
}

.main-renewal .main-hero-search input::placeholder {
	color: #94a3b8;
}

.main-renewal .main-hero-search .search-btn {
	min-width: 100px;
	min-height: 44px;
	padding: 0 20px;
	border: 0;
	border-radius: 12px;
	background: var(--main-primary);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	transition: background .2s ease;
}

.main-renewal .main-hero-search .search-btn:hover {
	background: var(--main-primary-dark);
}

.main-renewal .main-cta {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 0 17px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.main-renewal .main-cta:hover {
	transform: translateY(-2px);
}

.main-renewal .main-cta-primary {
	background: var(--main-primary);
	box-shadow: 0 10px 24px rgba(37, 99, 235, .22);
	color: #fff;
}

.main-renewal .main-cta-secondary {
	border-color: #b7c8e7;
	background: #fff;
	color: var(--main-navy);
}

.main-renewal .main-hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin: 18px 0 0;
	padding: 0;
	color: var(--main-muted);
	font-size: 13px;
	list-style: none;
}

.main-renewal .main-hero-points li {
	display: flex;
	align-items: center;
	gap: 6px;
}

.main-renewal .main-hero-points i {
	color: var(--main-success);
	font-size: 18px;
}

.main-renewal .main-hero-preview {
	height: 430px;
	min-height: 430px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 22px;
	background: rgba(255, 255, 255, .58);
	box-shadow: 0 24px 70px rgba(51, 65, 85, .14);
	backdrop-filter: blur(10px);
}

.main-renewal .main-hero-preview-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	padding: 0 2px;
}

.main-renewal .main-hero-preview-header span,
.main-renewal .main-hero-preview-header strong {
	display: block;
}

.main-renewal .main-hero-preview-header span {
	color: var(--main-primary);
	font-size: 12px;
	font-weight: 800;
}

.main-renewal .main-hero-preview-header strong {
	margin-top: 2px;
	color: var(--main-navy);
	font-size: 20px;
}

.main-renewal .main-hero-preview-header > i {
	display: grid;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: #e9f1ff;
	color: var(--main-primary);
	font-size: 22px;
	place-items: center;
}

.main-renewal .main-hero-feed {
	height: calc(100% - 52px);
	overflow: hidden;
}

.main-renewal .main-hero-job-track {
	animation: mainHeroJobScroll 30s linear infinite;
	will-change: transform;
}

.main-renewal .main-hero-feed:hover .main-hero-job-track {
	animation-play-state: paused;
}

.main-renewal .main-hero-job-list {
	display: flex;
	min-height: 396px;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 12px;
}

@keyframes mainHeroJobScroll {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-50%);
	}
}

.main-renewal .main-hero-job-card {
	position: relative;
	display: grid;
	grid-template-columns: 138px minmax(0, 1fr);
	min-height: 124px;
	overflow: hidden;
	border: 1px solid var(--main-border);
	border-radius: 16px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 8px 22px rgba(15, 23, 42, .07);
	cursor: pointer;
}

.main-renewal .main-favorite-button {
	position: absolute;
	z-index: 7;
	display: inline-flex;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(203, 213, 225, .95);
	border-radius: 50%;
	background: rgba(255, 255, 255, .96);
	color: #64748b;
	font-size: 20px;
	line-height: 1;
	box-shadow: 0 8px 20px rgba(15, 23, 42, .12);
	transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.main-renewal .main-favorite-button:hover {
	transform: translateY(-1px);
	border-color: #93b4ef;
	color: var(--main-primary);
}

.main-renewal .main-favorite-button:focus-visible {
	outline: 3px solid rgba(37, 99, 235, .22);
	outline-offset: 2px;
}

.main-renewal .main-favorite-button:disabled {
	cursor: wait;
	opacity: .72;
}

.main-renewal .main-favorite-button.is-active {
	border-color: #f3c74f;
	background: #fff7d6;
	color: #f59e0b;
}

.main-renewal .main-favorite-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.main-renewal .main-favorite-button--hero,
.main-renewal .main-favorite-button--card,
.main-renewal .main-favorite-button--compact {
	top: 12px;
	right: 12px;
}

.main-renewal .main-hero-job-card--seoul::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, #f59e0b, #fde047);
	z-index: 2;
}

.main-renewal .main-hero-job-card--seoul {
	border-color: #f3c74f;
	box-shadow: 0 10px 24px rgba(245, 158, 11, .08);
}

.main-renewal .main-hero-job-thumb {
	position: relative;
	min-width: 0;
	overflow: hidden;
	background: #eef2f7;
}

.main-renewal .main-hero-job-thumb::after {
	content: "";
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	width: 44px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .72) 60%, #fff 100%);
	pointer-events: none;
}

.main-renewal .main-hero-job-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-renewal .main-hero-job-thumb > span {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 10px;
	padding: 4px 7px;
	border-radius: 7px;
	background: rgba(37, 99, 235, .92);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
}

.main-renewal .main-hero-job-card--seoul .main-hero-job-thumb > span {
	background: #f59e0b;
	box-shadow: 0 4px 10px rgba(245, 158, 11, .18);
	color: #fff;
}

.main-renewal .main-hero-job-content {
	position: relative;
	min-width: 0;
	padding: 11px 14px 10px;
}

.main-renewal .main-hero-job-company {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 6px;
	margin-bottom: 4px;
	color: var(--main-muted);
	font-size: 13px;
	font-weight: 700;
}

.main-renewal .main-hero-job-company img {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	border: 1px solid var(--main-border);
	border-radius: 50%;
	background: #fff;
	object-fit: cover;
}

.main-renewal .main-company-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid var(--main-border);
	background: #fff;
	color: #2459ad;
	font-weight: 900;
	line-height: 1;
}

.main-renewal .main-company-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.main-renewal .main-company-logo.is-initial {
	background: linear-gradient(135deg, #f4f7ff, #e8efff);
}

.main-renewal .main-company-logo--hero {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	border-radius: 50%;
	font-size: 11px;
}

.main-renewal .main-hero-job-company span,
.main-renewal .main-hero-job-meta span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main-renewal .main-hero-job-card h3 {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: var(--main-navy);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.38;
	word-break: keep-all;
	overflow-wrap: break-word;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.main-renewal .main-hero-job-meta {
	display: flex;
	min-width: 0;
	gap: 12px;
	margin-top: 6px;
	color: var(--main-muted);
	font-size: 12px;
}

.main-renewal .main-hero-job-meta span {
	max-width: 50%;
}

.main-renewal .main-hero-job-deadline {
	display: inline-flex;
	max-width: 100%;
	align-items: center;
	gap: 4px;
	margin-top: 6px;
	color: var(--main-primary-dark);
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.main-renewal .main-hero-job-card--seoul .main-hero-job-deadline {
	color: #b45309;
}

.main-renewal .main-section {
	padding: 76px 0 0;
}

.main-renewal .main-general-jobs-panel {
	margin-top: 76px;
	padding: 34px;
	border: 1px solid var(--main-border);
	border-radius: 24px;
	background: #fbfcfe;
}

.main-renewal .main-general-jobs-panel .main-section-header {
	margin-bottom: 22px;
}

.main-renewal .main-compact-job-column {
	flex: 0 0 25%;
	max-width: 25%;
}

.main-renewal .main-section-soft {
	margin-top: 76px;
	padding: 72px 34px;
	border-radius: 28px;
	background: var(--main-surface);
}

.main-renewal .main-section-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.main-renewal .main-section-kicker {
	margin-bottom: 8px;
	color: var(--main-primary);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.main-renewal .main-section-title {
	margin: 0;
	color: var(--main-navy);
	font-size: clamp(25px, 3vw, 34px);
	font-weight: 800;
	letter-spacing: -.03em;
}

.main-renewal .main-section-description {
	max-width: 650px;
	margin: 10px 0 0;
	color: var(--main-muted);
	font-size: 15px;
	line-height: 1.7;
	word-break: keep-all;
}

.main-renewal .main-verified-section {
	margin-top: 64px;
	padding: 26px;
	border: 1px solid #dce6f5;
	border-radius: 20px;
	background: #f7f9fc;
}

.main-renewal .main-verified-section .main-section-header {
	margin-bottom: 18px;
}

.main-renewal .main-verified-section .main-section-title {
	font-weight: 900;
	letter-spacing: -.04em;
}

.main-renewal .main-verified-section .main-section-description {
	margin-top: 5px;
}

.main-renewal .main-section-more {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 4px;
	flex: 0 0 auto;
	color: var(--main-primary-dark);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.main-renewal .main-section-more:hover {
	text-decoration: underline;
}

.main-renewal .main-job-grid {
	--bs-gutter-x: 16px;
	min-height: 390px;
	row-gap: 20px;
}

.main-renewal .main-job-card {
	position: relative;
	height: 100%;
	min-height: 360px;
	overflow: hidden;
	border: 1px solid #cbd9ef;
	border-radius: 14px;
	background: #fff;
	box-shadow: none;
	cursor: pointer;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.main-renewal .main-job-card:hover {
	transform: translateY(-3px);
	border-color: #8ba9dc;
	box-shadow: 0 12px 26px rgba(49, 83, 143, .1);
}

.main-renewal .main-job-image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 8;
	border-bottom: 1px solid #edf0f4;
	background: #eef2f7;
}

.main-renewal .main-job-image > img:first-child {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.main-renewal .main-company-logo--card {
	position: absolute;
	left: 14px;
	bottom: 14px;
	z-index: 2;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	font-size: 18px;
	box-shadow: 0 8px 18px rgba(15, 23, 42, .14);
}

.main-renewal .main-job-card:hover .main-job-image > img:first-child {
	transform: scale(1.025);
}

.main-renewal .main-job-status {
	position: absolute;
	top: 14px;
	right: 58px;
	padding: 6px 10px;
	border: 1px solid rgba(255, 255, 255, .9);
	border-radius: 999px;
	background: rgba(255, 255, 255, .96);
	color: #1249a8;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: -.02em;
	box-shadow: 0 2px 8px rgba(15, 23, 42, .1);
}

.main-renewal .main-job-body {
	display: flex;
	padding: 18px 20px 20px;
	flex-direction: column;
	background: #fff;
}

.main-renewal .main-job-company {
	display: flex;
	align-items: center;
	order: 2;
	gap: 7px;
	margin: 5px 0 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #667085;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}

.main-renewal .main-job-company img {
	display: none;
}

.main-renewal .main-job-certified-label {
	flex: 0 0 auto;
	padding: 3px 7px;
	border-radius: 5px;
	background: #eaf1ff;
	color: #2459ad;
	font-size: 11px;
	font-weight: 800;
}

.main-renewal .main-job-company span {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.main-renewal .main-job-title {
	display: block;
	order: 1;
	min-height: 26px;
	margin: 0;
	overflow: hidden;
	color: var(--main-navy);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.45;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main-renewal .main-job-tags {
	display: flex;
	order: 3;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 16px;
}

.main-renewal .main-job-tag {
	padding: 5px 9px;
	border: 0;
	border-radius: 8px;
	background: #f5f6f8;
	color: #475569;
	font-size: 12px;
}

.main-renewal .main-job-tag strong {
	margin-right: 3px;
	color: #2459ad;
	font-weight: 800;
}

.main-renewal .main-job-footer {
	display: flex;
	order: 4;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	padding-top: 15px;
	border-top: 1px solid #edf0f4;
	color: #475569;
	font-size: 13px;
}

.main-renewal .main-job-metric {
	display: inline-flex;
	align-items: baseline;
	gap: 4px;
	padding: 5px 8px;
	border-radius: 8px;
	background: #f1f5f9;
	white-space: nowrap;
}

.main-renewal .main-job-metric-label {
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
}

.main-renewal .main-job-metric strong {
	color: var(--main-navy);
	font-size: 14px;
	font-weight: 900;
	font-variant-numeric: tabular-nums;
}

.main-renewal .main-job-metric--support strong {
	color: var(--main-primary);
}

.main-renewal .main-job-deadline {
	margin-left: auto;
	color: #334155;
	font-weight: 700;
}

.main-renewal .main-hero-job-stats,
.main-renewal .main-compact-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 12px;
	color: #52627a;
	font-size: 12px;
	font-weight: 800;
}

.main-renewal .main-hero-job-stats span,
.main-renewal .main-compact-stats span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 7px;
	border-radius: 7px;
	background: #f1f5f9;
	white-space: nowrap;
}

.main-renewal .main-hero-job-stats i,
.main-renewal .main-compact-stats i {
	color: var(--main-primary);
	font-size: 14px;
}

.main-renewal .main-compact-card {
	position: relative;
	display: flex;
	height: 100%;
	min-height: 176px;
	flex-direction: column;
	padding: 24px 20px 20px;
	overflow: hidden;
	border: 1px solid #d7e0ed;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 5px 16px rgba(31, 64, 112, .055);
	cursor: pointer;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.main-renewal .main-compact-card::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--main-primary), #60a5fa);
}

.main-renewal .main-compact-card--seoul::before {
	background: linear-gradient(90deg, #f59e0b, #fde047);
}

.main-renewal .main-compact-card--seoul {
	border-color: #f3c74f;
}

.main-renewal .main-compact-card.main-compact-card--seoul:hover {
	border-color: #f3c74f;
	box-shadow: 0 14px 30px rgba(245, 158, 11, .16);
}

.main-renewal .main-compact-card:hover {
	transform: translateY(-3px);
	border-color: #9db9eb;
	box-shadow: 0 14px 30px rgba(37, 99, 235, .12);
}

.main-renewal .main-compact-badges {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-height: 36px;
	padding-right: 42px;
	margin-bottom: 14px;
}

.main-renewal .main-compact-status {
	padding: 4px 8px;
	border-radius: 7px;
	background: var(--main-primary);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	box-shadow: 0 4px 10px rgba(37, 99, 235, .16);
}

.main-renewal .main-compact-card--seoul .main-compact-status {
	background: #f59e0b;
	box-shadow: 0 4px 10px rgba(245, 158, 11, .18);
	color: #fff;
}

.main-renewal .main-source-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 8px;
	border-radius: 999px;
	background: #fff7d6;
	color: #9a6700;
	font-size: 10px;
	font-weight: 900;
	white-space: nowrap;
}

.main-renewal .main-compact-title {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: var(--main-navy);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.main-renewal .main-compact-company {
	margin: 8px 0 0;
	color: #475569;
	font-size: 13px;
	font-weight: 700;
}

.main-renewal .main-compact-meta {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 7px 12px;
	margin-top: 16px;
	padding-top: 32px;
	border-top: 0;
	color: var(--main-muted);
	font-size: 12px;
}

.main-renewal .main-compact-meta::before {
	content: "";
	position: absolute;
	top: 16px;
	right: 0;
	left: 0;
	height: 1px;
	background: #e6ebf2;
}

.main-renewal .main-editorial-grid > div {
	display: flex;
}

.main-renewal .main-editorial-card {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 320px;
	overflow: hidden;
	align-items: flex-end;
	padding: 28px;
	border-radius: 20px;
	background-position: center;
	background-size: cover;
	box-shadow: 0 12px 34px rgba(15, 23, 42, .12);
	cursor: pointer;
}

.main-renewal .main-editorial-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, .08) 20%, rgba(15, 23, 42, .9) 100%);
}

.main-renewal .main-editorial-content {
	position: relative;
	z-index: 1;
	color: #fff;
}

.main-renewal .main-editorial-label {
	display: inline-block;
	margin-bottom: 12px;
	padding: 5px 9px;
	border-radius: 7px;
	background: rgba(255, 255, 255, .16);
	font-size: 12px;
	font-weight: 700;
}

.main-renewal .main-editorial-title {
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.4;
}

.main-renewal .main-editorial-tag {
	margin: 10px 0 0;
	color: #dbe5f3;
	font-size: 14px;
}

.main-renewal .main-editorial-meta {
	display: flex;
	gap: 16px;
	margin-top: 18px;
	color: #e2e8f0;
	font-size: 12px;
}

.main-renewal .main-trust-strip {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: -36px;
	padding: 0;
	position: relative;
	z-index: 2;
}

.main-renewal .main-trust-item {
	display: flex;
	align-items: center;
	gap: 13px;
	min-height: 76px;
	padding: 18px 20px;
	border: 1px solid var(--main-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.main-renewal .main-trust-item i {
	display: inline-flex;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	align-items: center;
	justify-content: center;
	color: var(--main-primary);
	font-size: 28px;
}

.main-renewal .main-trust-item strong {
	display: block;
	color: var(--main-navy);
	font-size: 16px;
	line-height: 1.25;
}

.main-renewal .main-trust-item span {
	display: block;
	margin-top: 4px;
	color: var(--main-muted);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.main-renewal .main-category-section {
	margin-top: 64px;
	padding: 0;
}

.main-renewal .main-category-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 16px;
	margin-top: 24px;
}

.main-renewal .main-category-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 24px 16px;
	border: 1px solid var(--main-border);
	border-radius: 20px;
	background: #fff;
	text-decoration: none;
	transition: all .2s ease;
}

.main-renewal .main-category-item:hover {
	transform: translateY(-5px);
	border-color: var(--main-primary);
	box-shadow: 0 10px 25px rgba(37, 99, 235, .1);
}

.main-renewal .main-category-icon {
	display: grid;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	background: #f1f5f9;
	color: #475569;
	font-size: 28px;
	place-items: center;
	transition: all .2s ease;
}

.main-renewal .main-category-item:hover .main-category-icon {
	background: #eef2ff;
	color: var(--main-primary);
}

.main-renewal .main-category-item span {
	color: var(--main-navy);
	font-size: 15px;
	font-weight: 700;
}

.main-renewal .main-daily-career-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
	gap: 14px;
	margin: 28px 0 34px;
}

.main-renewal .main-weather-card,
.main-renewal .main-resume-check-card {
	min-height: 148px;
	border-radius: 16px;
	text-align: center;
}

.main-renewal .main-weather-card {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 18px 20px;
	border: 1px solid #cfe0f7;
	background:
		radial-gradient(circle at 92% 12%, rgba(251, 191, 36, .24), transparent 24%),
		linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(241, 248, 255, .96));
	box-shadow: 0 8px 20px rgba(37, 99, 235, .07);
}

.main-renewal .main-weather-head {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 12px;
}

.main-renewal .main-weather-kicker,
.main-renewal .main-resume-check-kicker {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #2563eb;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
}

.main-renewal .main-weather-location {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	padding: 0 10px;
	border: 1px solid #dbe7ff;
	border-radius: 999px;
	background: #fff;
	color: #475569;
	font-size: 13px;
	font-weight: 800;
}

.main-renewal .main-weather-body {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
}

.main-renewal .main-weather-time {
	display: block;
	color: var(--main-navy);
	font-size: 34px;
	font-weight: 900;
	line-height: 1;
}

.main-renewal .main-weather-date {
	margin: 5px 0 0;
	color: var(--main-muted);
	font-size: 14px;
	font-weight: 700;
}

.main-renewal .main-weather-current {
	display: flex;
	align-items: center;
	gap: 9px;
	color: #0f766e;
	font-size: 31px;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
}

.main-renewal .main-weather-icon {
	display: inline-flex;
	width: 58px;
	height: 58px;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	background: #fff7ed;
	color: #2563eb;
	font-size: 34px;
	box-shadow: inset 0 0 0 1px #fed7aa, 0 8px 18px rgba(251, 146, 60, .14);
}

.main-renewal .main-weather-summary {
	margin: 10px 0 0;
	color: #334155;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	word-break: keep-all;
}

.main-renewal .main-weather-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
	margin-top: 10px;
}

.main-renewal .main-weather-meta span {
	display: inline-flex;
	min-height: 28px;
	align-items: center;
	padding: 0 9px;
	border-radius: 8px;
	background: #fff;
	color: #475569;
	font-size: 13px;
	font-weight: 800;
}

.main-renewal .main-resume-check-card {
	position: relative;
	display: flex;
	overflow: hidden;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 20px 22px;
	background:
		radial-gradient(circle at 92% 20%, rgba(251, 191, 36, .22), transparent 26%),
		linear-gradient(135deg, rgba(23, 32, 52, .94), rgba(51, 65, 85, .92));
	color: #fff;
	box-shadow: 0 8px 22px rgba(15, 23, 42, .15);
}

.main-renewal .main-resume-check-card::after {
	content: "";
	position: absolute;
	right: -36px;
	bottom: -48px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(251, 191, 36, .16);
}

.main-renewal .main-resume-check-kicker {
	position: relative;
	z-index: 1;
	color: #fde68a;
}

.main-renewal .main-resume-check-card h2 {
	position: relative;
	z-index: 1;
	max-width: 520px;
	margin: 9px 0 0;
	color: #fff;
	font-size: 25px;
	font-weight: 900;
	line-height: 1.3;
	word-break: keep-all;
}

.main-renewal .main-resume-check-card p {
	position: relative;
	z-index: 1;
	max-width: 520px;
	margin: 8px 0 0;
	color: rgba(255, 255, 255, .82);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	word-break: keep-all;
}

.main-renewal .main-resume-check-card a {
	position: relative;
	z-index: 1;
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	gap: 7px;
	margin-top: 13px;
	padding: 0 12px;
	border-radius: 8px;
	background: #fbbf24;
	color: #172034;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.main-renewal .main-resume-check-card a:hover {
	background: #f59e0b;
	color: #172034;
}

.main-renewal .main-encourage-banner {
	position: relative;
	height: 176px;
	min-height: 176px;
	margin: 62px 0 0;
	overflow: hidden;
	border-radius: 18px;
	background: #27364a;
	box-shadow: 0 12px 34px rgba(15, 23, 42, .12);
	isolation: isolate;
}

.main-renewal .main-encourage-image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 45%;
	z-index: -2;
}

.main-renewal .main-encourage-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(9, 20, 38, .9) 0%, rgba(9, 20, 38, .7) 52%, rgba(9, 20, 38, .48) 100%),
		linear-gradient(180deg, rgba(9, 20, 38, .08), rgba(9, 20, 38, .34));
	z-index: -1;
}

.main-renewal .main-encourage-banner-alt .main-encourage-overlay {
	background:
		linear-gradient(90deg, rgba(20, 35, 28, .9) 0%, rgba(20, 35, 28, .7) 52%, rgba(20, 35, 28, .48) 100%),
		linear-gradient(180deg, rgba(20, 35, 28, .08), rgba(20, 35, 28, .34));
}

.main-renewal .main-encourage-content {
	display: flex;
	width: min(930px, calc(100% - 170px));
	height: 100%;
	flex-direction: column;
	justify-content: center;
	padding: 26px 36px;
}

.main-renewal .main-encourage-kicker {
	margin-bottom: 8px;
	color: #bfdbfe;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.main-renewal .main-encourage-banner-alt .main-encourage-kicker {
	color: #bbf7d0;
}

.main-renewal .main-encourage-message {
	margin: 0;
	color: #fff;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.45;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .42);
	word-break: keep-all;
}

.main-renewal .main-encourage-contact {
	position: absolute;
	right: 20px;
	bottom: 18px;
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 7px;
	background: rgba(15, 23, 42, .58);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	backdrop-filter: blur(5px);
	transition: background .18s ease, border-color .18s ease;
}

.main-renewal .main-encourage-contact:hover {
	border-color: rgba(255, 255, 255, .82);
	background: rgba(15, 23, 42, .78);
	color: #fff;
}

.main-renewal .main-contact {
	margin: 80px 0 20px;
	padding: 42px;
	border-radius: 24px;
	background: var(--main-navy);
	color: #fff;
}

.main-renewal .main-contact h2 {
	margin: 0;
	color: #fff;
	font-size: 28px;
	font-weight: 800;
}

.main-renewal .main-contact p {
	margin: 10px 0 0;
	color: #cbd5e1;
}

.main-renewal a:focus-visible,
.main-renewal [onclick]:focus-visible {
	outline: 3px solid rgba(37, 99, 235, .35);
	outline-offset: 3px;
}

.favorite-login-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 18px;
	background: rgba(15, 23, 42, .46);
}

.favorite-login-modal.is-open {
	display: flex;
}

.favorite-login-dialog {
	position: relative;
	width: min(420px, 100%);
	padding: 30px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(15, 23, 42, .25);
}

.favorite-login-close {
	position: absolute;
	top: 14px;
	right: 14px;
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	background: #f1f5f9;
	color: #475569;
	font-size: 22px;
	line-height: 1;
}

.favorite-login-kicker {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 5px 9px;
	border-radius: 999px;
	background: #eff6ff;
	color: #1746a2;
	font-size: 12px;
	font-weight: 900;
}

.favorite-login-dialog h3 {
	margin: 0;
	color: #132238;
	font-size: 22px;
	font-weight: 900;
}

.favorite-login-dialog p {
	margin: 10px 0 0;
	color: #64748b;
	font-size: 14px;
	line-height: 1.6;
}

.favorite-login-actions {
	display: flex;
	gap: 8px;
	margin-top: 22px;
}

.favorite-login-actions a {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 0 13px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.favorite-login-primary {
	flex: 1;
	background: #2563eb;
	color: #fff;
}

.favorite-login-primary:hover {
	background: #1746a2;
	color: #fff;
}

.favorite-login-secondary {
	border: 1px solid #d7deea;
	background: #fff;
	color: #334155;
}

.favorite-feedback-toast {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 10001;
	display: flex;
	min-height: 48px;
	align-items: center;
	gap: 12px;
	padding: 0 15px;
	border: 1px solid #dbe3ee;
	border-radius: 10px;
	background: #fff;
	color: #132238;
	box-shadow: 0 18px 48px rgba(15, 23, 42, .18);
	opacity: 0;
	pointer-events: none;
	transform: translateY(12px);
	transition: opacity .18s ease, transform .18s ease;
}

.favorite-feedback-toast.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.favorite-feedback-toast strong {
	font-size: 13px;
	font-weight: 900;
}

.favorite-feedback-toast a {
	color: #2563eb;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

@media (max-width: 991.98px) {
	.main-renewal .main-compact-job-column {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.main-renewal .main-hero {
		min-height: 420px;
		margin-top: 16px;
		padding: 48px 34px 66px;
	}

	.main-renewal .main-hero-preview {
		display: none;
	}

	.main-renewal .main-trust-strip {
		grid-template-columns: 1fr;
		margin-top: -48px;
	}

	.main-renewal .main-section,
	.main-renewal .main-section-soft {
		margin-top: 0;
		padding-top: 64px;
	}

	.main-renewal .main-section-soft {
		margin-top: 64px;
		padding: 54px 24px;
	}

	.main-renewal .main-general-jobs-panel {
		margin-top: 64px;
		padding: 28px 24px;
	}
}

@media (max-width: 767.98px) {
	.main-renewal .main-compact-job-column {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.main-renewal .main-compact-card {
		min-height: 0;
		padding: 22px 18px 18px;
	}

	.main-renewal .main-compact-title,
	.main-renewal .main-compact-company,
	.main-renewal .main-compact-meta span {
		word-break: keep-all;
		overflow-wrap: break-word;
	}

	.main-renewal .main-renewal-container {
		width: 100%;
	}

	.main-renewal .main-hero {
		min-height: 460px;
		margin-bottom: 58px;
		padding: 38px 22px 64px;
		border-radius: 20px;
	}

	.main-renewal .main-hero-search {
		flex-direction: column;
		padding: 12px;
		gap: 10px;
		border-radius: 20px;
	}

	.main-renewal .main-hero-search i {
		display: none;
	}

	.main-renewal .main-hero-search input {
		padding: 0 12px;
		height: 44px;
		font-size: 15px;
	}

	.main-renewal .main-hero-search .search-btn {
		width: 100%;
		height: 48px;
	}

	.main-renewal .main-category-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
	}

	.main-renewal .main-category-section {
		padding-bottom: 30px;
	}

	.main-renewal .main-category-item {
		padding: 16px 8px;
		border-radius: 14px;
		gap: 8px;
	}

	.main-renewal .main-category-icon {
		width: 44px;
		height: 44px;
		font-size: 20px;
		border-radius: 12px;
	}

	.main-renewal .main-category-item span {
		font-size: 12px;
	}

	.main-renewal .main-hero-actions {
		flex-direction: column;
	}

	.main-renewal .main-cta {
		width: 100%;
	}

	.main-renewal .main-hero-points {
		display: grid;
	}

	.main-renewal .main-trust-strip {
		padding: 0;
	}

	.main-renewal .main-section-header {
		display: block;
	}

	.main-renewal .main-section-more {
		margin-top: 14px;
	}

	.main-renewal .main-daily-career-panel {
		grid-template-columns: 1fr;
		gap: 12px;
		margin: 24px 0 30px;
	}

	.main-renewal .main-weather-card,
	.main-renewal .main-resume-check-card {
		min-height: 0;
		border-radius: 16px;
	}

	.main-renewal .main-weather-card,
	.main-renewal .main-resume-check-card {
		padding: 18px;
	}

	.main-renewal .main-weather-head {
		flex-direction: column;
		gap: 8px;
		margin-bottom: 12px;
	}

	.main-renewal .main-weather-body {
		align-items: center;
		flex-direction: column;
		gap: 10px;
	}

	.main-renewal .main-weather-time {
		font-size: 34px;
	}

	.main-renewal .main-resume-check-card h2 {
		font-size: 22px;
	}

	.main-renewal .main-section-soft {
		margin-right: -12px;
		margin-left: -12px;
		padding: 48px 18px;
		border-radius: 20px;
	}

	.main-renewal .main-general-jobs-panel {
		padding: 24px 16px;
		border-radius: 18px;
	}

	.main-renewal .main-verified-section {
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
		padding: 20px 16px;
		border-radius: 16px;
	}

	.main-renewal .main-encourage-banner {
		height: 220px;
		min-height: 220px;
		margin-top: 42px;
		border-radius: 14px;
	}

	.main-renewal .main-encourage-image {
		object-position: center;
	}

	.main-renewal .main-encourage-overlay,
	.main-renewal .main-encourage-banner-alt .main-encourage-overlay {
		background: linear-gradient(90deg, rgba(9, 20, 38, .92), rgba(9, 20, 38, .62));
	}

	.main-renewal .main-encourage-content {
		width: 100%;
		height: calc(100% - 45px);
		padding: 24px 22px 14px;
	}

	.main-renewal .main-encourage-message {
		font-size: 20px;
		line-height: 1.5;
	}

	.main-renewal .main-encourage-contact {
		right: 14px;
		bottom: 13px;
	}

	.main-renewal .main-editorial-card {
		min-height: 280px;
		padding: 22px;
	}

	.main-renewal .main-editorial-title {
		font-size: 21px;
	}

	.main-renewal .main-contact {
		padding: 30px 24px;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.main-renewal *,
	.main-renewal *::before,
	.main-renewal *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
