.jse-footer-premium {
	position: relative;
	width: min(1220px, calc(100% - 28px));
	margin: 42px auto 14px;
	overflow: hidden;
	border: 1px solid rgba(255, 122, 0, 0.64);
	border-radius: 30px;
	background:
		radial-gradient(circle at 84% 16%, rgba(10, 165, 232, 0.18), transparent 340px),
		linear-gradient(120deg, rgba(255, 122, 0, 0.12), transparent 44%),
		#06101f;
	box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
	color: #f8fbff;
}

.jse-footer-premium::before {
	content: "JSE";
	position: absolute;
	right: -34px;
	bottom: -90px;
	color: rgba(255, 255, 255, 0.024);
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: clamp(220px, 29vw, 390px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.08em;
	pointer-events: none;
}

.jse-footer-premium__flare {
	position: absolute;
	top: -190px;
	right: 28%;
	width: 360px;
	height: 360px;
	border: 1px solid rgba(10, 165, 232, 0.11);
	border-radius: 50%;
	box-shadow:
		0 0 0 80px rgba(10, 165, 232, 0.018),
		0 0 0 170px rgba(10, 165, 232, 0.012);
	pointer-events: none;
}

.jse-footer-premium__main {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(270px, 0.75fr) minmax(300px, 0.9fr);
	gap: clamp(30px, 4vw, 58px);
	align-items: stretch;
	padding: clamp(40px, 5vw, 68px);
}

.jse-footer-premium__brand img {
	display: block;
	width: 172px;
	height: 74px;
	object-fit: contain;
	object-position: left center;
}

.jse-footer-premium__eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 23px;
	color: #ffad4a;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.jse-footer-premium__eyebrow::before {
	content: "";
	width: 30px;
	height: 2px;
	background: linear-gradient(90deg, #ff7a00, #0aa5e8);
}

.jse-footer-premium__brand h2 {
	margin: 16px 0 18px;
	color: #f8fbff;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: clamp(44px, 4.8vw, 69px);
	font-weight: 900;
	line-height: 0.84;
	letter-spacing: -0.04em;
	text-shadow: none;
	text-transform: uppercase;
}

.jse-footer-premium__brand h2 em {
	color: #ffad4a;
	font-style: normal;
}

.jse-footer-premium__brand p {
	max-width: 430px;
	margin: 0;
	color: #9fb5c7;
	font-size: 15px;
	line-height: 1.6;
}

.jse-footer-premium__contact {
	display: inline-flex;
	margin-top: 21px;
	color: #15b6f5 !important;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.025em;
	text-decoration: none !important;
}

.jse-footer-premium__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
	align-content: center;
}

.jse-footer-premium__links nav {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.jse-footer-premium__links strong {
	margin-bottom: 7px;
	color: #fff;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.jse-footer-premium__links a {
	position: relative;
	padding-left: 13px;
	color: #c8d7e9 !important;
	font-size: 14px;
	text-decoration: none !important;
}

.jse-footer-premium__links a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #0aa5e8;
	transform: translateY(-50%);
}

.jse-footer-premium__links a:hover {
	color: #ffad4a !important;
}

.jse-footer-premium__live {
	position: relative;
	overflow: hidden;
	padding: 28px;
	border: 1px solid rgba(10, 165, 232, 0.29);
	border-radius: 22px;
	background:
		linear-gradient(145deg, rgba(10, 165, 232, 0.13), transparent 60%),
		rgba(255, 255, 255, 0.027);
}

.jse-footer-premium__live::after {
	content: "";
	position: absolute;
	top: -55px;
	right: -55px;
	width: 150px;
	height: 150px;
	border: 24px solid rgba(255, 122, 0, 0.075);
	border-radius: 50%;
}

.jse-footer-premium__live > span {
	color: #ffad4a;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.jse-footer-premium__live h3 {
	position: relative;
	z-index: 1;
	margin: 13px 0;
	color: #f8fbff;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: clamp(35px, 3.5vw, 49px);
	font-weight: 900;
	line-height: 0.88;
	letter-spacing: -0.03em;
	text-shadow: none;
	text-transform: uppercase;
}

.jse-footer-premium__live h3 em {
	color: #ffad4a;
	font-style: normal;
}

.jse-footer-premium__live > p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #9fb5c7;
	font-size: 13px;
	line-height: 1.52;
}

.jse-footer-premium__live > a {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 64px;
	margin-top: 22px;
	padding: 12px 16px;
	border: 1px solid #ff7a00;
	border-radius: 15px;
	background: linear-gradient(135deg, #ff7a00, #ffad4a);
	box-shadow: 0 17px 36px rgba(255, 122, 0, 0.21);
	color: #071426 !important;
	text-decoration: none !important;
	transition: transform 180ms ease;
}

.jse-footer-premium__live > a:hover {
	color: #071426 !important;
	transform: translateY(-2px);
}

.jse-footer-premium__live > a > i {
	display: grid;
	flex: 0 0 39px;
	width: 39px;
	height: 39px;
	place-items: center;
	border-radius: 50%;
	background: #071426;
	color: #ff9d3b;
	font-size: 13px;
	font-style: normal;
}

.jse-footer-premium__live > a small,
.jse-footer-premium__live > a strong {
	display: block;
	margin: 0;
	color: #071426;
	text-shadow: none;
}

.jse-footer-premium__live > a small {
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jse-footer-premium__live > a strong {
	margin-top: 2px;
	font-size: 15px;
}

.jse-footer-premium__tags {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 18px;
}

.jse-footer-premium__tags span {
	padding: 5px 8px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 999px;
	color: #7897af;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.07em;
}

.jse-footer-premium__bottom {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 17px clamp(24px, 5vw, 68px);
	border-top: 1px solid rgba(142, 163, 191, 0.17);
	background: rgba(0, 0, 0, 0.13);
	color: #7897af;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jse-footer-premium__bottom > div {
	display: flex;
	gap: 18px;
}

.jse-footer-premium__bottom a {
	color: #dceaf6 !important;
	font-size: 10px;
	text-decoration: none !important;
}

.jse-footer-premium__bottom a:hover {
	color: #ffad4a !important;
}

@media (max-width: 1040px) {
	.jse-footer-premium__main {
		grid-template-columns: 1.1fr 0.9fr;
	}

	.jse-footer-premium__live {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {
	.jse-footer-premium {
		width: calc(100% - 14px);
		margin-top: 28px;
		border-radius: 22px;
	}

	.jse-footer-premium__main {
		grid-template-columns: 1fr;
		gap: 29px;
		padding: 34px 22px;
	}

	.jse-footer-premium__brand h2 {
		font-size: clamp(43px, 14vw, 62px);
	}

	.jse-footer-premium__links {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.jse-footer-premium__live {
		grid-column: auto;
		padding: 23px;
	}

	.jse-footer-premium__bottom {
		display: grid;
		justify-items: start;
		padding: 17px 22px;
	}

	.jse-footer-premium__bottom > div {
		grid-row: 2;
	}
}

@media (max-width: 390px) {
	.jse-footer-premium__links {
		grid-template-columns: 1fr;
	}
}

/* Final footer palette guard: override late Custom Typography rules. */
body.ctypo .jse-footer-premium,
body.ctypo .jse-footer-premium__main,
body.ctypo .jse-footer-premium__brand,
body.ctypo .jse-footer-premium__links,
body.ctypo .jse-footer-premium__live {
	color: #f8fbff !important;
}

body.ctypo .jse-footer-premium__brand h2,
body.ctypo .jse-footer-premium__live h3 {
	color: #f8fbff !important;
	-webkit-text-fill-color: #f8fbff !important;
}

body.ctypo .jse-footer-premium__brand h2 em,
body.ctypo .jse-footer-premium__live h3 em,
body.ctypo .jse-footer-premium__eyebrow,
body.ctypo .jse-footer-premium__live > span {
	color: #ff9d38 !important;
	-webkit-text-fill-color: #ff9d38 !important;
}

body.ctypo .jse-footer-premium__brand p,
body.ctypo .jse-footer-premium__live > p {
	color: #9fbcd1 !important;
	-webkit-text-fill-color: #9fbcd1 !important;
}

body.ctypo .jse-footer-premium__links strong {
	color: #f8fbff !important;
	-webkit-text-fill-color: #f8fbff !important;
}

body.ctypo .jse-footer-premium__links a,
body.ctypo .jse-footer-premium__bottom a {
	color: #d8e8f5 !important;
	-webkit-text-fill-color: #d8e8f5 !important;
}

body.ctypo .jse-footer-premium__contact {
	color: #16bdf8 !important;
	-webkit-text-fill-color: #16bdf8 !important;
}

body.ctypo .jse-footer-premium__live > a,
body.ctypo .jse-footer-premium__live > a small,
body.ctypo .jse-footer-premium__live > a strong {
	color: #071426 !important;
	-webkit-text-fill-color: #071426 !important;
}
