:root {
	--portal-navy-950: #03122c;
	--portal-navy-900: #061a3a;
	--portal-navy-800: #0a2855;
	--portal-navy-700: #0d3d7a;
	--portal-orange: #ff7a00;
	--portal-orange-dark: #e96500;
	--portal-orange-soft: #fff2e5;
	--portal-ink: #091a3c;
	--portal-text: #42516b;
	--portal-muted: #71809a;
	--portal-line: #dfe5ee;
	--portal-surface: #ffffff;
	--portal-surface-soft: #f5f8fc;
	--portal-success: #138a5b;
	--portal-shadow: 0 18px 55px rgba(4, 29, 67, 0.09);
	--portal-radius-lg: 28px;
	--portal-radius: 18px;
	--portal-radius-sm: 12px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	min-width: 320px;
	min-height: 100vh;
	margin: 0;
	color: var(--portal-ink);
	background: var(--portal-surface-soft);
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

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

img,
svg {
	max-width: 100%;
}

.portal-container {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.portal-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 1000;
	padding: 12px 16px;
	border-radius: 10px;
	color: var(--portal-ink);
	background: #fff;
	font-size: 13px;
	font-weight: 800;
	box-shadow: var(--portal-shadow);
	transform: translateY(-160%);
	transition: transform 0.2s ease;
}

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

.portal-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	color: #fff;
	background: rgba(3, 18, 44, 0.96);
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	box-shadow: 0 10px 30px rgba(1, 12, 31, 0.14);
	backdrop-filter: blur(16px);
}

.portal-header-inner {
	min-height: 76px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.portal-logo {
	min-width: 0;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
}

.portal-logo-symbol {
	width: 46px;
	height: 34px;
	display: block;
}

.portal-logo-copy {
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.portal-logo-word {
	color: #fff;
	font-size: 21px;
	font-weight: 850;
	letter-spacing: 0.025em;
}

.portal-logo-word span {
	color: var(--portal-orange);
}

.portal-logo-copy small {
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 8px;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.portal-primary-nav {
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 4px;
}

.portal-primary-nav a {
	position: relative;
	padding: 12px 13px;
	border-radius: 10px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
	transition: color 0.2s ease, background 0.2s ease;
}

.portal-primary-nav a:hover,
.portal-primary-nav a:focus-visible,
.portal-primary-nav a.is-active {
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

.portal-primary-nav a.is-active::after {
	content: "";
	position: absolute;
	right: 13px;
	bottom: 5px;
	left: 13px;
	height: 2px;
	border-radius: 999px;
	background: var(--portal-orange);
}

.portal-login-button {
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	flex: 0 0 auto;
	padding: 0 17px;
	border-radius: 10px;
	color: #fff;
	background: linear-gradient(120deg, #ff8a00, #ff7100);
	box-shadow: 0 10px 24px rgba(255, 122, 0, 0.2);
	font-size: 12px;
	font-weight: 800;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	margin-left: auto;
}

.portal-login-button:hover,
.portal-login-button:focus-visible {
	color: #fff;
	box-shadow: 0 14px 28px rgba(255, 122, 0, 0.3);
	transform: translateY(-2px);
}

.portal-page-hero {
	position: relative;
	color: #fff;
	background:
		linear-gradient(105deg, rgba(3, 18, 44, 0.98) 0%, rgba(6, 31, 69, 0.94) 54%, rgba(9, 39, 80, 0.87) 100%),
		url("../img/codeg7/portal-codeg7-bg-v2.png") center 43% / cover no-repeat;
	overflow: hidden;
	isolation: isolate;
}

.portal-page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0.28;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 58px 58px;
	mask-image: linear-gradient(90deg, #000, transparent 84%);
}

.portal-page-hero::after {
	content: "";
	position: absolute;
	right: -130px;
	bottom: -240px;
	z-index: -1;
	width: 560px;
	height: 560px;
	border: 1px solid rgba(255, 122, 0, 0.2);
	border-radius: 50%;
	box-shadow:
		0 0 0 64px rgba(255, 122, 0, 0.035),
		0 0 0 130px rgba(255, 122, 0, 0.02);
}

.portal-hero-inner {
	min-height: 490px;
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
	align-items: center;
	gap: 72px;
	padding-block: 70px 76px;
}

.portal-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 24px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 11px;
	font-weight: 650;
}

.portal-breadcrumb a:hover {
	color: #fff;
}

.portal-breadcrumb i {
	color: var(--portal-orange);
	font-size: 8px;
}

.portal-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	color: #ff9a3d;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.portal-eyebrow::before {
	content: "";
	width: 26px;
	height: 2px;
	border-radius: 999px;
	background: var(--portal-orange);
}

.portal-hero-copy h1 {
	max-width: 690px;
	margin: 0;
	color: #fff;
	font-size: clamp(40px, 5vw, 62px);
	font-weight: 820;
	letter-spacing: -0.05em;
	line-height: 0.99;
	overflow-wrap: break-word;
}

.portal-hero-copy h1 span {
	color: var(--portal-orange);
}

.portal-hero-copy > p {
	max-width: 660px;
	margin: 23px 0 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 16px;
	line-height: 1.72;
}

.portal-hero-actions {
	margin-top: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.portal-button {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 19px;
	border: 1px solid transparent;
	border-radius: 11px;
	font-size: 12px;
	font-weight: 800;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.portal-button:hover,
.portal-button:focus-visible {
	transform: translateY(-2px);
}

.portal-button-primary {
	color: #fff;
	background: linear-gradient(118deg, #ff8a00, #ff7100);
	box-shadow: 0 13px 28px rgba(255, 122, 0, 0.25);
}

.portal-button-primary:hover,
.portal-button-primary:focus-visible {
	color: #fff;
	box-shadow: 0 17px 34px rgba(255, 122, 0, 0.34);
}

.portal-button-secondary {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.07);
}

.portal-button-secondary:hover,
.portal-button-secondary:focus-visible {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.11);
}

.portal-button-light {
	color: var(--portal-ink);
	background: #fff;
	box-shadow: 0 12px 28px rgba(3, 18, 44, 0.14);
}

.portal-button-light:hover,
.portal-button-light:focus-visible {
	color: var(--portal-ink);
	box-shadow: 0 16px 32px rgba(3, 18, 44, 0.2);
}

.portal-hero-card {
	min-width: 0;
	position: relative;
	padding: 23px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.095);
	box-shadow: 0 26px 60px rgba(0, 9, 25, 0.22);
	backdrop-filter: blur(15px);
}

.portal-hero-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.portal-hero-card-title {
	display: flex;
	align-items: center;
	gap: 11px;
}

.portal-hero-card-title > span {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	color: #fff;
	background: var(--portal-orange);
	box-shadow: 0 10px 24px rgba(255, 122, 0, 0.25);
}

.portal-hero-card-title strong {
	display: block;
	color: #fff;
	font-size: 13px;
}

.portal-hero-card-title small {
	display: block;
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.52);
	font-size: 9px;
}

.portal-live-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 9px;
	border-radius: 999px;
	color: #b8f5da;
	background: rgba(20, 151, 97, 0.16);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.portal-live-badge::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #40d996;
	box-shadow: 0 0 0 4px rgba(64, 217, 150, 0.1);
}

.portal-hero-points {
	display: grid;
	gap: 10px;
}

.portal-hero-point {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 13px;
	background: rgba(2, 18, 43, 0.24);
}

.portal-hero-point > span {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color: var(--portal-orange);
	background: rgba(255, 122, 0, 0.1);
	font-size: 14px;
}

.portal-hero-point strong {
	display: block;
	color: #fff;
	font-size: 11px;
	line-height: 1.3;
}

.portal-hero-point small {
	display: block;
	margin-top: 3px;
	color: rgba(255, 255, 255, 0.52);
	font-size: 9px;
	line-height: 1.35;
}

.portal-main {
	background:
		radial-gradient(circle at 0% 18%, rgba(13, 61, 122, 0.045), transparent 28%),
		var(--portal-surface-soft);
}

.portal-section {
	padding-block: 88px;
}

.portal-section-white {
	background: #fff;
}

.portal-section-compact {
	padding-block: 68px;
}

.portal-section-heading {
	max-width: 720px;
	margin-bottom: 38px;
}

.portal-section-heading.centered {
	margin-inline: auto;
	text-align: center;
}

.portal-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	color: var(--portal-orange-dark);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.portal-kicker::before {
	content: "";
	width: 21px;
	height: 2px;
	border-radius: 999px;
	background: var(--portal-orange);
}

.portal-section-heading.centered .portal-kicker::after {
	content: "";
	width: 21px;
	height: 2px;
	border-radius: 999px;
	background: var(--portal-orange);
}

.portal-section-heading h2 {
	margin: 0;
	color: var(--portal-ink);
	font-size: clamp(29px, 3.6vw, 43px);
	font-weight: 810;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.portal-section-heading p {
	margin: 16px 0 0;
	color: var(--portal-text);
	font-size: 14px;
	line-height: 1.72;
}

.portal-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.portal-info-card {
	min-height: 100%;
	position: relative;
	padding: 25px;
	border: 1px solid var(--portal-line);
	border-radius: var(--portal-radius);
	background: #fff;
	box-shadow: 0 10px 30px rgba(5, 27, 64, 0.035);
	overflow: hidden;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.portal-info-card::after {
	content: "";
	position: absolute;
	top: -48px;
	right: -48px;
	width: 115px;
	height: 115px;
	border-radius: 50%;
	background: rgba(255, 122, 0, 0.035);
}

.portal-info-card:hover {
	border-color: rgba(255, 122, 0, 0.32);
	box-shadow: var(--portal-shadow);
	transform: translateY(-4px);
}

.portal-info-icon {
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	border-radius: 13px;
	color: #fff;
	background: linear-gradient(145deg, var(--portal-navy-700), var(--portal-navy-950));
	box-shadow: 0 11px 24px rgba(3, 27, 63, 0.18);
	font-size: 17px;
}

.portal-info-card h3 {
	margin: 0;
	color: var(--portal-ink);
	font-size: 17px;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.portal-info-card p {
	margin: 10px 0 0;
	color: var(--portal-text);
	font-size: 12px;
	line-height: 1.65;
}

.portal-info-card ul {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.portal-info-card li {
	position: relative;
	padding: 7px 0 7px 20px;
	color: var(--portal-text);
	font-size: 11px;
	line-height: 1.45;
}

.portal-info-card li::before {
	content: "\f00c";
	position: absolute;
	top: 8px;
	left: 0;
	color: var(--portal-orange);
	font-family: "Font Awesome 5 Free";
	font-size: 9px;
	font-weight: 900;
}

.portal-split {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	align-items: center;
	gap: 72px;
}

.portal-split-visual {
	position: relative;
	min-height: 410px;
	padding: 30px;
	border-radius: var(--portal-radius-lg);
	color: #fff;
	background:
		radial-gradient(circle at 100% 0%, rgba(255, 122, 0, 0.2), transparent 34%),
		linear-gradient(145deg, #0b3268, #03162f);
	box-shadow: 0 28px 65px rgba(3, 27, 63, 0.2);
	overflow: hidden;
}

.portal-split-visual::after {
	content: "";
	position: absolute;
	right: -115px;
	bottom: -150px;
	width: 330px;
	height: 330px;
	border: 1px solid rgba(255, 122, 0, 0.22);
	border-radius: 50%;
	box-shadow: 0 0 0 50px rgba(255, 122, 0, 0.035);
}

.portal-visual-label {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border-radius: 999px;
	color: #ffb36d;
	background: rgba(255, 122, 0, 0.11);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.portal-visual-flow {
	position: relative;
	z-index: 1;
	margin-top: 30px;
	display: grid;
	gap: 13px;
}

.portal-visual-step {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr) auto;
	align-items: center;
	gap: 13px;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.065);
}

.portal-visual-step > span:first-child {
	width: 46px;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	color: var(--portal-orange);
	background: rgba(255, 122, 0, 0.1);
	font-size: 15px;
}

.portal-visual-step strong {
	display: block;
	color: #fff;
	font-size: 11px;
}

.portal-visual-step small {
	display: block;
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.52);
	font-size: 9px;
}

.portal-visual-step > i {
	color: rgba(255, 255, 255, 0.26);
	font-size: 10px;
}

.portal-copy h2 {
	margin: 0;
	color: var(--portal-ink);
	font-size: clamp(29px, 3.6vw, 43px);
	font-weight: 810;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.portal-copy > p {
	margin: 18px 0 0;
	color: var(--portal-text);
	font-size: 14px;
	line-height: 1.75;
}

.portal-check-list {
	margin: 24px 0 0;
	padding: 0;
	display: grid;
	gap: 13px;
	list-style: none;
}

.portal-check-list li {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	align-items: start;
	gap: 11px;
	color: var(--portal-text);
	font-size: 12px;
	line-height: 1.55;
}

.portal-check-list span {
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	color: var(--portal-success);
	background: rgba(19, 138, 91, 0.09);
	font-size: 10px;
}

.portal-process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	counter-reset: portal-process;
}

.portal-process-card {
	position: relative;
	padding: 24px 22px;
	border: 1px solid var(--portal-line);
	border-radius: var(--portal-radius);
	background: #fff;
	counter-increment: portal-process;
}

.portal-process-card::before {
	content: "0" counter(portal-process);
	display: block;
	margin-bottom: 28px;
	color: var(--portal-orange);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.1em;
}

.portal-process-card:not(:last-child)::after {
	content: "\f054";
	position: absolute;
	top: 28px;
	right: -11px;
	z-index: 2;
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--portal-line);
	border-radius: 50%;
	color: var(--portal-orange);
	background: #fff;
	font-family: "Font Awesome 5 Free";
	font-size: 7px;
	font-weight: 900;
}

.portal-process-card h3 {
	margin: 0;
	color: var(--portal-ink);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
}

.portal-process-card p {
	margin: 9px 0 0;
	color: var(--portal-text);
	font-size: 11px;
	line-height: 1.55;
}

.portal-source-note {
	margin-top: 28px;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
	gap: 15px;
	padding: 18px 20px;
	border: 1px solid rgba(13, 61, 122, 0.13);
	border-radius: 14px;
	color: var(--portal-text);
	background: rgba(13, 61, 122, 0.045);
	font-size: 12px;
	line-height: 1.6;
}

.portal-source-note > span {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color: var(--portal-navy-700);
	background: #fff;
	box-shadow: 0 7px 18px rgba(4, 29, 67, 0.08);
}

.portal-source-note strong {
	color: var(--portal-ink);
}

.portal-resource-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.portal-resource-card {
	min-height: 220px;
	display: flex;
	flex-direction: column;
	padding: 27px;
	border: 1px solid var(--portal-line);
	border-radius: var(--portal-radius);
	background: #fff;
	box-shadow: 0 10px 30px rgba(5, 27, 64, 0.035);
}

.portal-resource-card-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.portal-resource-card .portal-info-icon {
	margin-bottom: 0;
}

.portal-resource-type {
	padding: 7px 9px;
	border-radius: 999px;
	color: var(--portal-orange-dark);
	background: var(--portal-orange-soft);
	font-size: 8px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.portal-resource-card h3 {
	margin: 20px 0 0;
	color: var(--portal-ink);
	font-size: 18px;
	font-weight: 810;
	letter-spacing: -0.025em;
}

.portal-resource-card p {
	margin: 10px 0 21px;
	color: var(--portal-text);
	font-size: 12px;
	line-height: 1.65;
}

.portal-resource-actions {
	margin-top: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.portal-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--portal-navy-700);
	font-size: 11px;
	font-weight: 800;
}

.portal-text-link:hover,
.portal-text-link:focus-visible {
	color: var(--portal-orange-dark);
}

.portal-text-link i {
	color: var(--portal-orange);
	font-size: 9px;
}

.portal-tutorial-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.portal-tutorial-card {
	padding: 23px;
	border: 1px solid var(--portal-line);
	border-radius: var(--portal-radius);
	background: #fff;
}

.portal-tutorial-number {
	width: 37px;
	height: 37px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	border-radius: 10px;
	color: #fff;
	background: var(--portal-navy-900);
	font-size: 10px;
	font-weight: 850;
}

.portal-tutorial-card h3 {
	margin: 0;
	color: var(--portal-ink);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
}

.portal-tutorial-card p {
	margin: 9px 0 0;
	color: var(--portal-text);
	font-size: 11px;
	line-height: 1.55;
}

.portal-faq-list {
	display: grid;
	gap: 10px;
}

.portal-faq-list details {
	border: 1px solid var(--portal-line);
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.portal-faq-list summary {
	position: relative;
	padding: 19px 54px 19px 21px;
	color: var(--portal-ink);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
	cursor: pointer;
	list-style: none;
}

.portal-faq-list summary::-webkit-details-marker {
	display: none;
}

.portal-faq-list summary::after {
	content: "\f067";
	position: absolute;
	top: 50%;
	right: 21px;
	color: var(--portal-orange);
	font-family: "Font Awesome 5 Free";
	font-size: 10px;
	font-weight: 900;
	transform: translateY(-50%);
}

.portal-faq-list details[open] summary::after {
	content: "\f068";
}

.portal-faq-list details[open] summary {
	border-bottom: 1px solid var(--portal-line);
}

.portal-faq-list details p {
	margin: 0;
	padding: 18px 21px 20px;
	color: var(--portal-text);
	font-size: 12px;
	line-height: 1.7;
}

.portal-support-path {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.portal-support-step {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.065);
}

.portal-support-step > span {
	width: 43px;
	height: 43px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	border-radius: 12px;
	color: var(--portal-orange);
	background: rgba(255, 122, 0, 0.11);
	font-size: 15px;
}

.portal-support-step h3 {
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
}

.portal-support-step p {
	margin: 9px 0 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 11px;
	line-height: 1.6;
}

.portal-dark-section {
	position: relative;
	color: #fff;
	background:
		radial-gradient(circle at 90% 10%, rgba(255, 122, 0, 0.13), transparent 26%),
		linear-gradient(145deg, #082854, #03152f);
	overflow: hidden;
}

.portal-dark-section .portal-section-heading h2 {
	color: #fff;
}

.portal-dark-section .portal-section-heading p {
	color: rgba(255, 255, 255, 0.64);
}

.portal-cta-wrap {
	padding-block: 0 88px;
}

.portal-cta {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 36px;
	padding: 42px 46px;
	border-radius: 24px;
	color: #fff;
	background:
		radial-gradient(circle at 88% 0%, rgba(255, 122, 0, 0.22), transparent 30%),
		linear-gradient(130deg, #0a3269, #03152f);
	box-shadow: 0 25px 58px rgba(3, 27, 63, 0.18);
	overflow: hidden;
}

.portal-cta::after {
	content: "";
	position: absolute;
	right: -90px;
	bottom: -180px;
	width: 330px;
	height: 330px;
	border: 1px solid rgba(255, 122, 0, 0.18);
	border-radius: 50%;
}

.portal-cta-copy {
	position: relative;
	z-index: 1;
}

.portal-cta h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(25px, 3.2vw, 37px);
	font-weight: 810;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.portal-cta p {
	max-width: 700px;
	margin: 13px 0 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 12px;
	line-height: 1.65;
}

.portal-cta-actions {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.portal-site-footer {
	color: rgba(255, 255, 255, 0.64);
	background: var(--portal-navy-950);
}

.portal-footer-main {
	display: grid;
	grid-template-columns: minmax(260px, 1.2fr) repeat(2, minmax(170px, 0.55fr));
	gap: 50px;
	padding-block: 55px 44px;
}

.portal-footer-brand p {
	max-width: 420px;
	margin: 17px 0 0;
	font-size: 11px;
	line-height: 1.7;
}

.portal-footer-column strong {
	display: block;
	margin-bottom: 15px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.portal-footer-column nav {
	display: grid;
	gap: 10px;
}

.portal-footer-column a {
	font-size: 11px;
	transition: color 0.2s ease;
}

.portal-footer-column a:hover,
.portal-footer-column a:focus-visible {
	color: var(--portal-orange);
}

.portal-footer-bottom {
	min-height: 62px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

a:focus-visible,
summary:focus-visible {
	outline: 3px solid rgba(255, 122, 0, 0.5);
	outline-offset: 4px;
}

@media (max-width: 1040px) {
	.portal-header-inner {
		min-height: 70px;
	}

	.portal-primary-nav {
		order: 3;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		padding-bottom: 12px;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.portal-header-inner {
		flex-wrap: wrap;
		padding-top: 12px;
	}

	.portal-hero-inner {
		grid-template-columns: minmax(0, 1fr) minmax(310px, 0.76fr);
		gap: 42px;
	}

	.portal-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.portal-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.portal-process-card:nth-child(2)::after {
		display: none;
	}
}

@media (max-width: 820px) {
	.portal-container {
		width: min(100% - 34px, 1180px);
	}

	.portal-hero-inner {
		min-height: auto;
		grid-template-columns: 1fr;
		gap: 38px;
		padding-block: 55px 64px;
	}

	.portal-hero-card {
		width: 100%;
		max-width: 610px;
	}

	.portal-hero-copy {
		min-width: 0;
		max-width: 100%;
	}

	.portal-split {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.portal-split-visual {
		min-height: auto;
		order: 2;
	}

	.portal-resource-grid,
	.portal-tutorial-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.portal-support-path {
		grid-template-columns: 1fr;
	}

	.portal-cta {
		grid-template-columns: 1fr;
		padding: 36px;
	}

	.portal-footer-main {
		grid-template-columns: 1fr 1fr;
	}

	.portal-footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 580px) {
	.portal-container {
		width: calc(100% - 24px);
		max-width: calc(100% - 24px);
	}

	.portal-site-header {
		position: relative;
	}

	.portal-header-inner {
		gap: 12px;
	}

	.portal-logo-copy small {
		display: none;
	}

	.portal-login-button {
		min-height: 39px;
		padding-inline: 13px;
	}

	.portal-login-button span {
		display: none;
	}

	.portal-primary-nav a {
		padding: 10px 11px;
		font-size: 11px;
	}

	.portal-hero-inner {
		padding-block: 42px 52px;
	}

	.portal-hero-copy h1 {
		font-size: 39px;
	}

	.portal-hero-copy > p {
		font-size: 14px;
	}

	.portal-hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.portal-button {
		width: 100%;
	}

	.portal-hero-card {
		padding: 17px;
	}

	.portal-live-badge {
		display: none;
	}

	.portal-section {
		padding-block: 62px;
	}

	.portal-section-compact {
		padding-block: 52px;
	}

	.portal-card-grid,
	.portal-resource-grid,
	.portal-tutorial-grid,
	.portal-process-grid {
		grid-template-columns: 1fr;
	}

	.portal-process-card::after {
		display: none;
	}

	.portal-split-visual {
		padding: 20px;
		border-radius: 20px;
	}

	.portal-visual-step {
		grid-template-columns: 40px minmax(0, 1fr);
	}

	.portal-visual-step > span:first-child {
		width: 40px;
		height: 40px;
	}

	.portal-visual-step > i {
		display: none;
	}

	.portal-cta-wrap {
		padding-bottom: 62px;
	}

	.portal-cta {
		padding: 30px 23px;
		border-radius: 20px;
	}

	.portal-cta-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.portal-footer-main {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.portal-footer-brand {
		grid-column: auto;
	}

	.portal-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		padding-block: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
