:root{
	--ctuk-bg:#04060b;
	--ctuk-bg-2:#08101c;
	--ctuk-panel:#0d1422;
	--ctuk-panel-soft:rgba(255,255,255,.05);
	--ctuk-panel-strong:rgba(12,18,31,.96);
	--ctuk-line:rgba(255,255,255,.10);
	--ctuk-line-strong:rgba(255,255,255,.18);
	--ctuk-text:#f6f8ff;
	--ctuk-muted:#97a5ba;
	--ctuk-muted-2:#718096;
	--ctuk-mint:#75f5dd;
	--ctuk-blue:#78a8ff;
	--ctuk-violet:#ad91ff;
	--ctuk-yellow:#ffd84a;
	--ctuk-danger:#ff9d9d;
	--ctuk-success:#86f3c3;
	--ctuk-radius:24px;
	--ctuk-shadow:0 30px 100px rgba(0,0,0,.38);
}

html{scroll-behavior:smooth;background:var(--ctuk-bg)}
html,body{margin:0!important;padding:0!important}
body.ctuk-portal-page,
body.ctuk-learning-content,
body.ctuk-standalone-template{
	min-height:100vh;
	background:var(--ctuk-bg)!important;
	color:var(--ctuk-text)!important;
	font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
	-webkit-font-smoothing:antialiased;
	overflow-x:clip;
}
body.ctuk-portal-page *,
body.ctuk-learning-content *,
body.ctuk-standalone-template *{box-sizing:border-box}
body.ctuk-portal-page a,
body.ctuk-learning-content a,
body.ctuk-standalone-template a{text-decoration:none}
body.ctuk-portal-page #wpadminbar,
body.ctuk-learning-content #wpadminbar,
body.ctuk-standalone-template #wpadminbar{display:none!important}
body.ctuk-portal-page .wp-site-blocks,
body.ctuk-portal-page .wp-block-post-content,
body.ctuk-learning-content .wp-site-blocks,
body.ctuk-learning-content .wp-block-post-content{
	width:100%!important;
	max-width:none!important;
	margin:0!important;
	padding:0!important;
}
body.ctuk-portal-page .wp-site-blocks>header,
body.ctuk-portal-page .wp-site-blocks>footer,
body.ctuk-learning-content .wp-site-blocks>header,
body.ctuk-learning-content .wp-site-blocks>footer,
body.ctuk-learning-content .wp-block-template-part,
body.ctuk-learning-content .wp-block-query,
body.ctuk-learning-content .wp-block-latest-posts,
body.ctuk-learning-content .wp-block-post-navigation-link,
body.ctuk-learning-content .wp-block-comments,
body.ctuk-learning-content .comments-area{display:none!important}

.screen-reader-text{
	position:absolute!important;
	width:1px!important;
	height:1px!important;
	padding:0!important;
	margin:-1px!important;
	overflow:hidden!important;
	clip:rect(0,0,0,0)!important;
	white-space:nowrap!important;
	border:0!important;
}
.screen-reader-text:focus{
	position:fixed!important;
	top:12px!important;
	left:12px!important;
	z-index:99999!important;
	width:auto!important;
	height:auto!important;
	clip:auto!important;
	margin:0!important;
	padding:12px 16px!important;
	border-radius:10px!important;
	background:#fff!important;
	color:#111!important;
}

.ctuk-page-root{min-height:100vh}
.ctuk-portal{
	position:relative;
	min-height:100vh;
	isolation:isolate;
	overflow:hidden;
	background:
		radial-gradient(circle at 12% 10%,rgba(83,73,255,.24),transparent 30%),
		radial-gradient(circle at 88% 14%,rgba(31,227,208,.15),transparent 27%),
		radial-gradient(circle at 72% 92%,rgba(173,145,255,.10),transparent 30%),
		linear-gradient(145deg,var(--ctuk-bg),var(--ctuk-bg-2) 52%,#05070d);
	color:var(--ctuk-text);
}
.ctuk-portal:before{
	content:"";
	position:absolute;
	inset:0;
	z-index:-2;
	pointer-events:none;
	background-image:
		linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),
		linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);
	background-size:72px 72px;
	-webkit-mask-image:linear-gradient(to bottom,#000,rgba(0,0,0,.65),transparent 92%);
	mask-image:linear-gradient(to bottom,#000,rgba(0,0,0,.65),transparent 92%);
}
.ctuk-portal:after{
	content:"";
	position:absolute;
	inset:0;
	z-index:-1;
	pointer-events:none;
	background:radial-gradient(540px circle at var(--ctuk-pointer-x,72%) var(--ctuk-pointer-y,18%),rgba(120,168,255,.11),transparent 68%);
}
.ctuk-shell{
	width:min(1640px,calc(100% - clamp(30px,6vw,116px)));
	margin-inline:auto;
}

.ctuk-nav-wrap{
	position:sticky;
	top:0;
	z-index:80;
	border-bottom:1px solid rgba(255,255,255,.075);
	background:linear-gradient(180deg,rgba(4,6,11,.91),rgba(4,6,11,.72));
	backdrop-filter:blur(22px) saturate(140%);
}
.ctuk-nav{
	min-height:82px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:24px;
}
.ctuk-brand{display:flex;align-items:center;gap:13px;color:var(--ctuk-text)!important}
.ctuk-brand>span:last-child{
	padding-left:13px;
	border-left:1px solid rgba(255,255,255,.12);
	color:#8c99ad;
	font-size:10px;
	font-weight:850;
	letter-spacing:.16em;
	text-transform:uppercase;
}
.ctuk-logo{
	display:flex;
	align-items:center;
	justify-content:center;
	width:150px;
	height:52px;
	padding:7px 12px;
	border:1px solid rgba(255,216,74,.27);
	border-radius:15px;
	background:linear-gradient(145deg,rgba(255,216,74,.11),rgba(255,255,255,.02));
	box-shadow:inset 0 1px rgba(255,255,255,.08),0 14px 38px rgba(0,0,0,.25),0 0 30px rgba(255,216,74,.07);
}
.ctuk-logo img{display:block;width:100%;height:100%;object-fit:contain}
.ctuk-menu{display:flex;align-items:center;gap:7px}
.ctuk-menu a{
	padding:10px 13px;
	border-radius:12px;
	color:#c3cddd!important;
	font-size:13px;
	font-weight:760;
	transition:background .2s ease,color .2s ease,transform .2s ease;
}
.ctuk-menu a:hover,
.ctuk-menu a:focus-visible,
.ctuk-menu a[aria-current=page]{background:rgba(255,255,255,.075);color:#fff!important}
.ctuk-menu .ctuk-nav-logout{border:1px solid var(--ctuk-line);background:rgba(255,255,255,.025)}
.ctuk-menu-toggle{
	display:none;
	width:44px;
	height:42px;
	border:1px solid var(--ctuk-line);
	border-radius:12px;
	background:rgba(255,255,255,.04);
	padding:10px;
	cursor:pointer;
}
.ctuk-menu-toggle span{display:block;height:2px;margin:4px 0;border-radius:2px;background:#eaf0fb}

.ctuk-hero{
	max-width:1120px;
	padding:clamp(78px,10vh,142px) 0 clamp(48px,7vh,82px);
}
.ctuk-eyebrow{
	display:inline-flex;
	align-items:center;
	gap:9px;
	color:#cbd5e4;
	font-size:10px;
	font-weight:850;
	letter-spacing:.15em;
	text-transform:uppercase;
}
.ctuk-eyebrow:before{
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:var(--ctuk-mint);
	box-shadow:0 0 0 7px rgba(117,245,221,.08),0 0 22px rgba(117,245,221,.55);
}
.ctuk-hero h1{
	max-width:1120px;
	margin:25px 0 22px;
	font-size:clamp(58px,7vw,122px);
	font-weight:820;
	line-height:.9;
	letter-spacing:-.07em;
	text-wrap:balance;
}
.ctuk-gradient-text{
	background:linear-gradient(94deg,#fff 6%,#a7cfff 38%,var(--ctuk-mint) 66%,#cbb5ff 93%);
	background-size:180% auto;
	-webkit-background-clip:text;
	background-clip:text;
	color:transparent;
}
.ctuk-hero>p{
	max-width:820px;
	margin:0;
	color:var(--ctuk-muted);
	font-size:clamp(17px,1.45vw,23px);
	line-height:1.68;
}
.ctuk-page-content{padding-bottom:88px}

.ctuk-panel,
.ctuk-catalogue,
.ctuk-section,
.ctuk-callout,
.ctuk-account-intro{
	border:1px solid var(--ctuk-line);
	border-radius:var(--ctuk-radius);
	background:linear-gradient(145deg,rgba(255,255,255,.058),rgba(255,255,255,.018));
	box-shadow:var(--ctuk-shadow);
	backdrop-filter:blur(18px);
}
.ctuk-panel{padding:clamp(22px,3vw,42px)}
.ctuk-panel h2,
.ctuk-section h2,
.ctuk-callout h2,
.ctuk-account-intro h2{margin:0;color:#fff;font-size:clamp(28px,3vw,46px);line-height:1.06;letter-spacing:-.045em}
.ctuk-panel p,
.ctuk-callout p,
.ctuk-account-intro p{color:var(--ctuk-muted);line-height:1.66}
.ctuk-centred-panel{max-width:760px;margin-inline:auto;text-align:center}
.ctuk-centred-panel .ctuk-eyebrow{justify-content:center}
.ctuk-centred-panel p{max-width:580px;margin-inline:auto}

.ctuk-button,
.ctuk-card-action,
.ctuk-text-link{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	min-height:48px;
	padding:0 18px;
	border:0;
	border-radius:13px;
	background:linear-gradient(102deg,var(--ctuk-mint),#b7ffe9);
	color:#06120f!important;
	font-size:13px;
	font-weight:900;
	box-shadow:0 18px 46px rgba(76,235,207,.18);
	transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;
}
.ctuk-button:hover,
.ctuk-card-action:hover,
.ctuk-text-link:hover{transform:translateY(-2px);filter:brightness(1.04);box-shadow:0 24px 64px rgba(76,235,207,.27)}
.ctuk-button-secondary{
	border:1px solid var(--ctuk-line)!important;
	background:rgba(255,255,255,.045)!important;
	color:#edf3ff!important;
	box-shadow:none!important;
}
.ctuk-actions{display:flex;flex-wrap:wrap;gap:12px}

.ctuk-login-grid{
	display:grid;
	grid-template-columns:minmax(0,1.1fr) minmax(420px,.7fr);
	align-items:center;
	gap:clamp(42px,7vw,110px);
}
.ctuk-login-story h2{max-width:760px;margin:22px 0 18px;font-size:clamp(46px,6vw,92px);line-height:.93;letter-spacing:-.06em}
.ctuk-login-story>p{max-width:680px;margin:0;color:var(--ctuk-muted);font-size:20px;line-height:1.68}
.ctuk-feature-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:34px}
.ctuk-feature-row span{padding:18px;border:1px solid var(--ctuk-line);border-radius:16px;background:rgba(255,255,255,.035);color:#d9e1ed;font-size:12px;font-weight:760;text-align:center}
.ctuk-login-panel{position:relative;overflow:hidden;background:var(--ctuk-panel-strong)}
.ctuk-login-panel:before{content:"";position:absolute;inset:-1px;pointer-events:none;border-radius:inherit;background:linear-gradient(120deg,rgba(117,245,221,.16),transparent 33%,transparent 67%,rgba(173,145,255,.16));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px}
.ctuk-panel-kicker{display:flex;justify-content:space-between;gap:14px;color:var(--ctuk-muted-2);font-size:9px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.ctuk-login-panel>h2{margin-top:24px}
.ctuk-login-form{margin-top:26px}
.ctuk-login-form form{margin:0}
.ctuk-login-form p{margin:0 0 17px}
.ctuk-login-form label{display:block;margin:0 0 8px;color:#cbd5e4;font-size:11px;font-weight:800}
.ctuk-login-form input[type=text],
.ctuk-login-form input[type=password]{
	display:block;
	width:100%!important;
	min-height:52px;
	margin:0!important;
	padding:0 15px!important;
	border:1px solid var(--ctuk-line)!important;
	border-radius:13px!important;
	outline:0!important;
	background:rgba(255,255,255,.045)!important;
	color:#fff!important;
	font:inherit!important;
	box-shadow:none!important;
}
.ctuk-login-form input:focus{border-color:rgba(117,245,221,.5)!important;box-shadow:0 0 0 4px rgba(117,245,221,.08)!important}
.ctuk-login-form .login-remember label{display:inline-flex;align-items:center;gap:8px;color:var(--ctuk-muted);font-size:12px}
.ctuk-login-form input[type=checkbox]{accent-color:var(--ctuk-mint)}
.ctuk-login-form .login-submit{margin:20px 0 0}
.ctuk-login-form input[type=submit]{
	width:100%;
	min-height:54px;
	border:0;
	border-radius:14px;
	background:linear-gradient(102deg,var(--ctuk-mint),#b7ffe9);
	color:#06120f;
	font-size:14px;
	font-weight:900;
	cursor:pointer;
}
.ctuk-password-wrap{position:relative;display:block}
.ctuk-password-wrap input{padding-right:76px!important}
.ctuk-password-toggle{
	position:absolute;
	right:7px;
	top:50%;
	transform:translateY(-50%);
	min-width:54px;
	height:38px;
	border:1px solid var(--ctuk-line);
	border-radius:9px;
	background:rgba(255,255,255,.07);
	color:#d5dfed;
	font-size:10px;
	font-weight:850;
	cursor:pointer;
}
.ctuk-login-links{display:flex;justify-content:space-between;gap:18px;margin-top:22px;padding-top:20px;border-top:1px solid var(--ctuk-line)}
.ctuk-login-links a{color:#bdc9da!important;font-size:12px;font-weight:760}
.ctuk-notice{margin:18px 0;padding:13px 14px;border:1px solid var(--ctuk-line);border-radius:12px;font-size:12px;line-height:1.55}
.ctuk-notice-error{border-color:rgba(255,157,157,.28);background:rgba(255,107,107,.08);color:#ffd3d3}
.ctuk-notice-success{border-color:rgba(134,243,195,.25);background:rgba(70,218,151,.08);color:#cffff0}

.ctuk-profile-grid{display:grid;grid-template-columns:minmax(340px,.72fr) minmax(0,1.28fr);gap:20px}
.ctuk-profile-card{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:20px;min-width:0}
.ctuk-profile-card .ctuk-text-link{grid-column:1/-1;justify-self:start;min-height:42px;background:rgba(255,255,255,.055);color:#eaf0fb!important;box-shadow:none}
.ctuk-avatar{display:grid;place-items:center;flex:0 0 auto;width:78px;height:78px;border:1px solid rgba(117,245,221,.25);border-radius:24px;background:linear-gradient(145deg,rgba(117,245,221,.16),rgba(173,145,255,.10));color:#cffff2;font-size:25px;font-weight:900;box-shadow:0 0 45px rgba(117,245,221,.10)}
.ctuk-profile-card h2{margin-top:8px;font-size:30px;overflow-wrap:anywhere}
.ctuk-profile-card p{margin:8px 0 0;overflow-wrap:anywhere}
.ctuk-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.ctuk-stat-card{min-width:0;padding:20px;border:1px solid var(--ctuk-line);border-radius:18px;background:rgba(255,255,255,.04)}
.ctuk-stat-card>span{display:block;color:var(--ctuk-muted-2);font-size:9px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.ctuk-stat-card strong{display:block;margin:15px 0 5px;color:#fff;font-size:clamp(27px,3vw,44px);line-height:1}
.ctuk-stat-card p{margin:0;color:#a8b4c6;font-size:12px}
.ctuk-section{margin-top:22px;padding:clamp(22px,3vw,40px)}
.ctuk-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px;padding-bottom:22px;border-bottom:1px solid var(--ctuk-line)}
.ctuk-section-head h2{margin-top:9px}
.ctuk-callout{display:flex;align-items:center;justify-content:space-between;gap:36px;margin-top:22px;padding:clamp(24px,4vw,48px)}
.ctuk-callout>div:first-child{max-width:820px}
.ctuk-callout h2{margin-top:11px}
.ctuk-callout p{margin-bottom:0}

.ctuk-metric-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:20px}
.ctuk-metric-strip>div{padding:22px;border:1px solid var(--ctuk-line);border-radius:18px;background:rgba(255,255,255,.04)}
.ctuk-metric-strip strong{display:block;color:#fff;font-size:clamp(28px,3vw,48px);line-height:1}
.ctuk-metric-strip span{display:block;margin-top:8px;color:var(--ctuk-muted);font-size:12px}
.ctuk-catalogue{padding:clamp(20px,3vw,38px)}
.ctuk-filterbar{display:grid;grid-template-columns:minmax(260px,1.3fr) minmax(180px,.55fr) auto;align-items:end;gap:14px;margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid var(--ctuk-line)}
.ctuk-filterbar-courses{grid-template-columns:minmax(260px,1.2fr) minmax(210px,.8fr) minmax(170px,.55fr) auto}
.ctuk-filterbar label{display:block;min-width:0}
.ctuk-filterbar label>span{display:block;margin-bottom:8px;color:#c8d2e0;font-size:10px;font-weight:820;letter-spacing:.04em}
.ctuk-filterbar input,
.ctuk-filterbar select{
	width:100%;
	min-height:50px;
	margin:0;
	padding:0 14px;
	border:1px solid var(--ctuk-line);
	border-radius:12px;
	outline:0;
	background:#0e1625;
	color:#f6f8ff;
	font:inherit;
}
.ctuk-filterbar input:focus,
.ctuk-filterbar select:focus{border-color:rgba(117,245,221,.5);box-shadow:0 0 0 4px rgba(117,245,221,.08)}
.ctuk-result-count{min-width:116px;padding:10px 14px;border:1px solid var(--ctuk-line);border-radius:12px;background:rgba(255,255,255,.035);text-align:center}
.ctuk-result-count strong{display:block;color:#fff;font-size:20px;line-height:1}
.ctuk-result-count span{display:block;margin-top:5px;color:var(--ctuk-muted-2);font-size:9px;white-space:nowrap}
.ctuk-qualification-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ctuk-qualification-card{
	display:flex;
	flex-direction:column;
	min-width:0;
	padding:24px;
	border:1px solid var(--ctuk-line);
	border-radius:20px;
	background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
	box-shadow:0 20px 60px rgba(0,0,0,.18);
	transition:transform .24s ease,border-color .24s ease,background .24s ease;
}
.ctuk-qualification-card:hover{transform:translateY(-5px);border-color:rgba(117,245,221,.25);background:rgba(255,255,255,.06)}
.ctuk-qualification-card.is-highlighted{border-color:rgba(117,245,221,.46);box-shadow:0 0 0 4px rgba(117,245,221,.07),0 24px 70px rgba(0,0,0,.28)}
.ctuk-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}
.ctuk-level-badge,
.ctuk-relationship-badge,
.ctuk-status-badge{
	display:inline-flex;
	align-items:center;
	min-height:27px;
	padding:0 9px;
	border:1px solid var(--ctuk-line);
	border-radius:999px;
	background:rgba(255,255,255,.045);
	color:#cfd8e6;
	font-size:9px;
	font-weight:850;
	letter-spacing:.08em;
	text-transform:uppercase;
}
.ctuk-relationship-badge{border-color:rgba(117,245,221,.25);background:rgba(117,245,221,.09);color:#bffff1}
.ctuk-qualification-card h2{margin:18px 0 9px;color:#fff;font-size:22px;line-height:1.25;letter-spacing:-.025em}
.ctuk-qualification-card>p{margin:0 0 18px;color:var(--ctuk-muted);font-size:12px}
.ctuk-qualification-card details{margin-top:auto;border-top:1px solid var(--ctuk-line);padding-top:15px}
.ctuk-qualification-card summary{display:flex;align-items:center;justify-content:space-between;gap:10px;list-style:none;color:#d9e2ef;font-size:12px;font-weight:800;cursor:pointer}
.ctuk-qualification-card summary::-webkit-details-marker{display:none}
.ctuk-qualification-card details[open] summary span{transform:rotate(45deg)}
.ctuk-qualification-card summary span{font-size:18px;transition:transform .2s ease}
.ctuk-unit-list{max-height:280px;overflow:auto;margin:15px 0 0;padding:0;list-style:none;scrollbar-width:thin}
.ctuk-unit-list li{display:grid;grid-template-columns:auto 1fr;gap:10px;padding:10px 0;border-top:1px solid rgba(255,255,255,.065)}
.ctuk-unit-list li span{color:var(--ctuk-mint);font-size:9px;font-weight:850;letter-spacing:.04em}
.ctuk-unit-list li strong{color:#cbd5e4;font-size:11px;line-height:1.45}
.ctuk-qualification-card>.ctuk-card-action{margin-top:18px;width:100%;background:rgba(255,255,255,.055);color:#edf3ff!important;box-shadow:none}
.ctuk-filter-empty{padding:38px;border:1px dashed var(--ctuk-line-strong);border-radius:18px;color:var(--ctuk-muted);text-align:center}

.ctuk-course-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ctuk-course-grid-compact{grid-template-columns:repeat(4,minmax(0,1fr))}
.ctuk-course-card{
	display:flex;
	flex-direction:column;
	min-width:0;
	overflow:hidden;
	border:1px solid var(--ctuk-line);
	border-radius:20px;
	background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
	box-shadow:0 20px 58px rgba(0,0,0,.19);
	transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
}
.ctuk-course-card:hover{transform:translateY(-5px);border-color:rgba(117,245,221,.25);box-shadow:0 28px 78px rgba(0,0,0,.3)}
.ctuk-course-media{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#0b1320}
.ctuk-course-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.ctuk-course-card:hover .ctuk-course-media img{transform:scale(1.035)}
.ctuk-course-fallback{display:grid;place-items:center;width:100%;height:100%;background:radial-gradient(circle at 24% 20%,rgba(117,245,221,.17),transparent 35%),linear-gradient(145deg,#101a2b,#090f1a)}
.ctuk-course-fallback span{padding:8px 11px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#dce7f6;font-size:11px;font-weight:850;letter-spacing:.08em}
.ctuk-course-media .ctuk-status-badge{position:absolute;top:12px;right:12px;backdrop-filter:blur(12px)}
.ctuk-status-completed{border-color:rgba(134,243,195,.28);background:rgba(70,218,151,.12);color:#cffff0}
.ctuk-status-in-progress{border-color:rgba(120,168,255,.28);background:rgba(120,168,255,.12);color:#d8e6ff}
.ctuk-status-not-started{background:rgba(6,10,17,.72);color:#c4cede}
.ctuk-course-body{display:flex;flex:1;flex-direction:column;padding:20px}
.ctuk-course-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--ctuk-muted-2);font-size:9px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.ctuk-course-meta span:first-child{color:var(--ctuk-mint)}
.ctuk-course-body h2{margin:14px 0 18px;font-size:19px;line-height:1.34;letter-spacing:-.025em}
.ctuk-course-body h2 a{color:#f5f8ff!important}
.ctuk-progress{margin-top:auto}
.ctuk-progress>div{height:7px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.075)}
.ctuk-progress>div span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--ctuk-mint),var(--ctuk-blue))}
.ctuk-progress p{display:flex;justify-content:space-between;gap:10px;margin:8px 0 17px;color:var(--ctuk-muted-2);font-size:10px}
.ctuk-progress p strong{color:#dce5f2}
.ctuk-course-body>.ctuk-card-action{width:100%;min-height:44px;background:rgba(255,255,255,.055);color:#edf3ff!important;box-shadow:none}

.ctuk-empty-state{padding:48px 24px;border:1px dashed var(--ctuk-line-strong);border-radius:18px;text-align:center}
.ctuk-empty-state>span{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 18px;border:1px solid var(--ctuk-line);border-radius:16px;color:var(--ctuk-mint);font-size:24px}
.ctuk-empty-state h2{margin:0;color:#fff;font-size:26px}
.ctuk-empty-state p{max-width:560px;margin:10px auto 0;color:var(--ctuk-muted);line-height:1.65}

.ctuk-account-intro{display:flex;align-items:center;gap:22px;margin-bottom:20px;padding:clamp(22px,3vw,38px)}
.ctuk-account-intro h2{margin-top:8px}
.ctuk-account-intro p{margin-bottom:0}
.ctuk-account-shell{overflow:visible!important;padding:clamp(18px,2.5vw,34px)}
.ctuk-account-shell .woocommerce{
	display:grid!important;
	grid-template-columns:minmax(210px,260px) minmax(0,1fr)!important;
	align-items:start;
	gap:26px!important;
	width:100%!important;
	max-width:none!important;
}
.ctuk-account-shell .woocommerce:before,
.ctuk-account-shell .woocommerce:after{display:none!important}
.ctuk-account-shell .woocommerce-MyAccount-navigation{
	float:none!important;
	width:100%!important;
	margin:0!important;
	padding:0!important;
}
.ctuk-account-shell .woocommerce-MyAccount-navigation ul{margin:0!important;padding:8px!important;list-style:none!important;border:1px solid var(--ctuk-line);border-radius:16px;background:rgba(255,255,255,.035)}
.ctuk-account-shell .woocommerce-MyAccount-navigation li{margin:0!important;padding:0!important;border:0!important}
.ctuk-account-shell .woocommerce-MyAccount-navigation a{display:block!important;padding:13px 14px!important;border-radius:11px;color:#c5cfde!important;font-size:12px!important;font-weight:780!important}
.ctuk-account-shell .woocommerce-MyAccount-navigation li.is-active a,
.ctuk-account-shell .woocommerce-MyAccount-navigation a:hover{background:rgba(255,255,255,.08)!important;color:#fff!important}
.ctuk-account-shell .woocommerce-MyAccount-content{
	float:none!important;
	width:100%!important;
	min-width:0!important;
	max-width:none!important;
	margin:0!important;
	padding:clamp(18px,2.5vw,30px)!important;
	border:1px solid var(--ctuk-line)!important;
	border-radius:18px!important;
	background:rgba(5,9,16,.36)!important;
	color:#dce4f0!important;
	overflow:visible!important;
}
.ctuk-account-shell .woocommerce-MyAccount-content>p:first-child{margin-top:0!important}
.ctuk-account-shell .woocommerce p,
.ctuk-account-shell .woocommerce address,
.ctuk-account-shell .woocommerce label{color:#b9c5d6!important;line-height:1.65!important}
.ctuk-account-shell .woocommerce h2,
.ctuk-account-shell .woocommerce h3,
.ctuk-account-shell .woocommerce legend{color:#fff!important;letter-spacing:-.025em!important}
.ctuk-account-shell .woocommerce form,
.ctuk-account-shell .woocommerce .woocommerce-form,
.ctuk-account-shell .woocommerce fieldset{width:100%!important;max-width:none!important;margin:0!important}
.ctuk-account-shell .woocommerce fieldset{margin-top:24px!important;padding:22px!important;border:1px solid var(--ctuk-line)!important;border-radius:16px!important}
.ctuk-account-shell .woocommerce form .form-row{
	float:none!important;
	display:block!important;
	clear:both!important;
	width:100%!important;
	max-width:none!important;
	margin:0 0 17px!important;
	padding:0!important;
}
.ctuk-account-shell .woocommerce form .form-row-first,
.ctuk-account-shell .woocommerce form .form-row-last{float:none!important;width:100%!important}
.ctuk-account-shell .woocommerce .woocommerce-address-fields__field-wrapper,
.ctuk-account-shell .woocommerce .woocommerce-EditAccountForm{
	display:grid!important;
	grid-template-columns:repeat(2,minmax(0,1fr))!important;
	gap:0 16px!important;
	width:100%!important;
}
.ctuk-account-shell .woocommerce .woocommerce-address-fields__field-wrapper .form-row-wide,
.ctuk-account-shell .woocommerce .woocommerce-EditAccountForm>p.form-row-wide,
.ctuk-account-shell .woocommerce .woocommerce-EditAccountForm fieldset,
.ctuk-account-shell .woocommerce .woocommerce-EditAccountForm>p:last-child{grid-column:1/-1!important}
.ctuk-account-shell .woocommerce input[type=text],
.ctuk-account-shell .woocommerce input[type=email],
.ctuk-account-shell .woocommerce input[type=tel],
.ctuk-account-shell .woocommerce input[type=password],
.ctuk-account-shell .woocommerce input[type=number],
.ctuk-account-shell .woocommerce textarea,
.ctuk-account-shell .woocommerce select,
.ctuk-account-shell .woocommerce .select2-selection{
	dis:block!important;
	width:100%!important;
	min-width:0!important;
	max-width:none!important;
	min-height:50px!important;
	margin:0!important;
	padding:0 14px!important;
	border:1px solid var(--ctuk-line)!important;
	border-radius:12px!important;
	outline:0!important;
	background:#0e1625!important;
	color:#f6f8ff!important;
	font:inherit!important;
	box-shadow:none!important;
}
.ctuk-account-shell .woocommerce textarea{min-height:120px!important;padding-top:13px!important}
.ctuk-account-shell .woocommerce .select2-container{width:100%!important;max-width:none!important}
.ctuk-account-shell .woocommerce .select2-selection__rendered{padding:10px 0!important;color:#f6f8ff!important;line-height:28px!important}
.ctuk-account-shell .woocommerce .select2-selection__arrow{height:48px!important}
.ctuk-account-shell .woocommerce input:focus,
.ctuk-account-shell .woocommerce textarea:focus,
.ctuk-account-shell .woocommerce select:focus{border-color:rgba(117,245,221,.5)!important;box-shadow:0 0 0 4px rgba(117,245,221,.08)!important}
.ctuk-account-shell .woocommerce button,
.ctuk-account-shell .woocommerce .button,
.ctuk-account-shell .woocommerce input[type=submit]{
	float:none!important;
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	min-height:48px!important;
	padding:0 18px!important;
	border:0!important;
	border-radius:12px!important;
	background:linear-gradient(102deg,var(--ctuk-mint),#b7ffe9)!important;
	color:#06120f!important;
	font-size:12px!important;
	font-weight:900!important;
	line-height:1!important;
	box-shadow:none!important;
}
.ctuk-account-shell .woocommerce table,
.ctuk-account-shell .woocommerce table.shop_table{
	width:100%!important;
	max-width:100%!important;
	border-collapse:separate!important;
	border-spacing:0!important;
	border:1px solid var(--ctuk-line)!important;
	border-radius:14px!important;
	overflow:hidden!important;
	background:rgba(255,255,255,.025)!important;
	color:#dce4f0!important;
}
.ctuk-account-shell .woocommerce th,
.ctuk-account-shell .woocommerce td{padding:13px!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.07)!important;background:transparent!important;color:#d5dfed!important;text-align:left!important}
.ctuk-account-shell .woocommerce tr:last-child td{border-bottom:0!important}
.ctuk-account-shell .woocommerce-Address{float:none!important;width:100%!important;max-width:none!important;padding:20px!important;border:1px solid var(--ctuk-line)!important;border-radius:16px!important;background:rgba(255,255,255,.03)!important}
.ctuk-account-shell .woocommerce-Addresses{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}
.ctuk-account-shell .woocommerce-Address-title{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important}
.ctuk-account-shell .woocommerce-Address-title h3{float:none!important;margin:0!important}
.ctuk-account-shell .woocommerce-Address-title a{float:none!important;color:var(--ctuk-mint)!important}
.ctuk-account-shell .woocommerce-message,
.ctuk-account-shell .woocommerce-info,
.ctuk-account-shell .woocommerce-error{
	margin:0 0 20px!important;
	padding:15px 16px!important;
	border:1px solid var(--ctuk-line)!important;
	border-radius:13px!important;
	background:rgba(255,255,255,.05)!important;
	color:#e2e9f4!important;
	list-style:none!important;
}
.ctuk-account-shell .woocommerce-message:before,
.ctuk-account-shell .woocommerce-info:before,
.ctuk-account-shell .woocommerce-error:before{display:none!important}

.ctuk-footer{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	padding:28px 0;
	border-top:1px solid rgba(255,255,255,.075);
	color:#65738a;
	font-size:12px;
}
.ctuk-footer>span:last-child{display:flex;gap:16px}
.ctuk-footer a{color:#a5b2c5!important}
.ctuk-footer a:hover{color:#fff!important}

/* LearnDash content template */
.ctuk-learning-template{
	background:
		radial-gradient(circle at 12% 8%,rgba(83,73,255,.20),transparent 30%),
		radial-gradient(circle at 88% 10%,rgba(31,227,208,.12),transparent 28%),
		linear-gradient(145deg,var(--ctuk-bg),var(--ctuk-bg-2) 52%,#05070d)!important;
}
.ctuk-learning-bar{
	position:sticky;
	top:0;
	z-index:100;
	border-bottom:1px solid rgba(255,255,255,.075);
	background:rgba(4,6,11,.88);
	backdrop-filter:blur(22px) saturate(135%);
}
.ctuk-learning-bar-inner{
	width:min(1480px,calc(100% - clamp(28px,5vw,90px)));
	min-height:76px;
	margin:auto;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:24px;
}
.ctuk-learning-brand{display:flex;align-items:center;gap:12px;color:#fff!important;font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.ctuk-learning-brand img{display:block;width:132px;height:44px;padding:6px 10px;border:1px solid rgba(255,216,74,.25);border-radius:13px;background:rgba(255,216,74,.08);object-fit:contain}
.ctuk-learning-bar nav{display:flex;align-items:center;gap:7px}
.ctuk-learning-bar nav a{padding:9px 12px;border-radius:10px;color:#c4cede!important;font-size:12px;font-weight:760}
.ctuk-learning-bar nav a:hover{background:rgba(255,255,255,.07);color:#fff!important}
.ctuk-learning-page{min-height:calc(100vh - 76px);color:var(--ctuk-text)}
.ctuk-learning-shell{width:min(1480px,calc(100% - clamp(28px,5vw,90px)));margin:auto;padding:clamp(52px,7vh,92px) 0 80px}
.ctuk-learning-hero{max-width:1120px;margin-bottom:34px}
.ctuk-learning-crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:#7e8ca2;font-size:11px}
.ctuk-learning-crumbs a{color:#b9c6d8!important}
.ctuk-learning-crumbs a:hover{color:#fff!important}
.ctuk-learning-heading{margin-top:20px}
.ctuk-learning-type{display:inline-flex;min-height:28px;align-items:center;padding:0 10px;border:1px solid rgba(117,245,221,.24);border-radius:999px;background:rgba(117,245,221,.08);color:#bffff1;font-size:9px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.ctuk-learning-heading h1{max-width:1120px;margin:18px 0 13px;color:#fff;font-size:clamp(40px,5vw,78px);line-height:.98;letter-spacing:-.055em;text-wrap:balance}
.ctuk-learning-heading p{max-width:780px;margin:0;color:var(--ctuk-muted);font-size:17px;line-height:1.65}
.ctuk-learning-main{min-width:0}
.ctuk-learning-article{
	min-width:0;
	margin:0!important;
	padding:clamp(20px,3vw,42px)!important;
	border:1px solid var(--ctuk-line)!important;
	border-radius:24px!important;
	background:linear-gradient(155deg,rgba(13,18,31,.96),rgba(7,10,18,.94))!important;
	box-shadow:var(--ctuk-shadow)!important;
}
.ctuk-learning-content-area{min-width:0;color:#dce4f0;font-size:16px;line-height:1.75}
.ctuk-learning-content-area>h1:first-child,
.ctuk-learning-content-area>.wp-block-post-title:first-child{display:none!important}
.ctuk-learning-content-area h1,
.ctuk-learning-content-area h2,
.ctuk-learning-content-area h3,
.ctuk-learning-content-area h4{color:#fff!important;letter-spacing:-.025em}
.ctuk-learning-content-area a{color:#a9c5ff!important}
.ctuk-learning-content-area img{max-width:100%;height:auto;border-radius:14px}
.ctuk-learning-content-area iframe{max-width:100%}
.ctuk-learning-content-area table{display:block;max-width:100%;overflow:auto;border-collapse:collapse}
.ctuk-learning-content-area th,
.ctuk-learning-content-area td{padding:12px;border:1px solid var(--ctuk-line)}

.ctuk-learning-content-area .learndash-wrapper{max-width:none!important;margin:0!important;color:#dce4f0!important}
.ctuk-learning-content-area .learndash-wrapper *{box-sizing:border-box}
.ctuk-learning-content-area .learndash-wrapper a{color:inherit}
.ctuk-learning-content-area .ld-course-status,
.ctuk-learning-content-area .ld-lesson-status,
.ctuk-learning-content-area .ld-topic-status,
.ctuk-learning-content-area .ld-course-navigation,
.ctuk-learning-content-area .ld-item-list-item,
.ctuk-learning-content-area .ld-tabs,
.ctuk-learning-content-area .ld-table-list,
.ctuk-learning-content-area .ld-focus-content,
.ctuk-learning-content-area .wpProQuiz_content,
.ctuk-learning-content-area .learndash-wrapper .ld-alert{
	border:1px solid var(--ctuk-line)!important;
	border-radius:16px!important;
	background:rgba(255,255,255,.035)!important;
	color:#dce4f0!important;
	box-shadow:none!important;
}
.ctuk-learning-content-area .learndash-wrapper .ld-course-status{padding:18px!important}
.ctuk-learning-content-area .learndash-wrapper .ld-course-status .ld-status,
.ctuk-learning-content-area .learndash-wrapper .ld-status{border-radius:999px!important}
.ctuk-learning-content-area .learndash-wrapper .ld-item-list .ld-item-list-item{margin:12px 0!important;overflow:hidden!important}
.ctuk-learning-content-area .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{
	padding:18px!important;
	background:transparent!important;
	color:#eef3fb!important;
}
.ctuk-learning-content-area .learndash-wrapper .ld-item-list-item-expanded{background:rgba(255,255,255,.025)!important}
.ctuk-learning-content-area .learndash-wrapper .ld-item-list-item .ld-item-title,
.ctuk-learning-content-area .learndash-wrapper .ld-table-list-header,
.ctuk-learning-content-area .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab{color:#eef3fb!important}
.ctuk-learning-content-area .learndash-wrapper .ld-tabs .ld-tabs-navigation{border-bottom:1px solid var(--ctuk-line)!important}
.ctuk-learning-content-area .learndash-wrapper .ld-tabs .ld-tabs-content{padding:22px!important}
.ctuk-learning-content-area .learndash-wrapper .ld-progress .ld-progress-heading,
.ctuk-learning-content-area .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats,
.ctuk-learning-content-area .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-label{color:#cbd5e4!important}
.ctuk-learning-content-area .learndash-wrapper .ld-progress .ld-progress-bar{height:8px!important;border-radius:999px!important;background:rgba(255,255,255,.08)!important}
.ctuk-learning-content-area .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{border-radius:999px!important;background:linear-gradient(90deg,var(--ctuk-mint),var(--ctuk-blue))!important}
.ctuk-learning-content-area .learndash-wrapper .ld-button,
.ctuk-learning-content-area .learndash-wrapper a.ld-button,
.ctuk-learning-content-area .learndash-wrapper .ld-content-action a,
.ctuk-learning-content-area .wpProQuiz_content .wpProQuiz_button,
.ctuk-learning-content-area .wpProQuiz_content .wpProQuiz_button2{
	border:0!important;
	border-radius:12px!important;
	background:linear-gradient(102deg,var(--ctuk-mint),#b7ffe9)!important;
	color:#06120f!important;
	font-weight:900!important;
	box-shadow:none!important;
}
.ctuk-learning-content-area .learndash-wrapper .ld-content-actions{border-top:1px solid var(--ctuk-line)!important}
.ctuk-learning-content-area .learndash-wrapper .ld-breadcrumbs{padding:13px!important;border-radius:12px!important;background:rgba(255,255,255,.045)!important;color:#c5cfde!important}
.ctuk-learning-content-area .learndash-wrapper .ld-breadcrumbs .ld-status{background:rgba(117,245,221,.12)!important;color:#bffff1!important}
.ctuk-learning-content-area .learndash-wrapper .ld-focus-header,
.ctuk-learning-content-area .learndash-wrapper .ld-focus-sidebar{background:#0c1422!important;color:#fff!important}
.ctuk-learning-content-area .wpProQuiz_content .wpProQuiz_questionList{border:1px solid var(--ctuk-line)!important;border-radius:14px!important;background:rgba(255,255,255,.03)!important}
.ctuk-learning-content-area .wpProQuiz_content .wpProQuiz_questionListItem{padding:10px!important;color:#dce4f0!important}
.ctuk-learning-content-area .wpProQuiz_content input[type=text],
.ctuk-learning-content-area .wpProQuiz_content textarea{
	width:100%!important;
	border:1px solid var(--ctuk-line)!important;
	border-radius:11px!important;
	background:#0e1625!important;
	color:#fff!important;
}
.ctuk-learning-content-area .h5p-iframe-wrapper,
.ctuk-learning-content-area .h5p-content{overflow:hidden;border:1px solid var(--ctuk-line)!important;border-radius:16px!important;background:#fff!important}
.ctuk-learning-footer{
	width:min(1480px,calc(100% - clamp(28px,5vw,90px)));
	margin:0 auto 30px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	padding:22px 0;
	border-top:1px solid var(--ctuk-line);
	color:#65738a;
	font-size:12px;
}
.ctuk-learning-footer a{color:#b6c3d5!important}

@media(max-width:1200px){
	.ctuk-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.ctuk-qualification-grid,.ctuk-course-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.ctuk-course-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}
	.ctuk-filterbar-courses{grid-template-columns:repeat(2,minmax(0,1fr))}
	.ctuk-filterbar-courses .ctuk-result-count{align-self:end}
}
@media(max-width:960px){
	.ctuk-login-grid,.ctuk-profile-grid{grid-template-columns:1fr}
	.ctuk-callout{align-items:flex-start;flex-direction:column}
	.ctuk-account-shell .woocommerce{grid-template-columns:1fr!important}
	.ctuk-account-shell .woocommerce-MyAccount-navigation ul{display:flex;flex-wrap:wrap;gap:6px}
	.ctuk-account-shell .woocommerce-MyAccount-navigation li{flex:1 1 140px}
	.ctuk-account-shell .woocommerce-MyAccount-navigation a{text-align:center}
}
@media(max-width:780px){
	.ctuk-shell,.ctuk-learning-bar-inner,.ctuk-learning-shell,.ctuk-learning-footer{width:min(100% - 28px,1640px)}
	.ctuk-nav{min-height:70px}
	.ctuk-logo{width:132px;height:46px}
	.ctuk-brand>span:last-child{display:none}
	.ctuk-menu-toggle{display:block}
	.ctuk-menu{
		position:absolute;
		top:calc(100% + 1px);
		left:14px;
		right:14px;
		display:none;
		flex-direction:column;
		align-items:stretch;
		gap:5px;
		padding:10px;
		border:1px solid var(--ctuk-line);
		border-radius:16px;
		background:rgba(7,11,19,.98);
		box-shadow:0 28px 80px rgba(0,0,0,.42);
	}
	.ctuk-menu.is-open{display:flex}
	.ctuk-menu a{text-align:center}
	.ctuk-hero{padding:62px 0 44px}
	.ctuk-hero h1{font-size:clamp(48px,14vw,78px)}
	.ctuk-feature-row,.ctuk-metric-strip{grid-template-columns:1fr}
	.ctuk-filterbar,.ctuk-filterbar-courses{grid-template-columns:1fr}
	.ctuk-result-count{width:100%}
	.ctuk-qualification-grid,.ctuk-course-grid,.ctuk-course-grid-compact{grid-template-columns:1fr}
	.ctuk-section-head{align-items:flex-start;flex-direction:column}
	.ctuk-footer,.ctuk-learning-footer{align-items:flex-start;flex-direction:column}
	.ctuk-learning-bar-inner{min-height:68px}
	.ctuk-learning-brand span{display:none}
	.ctuk-learning-brand img{width:118px;height:40px}
	.ctuk-learning-bar nav a{padding:8px;font-size:10px}
	.ctuk-learning-shell{padding:42px 0 60px}
	.ctuk-learning-heading h1{font-size:clamp(38px,11vw,60px)}
	.ctuk-account-shell .woocommerce .woocommerce-address-fields__field-wrapper,
	.ctuk-account-shell .woocommerce .woocommerce-EditAccountForm,
	.ctuk-account-shell .woocommerce-Addresses{grid-template-columns:1fr!important}
	.ctuk-account-shell .woocommerce .woocommerce-address-fields__field-wrapper>*,
	.ctuk-account-shell .woocommerce .woocommerce-EditAccountForm>*{grid-column:1!important}
	.ctuk-account-shell .woocommerce table.shop_table{display:block!important;overflow-x:auto!important;white-space:nowrap!important}
}
@media(max-width:520px){
	.ctuk-profile-card{grid-template-columns:1fr;text-align:center}
	.ctuk-profile-card .ctuk-avatar{margin-inline:auto}
	.ctuk-profile-card .ctuk-text-link{justify-self:stretch}
	.ctuk-stat-grid{grid-template-columns:1fr}
	.ctuk-login-links{align-items:flex-start;flex-direction:column}
	.ctuk-account-intro{align-items:flex-start;flex-direction:column}
	.ctuk-learning-bar nav a:nth-child(2){display:none}
	.ctuk-learning-article{padding:18px!important;border-radius:18px!important}
}
@media(prefers-reduced-motion:reduce){
	html{scroll-behavior:auto}
	.ctuk-portal *,
	.ctuk-learning-template *{animation:none!important;transition:none!important}
}


/* 1.3.2 hardening: the portal owns the entire learner canvas. */
.ctuk-portal [hidden],.ctuk-learning-page [hidden],.ctuk-learning-bar [hidden]{display:none!important}
body.ctuk-standalone-template>.wp-site-blocks,
body.ctuk-standalone-template>header,
body.ctuk-standalone-template>footer,
body.ctuk-standalone-template .wp-block-template-part,
body.ctuk-standalone-template .wp-block-query,
body.ctuk-standalone-template .wp-block-post-template,
body.ctuk-standalone-template .wp-block-latest-posts,
body.ctuk-standalone-template .wp-block-post-title,
body.ctuk-standalone-template .wp-block-post-date,
body.ctuk-standalone-template .wp-block-post-author,
body.ctuk-standalone-template .wp-block-post-terms,
body.ctuk-standalone-template .wp-block-post-excerpt,
body.ctuk-standalone-template .wp-block-post-navigation-link,
body.ctuk-standalone-template .wp-block-comments,
body.ctuk-standalone-template .comments-area,
body.ctuk-standalone-template .powered-by-wordpress{display:none!important}
body.ctuk-standalone-template #ctuk-page,
body.ctuk-standalone-template #ctuk-learning-page,
body.ctuk-standalone-template .ctuk-learning-bar,
body.ctuk-standalone-template .ctuk-learning-footer{display:block!important}
.ctuk-menu .ctuk-nav-login{border:1px solid var(--ctuk-line);background:rgba(255,255,255,.025)}
.ctuk-account-shell,.ctuk-account-shell *{min-width:0}
.ctuk-account-shell .woocommerce{grid-template-columns:minmax(230px,290px) minmax(0,1fr)!important}
.ctuk-account-shell .woocommerce-MyAccount-navigation,
.ctuk-account-shell .woocommerce-MyAccount-content{min-width:0!important;max-width:none!important}
.ctuk-account-shell .woocommerce form .password-input,
.ctuk-account-shell .woocommerce form .show-password-input,
.ctuk-account-shell .woocommerce form .woocommerce-input-wrapper{display:block!important;width:100%!important;max-width:none!important}
.ctuk-account-shell .woocommerce input,
.ctuk-account-shell .woocommerce select,
.ctuk-account-shell .woocommerce textarea{min-width:0!important;max-width:none!important}
.ctuk-account-shell .woocommerce .woocommerce-EditAccountForm,
.ctuk-account-shell .woocommerce .woocommerce-address-fields__field-wrapper{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:18px!important;row-gap:0!important}
.ctuk-account-shell .woocommerce .woocommerce-EditAccountForm>p,
.ctuk-account-shell .woocommerce .woocommerce-address-fields__field-wrapper>p{min-width:0!important}
.ctuk-account-shell .woocommerce .woocommerce-EditAccountForm>fieldset,
.ctuk-account-shell .woocommerce .woocommerce-EditAccountForm>p:last-child,
.ctuk-account-shell .woocommerce .woocommerce-address-fields__field-wrapper>.form-row-wide{grid-column:1/-1!important}
.ctuk-learning-content-area .wp-block-query,
.ctuk-learning-content-area .wp-block-post-template,
.ctuk-learning-content-area .wp-block-latest-posts,
.ctuk-learning-content-area .wp-block-post-navigation-link,
.ctuk-learning-content-area .wp-block-comments,
.ctuk-learning-content-area .comments-area{display:none!important}
@media(max-width:960px){.ctuk-account-shell .woocommerce{grid-template-columns:1fr!important}}
@media(max-width:780px){
 .ctuk-account-shell .woocommerce .woocommerce-EditAccountForm,
 .ctuk-account-shell .woocommerce .woocommerce-address-fields__field-wrapper{grid-template-columns:1fr!important}
 .ctuk-account-shell .woocommerce .woocommerce-EditAccountForm>*,
 .ctuk-account-shell .woocommerce .woocommerce-address-fields__field-wrapper>*{grid-column:1!important}
}
.ctuk-learning-bar nav .ctuk-learning-signout{border:1px solid var(--ctuk-line);background:rgba(255,255,255,.025)}
.ctuk-learning-footer>span:last-child{display:flex;flex-wrap:wrap;gap:16px}
@media(max-width:700px){
 .ctuk-learning-bar nav a:nth-child(4),.ctuk-learning-bar nav a:nth-child(5){display:none}
}

/* 1.3.5 authentication-aware Learning Hub home. */
body.ctuk-home-page{overflow-x:hidden}
.ctuk-home-hub{position:relative;min-height:100vh;overflow:hidden;background:
 linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
 linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
 radial-gradient(900px circle at 92% 16%,rgba(34,211,238,.16),transparent 64%),
 radial-gradient(820px circle at 8% 34%,rgba(99,102,241,.18),transparent 62%),
 linear-gradient(135deg,#08091a 0%,#07101b 48%,#050a11 100%);
 background-size:95px 95px,95px 95px,auto,auto,auto;color:var(--ctuk-text)}
.ctuk-home-nav-wrap{position:relative;z-index:30;border-bottom:1px solid rgba(255,255,255,.075);background:rgba(4,7,15,.83);backdrop-filter:blur(22px) saturate(140%)}
.ctuk-home-nav{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.ctuk-home-brand{display:flex;align-items:center;gap:16px;color:#fff!important}
.ctuk-home-brand>span:last-child{padding-left:16px;border-left:1px solid rgba(255,255,255,.14);color:#9aa7bc;font-size:11px;font-weight:850;letter-spacing:.18em;text-transform:uppercase}
.ctuk-home-menu{display:flex;align-items:center;justify-content:flex-end;gap:14px}
.ctuk-home-menu a{padding:12px 14px;border-radius:12px;color:#d7deea!important;font-size:14px;font-weight:760;transition:background .2s ease,color .2s ease,transform .2s ease}
.ctuk-home-menu a:hover,.ctuk-home-menu a:focus-visible{background:rgba(255,255,255,.07);color:#fff!important;transform:translateY(-1px)}
.ctuk-home-menu .ctuk-home-signout{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.025)}
.ctuk-home-menu .ctuk-home-main-site{padding:13px 18px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.025)}
.ctuk-home-stage{position:relative;z-index:4;min-height:calc(100vh - 92px);display:grid;grid-template-columns:minmax(0,1.2fr) minmax(420px,.78fr);align-items:center;gap:clamp(54px,7vw,128px);padding-top:clamp(76px,9vh,128px);padding-bottom:clamp(76px,10vh,138px)}
.ctuk-home-copy{min-width:0}
.ctuk-home-status{display:inline-flex;align-items:center;gap:11px;padding:11px 17px;border:1px solid rgba(130,148,255,.27);border-radius:999px;background:rgba(100,91,255,.10);color:#c7d0e3;font-size:11px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.ctuk-home-status b{width:9px;height:9px;border-radius:50%;background:var(--ctuk-mint);box-shadow:0 0 0 8px rgba(117,245,221,.09),0 0 24px rgba(117,245,221,.56)}
.ctuk-home-copy h1{max-width:900px;margin:34px 0 28px;font-size:clamp(72px,7.4vw,142px);font-weight:840;line-height:.72;letter-spacing:-.075em;text-wrap:balance}
.ctuk-home-copy h1 span{background:linear-gradient(95deg,#d5e2ff 0%,#79b7ff 50%,#73efd9 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.ctuk-home-copy>div>p{max-width:850px;margin:0;color:#9eabc0;font-size:clamp(20px,1.7vw,31px);line-height:1.55}
.ctuk-home-actions{display:flex;flex-wrap:wrap;gap:15px;margin-top:40px}
.ctuk-home-actions .ctuk-button{min-width:178px;justify-content:center;padding:17px 28px}
.ctuk-home-trust{display:flex;flex-wrap:wrap;gap:28px;margin-top:48px;color:#8290a7;font-size:12px;font-weight:750}
.ctuk-home-trust span{position:relative;padding-left:16px}
.ctuk-home-trust span:before{content:"";position:absolute;left:0;top:.48em;width:6px;height:6px;border-radius:50%;background:var(--ctuk-blue);box-shadow:0 0 12px rgba(120,168,255,.52)}
.ctuk-home-console{position:relative;min-width:0;border:1px solid rgba(135,152,185,.30);border-radius:38px;background:linear-gradient(145deg,rgba(15,22,36,.94),rgba(8,13,23,.97));box-shadow:0 38px 120px rgba(0,0,0,.48),inset 0 1px rgba(255,255,255,.055);overflow:hidden}
.ctuk-home-console:after{content:"";position:absolute;inset:auto -18% -35% 18%;height:55%;background:radial-gradient(circle,rgba(139,112,255,.18),transparent 68%);pointer-events:none}
.ctuk-home-console-top{min-height:90px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 44px;border-bottom:1px solid rgba(255,255,255,.09)}
.ctuk-home-console-top>span{display:flex;gap:9px}
.ctuk-home-console-top i{display:block;width:10px;height:10px;border-radius:50%;background:#ff657c}
.ctuk-home-console-top i:nth-child(2){background:#ffcd67}
.ctuk-home-console-top i:nth-child(3){background:#62ecc7}
.ctuk-home-console-top b{color:#7f8da4;font-size:11px;letter-spacing:.16em;text-transform:uppercase}
.ctuk-home-console-body{position:relative;z-index:2;padding:54px 44px 42px}
.ctuk-home-kicker{color:var(--ctuk-mint);font-size:12px;font-weight:900;letter-spacing:.17em;text-transform:uppercase}
.ctuk-home-console h2{margin:22px 0 15px;font-size:clamp(45px,4vw,70px);font-weight:430;line-height:1;letter-spacing:-.055em}
.ctuk-home-console p{margin:0;color:#a9b4c6;font-size:17px;line-height:1.65}
.ctuk-home-primary{display:flex;align-items:center;justify-content:center;width:100%;margin-top:34px;padding:19px 24px;border-radius:15px;background:linear-gradient(100deg,#76a9ff,#a08af6);color:#fff!important;font-size:16px;font-weight:900;box-shadow:0 16px 44px rgba(106,124,255,.22)}
.ctuk-home-primary:hover,.ctuk-home-primary:focus-visible{filter:brightness(1.08);transform:translateY(-1px)}
.ctuk-home-register{margin-top:22px!important;text-align:center!important;color:#929eb2!important;font-size:14px!important}
.ctuk-home-register a{border-bottom:1px solid #b8c2d2;color:#dce3ed!important}
.ctuk-home-console-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:34px;padding-top:28px;border-top:1px solid rgba(255,255,255,.09)}
.ctuk-home-console-links-user{grid-template-columns:repeat(3,minmax(0,1fr))}
.ctuk-home-console-links a{display:flex;align-items:center;justify-content:center;min-height:58px;padding:13px;border:1px solid rgba(255,255,255,.11);border-radius:15px;background:rgba(255,255,255,.025);color:#dce3ee!important;font-size:13px;font-weight:800;text-align:center}
.ctuk-home-console-links a:hover,.ctuk-home-console-links a:focus-visible{background:rgba(255,255,255,.065);color:#fff!important}
.ctuk-home-orbit{position:absolute;z-index:1;right:-14vw;top:84px;width:min(70vw,1050px);aspect-ratio:1;border:1px solid rgba(101,211,228,.11);border-radius:50%;pointer-events:none}
.ctuk-home-orbit:before,.ctuk-home-orbit:after{content:"";position:absolute;border:1px solid rgba(101,211,228,.10);border-radius:50%}
.ctuk-home-orbit:before{inset:9%}.ctuk-home-orbit:after{inset:22%}
.ctuk-home-orbit i{position:absolute;width:9px;height:9px;border-radius:50%;background:var(--ctuk-mint);box-shadow:0 0 18px rgba(117,245,221,.72)}
.ctuk-home-orbit i:nth-child(1){left:21%;top:4%}.ctuk-home-orbit i:nth-child(2){right:13%;top:31%}.ctuk-home-orbit i:nth-child(3){left:18%;bottom:19%}
.ctuk-home-footer{position:relative;z-index:5;border-top:1px solid rgba(255,255,255,.08);background:rgba(4,7,13,.48)}
.ctuk-home-footer>div{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#6f7d93;font-size:12px}
.ctuk-home-footer a{color:#aeb9ca!important}
@media(max-width:1180px){
 .ctuk-home-stage{grid-template-columns:1fr;min-height:auto}.ctuk-home-copy{max-width:950px}.ctuk-home-console{width:min(100%,760px)}
 .ctuk-home-copy h1{font-size:clamp(68px,11vw,118px)}
}
@media(max-width:860px){
 .ctuk-home-nav{min-height:76px}.ctuk-home-brand>span:last-child{display:none}.ctuk-home-menu{position:absolute;top:calc(100% + 1px);left:14px;right:14px;display:none;flex-direction:column;align-items:stretch;padding:12px;border:1px solid var(--ctuk-line);border-radius:16px;background:rgba(7,11,19,.99);box-shadow:0 28px 80px rgba(0,0,0,.42)}
 .ctuk-home-menu.is-open{display:flex}.ctuk-home-menu a{text-align:center}.ctuk-home-stage{padding-top:64px}.ctuk-home-copy h1{font-size:clamp(58px,15vw,92px)}
}
@media(max-width:620px){
 .ctuk-home-stage{gap:44px}.ctuk-home-copy h1{line-height:.78}.ctuk-home-copy>div>p{font-size:18px}.ctuk-home-actions{flex-direction:column}.ctuk-home-actions .ctuk-button{width:100%}.ctuk-home-trust{display:grid;gap:15px}.ctuk-home-console{border-radius:24px}.ctuk-home-console-top{min-height:72px;padding:0 22px}.ctuk-home-console-top b{font-size:9px}.ctuk-home-console-body{padding:38px 22px 26px}.ctuk-home-console-links,.ctuk-home-console-links-user{grid-template-columns:1fr}.ctuk-home-footer>div{align-items:flex-start;flex-direction:column;padding-top:22px;padding-bottom:22px}
}

/* 1.3.6 managed-surface hardening ----------------------------------------- */
body.ctuk-standalone-template .wp-block-template-part,
body.ctuk-standalone-template .wp-block-query,
body.ctuk-standalone-template .wp-block-latest-posts,
body.ctuk-standalone-template .wp-block-post-date,
body.ctuk-standalone-template .wp-block-post-author,
body.ctuk-standalone-template .wp-block-post-terms,
body.ctuk-standalone-template .wp-block-comments,
body.ctuk-standalone-template .comments-area,
body.ctuk-standalone-template .post-navigation,
body.ctuk-standalone-template .entry-meta,
body.ctuk-standalone-template .powered-by-wordpress,
body.ctuk-standalone-template [class*="site-footer"],
body.ctuk-standalone-template [class*="site-header"]{display:none!important}
body.ctuk-standalone-template #ctuk-page,
body.ctuk-standalone-template #ctuk-learning-page,
body.ctuk-standalone-template .ctuk-learning-bar,
body.ctuk-standalone-template .ctuk-learning-footer{display:block!important}
body.ctuk-standalone-template :where(.is-layout-constrained) > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
	max-width:none!important;
}

.ctuk-auth-system-panel{
	width:min(920px,100%);
	margin:0 auto;
	padding:clamp(24px,4vw,48px)!important;
}
.ctuk-auth-system-panel .woocommerce,
.ctuk-auth-system-panel .learndash-wrapper{margin:0!important;color:var(--ctuk-text)!important}
.ctuk-auth-system-panel .u-columns,
.ctuk-auth-system-panel .col2-set{display:block!important;margin:0!important}
.ctuk-registration-shell .u-column1,
.ctuk-registration-shell .col-1{display:none!important}
.ctuk-registration-shell .u-column2,
.ctuk-registration-shell .col-2{
	float:none!important;
	width:100%!important;
	max-width:none!important;
	margin:0!important;
}
.ctuk-auth-system-panel h2,
.ctuk-auth-system-panel h3,
.ctuk-auth-system-panel legend{
	margin:0 0 18px!important;
	color:#fff!important;
	font-size:clamp(28px,4vw,44px)!important;
	line-height:1!important;
	letter-spacing:-.045em!important;
}
.ctuk-auth-system-panel p,
.ctuk-auth-system-panel label,
.ctuk-auth-system-panel .woocommerce-form-row,
.ctuk-auth-system-panel .ld-reset-password-form label{color:#b9c5d6!important}
.ctuk-auth-system-panel form,
.ctuk-auth-system-panel .woocommerce-form,
.ctuk-auth-system-panel .ld-reset-password-form{
	width:100%!important;
	max-width:none!important;
	margin:0!important;
	padding:0!important;
	border:0!important;
	background:transparent!important;
}
.ctuk-auth-system-panel .form-row,
.ctuk-auth-system-panel .learndash-wrapper .ld-reset-password-form p{margin:0 0 17px!important}
.ctuk-auth-system-panel input[type=text],
.ctuk-auth-system-panel input[type=email],
.ctuk-auth-system-panel input[type=password],
.ctuk-auth-system-panel input[type=tel],
.ctuk-auth-system-panel select,
.ctuk-auth-system-panel textarea,
.ctuk-system-search input{
	display:block!important;
	width:100%!important;
	max-width:none!important;
	min-height:54px!important;
	margin:7px 0 0!important;
	padding:12px 15px!important;
	border:1px solid rgba(255,255,255,.14)!important;
	border-radius:13px!important;
	outline:none!important;
	background:rgba(255,255,255,.045)!important;
	box-shadow:none!important;
	color:#f6f8ff!important;
	font:inherit!important;
}
.ctuk-auth-system-panel input:focus,
.ctuk-auth-system-panel select:focus,
.ctuk-auth-system-panel textarea:focus,
.ctuk-system-search input:focus{
	border-color:rgba(117,245,221,.55)!important;
	box-shadow:0 0 0 4px rgba(117,245,221,.08)!important;
}
.ctuk-auth-system-panel button,
.ctuk-auth-system-panel .button,
.ctuk-auth-system-panel input[type=submit],
.ctuk-auth-system-panel .learndash-wrapper .ld-button{
	min-height:52px!important;
	padding:13px 20px!important;
	border:0!important;
	border-radius:13px!important;
	background:linear-gradient(135deg,var(--ctuk-mint),var(--ctuk-blue))!important;
	box-shadow:0 16px 34px rgba(70,144,255,.18)!important;
	color:#07111d!important;
	font-size:13px!important;
	font-weight:850!important;
	line-height:1.1!important;
	text-transform:none!important;
	cursor:pointer!important;
}
.ctuk-auth-system-panel .woocommerce-privacy-policy-text,
.ctuk-auth-system-panel .woocommerce-form-register__submit + p{color:var(--ctuk-muted)!important}
.ctuk-auth-system-panel .woocommerce-error,
.ctuk-auth-system-panel .woocommerce-message,
.ctuk-auth-system-panel .woocommerce-info{
	margin:0 0 20px!important;
	padding:15px 17px!important;
	border:1px solid var(--ctuk-line)!important;
	border-radius:13px!important;
	background:rgba(255,255,255,.045)!important;
	color:#e8eef8!important;
}
.ctuk-auth-system-panel .woocommerce-error{border-color:rgba(255,157,157,.3)!important;color:#ffd0d0!important}

.ctuk-password-wrap{position:relative!important;display:block!important;width:100%!important}
.ctuk-password-wrap input{padding-right:76px!important}
.ctuk-password-toggle{
	position:absolute!important;
	top:50%!important;
	right:8px!important;
	min-width:58px!important;
	min-height:36px!important;
	padding:8px 10px!important;
	transform:translateY(-50%)!important;
	border:1px solid rgba(255,255,255,.12)!important;
	border-radius:9px!important;
	background:rgba(4,6,11,.82)!important;
	box-shadow:none!important;
	color:#dce5f2!important;
	font-size:11px!important;
	font-weight:800!important;
}

.ctuk-system-search-panel{padding:clamp(22px,3.5vw,40px)!important}
.ctuk-system-search{
	display:grid;
	grid-template-columns:minmax(0,1fr) auto;
	align-items:end;
	gap:14px;
	margin-bottom:24px;
}
.ctuk-system-search label span{display:block;color:#cbd5e4;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.ctuk-system-search .ctuk-button{min-height:54px}
.ctuk-system-result-count{margin:0 0 15px;color:var(--ctuk-muted);font-size:13px}
.ctuk-system-result-count strong{color:#fff;font-size:21px}
.ctuk-system-results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.ctuk-system-result{
	dis:flex;
	min-height:210px;
	flex-direction:column;
	align-items:flex-start;
	padding:22px;
	border:1px solid var(--ctuk-line);
	border-radius:18px;
	background:linear-gradient(155deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
}
.ctuk-system-result>span{color:var(--ctuk-mint);font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.ctuk-system-result h2{margin:18px 0 24px;color:#fff;font-size:22px;line-height:1.15;letter-spacing:-.035em}
.ctuk-system-result .ctuk-button{margin-top:auto}

.ctuk-system-404{
	dis:grid!important;
	grid-template-columns:minmax(180px,.45fr) minmax(0,1fr);
	align-items:center;
	gap:clamp(28px,6vw,90px);
	padding:clamp(30px,6vw,78px)!important;
}
.ctuk-system-code{
	color:transparent;
	font-size:clamp(110px,18vw,270px);
	font-weight:900;
	line-height:.72;
	letter-spacing:-.1em;
	-webkit-text-stroke:1px rgba(117,245,221,.55);
	text-shadow:0 0 70px rgba(120,168,255,.18);
}
.ctuk-system-404 h2{max-width:720px;margin:20px 0 18px;color:#fff;font-size:clamp(34px,5vw,68px);line-height:.98;letter-spacing:-.055em}
.ctuk-system-404 p{max-width:650px;margin:0 0 26px;color:var(--ctuk-muted);font-size:17px;line-height:1.7}

.ctuk-commerce-shell{padding:clamp(22px,4vw,48px)!important;overflow:hidden}
.ctuk-commerce-shell .woocommerce{color:#dce5f2!important}
.ctuk-commerce-shell .woocommerce:before,
.ctuk-commerce-shell .woocommerce:after{display:none!important}
.ctuk-commerce-shell .woocommerce-notices-wrapper>*{
	margin:0 0 18px!important;
	padding:15px 18px!important;
	border:1px solid var(--ctuk-line)!important;
	border-radius:13px!important;
	background:rgba(255,255,255,.045)!important;
	color:#eef3fb!important;
}
.ctuk-commerce-shell .products{
	display:grid!important;
	grid-template-columns:repeat(3,minmax(0,1fr))!important;
	gap:18px!important;
	margin:0!important;
	padding:0!important;
}
.ctuk-commerce-shell .product{
	float:none!important;
	width:auto!important;
	margin:0!important;
	padding:18px!important;
	border:1px solid var(--ctuk-line)!important;
	border-radius:18px!important;
	background:rgba(255,255,255,.035)!important;
	color:#fff!important;
}
.ctuk-commerce-shell .product img{border-radius:13px!important}
.ctuk-commerce-shell .woocommerce-loop-product__title,
.ctuk-commerce-shell .product_title{color:#fff!important;letter-spacing:-.035em!important}
.ctuk-commerce-shell .price{color:var(--ctuk-mint)!important;font-weight:850!important}
.ctuk-commerce-shell table,
.ctuk-commerce-shell .shop_table{
	width:100%!important;
	border:1px solid var(--ctuk-line)!important;
	border-collapse:separate!important;
	border-spacing:0!important;
	border-radius:16px!important;
	overflow:hidden!important;
	background:rgba(255,255,255,.025)!important;
	color:#dce5f2!important;
}
.ctuk-commerce-shell th,
.ctuk-commerce-shell td{padding:14px!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.07)!important;color:#dce5f2!important}
.ctuk-commerce-shell input,
.ctuk-commerce-shell select,
.ctuk-commerce-shell textarea,
.ctuk-commerce-shell .select2-selection{
	min-height:50px!important;
	border:1px solid rgba(255,255,255,.14)!important;
	border-radius:12px!important;
	background:rgba(255,255,255,.045)!important;
	color:#fff!important;
}
.ctuk-commerce-shell .button,
.ctuk-commerce-shell button,
.ctuk-commerce-shell input[type=submit]{
	padding:13px 18px!important;
	border:0!important;
	border-radius:12px!important;
	background:linear-gradient(135deg,var(--ctuk-mint),var(--ctuk-blue))!important;
	color:#07111d!important;
	font-weight:850!important;
}
.ctuk-commerce-shell .cart_totals,
.ctuk-commerce-shell .woocommerce-checkout-review-order,
.ctuk-commerce-shell .woocommerce-billing-fields,
.ctuk-commerce-shell .woocommerce-additional-fields{
	padding:20px!important;
	border:1px solid var(--ctuk-line)!important;
	border-radius:16px!important;
	background:rgba(255,255,255,.03)!important;
}

@media(max-width:980px){
	.ctuk-system-results,
	.ctuk-commerce-shell .products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
	.ctuk-system-404{grid-template-columns:1fr}
	.ctuk-system-code{font-size:150px}
}
@media(max-width:680px){
	.ctuk-system-search{grid-template-columns:1fr}
	.ctuk-system-results,
	.ctuk-commerce-shell .products{grid-template-columns:1fr!important}
	.ctuk-system-404{padding:26px!important}
	.ctuk-system-code{font-size:110px}
}
