@charset "UTF-8";

.terms-renewal {
	--terms-primary: #2563eb;
	--terms-primary-dark: #1746a2;
	--terms-navy: #132238;
	--terms-text: #334155;
	--terms-muted: #64748b;
	--terms-border: #dbe5f3;
	--terms-surface: #f6f8fc;
	--terms-success: #087f5b;
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
	min-height: 100vh;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: clamp(20px, 3vw, 40px) 24px;
	background: linear-gradient(135deg, #f8fbff 0%, #edf4ff 52%, #f7fbff 100%);
	color: var(--terms-text);
	font-family: var(--foryoujob-font-family);
}

.terms-renewal a,
.terms-renewal button,
.terms-renewal input,
.terms-renewal pre {
	font-family: inherit;
}

.terms-renewal-container {
	width: min(calc(100vw - 48px), 1500px);
	min-height: calc(100vh - clamp(40px, 6vw, 80px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(520px, .9fr) minmax(0, 1.1fr);
	align-items: stretch;
	border: 1px solid rgba(199, 217, 255, .88);
	border-radius: 28px;
	background: rgba(255, 255, 255, .72);
	box-shadow: 0 24px 70px rgba(19, 34, 56, .12);
	overflow: hidden;
}

.terms-hero {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 34px;
	padding: clamp(34px, 4.6vw, 64px);
	background: linear-gradient(140deg, rgba(255, 255, 255, .9) 0%, rgba(237, 244, 255, .94) 62%, rgba(248, 251, 255, .96) 100%);
}

.terms-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 1px;
	background: rgba(37, 99, 235, .12);
}

.terms-logo {
	display: inline-flex;
	min-height: 44px;
	width: fit-content;
	align-items: center;
	text-decoration: none;
}

.terms-logo img {
	width: 164px;
	max-width: 100%;
	height: auto;
}

.terms-hero-copy {
	position: relative;
	z-index: 1;
	max-width: 560px;
	margin-top: auto;
}

.terms-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 18px;
	padding: 7px 12px;
	border: 1px solid #c7d9ff;
	border-radius: 999px;
	background: rgba(255, 255, 255, .82);
	color: var(--terms-primary-dark);
	font-size: 13px;
	font-weight: 800;
}

.terms-eyebrow i {
	color: var(--terms-success);
}

.terms-hero-copy h1 {
	margin: 0;
	color: var(--terms-navy);
	font-size: clamp(34px, 3.5vw, 54px);
	font-weight: 800;
	line-height: 1.22;
	word-break: keep-all;
}

.terms-hero-copy h1 span,
.terms-hero-copy h1 strong {
	display: block;
}

.terms-hero-copy h1 strong {
	color: var(--terms-primary);
	font-weight: inherit;
}

.terms-brand-description {
	max-width: 520px;
	margin: 18px 0 0;
	color: #475569;
	font-size: 16px;
	line-height: 1.7;
	word-break: keep-all;
}

.terms-guide-list {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 12px;
	margin: auto 0 0;
}

.terms-guide-item {
	display: flex;
	align-items: center;
	gap: 13px;
	min-height: 72px;
	padding: 14px 16px;
	border: 1px solid rgba(199, 217, 255, .9);
	border-radius: 16px;
	background: rgba(255, 255, 255, .82);
	color: var(--terms-text);
	text-decoration: none;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.terms-guide-item:hover,
.terms-guide-item:focus {
	transform: translateY(-2px);
	border-color: #a9c2f8;
	box-shadow: 0 12px 28px rgba(37, 99, 235, .12);
	color: var(--terms-text);
}

.terms-guide-item i {
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: #edf4ff;
	color: var(--terms-primary);
	font-size: 22px;
}

.terms-guide-item span {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.terms-guide-item strong {
	color: var(--terms-navy);
	font-size: 15px;
	font-weight: 800;
}

.terms-guide-item small {
	color: var(--terms-muted);
	font-size: 13px;
	line-height: 1.45;
	white-space: nowrap;
	word-break: keep-all;
}

.terms-step-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}

.terms-step-list li {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid var(--terms-border);
	border-radius: 14px;
	background: var(--terms-surface);
	color: var(--terms-muted);
}

.terms-step-list li span {
	width: 26px;
	height: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #edf4ff;
	color: var(--terms-primary-dark);
	font-size: 12px;
	font-weight: 900;
}

.terms-step-list li strong {
	color: var(--terms-navy);
	font-size: 13px;
	font-weight: 900;
	white-space: nowrap;
}

.terms-step-list li.active {
	border-color: #a9c2f8;
	background: #fff;
	box-shadow: 0 8px 18px rgba(37, 99, 235, .09);
}

.terms-step-list li.active span {
	background: var(--terms-primary);
	color: #fff;
}

.terms-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(32px, 4vw, 56px);
	background: #fff;
}

.terms-card-header {
	max-width: 760px;
	margin-bottom: 22px;
}

.terms-card-kicker {
	margin: 0 0 8px;
	color: var(--terms-primary);
	font-size: 13px;
	font-weight: 800;
}

.terms-card h2 {
	margin: 0;
	color: var(--terms-navy);
	font-size: clamp(25px, 2.4vw, 34px);
	font-weight: 800;
	line-height: 1.3;
}

.terms-card-header p:last-child {
	margin: 10px 0 0;
	color: var(--terms-muted);
	font-size: 14px;
	line-height: 1.6;
	word-break: keep-all;
}

.terms-agree-all {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 72px;
	margin-bottom: 18px;
	padding: 16px 18px;
	border: 1px solid #c7d9ff;
	border-radius: 17px;
	background: #f8fbff;
}

.terms-agree-all input,
.terms-check input {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	accent-color: var(--terms-primary);
}

.terms-agree-all label {
	display: grid;
	gap: 3px;
	margin: 0;
	cursor: pointer;
}

.terms-agree-all strong {
	color: var(--terms-navy);
	font-size: 15px;
	font-weight: 900;
}

.terms-agree-all span {
	color: var(--terms-muted);
	font-size: 13px;
	line-height: 1.45;
	word-break: keep-all;
}

.terms-panels {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.terms-panel {
	min-width: 0;
	border: 1px solid var(--terms-border);
	border-radius: 18px;
	background: #fff;
	overflow: hidden;
}

.terms-panel-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 76px;
	padding: 16px 18px;
	border-bottom: 1px solid var(--terms-border);
	background: var(--terms-surface);
}

.terms-panel-header div > span {
	display: inline-flex;
	margin-bottom: 5px;
	padding: 4px 7px;
	border-radius: 999px;
	background: rgba(8, 127, 91, .1);
	color: var(--terms-success);
	font-size: 12px;
	font-weight: 900;
}

.terms-panel h3 {
	margin: 0;
	color: var(--terms-navy);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.35;
	word-break: keep-all;
}

.terms-check {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 7px;
	margin: 0;
	color: var(--terms-primary-dark);
	font-size: 14px;
	font-weight: 900;
	white-space: nowrap;
	cursor: pointer;
}

.terms-content {
	height: 300px;
	padding: 18px;
	overflow-y: auto;
	background: #fff;
}

.terms-content pre {
	margin: 0;
	white-space: pre-wrap;
	color: #475569;
	font-size: 13px;
	line-height: 1.7;
	word-break: keep-all;
}

.terms-actions {
	display: grid;
	grid-template-columns: minmax(150px, .38fr) minmax(220px, .62fr);
	gap: 10px;
	margin-top: 22px;
}

.terms-action {
	min-height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 900;
	white-space: nowrap;
	transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.terms-action:hover,
.terms-action:focus {
	transform: translateY(-2px);
}

.terms-action-primary {
	background: var(--terms-primary);
	box-shadow: 0 14px 28px rgba(37, 99, 235, .23);
	color: #fff;
}

.terms-action-primary:hover,
.terms-action-primary:focus {
	background: var(--terms-primary-dark);
	color: #fff;
}

.terms-action-secondary {
	border-color: var(--terms-border);
	background: #fff;
	color: var(--terms-navy);
}

.terms-action-secondary:hover,
.terms-action-secondary:focus {
	background: #f8fbff;
	color: var(--terms-navy);
}

.terms-renewal button:focus-visible,
.terms-renewal a:focus-visible,
.terms-renewal input:focus-visible,
.terms-content:focus-visible {
	outline: 3px solid rgba(37, 99, 235, .22);
	outline-offset: 2px;
}

@media (max-width: 1199.98px) {
	.terms-renewal-container {
		width: calc(100vw - 36px);
		grid-template-columns: 1fr;
	}

	.terms-hero {
		gap: 24px;
		padding: 30px;
	}

	.terms-hero-copy {
		margin-top: 0;
	}

	.terms-guide-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.terms-guide-item {
		align-items: flex-start;
		min-height: 120px;
		flex-direction: column;
	}

	.terms-step-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin-top: 0;
	}
}

@media (max-width: 767.98px) {
	.terms-renewal {
		padding: 12px;
	}

	.terms-renewal-container {
		width: calc(100vw - 24px);
		border-radius: 20px;
	}

	.terms-hero,
	.terms-card {
		padding: 24px 18px;
	}

	.terms-hero-copy h1 {
		font-size: 31px;
	}

	.terms-brand-description {
		font-size: 15px;
		line-height: 1.65;
	}

	.terms-brand-description br {
		display: none;
	}

	.terms-guide-list,
	.terms-panels,
	.terms-actions {
		grid-template-columns: 1fr;
	}

	.terms-guide-item {
		min-height: 68px;
		flex-direction: row;
		align-items: center;
	}

	.terms-step-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.terms-panel-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.terms-content {
		height: 240px;
	}
}
