:root {
	--ft-ink: #07111f;
	--ft-ink-soft: #0d1b2d;
	--ft-ink-card: #12233a;
	--ft-orange: #f26622;
	--ft-orange-dark: #d94d0b;
	--ft-orange-soft: #fff0e7;
	--ft-cream: #f5f3ec;
	--ft-paper: #ffffff;
	--ft-mist: #e8edf2;
	--ft-text: #172235;
	--ft-muted: #637083;
	--ft-line: rgba(7, 17, 31, 0.12);
	--ft-green: #72d5a5;
	--ft-radius-sm: 12px;
	--ft-radius: 22px;
	--ft-radius-lg: 34px;
	--ft-shadow: 0 24px 70px rgba(7, 17, 31, 0.12);
	--ft-shell: min(1180px, calc(100% - 40px));
	--ft-font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--ft-h1-size: clamp(3rem, 6.85vw, 5.7rem);
	--ft-h2-size: clamp(2.625rem, 3.35vw, 3rem);
	--ft-h3-size: clamp(1.25rem, 1.65vw, 1.5rem);
	--ft-body-size: 1rem;
	--ft-heading-line-height: 1.12;
	--ft-h3-line-height: 1.2;
	--ft-body-line-height: 1.7;
	--ft-eyebrow-size: 0.75rem;
	--ft-button-size: 0.94rem;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 104px;
}

body.foxtele-home {
	margin: 0;
	background: var(--ft-paper);
	color: var(--ft-text);
	font-family: var(--ft-font-family);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

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

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

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

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

.foxtele-home a:focus-visible,
.foxtele-home button:focus-visible,
.foxtele-home summary:focus-visible {
	outline: 3px solid #ffb188;
	outline-offset: 4px;
}

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

.foxtele-home h1,
.foxtele-home h2,
.foxtele-home h3 {
	color: var(--ft-ink);
	font-weight: 760;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.foxtele-home h1 {
	font-size: var(--ft-h1-size);
	margin-bottom: 26px;
	max-width: 820px;
}

.foxtele-home h2 {
	font-size: clamp(2.15rem, 4.6vw, 4rem);
	margin-bottom: 20px;
}

.foxtele-home h3 {
	font-size: 1.32rem;
	margin-bottom: 12px;
}

.foxtele-home main h2 {
	font-family: var(--ft-font-family);
	font-size: var(--ft-h2-size);
	font-weight: 760;
	letter-spacing: -0.03em;
	line-height: var(--ft-heading-line-height);
}

.foxtele-home main h3 {
	font-family: var(--ft-font-family);
	font-size: var(--ft-h3-size);
	font-weight: 760;
	letter-spacing: -0.02em;
	line-height: var(--ft-h3-line-height);
}

.foxtele-home main .section-heading > p:not(.eyebrow),
.foxtele-home main .section-heading--split > p:not(.eyebrow),
.foxtele-home main .setup__intro > p:not(.eyebrow),
.foxtele-home main .iptv-usa-showcase__lede,
.foxtele-home main .sports-streaming__header > p:last-child,
.foxtele-home main .trial p:not(.eyebrow),
.foxtele-home main .usa-coverage__header > p:last-child,
.foxtele-home main .usa-coverage__devices,
.foxtele-home main .faq__intro > p:not(.eyebrow),
.foxtele-home main .support p:not(.eyebrow) {
	font-family: var(--ft-font-family);
	font-size: var(--ft-body-size);
	font-weight: 400;
	line-height: var(--ft-body-line-height);
}

.foxtele-home p:last-child {
	margin-bottom: 0;
}

.site-shell {
	margin-inline: auto;
	width: var(--ft-shell);
}

.section {
	padding-block: clamp(84px, 10vw, 148px);
	position: relative;
}

.section--dark {
	background: var(--ft-ink);
	color: #d9e2ec;
}

.section--ink {
	background: var(--ft-ink-soft);
	color: #d9e2ec;
}

.section--light {
	background: var(--ft-paper);
}

.section--cream {
	background: var(--ft-cream);
}

.section--orange {
	background: var(--ft-orange);
	color: var(--ft-paper);
}

.section--dark h1,
.section--dark h2,
.section--dark h3,
.section--ink h2,
.section--orange h2 {
	color: var(--ft-paper);
}

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

.skip-link {
	background: var(--ft-paper);
	border-radius: 0 0 var(--ft-radius-sm) 0;
	color: var(--ft-ink);
	font-weight: 700;
	left: 0;
	padding: 12px 18px;
	position: fixed;
	top: -100px;
	z-index: 99999;
}

.skip-link:focus {
	top: 0;
}

.notice-bar {
	background: var(--ft-orange);
	color: var(--ft-paper);
	font-size: 0.79rem;
	font-weight: 650;
	letter-spacing: 0.02em;
	min-height: 36px;
}

.notice-bar__inner {
	align-items: center;
	display: flex;
	gap: 15px;
	justify-content: center;
	min-height: 36px;
}

.notice-bar__dot {
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	height: 4px;
	width: 4px;
}

.site-header {
	background: rgba(7, 17, 31, 0.88);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	position: sticky;
	top: 0;
	transition: background 180ms ease, box-shadow 180ms ease;
	z-index: 999;
}

.site-header.is-scrolled {
	background: rgba(7, 17, 31, 0.97);
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
}

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

.brand {
	align-items: center;
	color: var(--ft-paper);
	display: inline-flex;
	font-size: 1.45rem;
	font-weight: 820;
	gap: 10px;
	letter-spacing: -0.05em;
}

.brand img {
	height: 40px;
	object-fit: contain;
	width: 40px;
}

.site-header .brand > span {
	color: #FFFFFF;
}

.brand > span > span {
	color: var(--ft-orange);
}

.primary-nav {
	align-items: center;
	display: flex;
	gap: clamp(19px, 2.4vw, 34px);
}

.primary-nav > a:not(.button) {
	color: #d4dde8;
	font-size: 0.91rem;
	font-weight: 620;
	position: relative;
}

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

.primary-nav > a:not(.button):hover {
	color: var(--ft-paper);
}

.primary-nav > a:not(.button):hover::after {
	transform: scaleX(1);
}

.nav-toggle {
	background: transparent;
	border: 0;
	display: none;
	height: 44px;
	padding: 10px;
	width: 44px;
}

.nav-toggle > span:not(.sr-only) {
	background: var(--ft-paper);
	border-radius: 2px;
	display: block;
	height: 2px;
	margin: 5px 0;
	transition: transform 180ms ease, opacity 180ms ease;
	width: 24px;
}

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

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

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

.button {
	align-items: center;
	background: var(--ft-orange);
	border: 1px solid var(--ft-orange);
	border-radius: 999px;
	color: var(--ft-paper) !important;
	display: inline-flex;
	font-family: inherit;
	font-size: var(--ft-button-size);
	font-weight: 760;
	gap: 9px;
	justify-content: center;
	line-height: 1.1;
	min-height: 52px;
	padding: 16px 24px;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
	background: var(--ft-orange-dark);
	border-color: var(--ft-orange-dark);
	transform: translateY(-2px);
}

.button--small {
	min-height: 42px;
	padding: 12px 19px;
}

.button--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.28);
}

.button--ghost:hover {
	background: var(--ft-paper);
	border-color: var(--ft-paper);
	color: var(--ft-ink) !important;
}

.button--outline {
	background: transparent;
	border-color: rgba(7, 17, 31, 0.18);
	color: var(--ft-ink) !important;
}

.button--outline:hover {
	background: var(--ft-ink);
	border-color: var(--ft-ink);
	color: var(--ft-paper) !important;
}

.button--dark {
	background: var(--ft-ink);
	border-color: var(--ft-ink);
}

.button--dark:hover {
	background: var(--ft-orange);
	border-color: var(--ft-orange);
}

.button--white {
	background: var(--ft-paper);
	border-color: var(--ft-paper);
	color: var(--ft-ink) !important;
}

.button--white:hover {
	background: var(--ft-ink);
	border-color: var(--ft-ink);
	color: var(--ft-paper) !important;
}

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

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.eyebrow {
	align-items: center;
	color: #ffc5a7;
	display: flex;
	font-family: inherit;
	font-size: var(--ft-eyebrow-size);
	font-weight: 780;
	gap: 10px;
	letter-spacing: 0.14em;
	line-height: 1.25;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.eyebrow > span {
	background: var(--ft-orange);
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(242, 102, 34, 0.15);
	height: 7px;
	width: 7px;
}

.eyebrow--dark {
	color: var(--ft-orange-dark);
}

.eyebrow--light {
	color: #fff2ea;
}

.hero {
	overflow: hidden;
	padding-block: clamp(72px, 9vw, 125px);
}

.hero::before {
	background:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 44px 44px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent 72%);
	pointer-events: none;
	position: absolute;
}

.hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(55px, 8vw, 110px);
	grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
	position: relative;
	z-index: 1;
}

.hero__lede {
	color: #bac5d3;
	font-size: clamp(1.05rem, 1.8vw, 1.25rem);
	line-height: 1.65;
	margin-bottom: 34px;
	max-width: 680px;
}

.hero__checks {
	display: flex;
	flex-wrap: wrap;
	gap: 13px 24px;
	list-style: none;
	margin: 30px 0 19px;
	padding: 0;
}

.hero__checks li {
	align-items: center;
	color: #e9eef4;
	display: flex;
	font-size: 0.88rem;
	font-weight: 650;
	gap: 8px;
}

.hero__checks li span {
	align-items: center;
	background: rgba(114, 213, 165, 0.14);
	border-radius: 50%;
	color: var(--ft-green);
	display: inline-flex;
	height: 22px;
	justify-content: center;
	width: 22px;
}

.fine-print {
	color: #7f8da0;
	font-size: 0.76rem;
	line-height: 1.55;
	max-width: 650px;
}

.hero-visual {
	min-height: 545px;
	position: relative;
}

.hero-visual__glow {
	background: var(--ft-orange);
	border-radius: 50%;
	filter: blur(100px);
	height: 320px;
	opacity: 0.22;
	position: absolute;
	right: 4%;
	top: 9%;
	width: 320px;
}

.stream-window {
	background: #0c1727;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 25px;
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.4);
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -50%) perspective(1200px) rotateY(-4deg) rotateX(2deg);
	width: min(100%, 540px);
}

.stream-window__top {
	align-items: center;
	background: #0a1422;
	display: flex;
	justify-content: space-between;
	padding: 14px 17px;
}

.mini-brand {
	align-items: center;
	color: var(--ft-paper);
	display: flex;
	font-size: 0.8rem;
	font-weight: 750;
	gap: 7px;
}

.mini-brand img {
	height: 25px;
	width: 25px;
}

.status-pill {
	align-items: center;
	background: rgba(114, 213, 165, 0.08);
	border: 1px solid rgba(114, 213, 165, 0.2);
	border-radius: 999px;
	color: #9ce0bd;
	display: inline-flex;
	font-size: 0.64rem;
	font-weight: 700;
	gap: 7px;
	padding: 6px 9px;
}

.status-pill i {
	background: var(--ft-green);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(114, 213, 165, 0.12);
	height: 5px;
	width: 5px;
}

.stream-window__stage {
	align-items: flex-end;
	background:
		radial-gradient(circle at 78% 33%, rgba(242, 102, 34, 0.42), transparent 22%),
		radial-gradient(circle at 70% 58%, rgba(79, 112, 152, 0.45), transparent 30%),
		linear-gradient(135deg, #152842 10%, #090f19 78%);
	display: flex;
	justify-content: space-between;
	min-height: 275px;
	padding: 33px;
	position: relative;
}

.stream-window__stage::after {
	background: linear-gradient(110deg, transparent 0 48%, rgba(255, 255, 255, 0.05) 49% 50%, transparent 51%);
	content: "";
	inset: 0;
	position: absolute;
}

.stream-window__stage > div,
.play-button {
	position: relative;
	z-index: 1;
}

.stream-window__label {
	color: #ffb68f;
	display: block;
	font-size: 0.59rem;
	font-weight: 760;
	letter-spacing: 0.15em;
	margin-bottom: 10px;
}

.stream-window__stage strong {
	color: var(--ft-paper);
	display: block;
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	letter-spacing: -0.045em;
	line-height: 1.02;
	margin-bottom: 13px;
	max-width: 340px;
}

.stream-window__stage > div > span:last-child {
	color: #aeb9c7;
	display: block;
	font-size: 0.7rem;
	max-width: 280px;
}

.play-button {
	align-items: center;
	background: var(--ft-orange);
	border: 0;
	border-radius: 50%;
	color: var(--ft-paper);
	display: flex;
	flex: 0 0 auto;
	height: 58px;
	justify-content: center;
	pointer-events: none;
	width: 58px;
}

.play-button span {
	font-size: 0.95rem;
	margin-left: 3px;
}

.stream-window__rail {
	display: grid;
	gap: 9px;
	grid-template-columns: repeat(4, 1fr);
	padding: 12px;
}

.stream-window__rail div {
	background:
		linear-gradient(145deg, rgba(242, 102, 34, 0.18), transparent),
		#142339;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 10px;
	min-height: 76px;
	padding: 12px 10px;
}

.stream-window__rail div:nth-child(2) {
	background:
		linear-gradient(145deg, rgba(76, 151, 223, 0.25), transparent),
		#142339;
}

.stream-window__rail div:nth-child(3) {
	background:
		linear-gradient(145deg, rgba(168, 99, 227, 0.22), transparent),
		#142339;
}

.stream-window__rail div:nth-child(4) {
	background:
		linear-gradient(145deg, rgba(114, 213, 165, 0.18), transparent),
		#142339;
}

.stream-window__rail span,
.stream-window__rail strong {
	display: block;
}

.stream-window__rail span {
	color: #8492a4;
	font-size: 0.45rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 18px;
}

.stream-window__rail strong {
	color: var(--ft-paper);
	font-size: 0.69rem;
}

.floating-card {
	align-items: center;
	backdrop-filter: blur(18px);
	background: rgba(22, 36, 55, 0.86);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 15px;
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
	display: flex;
	gap: 11px;
	padding: 12px 15px;
	position: absolute;
	z-index: 2;
}

.floating-card--left {
	bottom: 4%;
	left: -3%;
}

.floating-card--right {
	right: -5%;
	top: 6%;
}

.floating-card__icon {
	align-items: center;
	background: var(--ft-orange);
	border-radius: 10px;
	color: var(--ft-paper);
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 850;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.floating-card small,
.floating-card strong {
	display: block;
}

.floating-card small {
	color: #8390a1;
	font-size: 0.56rem;
}

.floating-card strong {
	color: var(--ft-paper);
	font-size: 0.73rem;
}

.facts {
	background: var(--ft-ink);
	overflow: hidden;
	padding-block: clamp(16px, 2vw, 22px);
	position: relative;
	z-index: 3;
}

.facts__grid {
	display: grid;
	gap: clamp(12px, 1.5vw, 20px);
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	padding: 0;
}

.facts__card {
	align-items: center;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 18px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
	display: flex;
	gap: 14px;
	height: 100%;
	min-height: 100px;
	min-width: 0;
	padding: 16px 18px;
	position: relative;
	transition: background-color 240ms ease, border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.facts__card::before {
	background: linear-gradient(90deg, var(--ft-orange), rgba(242, 102, 34, 0.18));
	border-radius: 0 0 999px 999px;
	content: "";
	height: 2px;
	left: 18px;
	position: absolute;
	top: -1px;
	width: 52px;
}

.facts__icon {
	align-items: center;
	background: rgba(242, 102, 34, 0.13);
	border: 1px solid rgba(242, 102, 34, 0.3);
	border-radius: 13px;
	color: #ff9a66;
	display: inline-flex;
	flex: 0 0 46px;
	height: 46px;
	justify-content: center;
	transition: background-color 240ms ease, border-color 240ms ease, transform 240ms ease;
	width: 46px;
}

.facts__icon svg {
	display: block;
	fill: none;
	height: 24px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 24px;
}

.facts__copy {
	display: block;
	min-width: 0;
}

.facts__copy strong,
.facts__copy > span {
	display: block;
}

.facts__copy strong {
	color: var(--ft-paper);
	font-size: 1.02rem;
	line-height: 1.25;
	margin-bottom: 4px;
}

.facts__copy > span {
	color: #aebac8;
	font-size: 0.79rem;
	line-height: 1.5;
}

@media (hover: hover) and (pointer: fine) {
	.facts__card:hover {
		background: rgba(255, 255, 255, 0.075);
		border-color: rgba(242, 102, 34, 0.42);
		box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18), 0 0 18px rgba(242, 102, 34, 0.06);
		transform: translateY(-3px);
	}

	.facts__card:hover .facts__icon {
		background: rgba(242, 102, 34, 0.18);
		border-color: rgba(242, 102, 34, 0.5);
		transform: scale(1.04);
	}
}

.section-heading {
	margin-bottom: clamp(45px, 6vw, 76px);
}

.section-heading > p:not(.eyebrow),
.section-heading--split > p:not(.eyebrow) {
	color: var(--ft-muted);
}

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

.section-heading--center .eyebrow {
	justify-content: center;
}

.section-heading--split {
	align-items: end;
	display: grid;
	gap: 55px;
	grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
}

.section-heading--split h2 {
	margin-bottom: 0;
	max-width: 760px;
}

.section-heading--split > p {
	margin-bottom: 5px;
}

.section-heading--light > p {
	color: #9aa7b8;
}

.decision-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, 1fr);
}

.decision-card {
	background: var(--ft-cream);
	border: 1px solid transparent;
	border-radius: var(--ft-radius);
	min-height: 300px;
	padding: 28px;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.decision-card:hover {
	background: var(--ft-paper);
	border-color: var(--ft-line);
	transform: translateY(-5px);
}

.card-number {
	align-items: center;
	background: var(--ft-orange);
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(242, 102, 34, 0.16);
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 850;
	height: 52px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 40px;
	width: 52px;
}

.decision-card p {
	color: var(--ft-muted);
	font-size: 0.9rem;
	line-height: 1.65;
}

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

.benefit-card {
	background: var(--ft-paper);
	border: 1px solid rgba(7, 17, 31, 0.07);
	border-radius: var(--ft-radius);
	min-height: 280px;
	padding: clamp(28px, 4vw, 44px);
}

.benefit-card--featured {
	background:
		radial-gradient(circle at 92% 10%, rgba(242, 102, 34, 0.18), transparent 27%),
		var(--ft-ink);
	color: #bac5d3;
}

.benefit-card--featured h3 {
	color: var(--ft-paper);
}

.benefit-card__icon {
	align-items: center;
	background: var(--ft-orange-soft);
	border-radius: 13px;
	color: var(--ft-orange-dark);
	display: flex;
	font-size: 1.5rem;
	font-weight: 850;
	height: 64px;
	justify-content: center;
	line-height: 1;
	margin-bottom: 26px;
	width: 64px;
}

.benefit-card:nth-child(2) .benefit-card__icon {
	font-size: 1.16rem;
	font-weight: 900;
	letter-spacing: -0.035em;
}

.benefit-card:nth-child(3) .benefit-card__icon {
	font-size: 1.55rem;
}

.benefit-card:nth-child(4) .benefit-card__icon {
	font-size: 1.65rem;
}

.benefit-card--featured .benefit-card__icon {
	background: var(--ft-orange);
	color: var(--ft-paper);
}

.benefit-card p {
	color: var(--ft-muted);
	max-width: 530px;
}

.benefit-card--featured p {
	color: #aeb9c7;
}

.text-link {
	color: var(--ft-orange-dark);
	display: inline-flex;
	font-size: 0.87rem;
	font-weight: 760;
	gap: 7px;
	margin-top: 7px;
}

.benefit-card--featured .text-link {
	color: #ffb188;
}

.text-link:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.plans {
	background: var(--ft-ink-soft);
	overflow: hidden;
}

.plans::before {
	content: none;
}

.plan-grid {
	align-items: stretch;
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(3, 1fr);
	position: relative;
	z-index: 1;
}

.plan-card {
	background: var(--ft-ink);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--ft-radius);
	color: #d9e2ec;
	display: flex;
	flex-direction: column;
	padding: 34px;
	position: relative;
}

.plans .plan-card {
	transition: border-color 250ms ease, box-shadow 250ms ease, transform 250ms ease;
}

.plan-card--featured {
	border: 2px solid var(--ft-orange);
	transform: translateY(-12px);
}

.plans .plan-card--featured {
	box-shadow: 0 20px 55px rgba(7, 17, 31, 0.24), 0 0 30px rgba(242, 102, 34, 0.18);
}

.plan-card__badge {
	background: var(--ft-orange);
	border-radius: 999px;
	color: var(--ft-paper);
	font-size: 0.65rem;
	font-weight: 820;
	left: 50%;
	letter-spacing: 0.05em;
	padding: 8px 13px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.plan-card__term {
	color: var(--ft-orange);
	display: block;
	font-size: 0.85rem;
	font-weight: 820;
	letter-spacing: 0.11em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.plans .plan-card__top h3 {
	color: var(--ft-paper);
}

.plan-card__top p {
	color: #9aa7b8;
	font-size: 0.87rem;
}

.price {
	align-items: flex-end;
	display: flex;
	margin: 20px 0 3px;
}

.price sup {
	color: var(--ft-paper);
	font-size: 1.15rem;
	font-weight: 780;
	line-height: 1;
	margin: 0 4px 36px 0;
}

.price strong {
	color: var(--ft-paper);
	font-size: 4.4rem;
	letter-spacing: -0.07em;
	line-height: 1;
}

.price span {
	color: #9aa7b8;
	font-size: 0.72rem;
	margin: 0 0 9px 9px;
}

.price-note {
	color: #9aa7b8;
	font-size: 0.76rem;
}

.plan-card ul {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	flex: 1;
	list-style: none;
	margin: 26px 0;
	padding: 25px 0 0;
}

.plan-card li {
	font-size: 0.84rem;
	margin-bottom: 11px;
	min-height: 18px;
	padding-left: 27px;
	position: relative;
}

.plan-card li::before {
	align-items: center;
	background: rgba(242, 102, 34, 0.12);
	border: 1px solid rgba(242, 102, 34, 0.34);
	border-radius: 50%;
	color: var(--ft-orange);
	content: "✓";
	display: inline-flex;
	font-size: 0.67rem;
	font-weight: 850;
	height: 18px;
	justify-content: center;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0.08em;
	width: 18px;
}

.plan-card li.plan-feature--unavailable::before {
	background:
		linear-gradient(45deg, transparent 42%, #b84b4b 42%, #b84b4b 58%, transparent 58%) center / 0.67rem 0.67rem no-repeat,
		linear-gradient(-45deg, transparent 42%, #b84b4b 42%, #b84b4b 58%, transparent 58%) center / 0.67rem 0.67rem no-repeat,
		rgba(184, 75, 75, 0.1);
	border-color: rgba(184, 75, 75, 0.3);
	color: #b84b4b;
	content: '';
}

.plans .button--outline {
	border-color: rgba(255, 255, 255, 0.28);
	color: var(--ft-paper) !important;
}

.plans .button--outline:hover {
	background: var(--ft-orange);
	border-color: var(--ft-orange);
	color: var(--ft-paper) !important;
}

@media (hover: hover) and (pointer: fine) and (min-width: 901px) {
	.plans .plan-card:not(.plan-card--featured):hover {
		border-color: rgba(242, 102, 34, 0.58);
		box-shadow: 0 18px 46px rgba(7, 17, 31, 0.2), 0 0 20px rgba(242, 102, 34, 0.1);
		transform: translateY(-4px);
	}

	.plans .plan-card--featured:hover {
		border-color: var(--ft-orange);
		box-shadow: 0 24px 64px rgba(7, 17, 31, 0.28), 0 0 38px rgba(242, 102, 34, 0.27);
		transform: translateY(-16px);
	}
}

.plan-footnote {
	align-items: flex-start;
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: var(--ft-radius-sm);
	display: flex;
	gap: 14px;
	margin-top: 24px;
	padding: 18px 20px;
}

.plan-footnote > span {
	align-items: center;
	background: rgba(242, 102, 34, 0.18);
	border-radius: 50%;
	color: #ffb188;
	display: inline-flex;
	flex: 0 0 auto;
	font-family: Georgia, serif;
	font-size: 0.79rem;
	font-style: italic;
	font-weight: 800;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.plan-footnote p {
	color: #9aa7b8;
	font-size: 0.76rem;
	line-height: 1.6;
}

.plan-footnote strong {
	color: #dce4ec;
}

.why-foxtele {
	background: var(--ft-ink-soft);
}

.why-foxtele__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.why-foxtele__card {
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: var(--ft-radius);
	display: flex;
	flex-direction: column;
	min-height: 260px;
	min-width: 0;
	padding: clamp(26px, 3vw, 34px);
	transition: background-color 240ms ease, border-color 240ms ease, transform 240ms ease;
}

.why-foxtele__icon {
	align-items: center;
	background: rgba(242, 102, 34, 0.12);
	border: 1px solid rgba(242, 102, 34, 0.28);
	border-radius: var(--ft-radius-sm);
	color: #ff9a66;
	display: inline-flex;
	flex: 0 0 52px;
	height: 52px;
	justify-content: center;
	margin-bottom: 26px;
	transition: background-color 240ms ease, border-color 240ms ease, transform 240ms ease;
	width: 52px;
}

.why-foxtele__icon svg {
	display: block;
	fill: none;
	height: 27px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 27px;
}

.why-foxtele__card h3 {
	color: var(--ft-paper);
	margin-bottom: 13px;
}

.why-foxtele__card p {
	color: #aebac8;
	font-size: 0.94rem;
	line-height: 1.7;
}

@media (hover: hover) and (pointer: fine) {
	.why-foxtele__card:hover {
		background: rgba(255, 255, 255, 0.065);
		border-color: rgba(242, 102, 34, 0.48);
		transform: translateY(-2px);
	}

	.why-foxtele__card:hover .why-foxtele__icon {
		background: rgba(242, 102, 34, 0.17);
		border-color: rgba(242, 102, 34, 0.48);
		transform: translateY(-3px);
	}
}

.setup__grid {
	align-items: start;
	display: grid;
	gap: clamp(55px, 9vw, 120px);
	grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
}

.setup__intro {
	position: sticky;
	top: 130px;
}

.setup__intro > p:not(.eyebrow) {
	color: var(--ft-muted);
	margin-bottom: 28px;
	max-width: 470px;
}

.steps {
	list-style: none;
	margin: 0;
	padding: 0;
}

.steps li {
	border-top: 1px solid var(--ft-line);
	display: grid;
	gap: 34px;
	grid-template-columns: 54px 1fr;
	padding: 38px 0;
}

.steps li:last-child {
	border-bottom: 1px solid var(--ft-line);
}

.steps__number {
	align-items: center;
	background: var(--ft-orange-soft);
	border-radius: 50%;
	color: var(--ft-orange-dark);
	display: flex;
	font-size: 0.84rem;
	font-weight: 850;
	height: 55px;
	justify-content: center;
	letter-spacing: 0.05em;
	width: 55px;
}

.steps p {
	color: var(--ft-muted);
	max-width: 590px;
}

.iptv-usa-showcase {
	background: #0d1b2d;
	color: #d9e2ec;
	isolation: isolate;
	overflow: hidden;
	padding-block: clamp(64px, 6vw, 88px);
	position: relative;
}

.iptv-usa-showcase::before {
	background: linear-gradient(
		90deg,
		#0d1b2d 0%,
		#0d1b2d 29%,
		rgba(13, 27, 45, 0.97) 41%,
		rgba(13, 27, 45, 0.78) 55%,
		rgba(13, 27, 45, 0.28) 72%,
		rgba(13, 27, 45, 0) 88%
	);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.iptv-usa-showcase__media {
	height: 100%;
	inset: 0 0 0 auto;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	width: 74%;
	z-index: 0;
}

.iptv-usa-showcase__inner {
	position: relative;
	z-index: 2;
}

.iptv-usa-showcase__content {
	max-width: 650px;
}

.iptv-usa-showcase .eyebrow {
	color: #ff9a66;
	margin-bottom: 17px;
}

.iptv-usa-showcase h2 {
	color: var(--ft-paper);
	margin-bottom: 18px;
	max-width: 610px;
}

.iptv-usa-showcase__lede {
	color: #c4cfdb;
	margin-bottom: 0;
	max-width: 620px;
}

.iptv-usa-showcase__stats {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 28px 0 30px;
}

.iptv-usa-showcase__stat {
	background: rgba(7, 17, 31, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 15px;
	box-shadow: inset 3px 0 0 rgba(242, 102, 34, 0.82);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 91px;
	padding: 16px 15px;
	transition: background-color 240ms ease, border-color 240ms ease, transform 240ms ease;
}

.iptv-usa-showcase__stat dt,
.iptv-usa-showcase__stat dd {
	margin: 0;
}

.iptv-usa-showcase__stat dt {
	color: var(--ft-paper);
	font-size: clamp(1.75rem, 2.8vw, 2.15rem);
	font-weight: 820;
	letter-spacing: -0.035em;
	line-height: 1;
}

.iptv-usa-showcase__stat dd {
	color: #aebccc;
	font-size: 0.67rem;
	font-weight: 760;
	letter-spacing: 0.095em;
	line-height: 1.35;
	margin-top: 9px;
}

.iptv-usa-showcase__cta {
	min-width: 205px;
}

@media (hover: hover) and (pointer: fine) {
	.iptv-usa-showcase__stat:hover {
		background: rgba(7, 17, 31, 0.82);
		border-color: rgba(242, 102, 34, 0.38);
		transform: translateY(-3px);
	}
}

.sports-streaming {
	background:
		linear-gradient(135deg, rgba(242, 102, 34, 0.065), transparent 34%),
		linear-gradient(180deg, #07111f 0%, #0a1728 100%);
	color: #d9e2ec;
	overflow: hidden;
	padding-block: clamp(72px, 7vw, 104px);
}

.sports-streaming__header {
	margin-bottom: clamp(34px, 4.6vw, 54px);
	max-width: 940px;
}

.sports-streaming__header .eyebrow {
	color: #ff9a66;
	margin-bottom: 17px;
}

.sports-streaming__header h2 {
	color: var(--ft-paper);
	margin-bottom: 19px;
	max-width: 890px;
}

.sports-streaming__header > p:last-child {
	color: #b9c5d2;
	margin-bottom: 0;
	max-width: 880px;
}

.sports-streaming__features {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 18px;
}

.sports-streaming__feature,
.sports-streaming__popular,
.sports-streaming__offer {
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 20px;
}

.sports-streaming__feature {
	background: rgba(18, 35, 58, 0.66);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.13);
	min-height: 260px;
	padding: 28px;
	transition: background-color 230ms ease, border-color 230ms ease, transform 230ms ease;
}

.sports-streaming__icon {
	align-items: center;
	background: rgba(242, 102, 34, 0.13);
	border: 1px solid rgba(242, 102, 34, 0.32);
	border-radius: 50%;
	color: #ff9a66;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	margin-bottom: 28px;
	width: 48px;
}

.sports-streaming__icon svg {
	display: block;
	fill: none;
	height: 24px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.65;
	width: 24px;
}

.sports-streaming__feature h3,
.sports-streaming__popular h3,
.sports-streaming__offer h3 {
	color: var(--ft-paper);
}

.sports-streaming__feature h3 {
	margin-bottom: 11px;
}

.sports-streaming__feature p,
.sports-streaming__popular p,
.sports-streaming__offer > p:not(.sports-streaming__offer-label) {
	color: #aebccc;
}

.sports-streaming__feature p {
	font-size: 0.9rem;
	line-height: 1.65;
	margin-bottom: 0;
}

.sports-streaming__conversion {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
}

.sports-streaming__popular,
.sports-streaming__offer {
	padding: clamp(27px, 3.4vw, 38px);
}

.sports-streaming__popular {
	background: rgba(255, 255, 255, 0.035);
}

.sports-streaming__popular h3 {
	margin-bottom: 12px;
}

.sports-streaming__popular > p {
	font-size: 0.9rem;
	line-height: 1.65;
	margin-bottom: 24px;
	max-width: 630px;
}

.sports-streaming .sports-streaming__guide-link {
	color: #ffad82;
}

.sports-streaming__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sports-streaming__chips li {
	background: rgba(7, 17, 31, 0.62);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 999px;
	color: #dbe4ee;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 9px 12px;
	transition: background-color 230ms ease, border-color 230ms ease, color 230ms ease;
}

.sports-streaming__offer {
	background: linear-gradient(145deg, rgba(242, 102, 34, 0.13), rgba(18, 35, 58, 0.8) 38%, rgba(7, 17, 31, 0.88));
	border-color: rgba(242, 102, 34, 0.34);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.sports-streaming__offer-label {
	color: #ff9a66;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	margin-bottom: 12px;
}

.sports-streaming__offer h3 {
	margin-bottom: 18px;
}

.sports-streaming__price {
	align-items: flex-end;
	display: flex;
	margin-bottom: 18px;
}

.sports-streaming__price > span {
	color: #ff9a66;
	font-size: 1.3rem;
	font-weight: 800;
	line-height: 1;
	margin: 0 3px 9px 0;
}

.sports-streaming__price strong {
	color: var(--ft-paper);
	font-size: clamp(3.15rem, 5.2vw, 4.35rem);
	letter-spacing: -0.055em;
	line-height: 0.85;
}

.sports-streaming__price small {
	color: #aebccc;
	font-size: 0.75rem;
	font-weight: 730;
	line-height: 1.3;
	margin: 0 0 4px 12px;
	max-width: 80px;
}

.sports-streaming__offer > p:not(.sports-streaming__offer-label) {
	font-size: 0.88rem;
	line-height: 1.65;
	margin-bottom: 20px;
}

.sports-streaming__benefits {
	display: grid;
	gap: 10px 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.sports-streaming__benefits li {
	align-items: center;
	color: #dbe4ee;
	display: flex;
	font-size: 0.77rem;
	font-weight: 680;
	gap: 8px;
	line-height: 1.35;
}

.sports-streaming__benefits li::before {
	align-items: center;
	background: rgba(242, 102, 34, 0.15);
	border-radius: 50%;
	color: #ff9a66;
	content: "✓";
	display: inline-flex;
	flex: 0 0 20px;
	font-size: 0.69rem;
	height: 20px;
	justify-content: center;
	width: 20px;
}

.sports-streaming__cta {
	min-height: 50px;
}

@media (hover: hover) and (pointer: fine) {
	.sports-streaming__feature:hover {
		background: rgba(18, 35, 58, 0.82);
		border-color: rgba(242, 102, 34, 0.34);
		transform: translateY(-2px);
	}

	.sports-streaming__chips li:hover {
		background: rgba(242, 102, 34, 0.1);
		border-color: rgba(242, 102, 34, 0.38);
		color: var(--ft-paper);
	}
}

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

.device-grid > div {
	background: var(--ft-paper);
	border: 1px solid rgba(7, 17, 31, 0.07);
	border-radius: var(--ft-radius-sm);
	min-height: 168px;
	padding: 21px;
}

.devices .device-grid > div {
	transition: box-shadow 250ms ease, transform 250ms ease;
}

.device-grid > div > span,
.device-grid > div > strong,
.device-grid > div > small {
	display: block;
}

.device-grid > div > span {
	align-items: center;
	background: var(--ft-orange);
	border-radius: 10px;
	color: #FFFFFF;
	display: flex;
	font-size: 0.54rem;
	font-weight: 820;
	height: 37px;
	justify-content: center;
	margin-bottom: 28px;
	min-width: 37px;
	padding-inline: 6px;
	transition: background-color 250ms ease, box-shadow 250ms ease;
	width: fit-content;
}

.devices .device-grid > div > span svg {
	fill: none;
	height: 24px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 24px;
}

.devices .device-grid > div > span svg.device-icon--solid {
	fill: currentColor;
	stroke: none;
}

@media (hover: hover) and (pointer: fine) {
	.devices .device-grid > div:hover {
		box-shadow: 0 14px 32px rgba(7, 17, 31, 0.12);
		transform: translateY(-3px);
	}

	.devices .device-grid > div:hover > span {
		background: var(--ft-orange-dark);
		box-shadow: 0 0 0 4px rgba(242, 102, 34, 0.13), 0 8px 18px rgba(242, 102, 34, 0.24);
	}
}

.device-grid strong {
	color: var(--ft-ink);
	font-size: 0.98rem;
	margin-bottom: 3px;
}

.device-grid small {
	color: var(--ft-muted);
	font-size: 0.72rem;
}

.compatibility-note {
	align-items: center;
	background: var(--ft-orange-soft);
	border-radius: var(--ft-radius);
	display: flex;
	gap: 25px;
	justify-content: space-between;
	margin-top: 16px;
	padding: 24px 28px;
}

.compatibility-note strong,
.compatibility-note span {
	display: block;
}

.compatibility-note strong {
	color: var(--ft-ink);
	margin-bottom: 3px;
}

.compatibility-note span {
	color: var(--ft-muted);
	font-size: 0.82rem;
}

.trial {
	overflow: hidden;
}

.trial::before,
.trial::after {
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	content: "";
	height: 440px;
	position: absolute;
	right: -100px;
	top: -235px;
	width: 440px;
}

.trial::after {
	height: 300px;
	right: -30px;
	top: -165px;
	width: 300px;
}

.trial__grid {
	align-items: center;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(0, 1fr) auto;
	position: relative;
	z-index: 1;
}

.trial h2 {
	max-width: 800px;
}

.trial p:not(.eyebrow) {
	color: #fff0e9;
	max-width: 770px;
}

.trial__action {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 250px;
}

.trial__action small {
	color: #ffe3d4;
	font-size: 0.67rem;
	text-align: center;
}

.usa-coverage {
	background:
		radial-gradient(circle at 50% 0%, rgba(242, 102, 34, 0.09), transparent 34%),
		linear-gradient(180deg, #07111f 0%, #0b1829 100%);
	color: #d9e2ec;
	overflow: hidden;
	padding-block: clamp(76px, 8vw, 112px);
	text-align: center;
}

.usa-coverage__header {
	margin: 0 auto clamp(34px, 4.5vw, 48px);
	max-width: 910px;
}

.usa-coverage__header .eyebrow {
	color: #ff9a66;
	margin-bottom: 17px;
}

.usa-coverage__header h2 {
	color: var(--ft-paper);
	margin-bottom: 19px;
}

.usa-coverage__header > p:last-child,
.usa-coverage__devices {
	color: #b7c3d1;
}

.usa-coverage__header > p:last-child {
	margin: 0 auto;
	max-width: 850px;
}

.usa-coverage__locations {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto 22px;
	max-width: 1040px;
}

.usa-coverage__location {
	align-items: center;
	background: rgba(18, 35, 58, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 15px;
	color: var(--ft-paper) !important;
	display: flex;
	font-size: 0.93rem;
	font-weight: 760;
	gap: 10px;
	justify-content: center;
	line-height: 1.25;
	min-height: 66px;
	padding: 15px 18px;
	transition: background-color 230ms ease, border-color 230ms ease, transform 230ms ease;
}

.usa-coverage__location::before {
	background: var(--ft-orange);
	border-radius: 50%;
	content: "";
	flex: 0 0 8px;
	height: 8px;
	width: 8px;
}

.usa-coverage__location::after {
	color: #ff9a66;
	content: "→";
	font-size: 0.95rem;
	line-height: 1;
}

.usa-coverage__markets {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	list-style: none;
	margin: 0 auto 38px;
	max-width: 860px;
	padding: 0;
}

.usa-coverage__markets li {
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	color: #aebccc;
	font-size: 0.72rem;
	font-weight: 680;
	line-height: 1.2;
	padding: 8px 11px;
}

.usa-coverage__devices {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin: 0 auto 30px;
	max-width: 890px;
	padding-top: 32px;
}

.usa-coverage__benefits {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0 auto;
	max-width: 900px;
	padding: 0;
}

.usa-coverage__benefits li {
	align-items: center;
	background: rgba(242, 102, 34, 0.075);
	border: 1px solid rgba(242, 102, 34, 0.2);
	border-radius: 999px;
	color: #e2e9f1;
	display: flex;
	font-size: 0.76rem;
	font-weight: 720;
	justify-content: center;
	line-height: 1.3;
	min-height: 44px;
	padding: 9px 13px;
}

@media (hover: hover) and (pointer: fine) {
	.usa-coverage__location:hover {
		background: rgba(18, 35, 58, 0.9);
		border-color: rgba(242, 102, 34, 0.42);
		transform: translateY(-2px);
	}
}

.faq__grid {
	align-items: start;
	display: grid;
	gap: clamp(55px, 9vw, 120px);
	grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
}

.faq__intro {
	position: sticky;
	top: 130px;
}

.faq__intro > p:not(.eyebrow) {
	color: var(--ft-muted);
}

.accordion details {
	border-top: 1px solid var(--ft-line);
}

.accordion details:last-child {
	border-bottom: 1px solid var(--ft-line);
}

.accordion summary {
	align-items: center;
	color: var(--ft-ink);
	cursor: pointer;
	display: flex;
	font-size: 1.02rem;
	font-weight: 720;
	gap: 20px;
	justify-content: space-between;
	list-style: none;
	padding: 25px 0;
}

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

.accordion summary > span {
	border: 1px solid var(--ft-line);
	border-radius: 50%;
	flex: 0 0 auto;
	height: 32px;
	position: relative;
	width: 32px;
}

.accordion summary > span::before,
.accordion summary > span::after {
	background: var(--ft-orange);
	content: "";
	height: 2px;
	left: 9px;
	position: absolute;
	top: 14px;
	transition: transform 180ms ease;
	width: 12px;
}

.accordion summary > span::after {
	transform: rotate(90deg);
}

.accordion details[open] summary > span::after {
	transform: rotate(0);
}

.accordion details > div {
	color: var(--ft-muted);
	font-size: 0.91rem;
	max-width: 700px;
	padding: 0 55px 26px 0;
}

.accordion details > div a {
	color: var(--ft-orange-dark);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.support__grid {
	align-items: center;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.support h2 {
	max-width: 720px;
}

.support p:not(.eyebrow) {
	color: #9eabba;
	max-width: 760px;
}

.support__actions {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 9px;
	min-width: 230px;
}

.support__actions > a:not(.button) {
	color: #bdc8d5;
	font-size: 0.82rem;
}

.support__actions > a:not(.button):hover {
	color: var(--ft-paper);
	text-decoration: underline;
}

@media (max-width: 1050px) {
	:root {
		--ft-h2-size: clamp(2.125rem, 4vw, 2.5rem);
		--ft-h3-size: clamp(1.1875rem, 2.4vw, 1.375rem);
	}

	.iptv-usa-showcase__media {
		object-position: 58% center;
		width: 82%;
	}

	.iptv-usa-showcase__content {
		max-width: 590px;
	}

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

	.sports-streaming__feature:last-child {
		grid-column: 1 / -1;
		min-height: 0;
	}

	.sports-streaming__conversion {
		grid-template-columns: minmax(0, 1fr);
	}

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

	.hero__grid {
		grid-template-columns: 1fr;
	}

	.hero__copy {
		max-width: 840px;
	}

	.hero-visual {
		margin-inline: auto;
		max-width: 620px;
		width: 100%;
	}

	.decision-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.plan-grid {
		gap: 12px;
	}

	.plan-card {
		padding: 28px 24px;
	}

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

@media (max-width: 900px) {
	.benefit-card__icon {
		height: 60px;
		margin-bottom: 30px;
		width: 60px;
	}

	.usa-coverage__locations,
	.usa-coverage__benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.nav-toggle {
		display: block;
	}

	.primary-nav {
		align-items: stretch;
		background: var(--ft-ink);
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		box-shadow: 0 28px 55px rgba(0, 0, 0, 0.27);
		display: none;
		flex-direction: column;
		gap: 0;
		left: 0;
		padding: 15px 20px 25px;
		position: absolute;
		right: 0;
		top: 100%;
	}

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

	.primary-nav > a:not(.button) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		padding: 14px 0;
	}

	.primary-nav > a:not(.button)::after {
		display: none;
	}

	.primary-nav .button {
		margin-top: 15px;
	}

	.section-heading--split,
	.setup__grid,
	.faq__grid {
		grid-template-columns: 1fr;
	}

	.setup__intro,
	.faq__intro {
		position: static;
	}

	.plan-grid {
		grid-template-columns: 1fr;
		margin-inline: auto;
		max-width: 620px;
	}

	.plan-card--featured {
		grid-row: 1;
		margin-top: 14px;
		transform: none;
	}

	.trial__grid,
	.support__grid {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.trial__action {
		align-items: flex-start;
		min-width: 0;
	}

	.trial__action small {
		text-align: left;
	}

}

@media (max-width: 680px) {
	:root {
		--ft-shell: min(100% - 28px, 1180px);
		--ft-h1-size: clamp(2.8rem, 14vw, 4.2rem);
		--ft-h2-size: clamp(1.75rem, 8vw, 2.125rem);
		--ft-h3-size: clamp(1.125rem, 4.8vw, 1.25rem);
		--ft-body-size: 0.9375rem;
		--ft-body-line-height: 1.68;
	}

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

	.why-foxtele__card {
		min-height: 0;
	}

	body.foxtele-home {
		font-size: 15px;
		padding-bottom: 73px;
	}

	.notice-bar__inner {
		justify-content: flex-start;
		overflow: hidden;
		white-space: nowrap;
	}

	.notice-bar__optional {
		display: none;
	}

	.site-header__inner {
		min-height: 66px;
	}

	.brand {
		font-size: 1.25rem;
	}

	.brand img {
		height: 35px;
		width: 35px;
	}

	.hero {
		padding-top: 60px;
	}

	.iptv-usa-showcase {
		padding-block: 0;
	}

	.iptv-usa-showcase::before {
		background:
			linear-gradient(180deg, rgba(13, 27, 45, 0.05) 0%, rgba(13, 27, 45, 0.28) 23%, #0d1b2d 43%, #0d1b2d 100%),
			linear-gradient(90deg, rgba(13, 27, 45, 0.42) 0%, rgba(13, 27, 45, 0) 72%);
	}

	.iptv-usa-showcase__media {
		height: 310px;
		inset: 0 0 auto;
		object-position: center 34%;
		width: 100%;
	}

	.iptv-usa-showcase__inner {
		padding-block: 252px 64px;
	}

	.iptv-usa-showcase__stats {
		gap: 8px;
		margin: 24px 0 26px;
	}

	.iptv-usa-showcase__stat {
		border-radius: 12px;
		box-shadow: inset 0 3px 0 rgba(242, 102, 34, 0.82);
		min-height: 86px;
		padding: 14px 8px 12px;
		text-align: center;
	}

	.iptv-usa-showcase__stat dt {
		font-size: clamp(1.48rem, 7vw, 1.8rem);
	}

	.iptv-usa-showcase__stat dd {
		font-size: 0.59rem;
		letter-spacing: 0.06em;
		margin-top: 7px;
	}

	.iptv-usa-showcase__cta {
		width: 100%;
	}

	.sports-streaming {
		padding-block: 68px;
	}

	.sports-streaming__header {
		margin-bottom: 32px;
	}

	.sports-streaming__features {
		grid-template-columns: minmax(0, 1fr);
	}

	.sports-streaming__feature,
	.sports-streaming__feature:last-child {
		grid-column: auto;
		min-height: 0;
		padding: 24px;
	}

	.sports-streaming__icon {
		margin-bottom: 22px;
	}

	.sports-streaming__popular,
	.sports-streaming__offer {
		padding: 24px;
	}

	.sports-streaming__chips {
		gap: 8px;
	}

	.sports-streaming__chips li {
		padding: 8px 11px;
	}

	.sports-streaming__benefits {
		gap: 10px 12px;
	}

	.usa-coverage {
		padding-block: 68px;
	}

	.usa-coverage__header {
		margin-bottom: 32px;
	}

	.usa-coverage__location {
		min-height: 60px;
		padding: 13px 14px;
	}

	.usa-coverage__markets {
		gap: 7px;
		margin-bottom: 32px;
	}

	.usa-coverage__devices {
		padding-top: 28px;
	}

	.foxtele-home h1 {
		font-size: var(--ft-h1-size);
	}

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

	.button-row {
		align-items: stretch;
		flex-direction: column;
	}

	.button-row .button {
		width: 100%;
	}

	.hero__checks {
		align-items: flex-start;
		flex-direction: column;
	}

	.hero-visual {
		min-height: 440px;
	}

	.stream-window {
		transform: translate(-50%, -50%);
	}

	.stream-window__stage {
		min-height: 230px;
		padding: 25px 20px;
	}

	.stream-window__stage > div > span:last-child {
		display: none;
	}

	.play-button {
		height: 47px;
		width: 47px;
	}

	.stream-window__rail {
		grid-template-columns: repeat(2, 1fr);
	}

	.stream-window__rail div {
		min-height: 62px;
	}

	.stream-window__rail div:nth-child(n+3) {
		display: none;
	}

	.stream-window__rail span {
		margin-bottom: 8px;
	}

	.floating-card--left {
		bottom: 0;
		left: 4%;
	}

	.floating-card--right {
		display: none;
	}

	.facts__grid {
		gap: 10px;
		grid-template-columns: minmax(0, 1fr);
	}

	.facts__card {
		min-height: 84px;
		padding: 14px 18px;
	}

	.section {
		padding-block: 78px;
	}

	.section-heading {
		margin-bottom: 40px;
	}

	.section-heading--split {
		gap: 20px;
	}

	.decision-grid,
	.benefit-grid,
	.device-grid {
		grid-template-columns: 1fr;
	}

	.decision-card {
		min-height: 0;
	}

	.card-number {
		margin-bottom: 16px;
	}

	.benefit-card {
		min-height: 0;
	}

	.benefit-card__icon {
		height: 56px;
		margin-bottom: 23px;
		width: 56px;
	}

	.plan-card {
		padding: 30px 24px;
	}

	.plan-card__badge {
		font-size: 0.56rem;
		max-width: calc(100% - 34px);
		white-space: normal;
		width: max-content;
	}

	.steps li {
		gap: 16px;
		grid-template-columns: 44px 1fr;
		padding: 30px 0;
	}

	.steps__number {
		height: 48px;
		width: 48px;
	}

	.compatibility-note {
		align-items: stretch;
		flex-direction: column;
	}

	.compatibility-note .button {
		width: 100%;
	}

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

	.support__actions {
		align-items: stretch;
		width: 100%;
	}

	.support__actions .button {
		width: 100%;
	}

}

@media (max-width: 460px) {
	.usa-coverage__locations {
		grid-template-columns: minmax(0, 1fr);
	}
}

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

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

	.plans .plan-card--featured,
	.plans .plan-card--featured:hover,
	.plans .plan-card:not(.plan-card--featured):hover {
		transform: none;
	}

	.devices .device-grid > div:hover {
		transform: none;
	}

	.facts__card:hover,
	.facts__card:hover .facts__icon {
		transform: none;
	}

	.iptv-usa-showcase__stat:hover,
	.sports-streaming__feature:hover,
	.sports-streaming__cta:hover,
	.usa-coverage__location:hover {
		transform: none;
	}

	.why-foxtele__card:hover,
	.why-foxtele__card:hover .why-foxtele__icon {
		transform: none;
	}
}
