.sne-home {
	--sne-bg: #020817;
	--sne-bg-2: #071426;
	--sne-panel: #0b1a2e;
	--sne-panel-2: #101f34;
	--sne-line: #20344f;
	--sne-blue: #1564d8;
	--sne-blue-bright: #2d82f5;
	--sne-orange: #f47b20;
	--sne-orange-dark: #dc6512;
	--sne-white: #ffffff;
	--sne-text: #d9e4f1;
	--sne-muted: #90a2b9;
	width: 100%;
	position: relative;
	color: var(--sne-text);
	background: var(--sne-bg);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	overflow: hidden;
}

.sne-home *,
.sne-home *::before,
.sne-home *::after {
	box-sizing: border-box;
}

.sne-home a {
	text-decoration: none;
}

.sne-home img {
	max-width: 100%;
	height: auto;
}

.sne-home button,
.sne-home a {
	font: inherit;
}

.sne-home [hidden] {
	display: none !important;
}

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

.sne-home h1,
.sne-home h2,
.sne-home h3,
.sne-home p {
	margin-top: 0;
}

.sne-home h1,
.sne-home h2,
.sne-home h3 {
	font-family: Sora, Inter, "Segoe UI", Arial, sans-serif;
}

.sne-kicker,
.sne-eyebrow {
	display: inline-block;
	color: var(--sne-orange);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 1.55px;
	line-height: 1.2;
	text-transform: uppercase;
}

.sne-kicker {
	padding: 7px 11px;
	border: 1px solid rgba(244, 123, 32, .55);
	border-radius: 999px;
	background: rgba(244, 123, 32, .11);
}

.sne-button {
	display: inline-flex;
	min-height: 47px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 22px;
	border: 1px solid transparent;
	border-radius: 7px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	transition: transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

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

.sne-button:focus-visible,
.sne-filter-list button:focus-visible,
.sne-course-link:focus-visible {
	outline: 3px solid rgba(45, 130, 245, .78);
	outline-offset: 3px;
}

.sne-button-orange {
	color: #fff;
	background: var(--sne-orange);
	box-shadow: 0 10px 25px rgba(244, 123, 32, .2);
}

.sne-button-orange:hover,
.sne-button-orange:focus-visible {
	color: #fff;
	background: var(--sne-orange-dark);
}

.sne-button-outline {
	color: #fff;
	border-color: #6f829a;
	background: rgba(2, 8, 23, .28);
}

.sne-button-outline:hover,
.sne-button-outline:focus-visible {
	color: #fff;
	border-color: #fff;
	background: rgba(255, 255, 255, .08);
}

.sne-button-dark {
	color: #dbe7f5;
	border-color: var(--sne-line);
	background: var(--sne-panel);
}

.sne-button-dark:hover,
.sne-button-dark:focus-visible {
	color: #fff;
	border-color: #365371;
	background: #11243b;
}

.sne-actions,
.sne-trust {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 13px;
}

/* Hero */
.sne-hero {
	min-height: 535px;
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	background-image: linear-gradient(90deg, rgba(4, 17, 39, .99) 0%, rgba(4, 17, 39, .94) 42%, rgba(4, 17, 39, .58) 66%, rgba(4, 17, 39, .24) 100%), var(--sne-hero);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sne-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: rgba(255, 255, 255, .08);
	content: "";
}

.sne-hero-copy {
	width: min(590px, 100%);
	position: relative;
	z-index: 1;
	padding: 72px 0;
}

.sne-hero h1 {
	max-width: 580px;
	margin: 19px 0 17px;
	color: #fff;
	font-size: clamp(44px, 5vw, 65px);
	font-weight: 820;
	letter-spacing: -2.4px;
	line-height: 1.03;
}

.sne-hero-copy > p {
	max-width: 575px;
	margin-bottom: 28px;
	color: #cedbec;
	font-size: 18px;
}

.sne-trust {
	gap: 22px;
	margin-top: 27px;
	color: #bac9dc;
	font-size: 11px;
}

.sne-trust span::before {
	margin-right: 7px;
	color: #ff9a4f;
	font-weight: 900;
	content: "✓";
}

/* Prominent brand panel below the unchanged hero */
.sne-brand-strip {
	padding: 32px 0;
	border-bottom: 1px solid #d7e2ef;
	background: #f3f7fc;
}

.sne-brand-strip-inner {
	display: grid;
	grid-template-columns: minmax(220px, 305px) minmax(0, 1fr);
	align-items: center;
	gap: 44px;
}

.sne-brand-strip img {
	width: 300px;
	max-height: 185px;
	object-fit: contain;
}

.sne-brand-strip h2 {
	margin: 7px 0 8px;
	color: #071b3a;
	font-size: clamp(25px, 2.4vw, 34px);
	font-weight: 800;
	letter-spacing: -.8px;
	line-height: 1.16;
}

.sne-brand-strip p {
	max-width: 720px;
	margin: 0;
	color: #5e7087;
}

/* Course explorer */
.sne-section {
	padding: 80px 0;
}

.sne-courses {
	background: var(--sne-bg);
}

.sne-course-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 35px;
}

.sne-course-header h2,
.sne-section-heading h2,
.sne-certificate h2,
.sne-collaborate h2 {
	margin: 9px 0 9px;
	color: #fff;
	font-size: clamp(31px, 3vw, 42px);
	font-weight: 800;
	letter-spacing: -1.25px;
	line-height: 1.12;
}

.sne-course-header p,
.sne-section-heading p {
	margin-bottom: 0;
	color: var(--sne-muted);
}

.sne-area-count {
	min-width: max-content;
	padding: 10px 18px;
	border: 1px solid rgba(244, 123, 32, .68);
	border-radius: 7px;
	color: #f6a263;
	font-size: 11px;
	font-weight: 800;
}

.sne-course-layout {
	display: grid;
	grid-template-columns: 205px minmax(0, 1fr);
	align-items: start;
	gap: 24px;
}

.sne-course-layout > * {
	min-width: 0;
}

.sne-filter-panel {
	position: sticky;
	top: 100px;
	padding: 22px 18px;
	border: 1px solid var(--sne-line);
	border-radius: 11px;
	background: var(--sne-panel);
}

.sne-filter-panel h3 {
	margin-bottom: 17px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--sne-line);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .3px;
	text-transform: uppercase;
}

.sne-filter-list {
	display: grid;
	gap: 5px;
}

.sne-filter-list button {
	width: 100%;
	position: relative;
	padding: 9px 9px 9px 25px;
	border: 0;
	border-radius: 5px;
	color: #aebdd0;
	background: transparent;
	cursor: pointer;
	font-size: 11px;
	line-height: 1.35;
	text-align: left;
	transition: color .2s ease, background-color .2s ease;
}

.sne-filter-list button::before {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 12px;
	left: 7px;
	border: 1px solid #60738b;
	border-radius: 2px;
	content: "";
}

.sne-filter-list button:hover,
.sne-filter-list button.is-active {
	color: #fff;
	background: #14263d;
}

.sne-filter-list button.is-active::before {
	border-color: var(--sne-orange);
	background: var(--sne-orange);
	box-shadow: inset 0 0 0 2px #14263d;
}

.sne-filter-status {
	margin: 18px 4px 0;
	padding-top: 15px;
	border-top: 1px solid var(--sne-line);
	color: #6f829a;
	font-size: 10px;
}

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

.sne-course-group-heading {
	display: flex;
	grid-column: 1 / -1;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 4px;
	padding: 0 0 11px;
	border-bottom: 1px solid var(--sne-line);
}

.sne-course-group-heading span {
	color: #fff;
	font-family: Sora, Inter, sans-serif;
	font-size: 16px;
	font-weight: 800;
}

.sne-course-group-heading small {
	color: #73869e;
	font-size: 10px;
}

.sne-upcoming-heading {
	margin-top: 18px;
}

.sne-upcoming-heading span {
	color: #ffa05a;
}

.sne-course-card {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #1d3049;
	border-radius: 10px;
	background: var(--sne-panel);
	box-shadow: 0 15px 35px rgba(0, 0, 0, .18);
	transition: transform .23s ease, border-color .23s ease, box-shadow .23s ease;
}

.sne-course-card:hover,
.sne-course-card:focus-within {
	transform: translateY(-4px);
	border-color: #365475;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .27);
}

.sne-course-link {
	position: absolute;
	z-index: 5;
	inset: 0;
	border-radius: 10px;
}

.sne-course-link:focus-visible {
	outline-offset: -4px;
}

.sne-course-media {
	width: 100%;
	min-height: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: linear-gradient(145deg, #183a69, #0c1e38 70%);
}

.sne-area-tournament .sne-course-media {
	background: linear-gradient(145deg, #5a2a17, #17263c 72%);
}

.sne-area-governance .sne-course-media {
	background: linear-gradient(145deg, #144b54, #13243a 72%);
}

.sne-area-media-branding .sne-course-media {
	background: linear-gradient(145deg, #633544, #15253a 72%);
}

.sne-area-anti-doping .sne-course-media {
	background: linear-gradient(145deg, #4b355e, #142239 72%);
}

.sne-area-athlete .sne-course-media {
	background: linear-gradient(145deg, #345341, #13243b 72%);
}

.sne-course-poster {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	object-position: center;
	background: #071426;
}

.sne-status {
	position: absolute;
	z-index: 2;
	top: 14px;
	right: 14px;
	left: auto;
	max-width: calc(100% - 28px);
	padding: 6px 9px;
	border-radius: 4px;
	color: #fff;
	background: var(--sne-orange);
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .35px;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.sne-course-card.is-coming-soon .sne-status {
	color: #ffc18e;
	border: 1px solid rgba(244, 123, 32, .72);
	background: rgba(2, 8, 23, .82);
}

.sne-course-initials {
	position: relative;
	z-index: 1;
	color: rgba(255, 255, 255, .13);
	font-family: Sora, Inter, sans-serif;
	font-size: 82px;
	font-weight: 900;
	letter-spacing: -5px;
}

.sne-course-content {
	min-height: 142px;
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 19px 42px 17px 18px;
	background: #091526;
}

.sne-course-content h3 {
	min-height: 2.45em;
	margin: 0 0 16px;
	color: #fff;
	font-size: clamp(18px, 1.55vw, 21px);
	font-weight: 800;
	letter-spacing: -.3px;
	line-height: 1.22;
}

.sne-course-details {
	display: flex;
	flex-direction: column;
	margin-top: auto;
}

.sne-course-details span {
	margin-bottom: 5px;
	color: #92a5bb;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .25px;
	text-transform: uppercase;
}

.sne-course-details strong {
	color: #4d9aff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .25px;
	text-transform: uppercase;
}

.sne-course-content i {
	position: absolute;
	right: 17px;
	bottom: 19px;
	color: #fff;
	font-size: 17px;
	font-style: normal;
}

.sne-view-all {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

/* Benefits */
.sne-benefits {
	border-top: 1px solid rgba(255, 255, 255, .035);
	border-bottom: 1px solid rgba(255, 255, 255, .035);
	background: var(--sne-bg-2);
}

.sne-section-heading {
	max-width: 850px;
	margin: 0 auto 40px;
	text-align: center;
}

.sne-benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.sne-benefit-grid article {
	min-height: 190px;
	position: relative;
	overflow: hidden;
	padding: 27px 22px;
	border: 1px solid var(--sne-line);
	border-radius: 10px;
	background: linear-gradient(145deg, #0c1b30, #091629);
}

.sne-benefit-grid article::after {
	width: 120px;
	height: 120px;
	position: absolute;
	right: -65px;
	top: -65px;
	transform: rotate(45deg);
	background: rgba(45, 130, 245, .055);
	content: "";
}

.sne-benefit-grid article:nth-child(even)::after {
	background: rgba(244, 123, 32, .065);
}

.sne-benefit-grid article > span {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	margin-bottom: 19px;
	border-radius: 50%;
	color: #79afff;
	background: rgba(21, 100, 216, .25);
	font-size: 12px;
	font-weight: 850;
}

.sne-benefit-grid article:nth-child(even) > span {
	color: #ffa55f;
	background: rgba(244, 123, 32, .2);
}

.sne-benefit-grid h3 {
	margin-bottom: 9px;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
}

.sne-benefit-grid p {
	margin: 0;
	color: var(--sne-muted);
	font-size: 12px;
}

/* Certificate */
.sne-certificate {
	background: #040d1c;
}

.sne-certificate-grid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	align-items: center;
	gap: 80px;
}

.sne-certificate h2 {
	max-width: 650px;
}

.sne-certificate p {
	max-width: 620px;
	margin-bottom: 25px;
	color: var(--sne-muted);
}

.sne-certificate-benefit-heading {
	margin: 0 0 16px;
	color: #fff;
	font-size: 17px;
	font-weight: 800;
}

.sne-certificate ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sne-certificate li {
	position: relative;
	padding-left: 32px;
	color: #c4d1e0;
	font-size: 13px;
}

.sne-certificate li::before {
	display: grid;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: var(--sne-blue);
	font-size: 11px;
	font-weight: 900;
	content: "✓";
}

.sne-certificate-card {
	min-height: 380px;
	transform: rotate(2deg);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 35px;
	border: 8px solid #dfe6ed;
	border-radius: 9px;
	color: #092046;
	background: #fff;
	box-shadow: 0 25px 55px rgba(0, 0, 0, .28);
	text-align: center;
}

.sne-seal {
	display: block;
	width: 53px;
	height: 53px;
	margin-bottom: 14px;
	border: 4px double #fff;
	border-radius: 50%;
	background: var(--sne-orange);
	box-shadow: 0 0 0 2px var(--sne-orange);
}

.sne-certificate-card h3 {
	margin-bottom: 13px;
	color: #092046;
	font-family: Georgia, serif;
	font-size: 25px;
	font-weight: 700;
}

.sne-certificate-card small {
	color: #8493a7;
	font-size: 10px;
}

.sne-certificate-card strong {
	width: 78%;
	margin: 17px 0;
	padding: 9px;
	border-top: 1px solid #c8d3df;
	border-bottom: 1px solid #c8d3df;
	font-family: Georgia, serif;
	font-size: 17px;
}

.sne-certificate-card em {
	color: #9ba8b8;
	font-size: 8px;
	font-style: normal;
	letter-spacing: 1px;
}

.sne-certificate-value {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 22px;
	padding-top: 16px;
	border-top: 1px solid #d9e2ec;
}

.sne-certificate-value b {
	width: 100%;
	margin-bottom: 2px;
	color: #092046;
	font-size: 10px;
	letter-spacing: .8px;
	text-transform: uppercase;
}

.sne-certificate-value span {
	padding: 5px 8px;
	border-radius: 999px;
	color: #245186;
	background: #edf4fb;
	font-size: 8px;
	font-weight: 700;
}

/* Collaboration */
.sne-collaborate {
	position: relative;
	overflow: hidden;
	padding: 70px 0;
	background: linear-gradient(115deg, #0f3a80 0%, #155dbb 55%, #f47b20 145%);
}

.sne-collaborate::after {
	width: 430px;
	height: 430px;
	position: absolute;
	right: -110px;
	bottom: -250px;
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(244, 123, 32, .06), rgba(244, 123, 32, .75));
	content: "";
}

.sne-collaborate .sne-container {
	position: relative;
	z-index: 1;
}

.sne-collaborate .sne-eyebrow {
	color: #ffad71;
}

.sne-collaborate h2 {
	max-width: 850px;
}

.sne-collaborate p {
	max-width: 790px;
	margin-bottom: 26px;
	color: #dceafb;
}

@media (max-width: 1100px) {
	.sne-course-layout {
		grid-template-columns: 185px minmax(0, 1fr);
	}

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

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

@media (max-width: 800px) {
	.sne-container {
		width: min(100% - 32px, 720px);
	}

	.sne-hero {
		min-height: 590px;
		background-image: linear-gradient(90deg, rgba(4, 17, 39, .98), rgba(4, 17, 39, .76)), var(--sne-hero);
		background-position: 64% center;
	}

	.sne-hero h1 {
		font-size: 49px;
	}

	.sne-section {
		padding: 66px 0;
	}

	.sne-brand-strip {
		padding: 34px 0 38px;
	}

	.sne-brand-strip-inner {
		grid-template-columns: 1fr;
		gap: 12px;
		text-align: center;
	}

	.sne-brand-strip img {
		width: min(250px, 78vw);
		max-height: 160px;
		margin: 0 auto;
	}

	.sne-brand-strip p {
		margin-right: auto;
		margin-left: auto;
	}

	.sne-course-header {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

	.sne-course-layout {
		width: 100%;
		display: block;
	}

	.sne-course-grid {
		width: 100%;
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
		overflow: visible;
	}

	.sne-course-group-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
		margin-top: 3px;
	}

	.sne-course-card {
		width: 100%;
		max-width: none;
		grid-column: 1;
		margin: 0;
		overflow: hidden;
	}

	.sne-course-media {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	.sne-filter-panel {
		position: static;
		width: 100%;
		margin-bottom: 18px;
		padding: 17px;
	}

	.sne-filter-panel h3 {
		margin-bottom: 12px;
		padding-bottom: 12px;
	}

	.sne-filter-list {
		display: flex;
		width: 100%;
		overflow-x: auto;
		gap: 7px;
		padding-bottom: 4px;
		scrollbar-width: thin;
	}

	.sne-filter-list button {
		width: auto;
		min-width: max-content;
		padding: 9px 12px 9px 29px;
		border: 1px solid #20344f;
	}

	.sne-filter-list button::before {
		left: 10px;
	}

	.sne-filter-status {
		margin-top: 12px;
		padding-top: 12px;
	}

	.sne-certificate-grid {
		grid-template-columns: 1fr;
		gap: 55px;
	}

	.sne-certificate-card {
		width: min(500px, 100%);
		margin: 0 auto;
	}
}

@media (max-width: 560px) {
	.sne-hero {
		min-height: 620px;
		background-position: 69% center;
	}

	.sne-hero-copy {
		padding: 64px 0;
	}

	.sne-hero h1 {
		font-size: 40px;
		letter-spacing: -1.5px;
	}

	.sne-hero-copy > p {
		font-size: 16px;
	}

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

	.sne-actions .sne-button {
		width: 100%;
	}

	.sne-trust {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.sne-course-header h2,
	.sne-section-heading h2,
	.sne-certificate h2,
	.sne-collaborate h2 {
		font-size: 30px;
	}

	.sne-course-grid,
	.sne-benefit-grid {
		grid-template-columns: 1fr;
	}

	.sne-course-media {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	.sne-status {
		top: 12px;
		right: 12px;
		max-width: calc(100% - 24px);
	}

	.sne-course-content {
		min-height: 0;
		padding: 18px 40px 16px 17px;
	}

	.sne-course-content h3 {
		min-height: 0;
		font-size: 18px;
	}

	.sne-benefit-grid article {
		min-height: 170px;
	}

	.sne-certificate-card {
		min-height: 275px;
		padding: 28px 18px;
	}

	.sne-certificate-card h3 {
		font-size: 22px;
	}

	.sne-collaborate {
		padding: 60px 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sne-home *,
	.sne-home *::before,
	.sne-home *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
