:root {
	--blue: #005eb8;
	--blue-light: #047bee;
	--black: #131313;
	--white: #ffffff;
	--muted: rgba(255, 255, 255, 0.68);
	--line: rgba(255, 255, 255, 0.12);
	--line-strong: rgba(255, 255, 255, 0.2);
	--panel: rgba(12, 16, 22, 0.74);
	--panel-solid: rgba(10, 13, 18, 0.9);
	--soft: rgba(255, 255, 255, 0.045);
	--section-pad: clamp(66px, 8vw, 104px);
}

* {
	box-sizing: border-box;
}

::selection {
	background: rgba(4, 123, 238, 0.82);
	color: var(--white);
}

html {
	scroll-behavior: smooth;
	background:
		radial-gradient(circle at 8% 12%, rgba(0, 94, 184, 0.16), transparent 28vw),
		linear-gradient(180deg, rgba(5, 7, 10, 0.34), rgba(5, 7, 10, 0.88)),
		url("assets/background-black.png") center center / cover fixed no-repeat,
		#05070a;
}

body {
	min-height: 100svh;
	margin: 0;
	overflow-x: hidden;
	color: var(--white);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	background: transparent;
}

body::before,
body::after {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
}

body::before {
	z-index: 0;
	opacity: 0.15;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 96px 96px;
	mask-image: linear-gradient(180deg, transparent, #000 8%, #000 88%, transparent);
}

body::after {
	z-index: 1;
	opacity: 0.55;
	background: linear-gradient(180deg, rgba(5, 7, 10, 0), rgba(5, 7, 10, 0.72));
}

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

img {
	display: block;
	max-width: 100%;
	user-select: none;
	-webkit-user-drag: none;
}

.site-header,
main {
	position: relative;
	z-index: 2;
}

.site-header {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(1080px, calc(100% - 40px));
	margin: 0 auto;
	padding: 34px 0 6px;
}

.brand-link {
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.brandmark {
	width: 46px;
}

.typemark {
	width: 108px;
	filter: brightness(0) invert(1);
}

.hero-section,
.section-shell {
	width: min(1080px, calc(100% - 40px));
	margin: 0 auto;
}

.hero-section {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(100svh - 88px);
	padding: clamp(54px, 8vw, 96px) 0 clamp(72px, 8vw, 108px);
	text-align: center;
	isolation: isolate;
}

.hero-copy {
	width: min(860px, 100%);
	display: grid;
	justify-items: center;
}

.eyebrow,
.card-label,
.option-number {
	color: var(--blue-light);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.eyebrow {
	margin: 0 0 12px;
}

h1,
h2,
h3 {
	margin: 0;
	font-family: "Big Shoulders Display", Impact, "Arial Narrow", Arial, sans-serif;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

h1 {
	display: grid;
	width: min(1120px, 100%);
	font-size: clamp(3.8rem, 8.8vw, 7.8rem);
	line-height: 0.86;
	text-align: center;
	text-shadow: 0 16px 42px rgba(0, 0, 0, 0.52);
}

h1 span {
	white-space: nowrap;
}

h2 {
	font-size: clamp(2.35rem, 5.6vw, 4.8rem);
	line-height: 0.92;
}

h3 {
	font-size: clamp(1.55rem, 2.9vw, 2.6rem);
	line-height: 0.96;
}

.hero-kicker {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1.08rem, 1.9vw, 1.42rem);
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: none;
}

.hero-text,
.hero-copy-card p,
.statement-card p,
.content-card p,
.option-card p {
	color: rgba(255, 255, 255, 0.74);
	font-size: clamp(0.98rem, 1.25vw, 1.08rem);
	font-weight: 700;
	line-height: 1.55;
}

.hero-text {
	max-width: 650px;
	margin: 12px auto 0;
}

.button-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin-top: 30px;
	padding: 0 24px;
	border: 1px solid rgba(4, 123, 238, 0.72);
	border-radius: 999px;
	background: linear-gradient(135deg, var(--blue-light), var(--blue));
	box-shadow: 0 14px 34px rgba(4, 123, 238, 0.22);
	font-family: "Big Shoulders Display", Impact, "Arial Narrow", Arial, sans-serif;
	font-size: 1.12rem;
	font-weight: 900;
	text-transform: uppercase;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.button-primary:hover,
.button-primary:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 20px 44px rgba(4, 123, 238, 0.26);
	outline: 0;
}

.hero-copy-card,
.statement-card,
.content-card,
.option-card {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--line);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
		var(--panel-solid);
	box-shadow:
		0 22px 70px rgba(0, 0, 0, 0.3),
		0 0 0 1px rgba(255, 255, 255, 0.035);
	backdrop-filter: blur(10px);
}

.hero-copy-card {
	width: min(690px, 100%);
	margin-top: clamp(22px, 4vw, 38px);
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	text-align: center;
}

.hero-kicker {
	max-width: 820px;
	line-height: 1.35;
}

.section-shell {
	position: relative;
	padding: var(--section-pad) 0;
	border-top: 1px solid rgba(255, 255, 255, 0.095);
}

.section-shell::before {
	content: attr(data-section);
	position: absolute;
	top: 28px;
	left: 0;
	color: rgba(255, 255, 255, 0.46);
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.statement-card {
	padding: clamp(26px, 5vw, 54px);
	border-radius: 30px;
	text-align: center;
}

.statement-card p {
	max-width: 760px;
	margin: 22px auto 0;
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
}

.centered-heading {
	justify-content: center;
	text-align: center;
}

.small-slogan {
	width: clamp(76px, 10vw, 108px);
	opacity: 0.78;
}

.content-card,
.option-card {
	border-radius: 10px;
	padding: clamp(20px, 2.6vw, 30px);
}

.text-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	width: min(940px, 100%);
	margin: 0 auto;
}

.text-section .content-card {
	min-height: auto;
	overflow: visible;
	display: grid;
	grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
	gap: clamp(22px, 4vw, 48px);
	align-items: start;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	padding: clamp(22px, 3.5vw, 34px) 0;
}

.text-section .content-card:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.section-intro {
	width: min(820px, 100%);
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.74);
	font-size: clamp(1.05rem, 1.4vw, 1.22rem);
	font-weight: 650;
	line-height: 1.75;
	text-align: center;
}

.why-points {
	display: grid;
	gap: clamp(20px, 3vw, 34px);
	width: min(940px, 100%);
	margin: 0 auto;
}

.why-point {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: clamp(24px, 5vw, 72px);
	align-items: center;
	padding: clamp(20px, 3.2vw, 34px) 0;
}

.why-point.is-number-right {
	grid-template-columns: minmax(0, 1fr) 180px;
}

.why-point.is-number-right .why-number {
	grid-column: 2;
}

.why-point.is-number-right .why-copy {
	grid-column: 1;
	grid-row: 1;
}

.why-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: clamp(104px, 12vw, 156px);
	aspect-ratio: 1;
	justify-self: center;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	background: rgba(10, 13, 18, 0.58);
	color: rgba(4, 123, 238, 0.92);
	font-family: "Big Shoulders Display", Impact, "Arial Narrow", Arial, sans-serif;
	font-size: clamp(3.1rem, 6.5vw, 5.9rem);
	font-weight: 900;
	line-height: 1;
}

.why-copy {
	max-width: 620px;
}

.why-copy h3,
.next-item h3 {
	margin: 0;
	font-size: clamp(1.45rem, 2.5vw, 2.15rem);
}

.why-copy p,
.next-item p {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1rem, 1.2vw, 1.12rem);
	font-weight: 650;
	line-height: 1.65;
}

.section-subheading {
	width: min(940px, 100%);
	margin: clamp(58px, 8vw, 90px) auto 0;
	text-align: center;
}

.section-subheading h2 {
	font-size: clamp(2.35rem, 5.6vw, 4.8rem);
	line-height: 0.92;
}

.foundation-points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	width: min(940px, 100%);
	margin: clamp(30px, 4vw, 48px) auto 0;
}

.foundation-point {
	display: grid;
	align-content: start;
	min-height: 230px;
	padding: clamp(24px, 3vw, 34px);
	border: 1px solid var(--line);
	border-radius: 10px;
	background: rgba(10, 13, 18, 0.72);
}

.foundation-number {
	display: block;
	margin-bottom: 18px;
	color: rgba(4, 123, 238, 0.9);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.14em;
}

.foundation-copy h3 {
	margin: 8px 0 0;
	font-size: clamp(1.5rem, 2.6vw, 2.15rem);
}

.foundation-copy p {
	margin: 16px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(0.98rem, 1.1vw, 1.08rem);
	font-weight: 650;
	line-height: 1.62;
}

.content-title {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(1.25rem, 2vw, 1.8rem);
	line-height: 1;
	letter-spacing: 0.02em;
}

.foundation-point:hover,
.option-card:hover {
	border-color: rgba(255, 255, 255, 0.26);
	transition: border-color 180ms ease;
}

.text-section .content-card:hover {
	transform: none;
}

.content-card p {
	max-width: 720px;
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1rem, 1.24vw, 1.13rem);
	font-weight: 650;
	line-height: 1.68;
}

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

.option-card {
	display: grid;
	align-content: start;
	min-height: 390px;
	background: rgba(10, 13, 18, 0.88);
}

.option-card.is-primary {
	border-color: rgba(4, 123, 238, 0.58);
	box-shadow:
		0 24px 72px rgba(0, 0, 0, 0.36),
		0 0 0 1px rgba(4, 123, 238, 0.18);
}

.option-number {
	display: block;
	margin-bottom: 18px;
	width: fit-content;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(4, 123, 238, 0.9);
}

.option-card p {
	margin: 16px 0 0;
}

.option-list {
	display: grid;
	gap: 10px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.option-list li {
	position: relative;
	padding: 0 0 0 18px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.35;
}

.option-list li::before {
	content: "";
	position: absolute;
	top: 0.68em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--blue-light);
}

.next-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.next-item {
	display: grid;
	align-content: start;
	min-height: 230px;
	padding: clamp(20px, 2.6vw, 30px);
	border: 1px solid var(--line);
	border-radius: 10px;
	background: rgba(10, 13, 18, 0.88);
	box-shadow:
		0 22px 70px rgba(0, 0, 0, 0.3),
		0 0 0 1px rgba(255, 255, 255, 0.035);
}

.next-number {
	display: block;
	margin-bottom: 18px;
	color: rgba(4, 123, 238, 0.9);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.14em;
}

@media (max-width: 980px) {
	html {
		background-attachment: scroll;
	}

	.hero-section {
		min-height: auto;
		padding-top: 54px;
	}

	.text-grid {
		grid-template-columns: 1fr;
		width: min(760px, 100%);
	}

	.text-section .content-card {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.why-point,
	.why-point.is-number-right {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.why-point.is-number-right .why-number,
	.why-point.is-number-right .why-copy {
		grid-column: auto;
		grid-row: auto;
		text-align: left;
	}

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

	.option-grid,
	.next-list {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 640px) {
	.site-header {
		width: min(100% - 24px, 1080px);
		padding: 28px 0 8px;
	}

	.brandmark {
		width: 44px;
	}

	.typemark {
		width: 102px;
	}

	.hero-section,
	.section-shell {
		width: min(100% - 24px, 1080px);
	}

	h1 {
		font-size: clamp(2.35rem, 12.4vw, 5.2rem);
	}

	h2 {
		font-size: clamp(2.25rem, 12vw, 4.2rem);
	}

	.section-heading {
		display: block;
	}

	.small-slogan {
		margin-top: 18px;
	}

	.option-grid,
	.foundation-points,
	.next-list {
		grid-template-columns: 1fr;
	}

	.option-card {
		min-height: 0;
	}

}
