.sf-env-page {
	background: #f5f5f7;
	color: #1d1d1f;
	font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", sans-serif;
	-webkit-font-smoothing: antialiased;
}

.sf-env-page * {
	box-sizing: border-box;
}

.sf-env-page a {
	color: inherit;
}

.sf-env-hero,
.sf-env-section,
.sf-env-related,
.sf-env-social {
	padding: clamp(72px, 8vw, 128px) 24px;
}

.sf-env-hero {
	min-height: 72vh;
	display: grid;
	align-items: end;
	background:
		linear-gradient(135deg, rgba(4, 9, 21, 0.86), rgba(4, 9, 21, 0.42)),
		var(--sf-env-image, linear-gradient(135deg, #111827, #f2b705));
	background-position: center;
	background-size: cover;
	color: #fff;
}

.sf-env-inner {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.sf-env-hero .sf-env-inner {
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	align-items: end;
}

.sf-env-eyebrow {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sf-env-title {
	max-width: 780px;
	margin: 0;
	font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
	font-size: clamp(46px, 7vw, 92px);
	font-weight: 650;
	letter-spacing: -0.03em;
	line-height: 0.96;
}

.sf-env-summary {
	max-width: 680px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.42;
}

.sf-env-hero-panel {
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(18px);
	padding: 28px;
}

.sf-env-hero-panel h2,
.sf-env-card h2,
.sf-env-card h3,
.sf-env-related h2,
.sf-env-social h2 {
	margin: 0;
	font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
	letter-spacing: -0.02em;
	line-height: 1.08;
}

.sf-env-hero-panel h2 {
	color: #fff;
	font-size: 24px;
}

.sf-env-hero-panel p {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.55;
}

.sf-env-pill-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.sf-env-pill {
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	padding: 9px 12px;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.86);
	font-size: 13px;
	font-weight: 600;
}

.sf-env-section {
	background: #fff;
}

.sf-env-section:nth-of-type(odd) {
	background: #f5f5f7;
}

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

.sf-env-card {
	min-height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 24px;
	background: #fff;
	padding: 30px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.055);
}

.sf-env-card h2 {
	font-size: clamp(28px, 3vw, 44px);
}

.sf-env-card h3 {
	font-size: 22px;
}

.sf-env-card p {
	margin: 16px 0 0;
	color: #515154;
	font-size: 16px;
	line-height: 1.62;
}

.sf-env-list {
	display: grid;
	gap: 12px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.sf-env-list li {
	position: relative;
	padding-left: 22px;
	color: #424245;
	font-size: 15px;
	line-height: 1.5;
}

.sf-env-list li::before {
	content: "";
	position: absolute;
	top: 0.62em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f2b705;
	box-shadow: 0 0 0 4px rgba(242, 183, 5, 0.16);
}

.sf-env-flow {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	margin-top: 28px;
}

.sf-env-flow-step {
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 18px;
	background: #fff;
	padding: 18px;
	color: #1d1d1f;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.25;
}

.sf-env-flow-step span {
	display: block;
	margin-bottom: 8px;
	color: #86868b;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.sf-env-related,
.sf-env-social {
	background: #111827;
	color: #fff;
}

.sf-env-related h2,
.sf-env-social h2 {
	font-size: clamp(30px, 4vw, 56px);
}

.sf-env-related p,
.sf-env-social p {
	max-width: 760px;
	margin: 16px 0 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 17px;
	line-height: 1.58;
}

.sf-env-link-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 32px;
}

.sf-env-link-card,
.sf-env-social-card {
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.08);
	padding: 22px;
	text-decoration: none;
	transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.sf-env-link-card:hover,
.sf-env-social-card:hover {
	transform: translateY(-3px);
	border-color: rgba(242, 183, 5, 0.54);
	background: rgba(255, 255, 255, 0.12);
}

.sf-env-link-card strong,
.sf-env-social-card strong {
	display: block;
	color: #fff;
	font-size: 17px;
	line-height: 1.3;
}

.sf-env-link-card span,
.sf-env-social-card span {
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	line-height: 1.45;
}

.sf-env-social {
	background: #f2b705;
	color: #111827;
}

.sf-env-social p {
	color: rgba(17, 24, 39, 0.72);
}

.sf-env-social .sf-env-link-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sf-env-social-card {
	border-color: rgba(17, 24, 39, 0.12);
	background: rgba(255, 255, 255, 0.42);
}

.sf-env-social-card strong {
	color: #111827;
}

.sf-env-social-card span {
	color: rgba(17, 24, 39, 0.68);
}

.sf-env-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin-top: 28px;
	border-radius: 999px;
	background: #111827;
	color: #fff !important;
	padding: 0 20px;
	font-size: 15px;
	font-weight: 650;
	text-decoration: none;
}

@media (max-width: 980px) {
	.sf-env-hero .sf-env-inner,
	.sf-env-grid,
	.sf-env-link-grid,
	.sf-env-social .sf-env-link-grid {
		grid-template-columns: 1fr;
	}

	.sf-env-flow {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.sf-env-hero,
	.sf-env-section,
	.sf-env-related,
	.sf-env-social {
		padding: 64px 20px;
	}

	.sf-env-hero {
		min-height: 78vh;
	}

	.sf-env-card,
	.sf-env-hero-panel {
		border-radius: 20px;
		padding: 24px;
	}
}
