/* Unified homepage typography tokens and final overrides. */
.foxtele-uk-home {
	--font-primary: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--text-h1-primary: clamp(2.25rem, 3.8vw, 3.35rem);
	--text-h1-secondary: clamp(1.55rem, 2.35vw, 2rem);
	--text-h2: clamp(1.75rem, 2.8vw, 2.5rem);
	--text-h3: clamp(1.15rem, 1.5vw, 1.375rem);
	--text-body-lg: clamp(1rem, 1.1vw, 1.125rem);
	--text-body: 1rem;
	--text-small: 0.875rem;
	--text-nav: 0.9375rem;
	--text-button: 0.9375rem;
	font-family: var(--font-primary);
}

.foxtele-uk-home,
.foxtele-uk-home h1,
.foxtele-uk-home h2,
.foxtele-uk-home h3,
.foxtele-uk-home p,
.foxtele-uk-home a,
.foxtele-uk-home button,
.foxtele-uk-home input,
.foxtele-uk-home summary,
.foxtele-uk-home .site-footer {
	font-family: var(--font-primary);
}

.foxtele-uk-home h1,
.foxtele-uk-home h2,
.foxtele-uk-home h3 {
	font-weight: 700;
	letter-spacing: -0.02em;
}

.foxtele-uk-home h1 {
	font-size: 0;
}

.foxtele-uk-home .uk-hero__title-primary {
	font-size: var(--text-h1-primary);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.06;
}

.foxtele-uk-home .uk-hero__title-benefit {
	font-size: var(--text-h1-secondary);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.foxtele-uk-home h2,
.foxtele-uk-home .uk-offer__heading h2,
.foxtele-uk-home .uk-final-cta h2 {
	font-size: var(--text-h2);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.foxtele-uk-home h3,
.foxtele-uk-home .uk-plan-card__header h3,
.foxtele-uk-home .uk-why-card h3,
.foxtele-uk-home .uk-timeline__card h3,
.foxtele-uk-home .uk-device-card h3 {
	font-size: var(--text-h3);
	font-weight: 700;
	line-height: 1.3;
}

.foxtele-uk-home p {
	font-weight: 400;
	line-height: 1.65;
}

.foxtele-uk-home .uk-section-heading > p,
.foxtele-uk-home .uk-section-heading--split > p,
.foxtele-uk-home .uk-hero__lede {
	font-size: var(--text-body-lg);
	font-weight: 400;
	line-height: 1.65;
}

.foxtele-uk-home .uk-trust-card p,
.foxtele-uk-home .uk-why-card p,
.foxtele-uk-home .uk-timeline__card p,
.foxtele-uk-home .uk-device-card p,
.foxtele-uk-home .uk-checklist p,
.foxtele-uk-home .uk-accordion details p {
	font-size: var(--text-small);
	font-weight: 400;
	line-height: 1.55;
}

.foxtele-uk-home .primary-nav__links > a {
	font-size: var(--text-nav);
	font-weight: 600;
}

.foxtele-uk-home .uk-button,
.foxtele-uk-home .site-header .button,
.foxtele-uk-home .mobile-cta .button {
	font-size: var(--text-button);
	font-weight: 700;
	line-height: 1.2;
}

.foxtele-uk-home .uk-price > strong {
	font-size: clamp(3.25rem, 5.2vw, 3.75rem);
	font-weight: 800;
}

.foxtele-uk-home .uk-price__currency {
	font-weight: 700;
}

.foxtele-uk-home .uk-plan-card__features li {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.45;
}

.foxtele-uk-home .uk-accordion summary {
	font-size: var(--text-body);
	font-weight: 600;
}

.foxtele-uk-home .site-footer h2 {
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.09em;
}

.foxtele-uk-home .site-footer__nav > a,
.foxtele-uk-home .site-footer__brand > p,
.foxtele-uk-home .site-footer__support p,
.foxtele-uk-home .site-footer__bottom {
	font-size: var(--text-small);
	font-weight: 400;
}

@media (max-width: 699px) {
	.foxtele-uk-home .uk-hero__title-primary {
		font-size: clamp(2.15rem, 10vw, 2.75rem);
	}

	.foxtele-uk-home .uk-hero__title-benefit {
		font-size: clamp(1.5rem, 7vw, 1.8rem);
	}

	.foxtele-uk-home h2,
	.foxtele-uk-home .uk-offer__heading h2,
	.foxtele-uk-home .uk-final-cta h2 {
		font-size: clamp(1.75rem, 7.5vw, 2.25rem);
	}

	.foxtele-uk-home .uk-price > strong {
		font-size: clamp(2.75rem, 13vw, 3.3rem);
	}
}

/* Yearly cost comparison */
.uk-cost-comparison {
	background: #07090b;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.uk-stream-logos {
	background: #050607;
	box-shadow: 0 0 30px rgba(242,102,34,.045), inset 0 0 50px rgba(188,83,34,.028), inset 0 1px 18px rgba(242,102,34,.018), inset 0 -1px 18px rgba(242,102,34,.018);
	padding-block: clamp(24px, 3vw, 34px);
}
.uk-stream-logos__inner { display: block; position: relative; text-align: center; }
.uk-stream-logos__inner::before, .uk-stream-logos__inner::after { background: rgba(194, 82, 35, .52); content: ""; display: block; height: 1px; opacity: .55; width: 100%; }
.uk-stream-logos__inner::before { margin-bottom: 20px; }
.uk-stream-logos__inner::after { margin-top: 22px; }
.uk-stream-logos h2 { color: var(--uk-muted-strong); font-size: .95rem; font-weight: 600; letter-spacing: .01em; margin: 0 0 18px; }
.foxtele-uk-home .uk-stream-logos h2 { font-size: var(--text-h2); font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; }
.uk-stream-logos__viewport { overflow: hidden; width: 100%; }
.uk-stream-logos__track { animation: foxtele-logo-marquee 30s linear infinite; display: flex; width: max-content; }
.uk-stream-logos__set { align-items: center; display: flex; gap: clamp(38px, 5vw, 76px); padding-right: clamp(38px, 5vw, 76px); }
.uk-stream-logos img { filter: grayscale(15%); height: 34px; object-fit: contain; opacity: .78; transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease; width: 108px; }
.uk-stream-logos img:hover { filter: grayscale(0); opacity: 1; transform: translateY(-1px); }

.uk-fact-summary { padding-block: 28px; }
.uk-fact-summary .uk-shell { background: rgba(12, 16, 24, .72); border: 1px solid rgba(242, 102, 34, .18); border-radius: 18px; padding: clamp(18px, 2.5vw, 28px); }
.uk-fact-summary h2 { color: var(--uk-text, #fff); font-size: 1.2rem; font-weight: 700; letter-spacing: -.02em; margin: 0 0 16px; text-align: center; }
.uk-fact-summary__grid { display: grid; gap: 12px 18px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.uk-fact-summary__grid div { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.uk-fact-summary__grid strong { color: #f26622; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.uk-fact-summary__grid span { color: var(--uk-muted, #b8bec9); font-size: .88rem; line-height: 1.45; }
.uk-fact-summary a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
@media (max-width: 900px) { .uk-fact-summary__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .uk-fact-summary { padding-block: 20px; } .uk-fact-summary .uk-shell { padding: 18px 16px; } .uk-fact-summary__grid { grid-template-columns: 1fr; } }
@keyframes foxtele-logo-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 700px) {
	.uk-stream-logos__inner { display: block; }
	.uk-stream-logos h2 { font-size: clamp(1.75rem, 8vw, 1.875rem); font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 15px; }
	.uk-stream-logos { padding-block: 24px 28px; }
	.uk-stream-logos img { height: 30px; width: 92px; }
}
@media (prefers-reduced-motion: reduce) {
	.uk-stream-logos__track { animation: none; transform: none; }
}
.uk-cost-comparison--graph .uk-cost-comparison__grid { max-width: 980px; }
.uk-cost-comparison__highlight { color: #69d39a; }
.uk-cost-card__rows--graph { border-top: 1px solid var(--uk-border); }
.uk-cost-row--graph { }
.uk-cost-row > div { flex: 1; min-width: 0; }
.uk-cost-row i { background: rgba(255,255,255,.08); border-radius: 999px; display: block; height: 7px; margin-top: 10px; overflow: hidden; }
.uk-cost-row i b { background: var(--uk-orange); border-radius: inherit; display: block; height: 100%; }
.uk-cost-comparison--graph .uk-cost-row i { height: 11px; margin-right: 4px; }
.uk-cost-comparison--graph .uk-cost-row i b { width: 100% !important; }
.uk-cost-row--netflix i b { background: #e25a66; }
.uk-cost-row--disney i b { background: #3bb59b; }
.uk-cost-row--prime i b { background: #5b9be6; }
.uk-cost-access { border: 1px solid rgba(255,139,79,.26); border-radius: 14px; margin: 25px 0; padding: 15px; }
.uk-cost-access > div { align-items: center; display: flex; justify-content: space-between; }
.uk-cost-access span { color: var(--uk-muted-strong); font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.uk-cost-access strong { color: var(--uk-orange-bright); font-size: 1.15rem; font-weight: 800; }
.uk-cost-access i { background: rgba(255,255,255,.1); border-radius: 999px; display: block; height: 10px; margin-top: 13px; overflow: hidden; }
.uk-cost-access i b { background: var(--uk-orange); border-radius: inherit; display: block; height: 100%; }
.uk-cost-card__save-badge { background: linear-gradient(135deg, var(--uk-orange), #c94e12); border: 1px solid rgba(255,190,154,.34); border-radius: 12px; box-shadow: 0 12px 30px rgba(242,102,34,.2); color: #fff; font-size: 1rem; font-weight: 800; margin-top: 22px; padding: 15px 18px; text-align: center; }
.uk-cost-comparison--graph .uk-cost-card--foxtele { position: relative; }
.uk-cost-comparison--graph .uk-cost-card--foxtele .uk-cost-card__badge { position: absolute; right: 24px; top: -14px; }
.uk-cost-comparison--graph .uk-cost-card__savings { align-items: center; flex-direction: row; justify-content: space-between; }
.uk-cost-comparison--graph .uk-cost-card__save-badge { background: rgba(242,102,34,.16); border-color: rgba(255,139,79,.35); box-shadow: none; font-size: .95rem; font-weight: 700; }

.uk-cost-comparison__heading { max-width: 780px; }
.uk-cost-comparison__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-inline: auto;
	max-width: 980px;
}
.uk-cost-card {
	background: linear-gradient(155deg, rgba(21, 24, 29, 0.98), rgba(10, 12, 15, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 22px;
	padding: clamp(22px, 3vw, 34px);
}
.uk-cost-card--foxtele {
	background: radial-gradient(circle at 80% 0%, rgba(242, 102, 34, 0.17), transparent 45%), linear-gradient(155deg, rgba(32, 24, 20, 0.99), rgba(11, 12, 14, 0.99));
	border-color: rgba(255, 139, 79, 0.52);
	box-shadow: 0 18px 60px rgba(242, 102, 34, 0.1);
}
.uk-cost-card__topline { align-items: flex-start; display: flex; gap: 12px; justify-content: space-between; }
.uk-cost-card__topline > span:last-child { color: var(--uk-muted); font-size: var(--text-small); font-weight: 500; text-align: right; }
.uk-cost-card h3 { margin: 0 0 22px; }
.uk-cost-card--foxtele h3 { margin: 17px 0 4px; }
.uk-cost-card__badge { background: var(--uk-orange); border-radius: 999px; color: #fff; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; padding: 6px 10px; text-transform: uppercase; }
.uk-cost-card__rows { border-top: 1px solid var(--uk-border); }
.uk-cost-row { align-items: center; border-bottom: 1px solid rgba(255,255,255,0.08); display: flex; gap: 14px; justify-content: space-between; padding: 16px 0; }
.uk-cost-row > span { color: var(--uk-muted-strong); font-size: var(--text-small); font-weight: 500; }
.uk-cost-row small { color: var(--uk-muted); display: block; font-size: 0.8rem; font-weight: 400; margin-top: 3px; }
.uk-cost-row strong, .uk-cost-card__subtotal strong { color: #fff; font-size: var(--text-small); font-weight: 700; white-space: nowrap; }
.uk-cost-row em, .uk-cost-card__subtotal em, .uk-cost-card__price span, .uk-cost-card__savings em { color: var(--uk-muted); font-size: 0.8em; font-style: normal; font-weight: 400; }
.uk-cost-card__subtotal { align-items: baseline; display: flex; gap: 12px; justify-content: space-between; margin-top: 22px; }
.uk-cost-card__subtotal span, .uk-cost-card__savings span { color: var(--uk-muted-strong); font-size: var(--text-small); font-weight: 600; }
.uk-cost-card__note { color: var(--uk-muted); font-size: 0.875rem; line-height: 1.55; margin-top: 8px; }
.uk-cost-card__plan { color: var(--uk-muted-strong); font-size: var(--text-small); font-weight: 500; margin: 0 0 9px; }
.uk-cost-card__price { color: var(--uk-orange-bright); font-size: clamp(2.7rem, 5vw, 3.8rem); font-weight: 800; letter-spacing: -0.05em; line-height: 1; }
.uk-cost-card__value-list { display: grid; gap: 10px; list-style: none; margin: 24px 0; padding: 0; }
.uk-cost-card__value-list li { color: var(--uk-muted-strong); font-size: var(--text-small); font-weight: 500; }
.uk-cost-card__value-list li::before { color: var(--uk-orange-bright); content: "✓"; font-weight: 800; margin-right: 10px; }
.uk-cost-card__savings { border-top: 1px solid rgba(255, 139, 79, 0.3); display: flex; flex-direction: column; gap: 8px; padding-top: 20px; }
.uk-cost-card__savings strong { color: #fff; font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 800; letter-spacing: -0.04em; }
@media (hover: hover) and (pointer: fine) {
	.uk-cost-card { transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
	.uk-cost-card:hover { border-color: rgba(255, 139, 79, 0.48); box-shadow: 0 20px 56px rgba(0, 0, 0, 0.28); transform: translateY(-3px); }
}
@media (max-width: 760px) {
	.uk-cost-comparison__grid { grid-template-columns: 1fr; }
	.uk-cost-card { border-radius: 18px; padding: 22px; }
}
@media (prefers-reduced-motion: reduce) {
	.uk-cost-card { transition: none; }
}

:root {
	--uk-bg: #050607;
	--uk-bg-soft: #090b0e;
	--uk-panel: #0d1014;
	--uk-panel-raised: #13171d;
	--uk-paper: #f7f7f4;
	--uk-muted: #a8adb6;
	--uk-muted-strong: #c9ccd2;
	--uk-orange: #f26622;
	--uk-orange-bright: #ff8b4f;
	--uk-orange-dark: #cf4d10;
	--uk-border: rgba(255, 255, 255, 0.1);
	--uk-border-strong: rgba(255, 255, 255, 0.17);
	--uk-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
	--uk-radius-sm: 12px;
	--uk-radius: 20px;
	--uk-radius-lg: 30px;
	--uk-shell: min(1180px, calc(100% - 32px));
	--uk-section-space: clamp(76px, 9vw, 132px);
}

html {
	background: var(--uk-bg);
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}

body.foxtele-uk-home {
	background: var(--uk-bg);
	color: var(--uk-paper);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
	overflow-x: clip;
	-webkit-font-smoothing: antialiased;
}

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

.foxtele-uk-home main {
	display: block;
	overflow: clip;
}

.foxtele-uk-home img,
.foxtele-uk-home svg {
	display: block;
	max-width: 100%;
}

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

.foxtele-uk-home button,
.foxtele-uk-home a {
	-webkit-tap-highlight-color: transparent;
}

.foxtele-uk-home a:focus-visible,
.foxtele-uk-home button:focus-visible,
.foxtele-uk-home summary:focus-visible {
	border-radius: 8px;
	outline: 3px solid #ffad7c;
	outline-offset: 4px;
}

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

.foxtele-uk-home h1,
.foxtele-uk-home h2,
.foxtele-uk-home h3 {
	color: var(--uk-paper);
	font-family: inherit;
	font-weight: 760;
	letter-spacing: -0.04em;
}

.foxtele-uk-home h1 {
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 24px;
	max-width: 720px;
}

.uk-hero__title-primary,
.uk-hero__title-benefit {
	display: block;
}

.uk-hero__title-primary {
	color: var(--uk-orange-bright);
	font-size: clamp(2.8rem, 4.4vw, 3.6rem);
	line-height: 0.98;
}

.uk-hero__title-benefit {
	color: var(--uk-paper);
	font-size: clamp(1.72rem, 2.4vw, 1.95rem);
	letter-spacing: -0.035em;
	line-height: 1.14;
	margin-top: 13px;
}

.foxtele-uk-home h2 {
	font-size: clamp(2rem, 4.5vw, 3.65rem);
	line-height: 1.04;
	margin-bottom: 20px;
}

.foxtele-uk-home h3 {
	font-size: 1.16rem;
	line-height: 1.25;
	margin-bottom: 11px;
}

.foxtele-uk-home p {
	color: var(--uk-muted);
	margin-bottom: 0;
}

.foxtele-uk-home ul,
.foxtele-uk-home ol {
	margin-top: 0;
}

.uk-shell,
.foxtele-uk-home .site-shell {
	margin-inline: auto;
	width: var(--uk-shell);
}

.uk-section {
	padding-block: var(--uk-section-space);
	position: relative;
}

.uk-kicker {
	align-items: center;
	color: var(--uk-orange-bright) !important;
	display: flex;
	font-size: 0.73rem;
	font-weight: 780;
	gap: 9px;
	letter-spacing: 0.14em;
	margin-bottom: 18px !important;
	text-transform: uppercase;
}

.uk-kicker > span {
	background: var(--uk-orange);
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(242, 102, 34, 0.55);
	height: 7px;
	width: 7px;
}

.uk-section-heading {
	margin-bottom: clamp(38px, 5vw, 65px);
}

.uk-section-heading h2 {
	max-width: 760px;
}

.uk-section-heading > p,
.uk-section-heading--split > p {
	font-size: clamp(1rem, 1.7vw, 1.12rem);
	max-width: 590px;
}

.uk-section-heading--centred {
	margin-inline: auto;
	max-width: 800px;
	text-align: center;
}

.uk-section-heading--centred .uk-kicker {
	justify-content: center;
}

.uk-section-heading--centred h2 {
	margin-inline: auto;
}

.uk-section-heading--centred > p {
	margin-inline: auto;
}

.uk-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 760;
	gap: 11px;
	justify-content: center;
	line-height: 1.1;
	min-height: 52px;
	padding: 15px 24px;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.uk-button:hover {
	transform: translateY(-2px);
}

.uk-button--primary {
	background: linear-gradient(135deg, var(--uk-orange-bright), var(--uk-orange));
	box-shadow: 0 12px 30px rgba(242, 102, 34, 0.22);
	color: #fff;
}

.uk-button--primary:hover {
	box-shadow: 0 16px 38px rgba(242, 102, 34, 0.32);
}

.uk-button--secondary,
.uk-button--plan {
	background: rgba(255, 255, 255, 0.045);
	border-color: var(--uk-border-strong);
	color: var(--uk-paper);
}

.uk-button--secondary:hover,
.uk-button--plan:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.28);
}

.uk-button--full {
	width: 100%;
}

.uk-text-link {
	align-items: center;
	color: var(--uk-paper) !important;
	display: inline-flex;
	font-size: 0.94rem;
	font-weight: 730;
	gap: 10px;
	text-decoration: underline !important;
	text-decoration-color: rgba(242, 102, 34, 0.7) !important;
	text-decoration-thickness: 2px !important;
	text-underline-offset: 6px;
}

.uk-text-link:hover {
	color: var(--uk-orange-bright) !important;
}

.foxtele-uk-home > .skip-link {
	background: var(--uk-paper);
	border-radius: 0 0 var(--uk-radius-sm) 0;
	color: #111;
	font-weight: 750;
	left: 0;
	padding: 12px 18px;
	position: fixed;
	top: -100px;
	z-index: 10000;
}

.foxtele-uk-home > .skip-link:focus {
	top: 0;
}

.foxtele-uk-home .sr-only {
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

/* Header */
.foxtele-uk-home .notice-bar {
	background: #19100c;
	border-bottom: 1px solid rgba(242, 102, 34, 0.26);
	color: #f6d9c9;
	font-size: 0.75rem;
	letter-spacing: 0.02em;
	min-height: 38px;
}

.foxtele-uk-home .notice-bar__inner {
	align-items: center;
	display: flex;
	gap: 13px;
	justify-content: center;
	min-height: 38px;
}

.foxtele-uk-home .notice-bar__market {
	background: rgba(242, 102, 34, 0.17);
	border: 1px solid rgba(242, 102, 34, 0.42);
	border-radius: 999px;
	color: #fff;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	padding: 3px 8px;
	text-transform: uppercase;
}

.foxtele-uk-home .notice-bar__message strong {
	color: #fff;
}

.foxtele-uk-home .notice-bar a {
	color: #fff;
	font-weight: 760;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.45);
	text-underline-offset: 3px;
}

.foxtele-uk-home .site-header {
	background: rgba(5, 6, 7, 0.82);
	border-bottom: 1px solid rgba(255, 255, 255, 0.075);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	position: sticky;
	top: 0;
	transition: background 180ms ease, box-shadow 180ms ease;
	z-index: 999;
}

.foxtele-uk-home .site-header.is-scrolled {
	background: rgba(5, 6, 7, 0.96);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
}

.foxtele-uk-home .site-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 76px;
	position: relative;
}

.foxtele-uk-home .site-header .brand {
	align-items: center;
	display: inline-flex;
	font-size: 1.45rem;
	font-weight: 840;
	gap: 10px;
	letter-spacing: -0.055em;
}

.foxtele-uk-home .site-header .brand img {
	height: 40px;
	object-fit: contain;
	width: 40px;
}

.foxtele-uk-home .brand__wordmark > span {
	color: var(--uk-orange);
}

.foxtele-uk-home .primary-nav {
	align-items: center;
	display: flex;
	flex: 1;
	justify-content: flex-end;
	margin-left: clamp(24px, 3vw, 48px);
	min-width: 0;
}

.foxtele-uk-home .primary-nav__links {
	align-items: center;
	display: flex;
	gap: clamp(17px, 2vw, 30px);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.foxtele-uk-home .primary-nav__links > a {
	color: #c6c9d0;
	font-size: 0.86rem;
	font-weight: 630;
	position: relative;
}

.foxtele-uk-home .primary-nav__links > a::after {
	background: var(--uk-orange);
	bottom: -8px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
	width: 100%;
}

.foxtele-uk-home .primary-nav__links > a:hover {
	color: #fff;
}

.foxtele-uk-home .primary-nav__links > a:hover::after {
	transform: scaleX(1);
}

.foxtele-uk-home .site-header .button {
	align-items: center;
	background: var(--uk-orange);
	border: 1px solid var(--uk-orange);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.85rem;
	font-weight: 760;
	justify-content: center;
	min-height: 42px;
	padding: 11px 18px;
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.foxtele-uk-home .site-header .button:hover {
	background: var(--uk-orange-dark);
	border-color: var(--uk-orange-dark);
	box-shadow: 0 10px 26px rgba(242, 102, 34, 0.22);
	transform: translateY(-1px);
}

.foxtele-uk-home .nav-toggle {
	background: transparent;
	border: 0;
	color: #fff;
	display: none;
	height: 46px;
	padding: 10px;
	width: 46px;
}

.foxtele-uk-home .nav-toggle > span:not(.sr-only) {
	background: currentColor;
	border-radius: 3px;
	display: block;
	height: 2px;
	margin: 5px 0;
	transition: transform 180ms ease, opacity 180ms ease;
	width: 25px;
}

.foxtele-uk-home .nav-toggle[aria-expanded="true"] > span:nth-child(2) {
	transform: translateY(7px) rotate(45deg);
}

.foxtele-uk-home .nav-toggle[aria-expanded="true"] > span:nth-child(3) {
	opacity: 0;
}

.foxtele-uk-home .nav-toggle[aria-expanded="true"] > span:nth-child(4) {
	transform: translateY(-7px) rotate(-45deg);
}

/* Hero */
.uk-hero {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 30%),
		var(--uk-bg);
	min-height: min(780px, calc(100vh - 114px));
	padding-block: clamp(68px, 7vw, 104px) clamp(78px, 8vw, 118px);
	position: relative;
}

.uk-hero::after {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.uk-hero__ambient {
	background:
		radial-gradient(circle at 72% 34%, rgba(242, 102, 34, 0.18), transparent 29%),
		radial-gradient(circle at 93% 76%, rgba(242, 102, 34, 0.08), transparent 22%);
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.uk-hero__ambient::before {
	background-image: linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
	background-size: 72px 72px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), transparent 80%);
	opacity: 0.33;
	position: absolute;
}

.uk-hero__grid {
	display: grid;
	gap: clamp(52px, 6vw, 82px);
	position: relative;
	z-index: 1;
}

.uk-hero__copy {
	position: relative;
	z-index: 2;
}

.uk-hero__lede {
	color: var(--uk-muted-strong) !important;
	font-size: clamp(1.05rem, 2.1vw, 1.24rem);
	line-height: 1.65;
	max-width: 680px;
}

.uk-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.uk-hero__trial {
	align-items: center;
	color: #c9cdd4 !important;
	display: flex;
	font-size: 0.86rem;
	font-weight: 620;
	gap: 9px;
	margin: 24px 0 0 !important;
}

.uk-hero__trial > span {
	align-items: center;
	background: rgba(242, 102, 34, 0.15);
	border: 1px solid rgba(242, 102, 34, 0.35);
	border-radius: 50%;
	color: var(--uk-orange-bright);
	display: inline-flex;
	flex: 0 0 21px;
	font-size: 0.65rem;
	height: 21px;
	justify-content: center;
	width: 21px;
}

.uk-hero-media {
	aspect-ratio: 4 / 3;
	margin-inline: auto;
	max-width: 620px;
	min-height: 0;
	position: relative;
	width: 100%;
}

.uk-hero-media::before {
	background: var(--uk-orange);
	border-radius: 50%;
	content: "";
	filter: blur(90px);
	height: 54%;
	opacity: 0.16;
	position: absolute;
	right: 4%;
	top: 20%;
	width: 54%;
}

.uk-hero-media__art {
	background-color: #07090c;
	background-image:
		linear-gradient(90deg, rgba(5, 6, 7, 0.38) 0%, rgba(5, 6, 7, 0.06) 52%, rgba(5, 6, 7, 0.3) 100%),
		linear-gradient(0deg, rgba(5, 6, 7, 0.64) 0%, transparent 44%),
		var(--uk-hero-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: clamp(22px, 4vw, 32px);
	box-shadow: var(--uk-shadow), inset 0 1px rgba(255, 255, 255, 0.08);
	filter: saturate(0.92) contrast(1.03) brightness(0.9);
	inset: 0;
	overflow: hidden;
	position: absolute;
}

.uk-hero-media__art::after {
	background:
		linear-gradient(115deg, rgba(242, 102, 34, 0.09), transparent 38%),
		radial-gradient(circle at 78% 28%, rgba(242, 102, 34, 0.16), transparent 24%);
	content: "";
	inset: 0;
	position: absolute;
}

.uk-screen {
	background: linear-gradient(145deg, #15191f, #090b0e 74%);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: clamp(20px, 4vw, 32px);
	box-shadow: var(--uk-shadow), inset 0 1px rgba(255, 255, 255, 0.06);
	overflow: hidden;
	padding: clamp(16px, 3vw, 26px);
	position: relative;
	transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
}

.uk-screen::before {
	background: linear-gradient(115deg, transparent 15%, rgba(255, 255, 255, 0.045) 42%, transparent 62%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.uk-screen__bar {
	align-items: center;
	display: flex;
	font-size: 0.66rem;
	justify-content: space-between;
	margin-bottom: 14px;
	position: relative;
}

.uk-screen__brand {
	align-items: center;
	display: flex;
	font-size: 0.78rem;
	font-weight: 780;
	gap: 8px;
}

.uk-screen__brand img {
	height: 27px;
	width: 27px;
}

.uk-screen__status {
	align-items: center;
	color: #adb2bc;
	display: flex;
	gap: 7px;
}

.uk-screen__status i {
	background: #59d98e;
	border-radius: 50%;
	box-shadow: 0 0 9px rgba(89, 217, 142, 0.52);
	height: 6px;
	width: 6px;
}

.uk-screen__feature {
	align-items: end;
	background:
		linear-gradient(90deg, rgba(3, 4, 6, 0.91), rgba(5, 6, 7, 0.18)),
		radial-gradient(circle at 80% 30%, rgba(255, 140, 73, 0.42), transparent 24%),
		linear-gradient(135deg, #241710, #101318 60%, #26150d);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 17px;
	display: flex;
	justify-content: space-between;
	min-height: clamp(190px, 38vw, 285px);
	padding: clamp(20px, 4vw, 34px);
	position: relative;
}

.uk-screen__feature::after {
	background: linear-gradient(110deg, transparent 45%, rgba(242, 102, 34, 0.12));
	clip-path: polygon(55% 0, 100% 0, 100% 100%, 8% 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.uk-screen__feature > div,
.uk-screen__play {
	position: relative;
	z-index: 1;
}

.uk-screen__feature div span {
	color: var(--uk-orange-bright);
	display: block;
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.uk-screen__feature div strong {
	display: block;
	font-size: clamp(1.35rem, 3vw, 2.3rem);
	letter-spacing: -0.04em;
	line-height: 1.02;
	max-width: 300px;
}

.uk-screen__play {
	align-items: center;
	align-self: center;
	background: rgba(242, 102, 34, 0.95);
	border: 5px solid rgba(255, 255, 255, 0.09);
	border-radius: 50%;
	display: flex;
	flex: 0 0 auto;
	height: 54px;
	justify-content: center;
	width: 54px;
}

.uk-screen__play svg {
	fill: #fff;
	height: 25px;
	width: 25px;
}

.uk-screen__rail {
	display: grid;
	gap: 9px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 10px;
}

.uk-screen__tile {
	background: #111419;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 12px;
	min-height: 78px;
	overflow: hidden;
	padding: 13px;
	position: relative;
}

.uk-screen__tile::after {
	background: radial-gradient(circle, rgba(242, 102, 34, 0.22), transparent 67%);
	content: "";
	height: 90px;
	position: absolute;
	right: -35px;
	top: -32px;
	width: 90px;
}

.uk-screen__tile span {
	color: var(--uk-orange-bright);
	display: block;
	font-size: 0.5rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-bottom: 7px;
}

.uk-screen__tile strong {
	display: block;
	font-size: clamp(0.68rem, 2vw, 0.84rem);
	line-height: 1.25;
	position: relative;
	z-index: 1;
}

.uk-hero-visual__quality,
.uk-hero-visual__value {
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	background: rgba(15, 18, 23, 0.92);
	border: 1px solid var(--uk-border-strong);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
	position: absolute;
	z-index: 3;
}

.uk-hero-float-card--quality {
	animation: uk-hero-float 7.2s ease-in-out infinite;
}

.uk-hero-float-card--value {
	animation: uk-hero-float 6.4s ease-in-out -2.1s infinite reverse;
}

@keyframes uk-hero-float {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-7px);
	}
}

.uk-hero-visual__quality {
	align-items: center;
	border-radius: 14px;
	bottom: -12px;
	display: flex;
	gap: 5px;
	left: 14px;
	padding: 9px 11px;
}

.uk-hero-visual__quality span,
.uk-hero-visual__quality strong {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 5px;
	font-size: 0.59rem;
	padding: 3px 5px;
}

.uk-hero-visual__quality strong {
	background: var(--uk-orange);
	border-color: var(--uk-orange);
}

.uk-hero-visual__quality small {
	color: #9da2ac;
	font-size: 0.56rem;
	margin-left: 3px;
}

.uk-hero-visual__value {
	border-radius: 14px;
	right: 16px;
	top: -18px;
	padding: 10px 12px;
}

.uk-hero-visual__value small,
.uk-hero-visual__value span {
	color: #a9aeb7;
	display: block;
	font-size: 0.58rem;
}

.uk-hero-visual__value strong {
	color: var(--uk-orange-bright);
	display: block;
	font-size: 1.22rem;
	letter-spacing: -0.045em;
	line-height: 1.1;
	margin: 3px 0;
}

/* Purchase benefits */
.uk-trust-benefits {
	background:
		linear-gradient(180deg, #080a0c 0%, #06080a 100%);
	border-bottom: 1px solid var(--uk-border);
	padding-block: 26px 38px;
}

.uk-trust-benefits__grid {
	display: grid;
	gap: clamp(12px, 1.25vw, 15px);
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-inline: auto;
	max-width: 1080px;
}

.uk-trust-card:last-child {
	grid-column: 1 / -1;
	justify-self: center;
	width: calc(50% - 6px);
}

.uk-trust-card {
	--uk-trust-accent: #477a65;
	--uk-trust-bg-start: #dce7e1;
	--uk-trust-bg-end: #cad8d1;
	--uk-trust-ink: #23362f;
	--uk-trust-muted: #50645c;
	align-content: start;
	background: linear-gradient(145deg, var(--uk-trust-bg-start), var(--uk-trust-bg-end));
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 18px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.5),
		0 12px 28px rgba(0, 0, 0, 0.17);
	display: grid;
	gap: 12px;
	grid-template-rows: auto 1fr;
	height: 100%;
	min-height: 148px;
	min-width: 0;
	padding: clamp(16px, 1.8vw, 19px);
	position: relative;
}

.uk-trust-card--activation {
	--uk-trust-accent: #a8643b;
	--uk-trust-bg-start: #e9ded4;
	--uk-trust-bg-end: #dbcbbf;
	--uk-trust-ink: #3d2b21;
	--uk-trust-muted: #735849;
}

.uk-trust-card--payment {
	--uk-trust-accent: #55789d;
	--uk-trust-bg-start: #dce4eb;
	--uk-trust-bg-end: #cbd6e1;
	--uk-trust-ink: #243545;
	--uk-trust-muted: #566b7f;
}

.uk-trust-card--support {
	--uk-trust-accent: #78658f;
	--uk-trust-bg-start: #e4dfe9;
	--uk-trust-bg-end: #d4ccde;
	--uk-trust-ink: #352d40;
	--uk-trust-muted: #685d75;
}

.uk-trust-card--devices {
	--uk-trust-accent: #6f744f;
	--uk-trust-bg-start: #e3e3d8;
	--uk-trust-bg-end: #d2d3c2;
	--uk-trust-ink: #353828;
	--uk-trust-muted: #656853;
}

.uk-trust-card__icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.52);
	border-radius: 12px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
	color: var(--uk-trust-accent);
	display: inline-flex;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.uk-trust-card__icon svg {
	height: 20px;
	width: 20px;
}

.uk-trust-card h3 {
	color: var(--uk-trust-ink);
	font-size: clamp(0.92rem, 1.15vw, 1.02rem);
	font-weight: 760;
	letter-spacing: -0.025em;
	line-height: 1.2;
	margin: 0;
}

.uk-trust-card p {
	color: var(--uk-trust-muted) !important;
	font-size: clamp(0.77rem, 1vw, 0.84rem);
	font-weight: 540;
	line-height: 1.45;
	margin: 6px 0 0;
}

@media (hover: hover) and (pointer: fine) {
	.uk-trust-card {
		transition: box-shadow 180ms ease, transform 180ms ease;
	}

	.uk-trust-card:hover {
		box-shadow:
			inset 0 1px 0 rgba(255, 255, 255, 0.62),
			0 17px 34px rgba(0, 0, 0, 0.24);
		transform: translateY(-3px);
	}
}

/* Pricing */
.uk-pricing {
	background:
		radial-gradient(circle at 50% 35%, rgba(242, 102, 34, 0.075), transparent 35%),
		#060709;
	border-block: 1px solid rgba(255, 255, 255, 0.05);
}

.uk-pricing__glow {
	background: radial-gradient(circle, rgba(242, 102, 34, 0.1), transparent 68%);
	filter: blur(10px);
	height: 720px;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 38%;
	transform: translate(-50%, -50%);
	width: min(980px, 100%);
}

.uk-pricing .uk-shell {
	position: relative;
}

.uk-plan-grid {
	display: grid;
	gap: 34px;
	margin-inline: auto;
	max-width: 680px;
}

.uk-plan-card {
	background: linear-gradient(160deg, rgba(19, 22, 27, 0.99), rgba(8, 10, 13, 0.995) 66%);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 24px;
	box-shadow: 0 24px 58px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.045);
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: clamp(24px, 2.6vw, 30px);
	position: relative;
}

.uk-plan-card--featured {
	background:
		radial-gradient(circle at 50% 0%, rgba(242, 102, 34, 0.22), transparent 36%),
		linear-gradient(160deg, rgba(42, 24, 16, 0.99), rgba(10, 11, 14, 0.995) 58%);
	border: 2px solid var(--uk-orange);
	box-shadow: 0 30px 76px rgba(0, 0, 0, 0.4), 0 0 48px rgba(242, 102, 34, 0.15), inset 0 1px 0 rgba(255, 189, 151, 0.16);
}

.uk-plan-card__badge {
	background: var(--uk-orange);
	border-radius: 999px;
	box-shadow: 0 8px 22px rgba(242, 102, 34, 0.28);
	color: #fff;
	font-size: 0.65rem;
	font-weight: 820;
	letter-spacing: 0.11em;
	left: 50%;
	padding: 8px 17px;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 2;
}

.uk-plan-card__topline {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

.uk-plan-card__header h3 {
	font-size: clamp(1.2rem, 2vw, 1.45rem);
	letter-spacing: -0.035em;
	margin: 0;
}

.uk-plan-card__save {
	background: rgba(242, 102, 34, 0.13);
	border: 1px solid rgba(255, 133, 70, 0.35);
	border-radius: 999px;
	color: var(--uk-orange-bright);
	font-size: 0.64rem;
	font-weight: 760;
	padding: 6px 9px;
	white-space: nowrap;
}

.uk-price {
	align-items: flex-start;
	display: flex;
	margin-top: 22px;
	min-width: 0;
}

.uk-price__currency {
	color: var(--uk-muted-strong);
	font-size: 1.42rem;
	font-weight: 720;
	letter-spacing: -0.04em;
	margin: 7px 1px 0 0;
}

.uk-price > strong {
	color: var(--uk-paper);
	font-size: clamp(3.2rem, 5.7vw, 4.35rem);
	font-weight: 790;
	letter-spacing: -0.065em;
	line-height: 1;
}

.uk-price__old {
	color: #858b95;
	font-size: 0.8rem;
	font-weight: 630;
	margin: 16px 0 0 9px;
	text-decoration-color: rgba(255, 255, 255, 0.52);
	text-decoration-thickness: 1px;
}

.uk-plan-card__divider {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045));
	height: 1px;
	margin: 22px 0 20px;
	width: 100%;
}

.uk-plan-card__features {
	display: grid;
	gap: 9px;
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.uk-plan-card__features li {
	align-items: center;
	color: #d0d3d9;
	display: flex;
	font-size: 0.77rem;
	font-weight: 570;
	gap: 9px;
	line-height: 1.35;
}

.uk-plan-card__features li span {
	align-items: center;
	background: rgba(242, 102, 34, 0.13);
	border: 1px solid rgba(242, 102, 34, 0.28);
	border-radius: 50%;
	color: var(--uk-orange-bright);
	display: inline-flex;
	flex: 0 0 17px;
	font-size: 0.56rem;
	height: 17px;
	justify-content: center;
	width: 17px;
}

.uk-plan-card .uk-button {
	border-radius: 12px;
	font-size: 0.83rem;
	justify-content: center;
	min-height: 58px;
	margin-top: auto;
	padding-inline: 20px;
}

.uk-plan-card .uk-button--plan {
	background: rgba(255, 255, 255, 0.025);
	border-color: rgba(255, 255, 255, 0.2);
}

.uk-plan-card .uk-button--plan:hover {
	background: rgba(242, 102, 34, 0.09);
	border-color: rgba(255, 133, 70, 0.55);
}

@media (hover: hover) and (pointer: fine) {
	.uk-plan-card {
		transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
	}

	.uk-plan-card:hover,
	.uk-plan-card:focus-within {
		background: linear-gradient(160deg, rgba(29, 27, 27, 0.99), rgba(9, 11, 14, 0.995) 66%);
		border-color: rgba(255, 139, 79, 0.56);
		box-shadow: 0 30px 66px rgba(0, 0, 0, 0.38), 0 0 42px rgba(242, 102, 34, 0.11), inset 0 1px 0 rgba(255, 177, 128, 0.08);
		transform: translateY(-5px);
	}

	.uk-plan-card--featured:hover,
	.uk-plan-card--featured:focus-within {
		background:
			radial-gradient(circle at 50% 0%, rgba(242, 102, 34, 0.28), transparent 39%),
			linear-gradient(160deg, rgba(48, 27, 17, 0.99), rgba(10, 11, 14, 0.995) 60%);
		border-color: #ff864a;
		box-shadow: 0 34px 78px rgba(0, 0, 0, 0.44), 0 0 54px rgba(242, 102, 34, 0.2), inset 0 1px 0 rgba(255, 195, 158, 0.18);
	}
}

/* Limited-time offer */
.uk-offer {
	background: #060709;
	padding-top: 0;
}

.uk-offer__panel {
	background:
		radial-gradient(circle at 50% 0%, rgba(242, 102, 34, 0.19), transparent 42%),
		linear-gradient(150deg, rgba(22, 20, 20, 0.99), rgba(8, 9, 12, 0.995) 68%);
	border: 1px solid rgba(255, 139, 77, 0.42);
	border-radius: clamp(22px, 3vw, 32px);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 190, 151, 0.09);
	isolation: isolate;
	margin-inline: auto;
	max-width: 860px;
	overflow: hidden;
	padding: clamp(25px, 5vw, 48px) clamp(18px, 5vw, 54px);
	position: relative;
	text-align: center;
}

.uk-offer__ambient {
	animation: uk-offer-glow 7s ease-in-out infinite alternate;
	background: radial-gradient(circle, rgba(242, 102, 34, 0.2), transparent 67%);
	height: 420px;
	left: calc(50% - 210px);
	opacity: 0.52;
	pointer-events: none;
	position: absolute;
	top: -245px;
	width: 420px;
	z-index: -1;
}

@keyframes uk-offer-glow {
	from {
		opacity: 0.35;
		transform: scale(0.94);
	}

	to {
		opacity: 0.62;
		transform: scale(1.06);
	}
}

.uk-offer__content {
	margin-inline: auto;
	max-width: 790px;
}

.uk-offer__heading {
	margin-bottom: clamp(28px, 3.4vw, 42px);
	margin-inline: auto;
	max-width: 850px;
}

.uk-offer__content .uk-offer__badge {
	background: linear-gradient(135deg, #d65418, #a93808);
	border: 1px solid rgba(255, 197, 163, 0.38);
	border-radius: 999px;
	box-shadow: 0 10px 28px rgba(242, 102, 34, 0.2);
	color: #fff;
	display: flex;
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	margin: 0 auto 28px;
	padding: 8px 13px;
	text-transform: uppercase;
	width: fit-content;
}

.uk-offer__heading h2 {
	font-size: clamp(1.85rem, 3.8vw, 3rem);
	line-height: 1.05;
	margin: 0 auto 18px;
	max-width: 720px;
}

.uk-offer__keyword {
	color: var(--uk-orange-bright);
}

.uk-offer__copy {
	font-size: clamp(0.93rem, 1.5vw, 1.05rem);
	line-height: 1.7;
	margin: 0 auto;
	max-width: 710px;
}

.uk-offer__countdown-title {
	font-size: clamp(1.25rem, 2.4vw, 1.65rem);
	letter-spacing: -0.025em;
	margin: 0;
}

.uk-offer-countdown {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: clamp(20px, 3vw, 28px) auto 0;
	max-width: 455px;
	width: 72%;
}

.uk-offer-countdown__unit {
	align-items: center;
	background: linear-gradient(155deg, rgba(24, 25, 29, 0.98), rgba(11, 12, 15, 0.99));
	border: 1px solid rgba(255, 139, 77, 0.38);
	border-radius: 15px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.055);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 92px;
	padding: 13px 8px;
}

.uk-offer-countdown__unit strong {
	color: var(--uk-paper);
	font-size: clamp(1.85rem, 4vw, 2.5rem);
	font-variant-numeric: tabular-nums;
	letter-spacing: -0.045em;
	line-height: 1;
}

.uk-offer-countdown__unit span {
	color: var(--uk-orange-bright);
	font-size: 0.58rem;
	font-weight: 780;
	letter-spacing: 0.11em;
	margin-top: 9px;
	text-transform: uppercase;
}

.uk-offer__status {
	color: #9fa5ae;
	font-size: 0.72rem;
	margin: 0;
}

.uk-offer__status:empty {
	display: none;
}

.uk-offer__cta {
	margin-top: 27px;
	min-width: min(100%, 255px);
}

.uk-offer.is-expired .uk-offer__panel {
	background: linear-gradient(150deg, rgba(19, 20, 23, 0.99), rgba(8, 9, 12, 0.995));
	border-color: rgba(255, 255, 255, 0.14);
}

.uk-offer.is-expired .uk-offer__ambient {
	display: none;
}

.uk-offer.is-expired .uk-offer__badge {
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: none;
	color: #c4c8cf;
}

.uk-offer.is-expired .uk-offer-countdown {
	opacity: 0.62;
}

/* Process */
.uk-process {
	background:
		radial-gradient(circle at 50% 18%, rgba(242, 102, 34, 0.09), transparent 32%),
		linear-gradient(180deg, #0a0b0d 0%, var(--uk-bg-soft) 58%, #090a0c 100%);
	overflow: hidden;
}

.uk-timeline {
	display: grid;
	gap: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.uk-timeline::before {
	background: linear-gradient(rgba(242, 102, 34, 0.8), rgba(242, 102, 34, 0.12));
	content: "";
	left: 22px;
	position: absolute;
	top: 23px;
	bottom: 23px;
	width: 1px;
}

.uk-timeline li {
	display: grid;
	gap: 16px;
	grid-template-columns: 46px 1fr;
	position: relative;
}

.uk-timeline__node {
	align-items: center;
	background: linear-gradient(145deg, #2b160d, #130e0b);
	border: 1px solid rgba(255, 139, 77, 0.72);
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(9, 10, 12, 0.95), 0 0 25px rgba(242, 102, 34, 0.16);
	color: var(--uk-orange-bright);
	display: flex;
	font-size: 0.68rem;
	font-weight: 800;
	height: 46px;
	justify-content: center;
	letter-spacing: 0.08em;
	position: relative;
	z-index: 1;
}

.uk-timeline__card {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 52%),
		linear-gradient(160deg, rgba(20, 21, 25, 0.98), rgba(10, 11, 14, 0.99));
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.035);
	min-width: 0;
	padding: 20px;
	position: relative;
}

.uk-timeline__icon {
	align-items: center;
	background: rgba(242, 102, 34, 0.1);
	border: 1px solid rgba(242, 102, 34, 0.25);
	border-radius: 11px;
	color: var(--uk-orange-bright);
	display: flex;
	height: 40px;
	justify-content: center;
	margin-bottom: 18px;
	width: 40px;
}

.uk-timeline__icon svg {
	fill: none;
	height: 20px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 20px;
}

.uk-timeline__card h3 {
	font-size: clamp(1.05rem, 1.6vw, 1.18rem);
	line-height: 1.3;
	margin-bottom: 9px;
}

.uk-timeline__card p {
	font-size: 0.82rem;
	line-height: 1.72;
}

.uk-process__action {
	margin-top: 40px;
	text-align: center;
}

.uk-process__action .uk-button {
	justify-content: center;
	min-width: min(100%, 250px);
}

@media (hover: hover) and (pointer: fine) {
	.uk-timeline__card,
	.uk-timeline__node {
		transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
	}

	.uk-timeline li:hover .uk-timeline__card {
		border-color: rgba(255, 139, 77, 0.38);
		box-shadow: 0 24px 52px rgba(0, 0, 0, 0.3), 0 0 34px rgba(242, 102, 34, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.055);
		transform: translateY(-4px);
	}

	.uk-timeline li:hover .uk-timeline__node {
		border-color: var(--uk-orange-bright);
		box-shadow: 0 0 0 5px rgba(9, 10, 12, 0.95), 0 0 30px rgba(242, 102, 34, 0.32);
		transform: scale(1.035);
	}
}

/* Why FoxTele */
.uk-why {
	background:
		radial-gradient(circle at 50% 16%, rgba(242, 102, 34, 0.1), transparent 30%),
		linear-gradient(180deg, #090a0c, #060709 88%);
	overflow: hidden;
	position: relative;
}

.uk-why::before {
	background: linear-gradient(90deg, transparent, rgba(242, 102, 34, 0.42), transparent);
	content: "";
	height: 1px;
	left: 14%;
	position: absolute;
	top: 0;
	width: 72%;
}

.uk-why__heading {
	margin-inline: auto;
	max-width: 790px;
}

.uk-why__heading > p:not(.uk-kicker) {
	max-width: 740px;
}

.uk-why-grid {
	display: grid;
	gap: 15px;
	grid-auto-rows: 1fr;
}

.uk-why-card {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 48%),
		linear-gradient(155deg, rgba(19, 21, 25, 0.98), rgba(9, 10, 13, 0.99));
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: clamp(18px, 2vw, 23px);
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.045);
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: clamp(22px, 3vw, 29px);
	position: relative;
}

.uk-why-card__icon {
	align-items: center;
	background: rgba(242, 102, 34, 0.1);
	border: 1px solid rgba(242, 102, 34, 0.28);
	border-radius: 13px;
	display: flex;
	height: 44px;
	justify-content: center;
	margin-bottom: 23px;
	position: relative;
	width: 44px;
}

.uk-why-card__icon::after {
	background: var(--uk-orange-bright);
	border: 2px solid #15110f;
	border-radius: 50%;
	content: "";
	height: 8px;
	position: absolute;
	right: -2px;
	top: -2px;
	width: 8px;
}

.uk-why-card__icon svg {
	fill: none;
	height: 23px;
	stroke: #f5f5f2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.65;
	width: 23px;
}

.uk-why-card__icon .uk-why-card__icon-accent {
	stroke: var(--uk-orange-bright);
}

.uk-why-card h3 {
	font-size: clamp(1.08rem, 1.7vw, 1.25rem);
	line-height: 1.28;
	margin-bottom: 10px;
}

.uk-why-card p {
	font-size: 0.82rem;
	line-height: 1.7;
}

@media (hover: hover) and (pointer: fine) {
	.uk-why-card,
	.uk-why-card__icon {
		transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
	}

	.uk-why-card:hover {
		background:
			radial-gradient(circle at 18% 0%, rgba(242, 102, 34, 0.14), transparent 42%),
			linear-gradient(155deg, rgba(23, 22, 23, 0.99), rgba(9, 10, 13, 0.99));
		border-color: rgba(255, 139, 77, 0.46);
		box-shadow: 0 27px 58px rgba(0, 0, 0, 0.34), 0 0 36px rgba(242, 102, 34, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.065);
		transform: translateY(-4px);
	}

	.uk-why-card:hover .uk-why-card__icon {
		background: rgba(242, 102, 34, 0.16);
		border-color: rgba(255, 139, 77, 0.52);
		box-shadow: 0 0 24px rgba(242, 102, 34, 0.12);
	}
}

/* Devices */
.uk-devices {
	background:
		radial-gradient(circle at 80% 25%, rgba(242, 102, 34, 0.075), transparent 27%),
		#060709;
}

.uk-devices__layout {
	display: grid;
	gap: 48px;
}

.uk-devices__intro h2 {
	max-width: 570px;
}

.uk-devices__intro > p:not(.uk-kicker) {
	font-size: 1.04rem;
	max-width: 570px;
}

.uk-devices__intro .uk-text-link {
	margin-top: 27px;
}

.uk-device-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, 1fr);
}

.uk-device-card {
	background: rgba(16, 19, 24, 0.88);
	border: 1px solid var(--uk-border);
	border-radius: 16px;
	min-width: 0;
	padding: 20px;
	transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.uk-device-card:hover {
	background: rgba(21, 25, 31, 0.98);
	border-color: rgba(242, 102, 34, 0.35);
	transform: translateY(-2px);
}

.uk-device-card > span {
	align-items: center;
	background: rgba(242, 102, 34, 0.09);
	border-radius: 11px;
	display: flex;
	height: 42px;
	justify-content: center;
	margin-bottom: 22px;
	width: 42px;
}

.uk-device-card svg {
	fill: none;
	height: 24px;
	stroke: var(--uk-orange-bright);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.55;
	width: 24px;
}

.uk-device-card h3 {
	font-size: 0.97rem;
	letter-spacing: -0.025em;
	margin-bottom: 6px;
}

.uk-device-card p {
	font-size: 0.72rem;
	line-height: 1.55;
}

.uk-devices__media {
	justify-self: center;
	margin: clamp(2px, 1vw, 10px) 0 0;
	max-width: 708px;
	min-width: 0;
	width: 100%;
}

.uk-devices__media-frame {
	background:
		radial-gradient(circle at 50% 45%, rgba(242, 102, 34, 0.09), transparent 52%),
		#020304;
	border: 1px solid rgba(255, 139, 77, 0.24);
	border-radius: clamp(18px, 2vw, 24px);
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.055);
	overflow: hidden;
	padding: clamp(8px, 1.5vw, 18px);
	position: relative;
}

.uk-devices__media-frame::before {
	background: linear-gradient(90deg, transparent, rgba(255, 139, 77, 0.65), transparent);
	content: "";
	height: 1px;
	left: 12%;
	position: absolute;
	top: 0;
	width: 76%;
}

.uk-devices__media-image {
	aspect-ratio: 1717 / 916;
	background: #000;
	border-radius: clamp(12px, 1.4vw, 17px);
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

.uk-devices__media figcaption {
	align-items: center;
	color: #aeb4bd;
	display: flex;
	font-size: 0.76rem;
	gap: 9px;
	justify-content: center;
	line-height: 1.55;
	margin-top: 16px;
	text-align: center;
}

.uk-devices__media figcaption span {
	align-items: center;
	background: rgba(242, 102, 34, 0.1);
	border: 1px solid rgba(242, 102, 34, 0.28);
	border-radius: 50%;
	color: var(--uk-orange-bright);
	display: inline-flex;
	flex: 0 0 22px;
	font-size: 0.65rem;
	height: 22px;
	justify-content: center;
}

/* Experience */
.uk-experience {
	background:
		radial-gradient(circle at 50% 28%, rgba(242, 102, 34, 0.085), transparent 31%),
		#060709;
	overflow: hidden;
}

.uk-experience__heading {
	margin-inline: auto;
	max-width: 850px;
}

.uk-experience__heading h2 {
	max-width: 820px;
}

.uk-experience__heading > p:not(.uk-kicker) {
	max-width: 790px;
}

.uk-media-rail {
	display: grid;
	gap: 14px;
	grid-auto-columns: 72vw;
	grid-auto-flow: column;
	list-style: none;
	margin: 0;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding: 5px 1px 18px;
	scroll-padding-inline: 1px;
	scroll-snap-type: inline mandatory;
	scrollbar-color: rgba(242, 102, 34, 0.55) rgba(255, 255, 255, 0.055);
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

.uk-media-rail::-webkit-scrollbar {
	height: 7px;
}

.uk-media-rail::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.055);
	border-radius: 999px;
}

.uk-media-rail::-webkit-scrollbar-thumb {
	background: rgba(242, 102, 34, 0.55);
	border-radius: 999px;
}

.uk-media-rail:focus-visible {
	border-radius: 16px;
	outline: 3px solid #ffad7c;
	outline-offset: 5px;
}

.uk-media-poster {
	background: #0d1014;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: clamp(15px, 1.5vw, 20px);
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.32);
	min-width: 0;
	overflow: hidden;
	scroll-snap-align: start;
}

.uk-media-poster__image {
	aspect-ratio: 5 / 6;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

@media (hover: hover) and (pointer: fine) {
	.uk-media-poster {
		transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
	}

	.uk-media-poster:hover {
		border-color: rgba(255, 139, 77, 0.48);
		box-shadow: 0 26px 56px rgba(0, 0, 0, 0.42), 0 0 30px rgba(242, 102, 34, 0.12);
		transform: translateY(-4px) scale(1.012);
	}
}

/* Decision guide */
.uk-decision {
	background: var(--uk-bg-soft);
}

.uk-decision__grid {
	display: grid;
	gap: 50px;
}

.uk-decision__intro h2 {
	max-width: 560px;
}

.uk-decision__intro > p:not(.uk-kicker) {
	max-width: 520px;
}

.uk-checklist {
	border-top: 1px solid var(--uk-border);
	list-style: none;
	margin: 0;
	padding: 0;
}

.uk-checklist li {
	border-bottom: 1px solid var(--uk-border);
	display: grid;
	gap: 17px;
	grid-template-columns: 40px 1fr;
	padding-block: 21px;
}

.uk-checklist li > span {
	color: var(--uk-orange-bright);
	font-size: 0.68rem;
	font-weight: 790;
	letter-spacing: 0.1em;
	padding-top: 4px;
}

.uk-checklist h3 {
	font-size: 1rem;
	margin-bottom: 5px;
}

.uk-checklist p {
	font-size: 0.8rem;
}

/* FAQ */
.uk-faq {
	background: #060709;
	border-top: 1px solid rgba(255, 255, 255, 0.045);
}

.uk-faq__grid {
	display: grid;
	gap: 50px;
}

.uk-faq__intro h2 {
	max-width: 520px;
}

.uk-faq__intro > p:not(.uk-kicker) {
	max-width: 510px;
}

.uk-faq__intro .uk-text-link {
	margin-top: 27px;
}

.uk-accordion {
	border-top: 1px solid var(--uk-border-strong);
}

.uk-accordion details {
	border-bottom: 1px solid var(--uk-border-strong);
}

.uk-accordion summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: clamp(0.97rem, 2vw, 1.08rem);
	font-weight: 690;
	gap: 22px;
	justify-content: space-between;
	list-style: none;
	min-height: 76px;
	padding-block: 20px;
}

.uk-accordion summary::-webkit-details-marker {
	display: none;
}

.uk-accordion summary i {
	border: 1px solid var(--uk-border-strong);
	border-radius: 50%;
	display: block;
	flex: 0 0 auto;
	height: 30px;
	position: relative;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
	width: 30px;
}

.uk-accordion summary i::before,
.uk-accordion summary i::after {
	background: #d5d8dd;
	content: "";
	height: 1px;
	left: 8px;
	position: absolute;
	top: 14px;
	width: 12px;
}

.uk-accordion summary i::after {
	transform: rotate(90deg);
}

.uk-accordion details[open] summary {
	color: var(--uk-orange-bright);
}

.uk-accordion details[open] summary i {
	background: var(--uk-orange);
	border-color: var(--uk-orange);
	transform: rotate(45deg);
}

.uk-accordion details[open] summary i::before,
.uk-accordion details[open] summary i::after {
	background: #fff;
}

.uk-accordion details > div {
	padding: 0 48px 24px 0;
}

.uk-accordion details p {
	font-size: 0.9rem;
	max-width: 700px;
}

/* Closing CTA */
.uk-final-cta {
	background: #080a0c;
	border-top: 1px solid var(--uk-border);
	overflow: hidden;
	padding-block: clamp(70px, 8vw, 112px);
	position: relative;
}

.uk-final-cta__glow {
	background: radial-gradient(circle, rgba(242, 102, 34, 0.18), transparent 68%);
	filter: blur(10px);
	height: 500px;
	position: absolute;
	right: -140px;
	top: -230px;
	width: 500px;
}

.uk-final-cta__inner {
	align-items: center;
	display: grid;
	gap: 36px;
	position: relative;
}

.uk-final-cta h2 {
	font-size: clamp(2.1rem, 5vw, 4.25rem);
	max-width: 760px;
}

.uk-final-cta__inner > div:first-child > p:not(.uk-kicker) {
	font-size: 1.02rem;
	max-width: 610px;
}

.uk-final-cta__actions {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.uk-final-cta__actions > span {
	color: #9298a2;
	font-size: 0.68rem;
}

@media (min-width: 700px) {
	:root {
		--uk-shell: min(1180px, calc(100% - 48px));
	}

	.uk-section-heading--split {
		align-items: end;
		display: grid;
		gap: 50px;
		grid-template-columns: minmax(0, 1.3fr) minmax(270px, 0.7fr);
	}

	.uk-section-heading--split > p {
		padding-bottom: 8px;
	}

	.uk-offer-countdown {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		width: 100%;
	}

	.uk-timeline {
		align-items: stretch;
		gap: clamp(12px, 1.5vw, 20px);
		grid-template-columns: repeat(4, 1fr);
		padding-top: 0;
	}

	.uk-timeline::before {
		background: linear-gradient(90deg, rgba(242, 102, 34, 0.22), var(--uk-orange), rgba(242, 102, 34, 0.22));
		bottom: auto;
		height: 1px;
		left: 12.5%;
		top: 23px;
		width: 75%;
	}

	.uk-timeline li {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 46px 1fr;
		min-width: 0;
		text-align: left;
	}

	.uk-timeline__node {
		margin: 0 auto;
		width: 46px;
	}

	.uk-timeline__card {
		height: 100%;
		padding: clamp(18px, 1.6vw, 24px);
	}

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

	.uk-device-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.uk-devices__media {
		width: 60%;
	}

	.uk-media-rail {
		grid-auto-columns: minmax(178px, 210px);
	}

	.uk-final-cta__inner {
		align-items: end;
		grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	}

	.uk-final-cta__actions {
		align-items: flex-end;
	}
}

@media (min-width: 960px) {
	.uk-plan-grid {
		gap: 20px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		max-width: none;
	}

	.uk-plan-card {
		min-height: 630px;
		padding-inline: clamp(23px, 2.2vw, 29px);
	}
}

@media (min-width: 1024px) {
	.uk-why-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.uk-media-rail {
		gap: clamp(12px, 1.3vw, 16px);
		grid-auto-flow: row;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		overflow: visible;
		padding-bottom: 5px;
	}
}

@media (min-width: 920px) {
	.uk-hero__grid {
		align-items: center;
		grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
	}

	.uk-hero-media {
		aspect-ratio: 16 / 10;
		margin-top: 4px;
		min-height: 0;
	}

	.uk-devices__layout {
		align-items: center;
		grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
	}

	.uk-devices__media {
		grid-column: 1 / -1;
		margin: 12px auto 0;
	}

	.uk-decision__grid,
	.uk-faq__grid {
		align-items: start;
		grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
	}

	.uk-decision__intro,
	.uk-faq__intro {
		position: sticky;
		top: 120px;
	}
}

@media (min-width: 700px) and (max-width: 1099px) {
	.uk-trust-benefits__grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.uk-trust-card {
		grid-column: span 2;
		justify-self: stretch;
		width: auto;
	}

	.uk-trust-card:nth-child(4) {
		grid-column: 2 / span 2;
	}

	.uk-trust-card:last-child {
		grid-column: 4 / span 2;
		justify-self: stretch;
		width: auto;
	}
}

@media (min-width: 1100px) {
	.uk-trust-benefits__grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.uk-trust-card,
	.uk-trust-card:nth-child(4),
	.uk-trust-card:last-child {
		grid-column: auto;
		justify-self: stretch;
		width: auto;
	}
}

@media (max-width: 1050px) {
	.foxtele-uk-home .primary-nav__links {
		gap: 17px;
	}

	.foxtele-uk-home .primary-nav__links > a {
		font-size: 0.8rem;
	}
}

@media (max-width: 900px) {
	body.foxtele-uk-home.nav-is-open {
		overflow: hidden;
	}

	.foxtele-uk-home .nav-toggle {
		display: block;
	}

	.foxtele-uk-home .primary-nav {
		align-items: stretch;
		background: rgba(8, 10, 13, 0.985);
		border-bottom: 1px solid var(--uk-border);
		border-top: 1px solid var(--uk-border);
		box-shadow: 0 34px 70px rgba(0, 0, 0, 0.45);
		display: none;
		flex-direction: column;
		gap: 0;
		left: 0;
		margin-left: 0;
		max-height: calc(100vh - 112px);
		overflow-y: auto;
		padding: 12px max(16px, calc((100vw - 1180px) / 2)) 24px;
		position: absolute;
		right: 0;
		top: 100%;
	}

	.foxtele-uk-home .primary-nav__links {
		align-items: stretch;
		display: flex;
		flex-direction: column;
		gap: 0;
		position: static;
		transform: none;
		white-space: normal;
	}

	.foxtele-uk-home .primary-nav.is-open {
		display: flex;
	}

	.foxtele-uk-home .primary-nav__links > a {
		border-bottom: 1px solid var(--uk-border);
		font-size: 0.95rem;
		padding: 15px 2px;
	}

	.foxtele-uk-home .primary-nav__links > a::after {
		display: none;
	}

	.foxtele-uk-home .primary-nav .button {
		margin-top: 15px;
		min-height: 48px;
	}

	.uk-hero {
		min-height: 0;
	}
}

@media (max-width: 699px) {
	.foxtele-uk-home {
		padding-bottom: 66px;
	}

	.foxtele-uk-home h1 {
		font-size: 1rem;
	}

	.uk-hero__title-primary {
		font-size: clamp(2rem, 9.2vw, 2.55rem);
	}

	.uk-hero__title-benefit {
		font-size: clamp(1.55rem, 7vw, 1.9rem);
		line-height: 1.16;
		margin-top: 11px;
	}

	.foxtele-uk-home h2 {
		font-size: clamp(2rem, 9vw, 3rem);
	}

	.foxtele-uk-home .notice-bar__inner {
		gap: 9px;
		justify-content: space-between;
	}

	.foxtele-uk-home .notice-bar__message {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.foxtele-uk-home .notice-bar a {
		display: none;
	}

	.foxtele-uk-home .site-header__inner {
		min-height: 68px;
	}

	.foxtele-uk-home .site-header .brand {
		font-size: 1.25rem;
	}

	.foxtele-uk-home .site-header .brand img {
		height: 36px;
		width: 36px;
	}

	.uk-hero {
		padding-top: 62px;
	}

	.uk-hero__grid {
		gap: 58px;
	}

	.uk-hero__lede {
		font-size: 1rem;
	}

	.uk-actions {
		display: grid;
	}

	.uk-button {
		min-height: 54px;
		width: 100%;
	}

	.uk-hero__trial {
		align-items: flex-start;
		line-height: 1.5;
	}

	.uk-screen {
		transform: none;
	}

	.uk-screen__status {
		display: none;
	}

	.uk-screen__feature {
		min-height: 190px;
	}

	.uk-screen__feature div strong {
		max-width: 220px;
	}

	.uk-screen__play {
		height: 46px;
		width: 46px;
	}

	.uk-hero-media {
		aspect-ratio: 4 / 3;
		min-height: 0;
	}

	.uk-hero-visual__value {
		right: 14px;
		top: -14px;
	}

	.uk-hero-visual__quality {
		bottom: -10px;
		left: 14px;
	}

	.uk-section-heading--split > p {
		margin-top: 24px;
	}

	.uk-accordion details > div {
		padding-right: 0;
	}

	.uk-final-cta__actions {
		align-items: stretch;
	}
}

@media (max-width: 390px) {
	:root {
		--uk-shell: min(100% - 24px, 1180px);
	}

	.foxtele-uk-home .notice-bar__market {
		font-size: 0.58rem;
		padding-inline: 6px;
	}

	.foxtele-uk-home .notice-bar__message {
		font-size: 0.68rem;
	}

	.uk-screen__feature {
		padding: 18px;
	}

	.uk-screen__feature div strong {
		font-size: 1.2rem;
		max-width: 180px;
	}

	.uk-screen__rail {
		grid-template-columns: 1fr;
	}

	.uk-screen__tile {
		min-height: 61px;
	}

	.uk-screen__tile span {
		margin-bottom: 4px;
	}

	.uk-hero-media {
		min-height: 0;
	}

	.uk-hero-visual__value {
		right: 10px;
		top: -10px;
	}

	.uk-hero-visual__quality {
		bottom: -8px;
		display: flex;
		left: 10px;
		padding: 9px 10px;
	}

	.uk-hero-visual__quality small {
		font-size: 0.51rem;
	}

	.uk-device-grid {
		grid-template-columns: 1fr;
	}

	.uk-price > strong {
		font-size: 3.15rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.foxtele-uk-home *,
	.foxtele-uk-home *::before,
	.foxtele-uk-home *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.uk-plan-card--featured,
	.uk-plan-card:hover,
	.uk-plan-card:focus-within,
	.uk-offer__ambient,
	.uk-timeline li:hover .uk-timeline__card,
	.uk-timeline li:hover .uk-timeline__node,
	.uk-why-card:hover,
	.uk-media-poster:hover,
	.uk-screen {
		transform: none;
	}

	.uk-hero-float-card {
		animation: none;
	}
}

/* Final cascade: keep the active homepage on the shared type scale. */
.foxtele-uk-home h1 { font-size: 0; font-weight: 700; letter-spacing: -0.02em; }
.foxtele-uk-home .uk-hero__title-primary { font-size: var(--text-h1-primary); font-weight: 800; letter-spacing: -0.03em; line-height: 1.06; }
.foxtele-uk-home .uk-hero__title-benefit { font-size: var(--text-h1-secondary); font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; }
.foxtele-uk-home h2, .foxtele-uk-home .uk-offer__heading h2, .foxtele-uk-home .uk-final-cta h2 { font-size: var(--text-h2); font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; }
.foxtele-uk-home h3, .foxtele-uk-home .uk-plan-card__header h3, .foxtele-uk-home .uk-why-card h3, .foxtele-uk-home .uk-timeline__card h3, .foxtele-uk-home .uk-device-card h3 { font-size: var(--text-h3); font-weight: 700; line-height: 1.3; }
.foxtele-uk-home p { font-weight: 400; line-height: 1.65; }
.foxtele-uk-home .uk-section-heading > p, .foxtele-uk-home .uk-section-heading--split > p, .foxtele-uk-home .uk-hero__lede { font-size: var(--text-body-lg); font-weight: 400; line-height: 1.65; }
.foxtele-uk-home .uk-trust-card p, .foxtele-uk-home .uk-why-card p, .foxtele-uk-home .uk-timeline__card p, .foxtele-uk-home .uk-device-card p, .foxtele-uk-home .uk-checklist p, .foxtele-uk-home .uk-accordion details p { font-size: var(--text-small); font-weight: 400; line-height: 1.55; }
.foxtele-uk-home .primary-nav__links > a { font-size: var(--text-nav); font-weight: 600; }
.foxtele-uk-home .uk-button, .foxtele-uk-home .site-header .button, .foxtele-uk-home .mobile-cta .button { font-size: var(--text-button); font-weight: 700; line-height: 1.2; }
.foxtele-uk-home .uk-price > strong { font-size: clamp(3.25rem, 5.2vw, 3.75rem); font-weight: 800; }
.foxtele-uk-home .uk-price__currency { font-weight: 700; }
.foxtele-uk-home .uk-plan-card__features li { font-size: 0.9375rem; font-weight: 500; line-height: 1.45; }
.foxtele-uk-home .uk-accordion summary { font-size: var(--text-body); font-weight: 600; }
.foxtele-uk-home .site-footer h2 { font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.09em; }
.foxtele-uk-home .site-footer__nav > a, .foxtele-uk-home .site-footer__brand > p, .foxtele-uk-home .site-footer__support p, .foxtele-uk-home .site-footer__bottom { font-size: var(--text-small); font-weight: 400; }

@media (max-width: 699px) {
	.foxtele-uk-home .uk-hero__title-primary { font-size: clamp(2.15rem, 10vw, 2.75rem); }
	.foxtele-uk-home .uk-hero__title-benefit { font-size: clamp(1.5rem, 7vw, 1.8rem); }
	.foxtele-uk-home h2, .foxtele-uk-home .uk-offer__heading h2, .foxtele-uk-home .uk-final-cta h2 { font-size: clamp(1.75rem, 7.5vw, 2.25rem); }
	.foxtele-uk-home .uk-price > strong { font-size: clamp(2.75rem, 13vw, 3.3rem); }
}
