:root {
	--iehes-navy: #082d69;
	--iehes-navy-deep: #041d4c;
	--iehes-blue: #1267d7;
	--iehes-sky: #54a8ff;
	--iehes-cyan: #77c8ff;
	--iehes-ink: #14263d;
	--iehes-muted: #5f7085;
	--iehes-line: #cfdaea;
	--iehes-surface: #ffffff;
	--iehes-soft: #f3f7fc;
	--iehes-success: #087a55;
	--iehes-danger: #b42318;
}

* {
	box-sizing: border-box;
}

html {
	min-width: 320px;
	background: var(--iehes-navy-deep);
	-webkit-text-size-adjust: 100%;
}

body.iehes-access-page {
	margin: 0;
	min-width: 320px;
	min-height: 100vh;
	color: var(--iehes-ink);
	background: #edf3fa;
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

button,
input {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

.iehes-skip-link {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 100;
	padding: 10px 14px;
	border-radius: 8px;
	color: #fff;
	background: var(--iehes-navy);
	transform: translateY(-160%);
}

.iehes-skip-link:focus {
	transform: translateY(0);
}

.iehes-access-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(430px, 0.92fr);
	grid-template-areas: "hero auth";
	min-height: calc(100vh - 148px);
	background: #fff;
}

.iehes-auth-panel {
	position: relative;
	grid-area: auth;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 34px clamp(28px, 4vw, 72px);
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 7%, rgba(84, 168, 255, 0.18), transparent 31%),
		radial-gradient(circle at 8% 92%, rgba(18, 103, 215, 0.08), transparent 28%),
		linear-gradient(145deg, #fff 0%, #f4f7fb 100%);
}

.iehes-auth-panel::before {
	position: absolute;
	top: 8%;
	right: -90px;
	width: 220px;
	height: 220px;
	border: 1px solid rgba(18, 103, 215, 0.08);
	border-radius: 50%;
	box-shadow: 0 0 0 38px rgba(18, 103, 215, 0.025), 0 0 0 76px rgba(18, 103, 215, 0.018);
	content: "";
	pointer-events: none;
}

.iehes-auth-inner {
	position: relative;
	z-index: 1;
	display: flex;
	width: min(100%, 560px);
	flex-direction: column;
	gap: 22px;
}

.iehes-brand {
	text-align: center;
}

.iehes-brand img {
	display: block;
	width: min(100%, 390px);
	height: auto;
	margin: 0 auto;
}

.iehes-card {
	position: relative;
	width: 100%;
	scroll-margin-top: 16px;
	padding: clamp(26px, 3.3vw, 42px);
	overflow: hidden;
	border: 1px solid rgba(8, 45, 105, 0.08);
	border-radius: 22px;
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.99), rgba(249, 252, 255, 0.97));
	box-shadow: 0 22px 65px rgba(8, 34, 72, 0.14), 0 3px 12px rgba(8, 34, 72, 0.06);
}

.iehes-card::before {
	position: absolute;
	top: 0;
	right: 44px;
	left: 44px;
	height: 3px;
	border-radius: 0 0 8px 8px;
	background: linear-gradient(90deg, transparent, var(--iehes-blue), var(--iehes-sky), transparent);
	content: "";
}

.iehes-view[hidden],
[data-recovery-fields][hidden] {
	display: none !important;
}

.iehes-card-heading {
	margin-bottom: 25px;
	text-align: center;
}

.iehes-heading-icon {
	display: inline-grid;
	width: 58px;
	height: 58px;
	margin-bottom: 12px;
	place-items: center;
	border-radius: 50%;
	color: var(--iehes-navy);
	background: #e8f1fd;
}

.iehes-heading-icon svg {
	width: 29px;
	height: 29px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.iehes-eyebrow {
	margin: 0 0 4px;
	color: var(--iehes-blue);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.iehes-card-heading h1 {
	margin: 0;
	color: var(--iehes-navy-deep);
	font-size: clamp(1.65rem, 3vw, 2rem);
	line-height: 1.15;
	letter-spacing: -0.025em;
}

.iehes-card-heading h1::after {
	display: block;
	width: 48px;
	height: 4px;
	margin: 13px auto 0;
	border-radius: 9px;
	background: var(--iehes-blue);
	content: "";
}

.iehes-card-heading p:last-child {
	max-width: 390px;
	margin: 13px auto 0;
	color: var(--iehes-muted);
	font-size: 0.9rem;
}

.iehes-login-success {
	display: grid;
	justify-items: center;
	padding: 10px 0 2px;
	text-align: center;
}

.iehes-success-mark {
	position: relative;
	display: grid;
	width: 88px;
	height: 88px;
	margin-bottom: 22px;
	place-items: center;
	border: 8px solid #e3f7ef;
	border-radius: 50%;
	color: #fff;
	background: linear-gradient(145deg, #13a474, var(--iehes-success));
	box-shadow: 0 15px 35px rgba(8, 122, 85, 0.24);
}

.iehes-success-mark::after {
	position: absolute;
	inset: -15px;
	border: 1px solid rgba(8, 122, 85, 0.17);
	border-radius: 50%;
	content: "";
}

.iehes-success-mark svg {
	width: 43px;
	height: 43px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.iehes-login-success h1 {
	margin: 2px 0 0;
	color: var(--iehes-navy-deep);
	font-size: clamp(1.8rem, 3vw, 2.15rem);
	line-height: 1.15;
	letter-spacing: -0.025em;
}

.iehes-login-success h1::after {
	display: block;
	width: 48px;
	height: 4px;
	margin: 14px auto 0;
	border-radius: 9px;
	background: var(--iehes-success);
	content: "";
}

.iehes-success-copy {
	max-width: 390px;
	margin: 17px auto 0;
	color: var(--iehes-muted);
	font-size: 0.94rem;
}

.iehes-success-copy strong {
	color: var(--iehes-navy);
}

.iehes-success-progress {
	width: min(100%, 320px);
	height: 6px;
	margin-top: 25px;
	overflow: hidden;
	border-radius: 999px;
	background: #e3ebf5;
}

.iehes-success-progress span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--iehes-blue), var(--iehes-success));
	transform-origin: left center;
	animation: iehes-success-progress 1.25s ease-out both;
}

.iehes-success-status {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 12px 0 0;
	color: #4f6178;
	font-size: 0.84rem;
	font-weight: 700;
}

.iehes-success-status > span {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid #b8c8dc;
	border-top-color: var(--iehes-blue);
	border-radius: 50%;
	animation: iehes-success-spin 0.75s linear infinite;
}

.iehes-success-link {
	width: 100%;
	margin-top: 24px;
	text-decoration: none;
}

@keyframes iehes-success-progress {
	from { transform: scaleX(0); }
	to { transform: scaleX(1); }
}

@keyframes iehes-success-spin {
	to { transform: rotate(360deg); }
}

.iehes-form {
	display: grid;
	gap: 17px;
}

.iehes-field {
	display: grid;
	gap: 7px;
	color: var(--iehes-ink);
	font-size: 0.88rem;
	font-weight: 750;
}

.iehes-input-wrap {
	position: relative;
	display: flex;
	align-items: center;
}

.iehes-input-wrap > svg {
	position: absolute;
	left: 15px;
	width: 21px;
	height: 21px;
	pointer-events: none;
	fill: none;
	stroke: #52709a;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.iehes-input-wrap input {
	width: 100%;
	min-height: 52px;
	padding: 12px 48px 12px 47px;
	border: 1px solid #becde1;
	border-radius: 10px;
	outline: none;
	color: var(--iehes-ink);
	background: #fff;
	font-size: 0.95rem;
	font-weight: 500;
	transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.iehes-input-wrap input::placeholder {
	color: #7b8ca4;
}

.iehes-input-wrap input:hover {
	border-color: #8da8ca;
}

.iehes-input-wrap input:focus {
	border-color: var(--iehes-blue);
	box-shadow: 0 0 0 4px rgba(18, 103, 215, 0.13);
}

.iehes-input-wrap--code input {
	padding-right: 18px;
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: 0.3em;
	text-align: center;
}

.iehes-password-toggle {
	position: absolute;
	right: 7px;
	display: grid;
	width: 38px;
	height: 38px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 7px;
	color: #48668f;
	background: transparent;
	cursor: pointer;
}

.iehes-password-toggle:hover,
.iehes-password-toggle:focus-visible {
	color: var(--iehes-blue);
	background: #eef5ff;
}

.iehes-password-toggle svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.iehes-check {
	display: flex;
	align-items: center;
	gap: 9px;
	color: #4f6178;
	font-size: 0.84rem;
	cursor: pointer;
}

.iehes-check input {
	width: 17px;
	height: 17px;
	margin: 0;
	accent-color: var(--iehes-blue);
}

.iehes-primary-button {
	position: relative;
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 20px;
	overflow: hidden;
	border: 0;
	border-radius: 10px;
	color: #fff;
	background: linear-gradient(110deg, var(--iehes-navy-deep), var(--iehes-navy));
	box-shadow: 0 8px 18px rgba(8, 45, 105, 0.2);
	font-size: 1rem;
	font-weight: 800;
	cursor: pointer;
	transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}

.iehes-primary-button::after {
	position: absolute;
	top: -50%;
	left: -45%;
	width: 32%;
	height: 200%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
	content: "";
	pointer-events: none;
	transform: rotate(18deg);
	transition: left 0.45s ease;
}

.iehes-primary-button svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.iehes-primary-button:hover {
	filter: brightness(1.12);
	box-shadow: 0 11px 22px rgba(8, 45, 105, 0.25);
	transform: translateY(-1px);
}

.iehes-primary-button:hover::after {
	left: 115%;
}

.iehes-primary-button:focus-visible,
.iehes-card-links button:focus-visible,
.iehes-card-links a:focus-visible,
.iehes-methods label:has(input:focus-visible) {
	outline: 3px solid rgba(18, 103, 215, 0.3);
	outline-offset: 3px;
}

.iehes-primary-button:disabled {
	cursor: wait;
	filter: grayscale(0.2);
	opacity: 0.72;
	transform: none;
}

.iehes-card-links {
	display: grid;
	gap: 7px;
	margin-top: 19px;
	text-align: center;
}

.iehes-card-links button,
.iehes-card-links a {
	width: fit-content;
	margin: 0 auto;
	padding: 4px;
	border: 0;
	color: #075fce;
	background: transparent;
	font-size: 0.91rem;
	font-weight: 750;
	text-decoration: none;
	cursor: pointer;
}

.iehes-card-links button:hover,
.iehes-card-links a:hover {
	text-decoration: underline;
}

.iehes-security-note {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 24px;
	padding-top: 19px;
	border-top: 1px solid #d8e2ef;
	color: var(--iehes-navy);
}

.iehes-security-note > svg {
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.iehes-security-note span {
	display: grid;
	gap: 1px;
}

.iehes-security-note strong {
	font-size: 0.88rem;
}

.iehes-security-note small {
	color: var(--iehes-muted);
	font-size: 0.78rem;
}

.iehes-notice {
	margin: -7px 0 22px;
	padding: 12px 14px;
	border: 1px solid;
	border-radius: 10px;
	font-size: 0.86rem;
	font-weight: 650;
}

.iehes-notice--success {
	border-color: #a7dfca;
	color: #076544;
	background: #ebfaf4;
}

.iehes-notice--error {
	border-color: #f2b8b2;
	color: var(--iehes-danger);
	background: #fff1f0;
}

.iehes-notice--info {
	border-color: #b9d3f4;
	color: #0a519f;
	background: #eef6ff;
}

.iehes-methods {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin: 0;
	padding: 0;
	border: 0;
}

.iehes-methods legend {
	margin-bottom: 8px;
	color: var(--iehes-ink);
	font-size: 0.82rem;
	font-weight: 750;
}

.iehes-methods label {
	display: flex;
	min-height: 45px;
	align-items: center;
	gap: 7px;
	padding: 9px 11px;
	border: 1px solid var(--iehes-line);
	border-radius: 9px;
	color: #405774;
	background: #f8fbff;
	font-size: 0.78rem;
	font-weight: 700;
	cursor: pointer;
}

.iehes-methods label:has(input:checked) {
	border-color: var(--iehes-blue);
	color: var(--iehes-navy);
	background: #edf5ff;
}

.iehes-methods input {
	margin: 0;
	accent-color: var(--iehes-blue);
}

.iehes-help {
	margin: -8px 0 0;
	color: var(--iehes-muted);
	font-size: 0.76rem;
}

.iehes-strength {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 5px;
	align-items: center;
	margin-top: -7px;
}

.iehes-strength span {
	height: 4px;
	border-radius: 6px;
	background: #dce5f0;
}

.iehes-strength em {
	grid-column: 1 / -1;
	color: var(--iehes-muted);
	font-size: 0.73rem;
	font-style: normal;
}

.iehes-strength[data-score="1"] span:nth-child(-n + 1),
.iehes-strength[data-score="2"] span:nth-child(-n + 2),
.iehes-strength[data-score="3"] span:nth-child(-n + 3),
.iehes-strength[data-score="4"] span:nth-child(-n + 4) {
	background: var(--iehes-blue);
}

.iehes-hp {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.iehes-hero {
	position: relative;
	grid-area: hero;
	display: flex;
	min-width: 0;
	min-height: 680px;
	align-items: flex-start;
	padding: clamp(50px, 7vw, 104px) clamp(38px, 6vw, 96px);
	overflow: hidden;
	color: #fff;
	background-image:
		linear-gradient(100deg, rgba(3, 28, 73, 0.98) 0%, rgba(4, 42, 97, 0.91) 39%, rgba(8, 65, 137, 0.57) 67%, rgba(6, 43, 95, 0.22) 100%),
		url("../images/iehes-campus-real.jpg");
	background-position: center, center;
	background-size: cover;
}

.iehes-hero::before {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(80, 166, 255, 0.54) 1px, transparent 1px);
	background-position: 23px 23px;
	background-size: 18px 18px;
	content: "";
	mask-image: linear-gradient(90deg, #000 0%, transparent 39%);
	pointer-events: none;
}

.iehes-hero::after {
	position: absolute;
	right: -10%;
	bottom: -130px;
	left: -8%;
	height: 205px;
	border-radius: 50% 50% 0 0;
	background: linear-gradient(180deg, rgba(67, 162, 255, 0.95), rgba(11, 99, 206, 0.96));
	content: "";
	transform: rotate(-2deg);
}

.iehes-hero-content,
.iehes-commitment {
	position: relative;
	z-index: 1;
}

.iehes-hero-content {
	width: min(100%, 650px);
}

.iehes-hero-kicker {
	margin: 0 0 15px;
	color: #bdddff;
	font-size: clamp(0.72rem, 1.2vw, 0.92rem);
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.iehes-hero h2 {
	margin: 0;
	font-size: clamp(2.8rem, 5.1vw, 5.35rem);
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.iehes-hero h2 span {
	display: block;
	margin-top: 9px;
	color: #52aaff;
	font-size: 1.18em;
	text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.iehes-accent-line {
	width: 76px;
	height: 5px;
	margin: 26px 0 22px;
	border-radius: 9px;
	background: #4aa7ff;
}

.iehes-hero-copy {
	max-width: 510px;
	margin: 0;
	color: #edf6ff;
	font-size: clamp(1rem, 1.45vw, 1.18rem);
	line-height: 1.6;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.iehes-services {
	display: grid;
	grid-template-columns: repeat(5, minmax(96px, 1fr));
	gap: 14px;
	width: min(100%, 720px);
	margin-top: 40px;
}

.iehes-service {
	position: relative;
	display: grid;
	min-height: 132px;
	min-width: 0;
	align-content: start;
	justify-items: center;
	gap: 11px;
	padding: 14px 8px 13px;
	overflow: hidden;
	border: 1px solid rgba(130, 201, 255, 0.34);
	border-radius: 17px;
	color: #fff;
	background:
		linear-gradient(155deg, rgba(36, 124, 221, 0.3), rgba(4, 42, 97, 0.72)),
		rgba(5, 51, 114, 0.58);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13), 0 12px 28px rgba(0, 20, 60, 0.2);
	text-align: center;
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.iehes-service::before {
	position: absolute;
	top: -35px;
	right: -28px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(117, 201, 255, 0.22), transparent 68%);
	content: "";
	pointer-events: none;
}

.iehes-service::after {
	position: absolute;
	right: 28%;
	bottom: 0;
	left: 28%;
	height: 3px;
	border-radius: 5px 5px 0 0;
	background: linear-gradient(90deg, transparent, #6fc2ff, transparent);
	content: "";
	opacity: 0.78;
}

.iehes-service:hover {
	border-color: rgba(146, 216, 255, 0.68);
	background:
		linear-gradient(155deg, rgba(50, 146, 245, 0.42), rgba(4, 42, 97, 0.77)),
		rgba(5, 51, 114, 0.66);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 17px 34px rgba(0, 20, 60, 0.27);
	transform: translateY(-3px);
}

.iehes-service-icon {
	position: relative;
	display: grid;
	width: 62px;
	height: 62px;
	place-items: center;
	border: 1px solid rgba(144, 214, 255, 0.58);
	border-radius: 18px;
	color: #fff;
	background: linear-gradient(145deg, rgba(31, 137, 245, 0.64), rgba(5, 58, 133, 0.84));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 8px 20px rgba(0, 22, 63, 0.22);
}

.iehes-service:nth-child(2n) .iehes-service-icon {
	background: linear-gradient(145deg, rgba(38, 151, 255, 0.7), rgba(7, 66, 148, 0.86));
}

.iehes-service-icon svg {
	width: 32px;
	height: 32px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.iehes-service-copy {
	display: grid;
	gap: 2px;
	width: 100%;
	line-height: 1.18;
}

.iehes-service-copy strong {
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: -0.01em;
}

.iehes-service-copy small {
	min-height: 2.35em;
	color: #c7e4ff;
	font-size: 0.66rem;
	font-weight: 600;
}

.iehes-commitment {
	position: absolute;
	bottom: 24px;
	left: clamp(38px, 6vw, 96px);
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 14px 20px 14px 15px;
	border: 1px solid rgba(125, 203, 255, 0.74);
	border-radius: 15px;
	background: linear-gradient(135deg, rgba(8, 67, 148, 0.94), rgba(3, 34, 82, 0.94));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 12px 34px rgba(0, 0, 0, 0.22);
	font-size: 0.83rem;
	font-weight: 620;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.iehes-commitment svg {
	width: 38px;
	height: 38px;
	padding: 6px;
	border: 1px solid rgba(139, 214, 255, 0.45);
	border-radius: 11px;
	background: rgba(39, 136, 235, 0.28);
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.iehes-access-footer {
	position: relative;
	overflow: hidden;
	color: #fff;
	border-top: 1px solid rgba(103, 186, 255, 0.48);
	background:
		radial-gradient(circle at 12% 0%, rgba(46, 145, 242, 0.2), transparent 25%),
		radial-gradient(circle at 88% 100%, rgba(28, 114, 217, 0.16), transparent 28%),
		linear-gradient(105deg, #041941, #082d69 54%, #062657);
}

.iehes-access-footer::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent 3%, #57b2ff 33%, #1681ea 67%, transparent 97%);
	content: "";
}

.iehes-footer-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 0.78fr 1.27fr 0.78fr 1.35fr;
	max-width: 1740px;
	margin: 0 auto;
	padding: 20px clamp(24px, 4vw, 72px);
}

.iehes-footer-item {
	position: relative;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	min-height: 76px;
	align-items: center;
	gap: 14px;
	padding: 8px 30px;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
	color: inherit;
	text-decoration: none;
	transition: background 0.18s ease, transform 0.18s ease;
}

.iehes-footer-item:first-child {
	padding-left: 0;
	border-left: 0;
}

.iehes-footer-item--link:hover,
.iehes-footer-item--link:focus-visible {
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.055);
}

.iehes-footer-item--link:focus-visible {
	outline: 2px solid rgba(117, 201, 255, 0.68);
	outline-offset: -2px;
}

.iehes-footer-icon {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid rgba(124, 202, 255, 0.44);
	border-radius: 14px;
	color: #fff;
	background: linear-gradient(145deg, rgba(35, 132, 235, 0.48), rgba(5, 49, 112, 0.62));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 7px 18px rgba(0, 14, 45, 0.2);
}

.iehes-footer-icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.iehes-footer-copy {
	display: grid;
	min-width: 0;
	gap: 3px;
}

.iehes-footer-copy strong {
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.25;
}

.iehes-footer-copy small {
	overflow-wrap: anywhere;
	color: #c3d8f2;
	font-size: 0.74rem;
	font-weight: 500;
	line-height: 1.35;
}

.iehes-footer-item--link::after {
	position: absolute;
	top: 11px;
	right: 13px;
	color: rgba(163, 215, 255, 0.65);
	font-size: 1rem;
	font-weight: 700;
	content: "↗";
}

.iehes-footer-legal {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	gap: 13px;
	padding: 9px 20px;
	border-top: 1px solid #d9e4f0;
	margin: 0;
	color: #345071;
	background: linear-gradient(180deg, #f7faff, #edf3fa);
	font-size: 0.72rem;
	text-align: center;
}

.iehes-footer-legal strong {
	color: var(--iehes-navy);
	font-weight: 800;
}

.iehes-footer-legal-separator {
	width: 1px;
	height: 15px;
	background: #b9c9dc;
}

@media (max-width: 1180px) {
	.iehes-access-shell {
		grid-template-columns: minmax(0, 1.1fr) minmax(410px, 0.9fr);
	}

	.iehes-services {
		grid-template-columns: repeat(3, minmax(80px, 1fr));
		max-width: 470px;
	}

	.iehes-hero {
		min-height: 850px;
		padding-bottom: 125px;
		padding-right: 44px;
		padding-left: 44px;
	}

	.iehes-commitment {
		left: 44px;
	}

	.iehes-footer-grid {
		grid-template-columns: 1fr 1fr;
		padding: 18px 30px;
	}

	.iehes-footer-item {
		padding: 14px 24px;
	}

	.iehes-footer-item:nth-child(odd) {
		padding-left: 0;
		border-left: 0;
	}

	.iehes-footer-item:nth-child(n + 3) {
		border-top: 1px solid rgba(255, 255, 255, 0.13);
	}
}

@media (max-width: 900px) {
	.iehes-access-shell {
		grid-template-columns: 1fr;
		grid-template-areas:
			"auth"
			"hero";
	}

	.iehes-auth-panel {
		min-height: 100svh;
		align-items: flex-start;
		padding: 26px max(20px, env(safe-area-inset-right)) 36px max(20px, env(safe-area-inset-left));
	}

	.iehes-auth-inner {
		margin: 0 auto;
	}

	.iehes-brand img {
		width: min(78vw, 355px);
	}

	.iehes-hero {
		min-height: 800px;
		background-position: center, 58% center;
	}

}

@media (max-width: 560px) {
	.iehes-auth-panel {
		min-height: 100svh;
		padding-top: max(18px, env(safe-area-inset-top));
	}

	.iehes-auth-inner {
		gap: 14px;
	}

	.iehes-brand img {
		width: min(82vw, 310px);
	}

	.iehes-card {
		padding: 24px 18px;
		border-radius: 17px;
		box-shadow: 0 14px 40px rgba(8, 34, 72, 0.12);
	}

	.iehes-card-heading {
		margin-bottom: 21px;
	}

	.iehes-heading-icon {
		width: 50px;
		height: 50px;
		margin-bottom: 9px;
	}

	.iehes-heading-icon svg {
		width: 25px;
		height: 25px;
	}

	.iehes-methods {
		grid-template-columns: 1fr;
	}

	.iehes-primary-button,
	.iehes-input-wrap input {
		min-height: 50px;
	}

	.iehes-security-note {
		margin-top: 20px;
	}

	.iehes-hero {
		min-height: 960px;
		padding: 48px 24px 110px;
		background-image:
			linear-gradient(100deg, rgba(3, 28, 73, 0.96), rgba(4, 42, 97, 0.79)),
			url("../images/iehes-campus-real.jpg");
		background-position: center, 61% center;
	}

	.iehes-hero h2 {
		font-size: clamp(2.55rem, 15vw, 4rem);
	}

	.iehes-services {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 11px;
		margin-top: 34px;
	}

	.iehes-service {
		min-height: 118px;
		padding: 12px 8px;
	}

	.iehes-service:last-child {
		grid-column: 1 / -1;
		width: calc(50% - 6px);
		justify-self: center;
	}

	.iehes-service-icon {
		width: 54px;
		height: 54px;
		border-radius: 15px;
	}

	.iehes-service-icon svg {
		width: 29px;
		height: 29px;
	}

	.iehes-commitment {
		right: 24px;
		bottom: 20px;
		left: 24px;
		font-size: 0.75rem;
	}

	.iehes-footer-grid {
		grid-template-columns: 1fr;
		padding: 14px 24px;
	}

	.iehes-footer-item,
	.iehes-footer-item:nth-child(odd) {
		min-height: 72px;
		padding: 12px 4px;
		border-top: 1px solid rgba(255, 255, 255, 0.19);
		border-left: 0;
	}

	.iehes-footer-item:first-child {
		border-top: 0;
	}

	.iehes-footer-legal {
		flex-wrap: wrap;
		gap: 3px 8px;
		padding: 11px 18px;
		line-height: 1.45;
	}

	.iehes-footer-legal-separator {
		display: none;
	}
}

@media (max-height: 840px) and (min-width: 901px) {
	.iehes-auth-panel {
		align-items: flex-start;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.iehes-auth-inner {
		gap: 12px;
	}

	.iehes-brand img {
		width: min(100%, 250px);
	}

	.iehes-card {
		padding: 20px 26px;
	}

	.iehes-heading-icon {
		display: none;
	}

	.iehes-card-heading {
		margin-bottom: 14px;
	}

	.iehes-card-heading p:last-child {
		display: none;
	}

	.iehes-form {
		gap: 11px;
	}

	.iehes-input-wrap input,
	.iehes-primary-button {
		min-height: 48px;
	}

	.iehes-card-links {
		gap: 3px;
		margin-top: 10px;
	}

	.iehes-security-note {
		margin-top: 12px;
		padding-top: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.iehes-success-progress span {
		animation: none;
		transform: scaleX(1);
	}

	.iehes-success-status > span {
		animation-duration: 1.5s;
	}
}
