.gw-home {
	--gw-bg: #0d071d;
	--gw-bg-soft: #140d28;
	--gw-panel: #211934;
	--gw-panel-2: #2a2040;
	--gw-text: #fbf9ff;
	--gw-muted: #aaa2bb;
	--gw-pink: #ff3f88;
	--gw-orange: #ff7a45;
	--gw-lime: #b7e234;
	--gw-line: rgba(255, 255, 255, .08);
	background: var(--gw-bg);
	color: var(--gw-muted);
	font-family: Inter, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	overflow: hidden;
}

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

.gw-home a {
	color: inherit;
	text-decoration: none;
}

.gw-home img {
	display: block;
	height: auto;
	max-width: 100%;
}

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

.gw-home h1,
.gw-home h2,
.gw-home h3 {
	color: var(--gw-text);
	font-weight: 800;
	letter-spacing: -.035em;
}

.gw-shell {
	margin: 0 auto;
	max-width: 1160px;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.gw-header {
	background: rgba(13, 7, 29, .9);
	border-bottom: 1px solid var(--gw-line);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

.gw-header__inner {
	align-items: center;
	display: flex;
	gap: 30px;
	height: 72px;
	justify-content: space-between;
}

.gw-brand {
	align-items: center;
	color: var(--gw-text) !important;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 7px;
	letter-spacing: -.02em;
	white-space: nowrap;
}

.gw-brand__mark {
	color: var(--gw-lime);
	font-size: 10px;
	letter-spacing: -4px;
	margin-right: 4px;
}

.gw-nav {
	display: flex;
	gap: 22px;
	margin-left: auto;
}

.gw-nav a,
.gw-footer__links a {
	color: var(--gw-muted);
	font-size: 11px;
	font-weight: 700;
	transition: color .2s ease;
}

.gw-nav a:first-child,
.gw-nav a:hover,
.gw-footer__links a:hover {
	color: var(--gw-lime);
}

.gw-btn {
	background: linear-gradient(135deg, var(--gw-pink), var(--gw-orange));
	border: 1px solid transparent;
	border-radius: 999px;
	color: #fff !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	padding: 12px 19px;
	transition: transform .2s ease, box-shadow .2s ease;
}

.gw-btn:hover {
	box-shadow: 0 10px 28px rgba(255, 63, 136, .22);
	transform: translateY(-2px);
}

.gw-btn--small {
	font-size: 10px;
	padding: 9px 15px;
}

.gw-btn--ghost {
	background: rgba(255, 255, 255, .05);
	border-color: rgba(255, 255, 255, .25);
}

.gw-hero {
	min-height: 610px;
	overflow: hidden;
	position: relative;
}

.gw-hero__image,
.gw-hero__overlay {
	height: 100% !important;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.gw-hero__overlay {
	background: linear-gradient(90deg, rgba(10, 5, 22, .95), rgba(10, 5, 22, .6) 45%, rgba(10, 5, 22, .16)), linear-gradient(0deg, rgba(13, 7, 29, .86), transparent 42%);
}

.gw-hero__content {
	padding-top: 225px;
	position: relative;
	z-index: 1;
}

.gw-eyebrow {
	color: var(--gw-lime);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .08em;
	margin-bottom: 15px !important;
	text-transform: uppercase;
}

.gw-eyebrow span,
.gw-live-dot {
	background: var(--gw-pink);
	border-radius: 50%;
	display: inline-block;
	height: 6px;
	margin-right: 8px;
	width: 6px;
}

.gw-hero h1 {
	font-size: clamp(48px, 6.4vw, 76px);
	line-height: .98;
	max-width: 650px;
}

.gw-hero__text {
	color: #cfc9d8;
	font-size: 16px;
	margin-top: 15px !important;
	max-width: 610px;
}

.gw-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.gw-actions--center {
	justify-content: center;
}

.gw-onair {
	background: #191131;
	border-bottom: 1px solid var(--gw-line);
}

.gw-onair__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 42px;
}

.gw-onair p {
	color: var(--gw-muted);
	font-size: 10px;
}

.gw-onair strong,
.gw-onair small {
	color: var(--gw-text);
	font-size: 9px;
	margin-right: 10px;
}

.gw-top-stats {
	background: #110b24;
	border-bottom: 1px solid var(--gw-line);
	padding: 30px 0;
}

.gw-grid {
	display: grid;
	gap: 18px;
}

.gw-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gw-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gw-top-stat {
	text-align: center;
}

.gw-top-stat strong,
.gw-metric strong {
	color: var(--gw-text);
	display: block;
	font-size: 29px;
	letter-spacing: -.05em;
	line-height: 1;
}

.gw-top-stat span,
.gw-metric small {
	color: var(--gw-muted);
	display: block;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .06em;
	margin-top: 7px;
	text-transform: uppercase;
}

.gw-section {
	padding: 82px 0;
}

.gw-section-heading {
	margin-bottom: 32px;
}

.gw-section-heading--center {
	text-align: center;
}

.gw-section-heading h2 {
	font-size: clamp(26px, 3vw, 35px);
}

.gw-section-heading p:not(.gw-eyebrow) {
	font-size: 12px;
	margin-top: 8px !important;
}

.gw-card {
	background: var(--gw-panel);
	border: 1px solid var(--gw-line);
	border-radius: 10px;
	overflow: hidden;
	transition: transform .2s ease, border-color .2s ease;
}

.gw-card:hover {
	border-color: rgba(255, 63, 136, .48);
	transform: translateY(-5px);
}

.gw-card > img,
.gw-card__media img {
	aspect-ratio: 1.75;
	object-fit: cover;
	width: 100%;
}

.gw-card__body {
	padding: 14px;
}

.gw-card h3 {
	font-size: 14px;
	line-height: 1.25;
}

.gw-card p {
	color: var(--gw-muted);
	font-size: 10px;
	margin-top: 5px !important;
}

.gw-card small {
	color: var(--gw-lime);
	font-size: 9px;
}

.gw-show-card small {
	display: block;
	margin-top: 10px;
}

.gw-section--videos {
	padding-top: 48px;
}

.gw-display {
	font-size: clamp(44px, 7vw, 68px) !important;
	line-height: .9;
}

.gw-video-feature {
	border-radius: 11px;
	margin-bottom: 22px;
	overflow: hidden;
	position: relative;
}

.gw-video-feature img {
	aspect-ratio: 2.05;
	object-fit: cover;
	width: 100%;
}

.gw-video-feature__overlay {
	align-items: center;
	background: linear-gradient(0deg, rgba(5, 2, 14, .72), rgba(5, 2, 14, .08));
	display: flex;
	flex-direction: column;
	inset: 0;
	justify-content: center;
	position: absolute;
}

.gw-video-feature__kicker {
	color: #fff;
	font-size: 11px;
	font-style: italic;
	font-weight: 800;
	letter-spacing: .15em;
}

.gw-video-feature h3 {
	font-size: clamp(25px, 5vw, 48px);
}

.gw-play {
	align-items: center;
	background: var(--gw-pink);
	border-radius: 50%;
	color: #fff;
	display: flex;
	height: 66px;
	justify-content: center;
	margin-top: 20px;
	padding-left: 4px;
	width: 66px;
}

.gw-card__media {
	position: relative;
}

.gw-card__media small {
	background: rgba(5, 2, 14, .76);
	border-radius: 4px;
	bottom: 7px;
	color: #fff;
	padding: 2px 5px;
	position: absolute;
	right: 7px;
}

.gw-video-grid {
	row-gap: 18px;
}

.gw-video-card .gw-card__body {
	padding: 11px;
}

.gw-video-card h3 {
	font-size: 12px;
}

.gw-video-card p {
	color: var(--gw-pink);
	font-size: 9px;
}

.gw-section--live {
	background: radial-gradient(circle at 50% 40%, rgba(119, 61, 164, .16), transparent 36rem);
}

.gw-metric {
	background: var(--gw-panel);
	border: 1px solid var(--gw-line);
	border-radius: 9px;
	padding: 22px 12px;
	text-align: center;
}

.gw-metric > span {
	color: var(--gw-pink);
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
}

.gw-news {
	border-top: 1px solid var(--gw-line);
}

.gw-tag {
	color: var(--gw-pink) !important;
	display: block;
	margin-bottom: 7px;
}

.gw-news-card h3 {
	font-size: 15px;
	min-height: 38px;
}

.gw-news-card p {
	font-size: 9px;
	margin-top: 13px !important;
}

.gw-partners {
	padding-top: 44px;
}

.gw-partner-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.gw-partner-list span {
	background: var(--gw-panel);
	border: 1px solid var(--gw-line);
	border-radius: 7px;
	color: var(--gw-muted);
	font-size: 9px;
	font-weight: 800;
	padding: 13px 20px;
}

.gw-cta {
	background: linear-gradient(115deg, var(--gw-pink), var(--gw-orange));
	padding: 58px 0;
	text-align: center;
}

.gw-cta h2 {
	font-size: 30px;
}

.gw-cta p {
	color: rgba(255, 255, 255, .9);
	font-size: 13px;
	margin-top: 6px !important;
}

.gw-btn--light {
	background: #fff;
	color: var(--gw-pink) !important;
}

.gw-btn--ghost-light {
	background: transparent;
	border: 0;
}

.gw-footer {
	background: #0b061a;
	padding: 48px 0 20px;
}

.gw-footer__grid {
	display: grid;
	gap: 30px;
	grid-template-columns: 1.55fr .8fr .95fr 1.1fr;
}

.gw-footer p {
	color: var(--gw-muted);
	font-size: 11px;
	line-height: 1.8;
	margin-top: 15px !important;
}

.gw-footer h3 {
	color: #756d89;
	font-size: 9px;
	letter-spacing: .08em;
}

.gw-footer__links {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-top: 15px;
}

.gw-footer__bottom {
	align-items: center;
	border-top: 1px solid var(--gw-line);
	display: flex;
	font-size: 9px;
	justify-content: space-between;
	margin-top: 36px;
	padding-top: 18px;
}

.gw-footer__bottom span {
	color: var(--gw-pink);
}

@media (max-width: 860px) {
	.gw-header__inner {
		gap: 14px;
	}

	.gw-nav {
		display: none;
	}

	.gw-hero {
		min-height: 540px;
	}

	.gw-hero__content {
		padding-top: 190px;
	}

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

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

@media (max-width: 620px) {
	.gw-shell {
		padding-left: 17px;
		padding-right: 17px;
	}

	.gw-header__inner {
		height: 62px;
	}

	.gw-header .gw-btn--small {
		font-size: 9px;
		padding: 8px 10px;
	}

	.gw-hero {
		min-height: 505px;
	}

	.gw-hero__content {
		padding-top: 168px;
	}

	.gw-hero h1 {
		font-size: 50px;
	}

	.gw-hero__text {
		font-size: 14px;
	}

	.gw-onair__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
		justify-content: center;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.gw-grid--3,
	.gw-grid--4,
	.gw-footer__grid {
		grid-template-columns: 1fr;
	}

	.gw-top-stats .gw-grid--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gw-section {
		padding: 62px 0;
	}

	.gw-video-feature img {
		aspect-ratio: 1.1;
	}

	.gw-video-feature__kicker {
		font-size: 8px;
	}

	.gw-video-feature h3 {
		font-size: 28px;
	}

	.gw-play {
		height: 54px;
		width: 54px;
	}

	.gw-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}
}

