/*
Theme Name: ViewX
Theme URI: https://viewx.site
Author: ViewX
Author URI: https://viewx.site
Description: Premium, responsive entertainment theme created for ViewX.
Version: 1.1.0
Text Domain: viewx
*/

:root {
	--bg: #06090f;
	--bg-soft: #0b111b;
	--surface: rgba(16, 25, 35, 0.82);
	--surface-solid: #101923;
	--surface-alt: #152230;
	--card: #101923;
	--border: rgba(255, 255, 255, 0.10);
	--border-strong: rgba(0, 156, 255, 0.35);
	--text: #f5f8fc;
	--muted: #a8b5c5;
	--primary: #009cff;
	--primary-hover: #0075ff;
	--secondary: #18d8d0;
	--brand-red: #ff3b55;
	--brand-red-hover: #ff5a6e;
	--accent: var(--primary);
	--accent-strong: var(--secondary);
	--cyan: var(--secondary);
	--cta: var(--primary);
	--glow: rgba(0, 156, 255, 0.28);
	--glow-cyan: rgba(24, 216, 208, 0.22);
	--glow-red: rgba(255, 59, 85, 0.18);
	--success: var(--secondary);
	--warning: #ffb84d;
	--container: 1180px;
	--radius: 24px;
	--shadow: 0 24px 70px rgba(6, 9, 15, 0.35);
}

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

html {
	scroll-behavior: smooth;
}

section[id] {
	scroll-margin-top: 96px;
}

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

body::before {
	position: fixed;
	z-index: -2;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
	background-size: 42px 42px;
	content: "";
	mask-image: linear-gradient(to bottom, #000, transparent 68%);
}

a {
	color: inherit;
	text-decoration: none;
}

img,
svg {
	display: block;
	max-width: 100%;
}

button,
input,
textarea,
select {
	font: inherit;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.container {
	width: min(calc(100% - 40px), var(--container));
	margin-inline: auto;
}

.site-main {
	overflow: hidden;
}

.site-header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	padding: 8px 0;
	pointer-events: none;
	transition: padding 240ms ease, transform 240ms ease;
}

.site-header::before {
	position: absolute;
	top: -82px;
	left: 50%;
	width: min(86vw, 960px);
	height: 118px;
	border-radius: 50%;
	background: linear-gradient(90deg, rgba(24, 216, 208, 0.12), rgba(0, 156, 255, 0.2), rgba(24, 216, 208, 0.07));
	content: "";
	filter: blur(50px);
	opacity: 0.32;
	pointer-events: none;
	transform: translateX(-50%);
	transition: opacity 240ms ease;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header__inner {
	position: relative;
	display: flex;
	align-items: center;
	width: min(calc(100% - 24px), 1380px);
	min-height: 60px;
	margin: 0 auto;
	padding: 4px 5px 4px 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 17px;
	background: linear-gradient(115deg, rgba(11, 17, 27, 0.68), rgba(11, 17, 27, 0.52));
	box-shadow: 0 14px 38px rgba(6, 9, 15, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.065);
	backdrop-filter: blur(20px) saturate(135%);
	pointer-events: auto;
	transition: min-height 240ms ease, border-color 240ms ease, background-color 240ms ease, box-shadow 240ms ease;
}

.site-header.is-scrolled {
	padding-top: 5px;
}

.site-header.is-scrolled::before {
	opacity: 0.3;
}

.site-header.is-scrolled .site-header__inner {
	min-height: 55px;
	border-color: rgba(168, 181, 197, 0.22);
	background: rgba(11, 17, 27, 0.88);
	box-shadow: 0 12px 34px rgba(6, 9, 15, 0.38), 0 0 26px rgba(31, 131, 188, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.site-brand {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	font-size: 18px;
	font-weight: 820;
	letter-spacing: -0.03em;
	transition: opacity 180ms ease, transform 180ms ease;
}

.site-brand:hover,
.site-brand:focus-visible {
	opacity: 0.94;
	transform: translateY(-1px);
}

.site-brand__mark {
	display: grid;
	width: 31px;
	height: 31px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 10px;
	background: linear-gradient(145deg, var(--secondary), var(--primary) 52%, #064b7c);
	box-shadow: 0 0 25px rgba(0, 156, 255, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.35);
	transform: rotate(8deg);
}

.site-brand__mark span {
	width: 11px;
	height: 11px;
	border: 2px solid white;
	border-radius: 50%;
	box-shadow: 7px 0 0 -4px var(--cyan), -7px 0 0 -4px var(--cyan);
}

.primary-navigation {
	margin-left: auto;
	padding: 2px;
	border: 1px solid rgba(255, 255, 255, 0.045);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.018);
}

.primary-navigation .menu {
	display: flex;
	align-items: center;
	gap: 2px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-navigation a {
	position: relative;
	display: block;
	padding: 7px 8px;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 9px;
	color: #a8b5c5;
	font-size: 12px;
	font-weight: 680;
	letter-spacing: -0.01em;
	transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.primary-navigation a::after {
	position: absolute;
	right: 11px;
	bottom: 3px;
	left: 11px;
	height: 1px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, var(--cyan), var(--accent-strong), transparent);
	content: "";
	opacity: 0;
	transform: scaleX(0.45);
	transition: opacity 180ms ease, transform 180ms ease;
}

.primary-navigation a:hover,
.primary-navigation a:focus-visible {
	border-color: rgba(255, 255, 255, 0.065);
	background: rgba(255, 255, 255, 0.055);
	color: #fff;
	transform: translateY(-1px);
}

.primary-navigation a:hover::after,
.primary-navigation a:focus-visible::after,
.primary-navigation a.is-active::after,
.primary-navigation .current-menu-item > a::after {
	opacity: 1;
	transform: scaleX(1);
}

.primary-navigation a.is-active,
.primary-navigation .current-menu-item > a,
.primary-navigation a[aria-current="location"],
.primary-navigation a[aria-current="page"] {
	border-color: rgba(168, 181, 197, 0.18);
	background: linear-gradient(135deg, rgba(0, 156, 255, 0.13), rgba(24, 216, 208, 0.055));
	color: #fff;
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-left: 7px;
}

.header-cta {
	min-height: 40px;
	padding-inline: 13px;
	border-radius: 11px;
	white-space: nowrap;
}

.menu-toggle {
	display: none;
	width: 40px;
	height: 40px;
	padding: 9px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 13px;
	background: linear-gradient(145deg, rgba(0, 156, 255, 0.11), rgba(255, 255, 255, 0.035));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
	color: white;
	cursor: pointer;
	transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.menu-toggle > span:not(.screen-reader-text) {
	display: block;
	width: 100%;
	height: 2px;
	margin: 4px 0;
	border-radius: 5px;
	background: currentColor;
	transform-origin: center;
	transition: opacity 200ms ease, transform 200ms ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible,
.menu-toggle[aria-expanded="true"] {
	border-color: rgba(168, 181, 197, 0.42);
	background: rgba(0, 156, 255, 0.15);
	box-shadow: 0 10px 28px rgba(29, 123, 177, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(2) {
	transform: translateY(6px) rotate(45deg);
}

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

.menu-toggle[aria-expanded="true"] > span:nth-of-type(4) {
	transform: translateY(-6px) rotate(-45deg);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: 13px;
	background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
	box-shadow: 0 12px 34px rgba(0, 156, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.28);
	color: #fff;
	font-size: 15px;
	font-weight: 750;
	line-height: 1;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
	box-shadow: 0 16px 42px rgba(0, 156, 255, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.3);
	transform: translateY(-2px);
}

.button--small {
	min-height: 43px;
	padding: 0 17px;
	border-radius: 11px;
	font-size: 13px;
}

.button--ghost {
	border-color: var(--border);
	background: rgba(255, 255, 255, 0.045);
	box-shadow: none;
	color: #f5f8fc;
}

.button--ghost:hover,
.button--ghost:focus-visible {
	border-color: rgba(0, 156, 255, 0.55);
	background: rgba(0, 156, 255, 0.1);
	box-shadow: none;
}

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

.hero {
	position: relative;
	display: flex;
	min-height: 740px;
	align-items: center;
	padding: 112px 0 78px;
	background: radial-gradient(circle at 70% 35%, rgba(26, 112, 162, 0.18), transparent 38%), linear-gradient(180deg, rgba(11, 17, 27, 0.28), var(--bg));
}

.hero::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: min(90%, 1000px);
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(0, 156, 255, 0.45), transparent);
	content: "";
	transform: translateX(-50%);
}

.hero__grid {
	display: grid;
	align-items: center;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 42px;
}

.hero__content {
	position: relative;
	z-index: 2;
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 20px;
	color: #a8b5c5;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.eyebrow > span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--cyan);
	box-shadow: 0 0 14px var(--cyan);
}

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

h1,
h2 {
	letter-spacing: -0.055em;
	line-height: 1.04;
}

h1 {
	max-width: 720px;
	margin-bottom: 24px;
	font-size: clamp(48px, 6.2vw, 84px);
	font-weight: 780;
}

h1 span,
h2 span {
	background: linear-gradient(100deg, var(--primary) 5%, var(--secondary) 90%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.hero__lead {
	max-width: 610px;
	margin-bottom: 32px;
	color: var(--muted);
	font-size: clamp(17px, 1.8vw, 20px);
}

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

.play-icon {
	display: grid;
	width: 25px;
	height: 25px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	font-size: 9px;
}

.hero__proof {
	display: flex;
	align-items: center;
	gap: 0;
	margin-top: 36px;
}

.hero__proof span {
	display: flex;
	min-width: 130px;
	padding: 0 24px;
	border-left: 1px solid var(--border);
	color: #878ca5;
	font-size: 11px;
	line-height: 1.4;
	flex-direction: column;
}

.hero__proof span:first-child {
	padding-left: 0;
	border-left: 0;
}

.hero__proof strong {
	margin-bottom: 3px;
	color: var(--text);
	font-size: 20px;
}

.hero__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(110px);
	opacity: 0.16;
	pointer-events: none;
}

.hero__glow--one {
	top: 100px;
	right: 5%;
	width: 420px;
	height: 420px;
	background: var(--accent);
}

.hero__glow--two {
	bottom: 40px;
	left: 10%;
	width: 250px;
	height: 250px;
	background: var(--cyan);
}

.hero-visual {
	position: relative;
	min-height: 470px;
	perspective: 1200px;
}

.hero-media {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: min(128%, 690px);
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(168, 181, 197, 0.32);
	border-radius: 28px;
	background: #0b111b;
	box-shadow: 0 40px 110px rgba(6, 9, 15, 0.55), 0 0 70px rgba(62, 165, 224, 0.19), inset 0 1px 0 rgba(255, 255, 255, 0.18);
	transform: translate(-48%, -50%) rotateY(-5deg) rotateX(2deg);
}

.hero-media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(6, 9, 15, 0.84));
	content: "";
	pointer-events: none;
}

.hero-media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1), filter 500ms ease;
}

.hero-media picture,
.media-showcase__art picture {
	display: block;
}

.devices-media picture,
.faq-visual picture {
	display: block;
}

.hero-media:hover img {
	filter: saturate(1.06);
	transform: scale(1.025);
}

.hero-media__play,
.media-showcase__play {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	display: grid;
	width: 64px;
	height: 64px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.44);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.13);
	box-shadow: 0 0 42px rgba(71, 188, 255, 0.48);
	backdrop-filter: blur(12px);
	color: white;
	font-size: 17px;
	text-indent: 3px;
	transform: translate(-50%, -50%);
	transition: background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.hero-media:hover .hero-media__play,
.media-showcase:hover .media-showcase__play {
	background: rgba(0, 156, 255, 0.28);
	box-shadow: 0 0 54px rgba(71, 188, 255, 0.62);
	transform: translate(-50%, -50%) scale(1.06);
}

.hero-media figcaption {
	position: absolute;
	z-index: 2;
	right: 22px;
	bottom: 17px;
	display: flex;
	align-items: center;
	gap: 7px;
	color: rgba(255, 255, 255, 0.66);
	font-size: 9px;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.hero-media figcaption span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--cyan);
	box-shadow: 0 0 10px var(--cyan);
}

.hero-media__interface {
	position: absolute;
	z-index: 2;
	bottom: 16px;
	left: 18px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 10px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 11px;
	background: rgba(11, 17, 27, 0.72);
	box-shadow: 0 12px 30px rgba(6, 9, 15, 0.3);
	backdrop-filter: blur(12px);
	color: #a8b5c5;
	font-size: 9px;
	font-weight: 750;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hero-media__interface span {
	display: flex;
	align-items: center;
	gap: 6px;
}

.hero-media__interface i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--cyan);
	box-shadow: 0 0 10px var(--cyan);
}

.hero-media__interface b {
	padding-left: 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.13);
	color: #a8b5c5;
	font-size: 9px;
}

.vault-card {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: min(100%, 430px);
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 26px;
	background: linear-gradient(145deg, rgba(21, 34, 48, 0.94), rgba(11, 17, 27, 0.96));
	box-shadow: 0 40px 100px rgba(6, 9, 15, 0.48), -18px 18px 80px rgba(0, 156, 255, 0.14);
	transform: translate(-50%, -50%) rotateY(-8deg) rotateX(5deg);
}

.vault-card__top {
	display: flex;
	height: 35px;
	align-items: center;
	gap: 6px;
	padding: 0 5px;
}

.vault-card__top span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
}

.vault-card__top b {
	margin-left: auto;
	color: #a8b5c5;
	font-size: 11px;
	letter-spacing: 0.12em;
}

.vault-card__screen {
	position: relative;
	display: grid;
	height: 280px;
	overflow: hidden;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 17px;
	background: radial-gradient(circle at 50% 45%, rgba(62, 165, 224, 0.75), transparent 26%), radial-gradient(circle at 70% 80%, rgba(45, 191, 228, 0.3), transparent 35%), #0b111b;
}

.vault-card__screen::before,
.vault-card__screen::after {
	position: absolute;
	width: 200px;
	height: 200px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 36% 64% 65% 35%;
	content: "";
	transform: rotate(35deg);
}

.vault-card__screen::after {
	width: 140px;
	height: 140px;
	border-color: rgba(84, 217, 255, 0.2);
	transform: rotate(-15deg);
}

.vault-card__play {
	position: relative;
	z-index: 2;
	display: grid;
	width: 66px;
	height: 66px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.13);
	box-shadow: 0 0 40px rgba(71, 188, 255, 0.55);
	backdrop-filter: blur(12px);
	font-size: 18px;
	text-indent: 3px;
}

.vault-card__badge {
	position: absolute;
	top: 18px;
	left: 18px;
	padding: 5px 9px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.1);
	color: #b7f1ff;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.vault-card__meta {
	display: flex;
	gap: 8px;
	padding: 15px 5px 6px;
}

.vault-card__meta span {
	display: block;
	width: 62px;
	height: 6px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.08);
}

.vault-card__meta span:first-child {
	width: 140px;
	background: rgba(168, 181, 197, 0.38);
}

.hero-visual__orbit {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid rgba(0, 156, 255, 0.14);
	border-radius: 50%;
	transform: translate(-50%, -50%) rotate(-18deg);
}

.hero-visual__orbit--one {
	width: 510px;
	height: 330px;
}

.hero-visual__orbit--two {
	width: 420px;
	height: 520px;
	border-color: rgba(24, 216, 208, 0.1);
	transform: translate(-50%, -50%) rotate(35deg);
}

.floating-chip {
	position: absolute;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 11px 15px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 13px;
	background: rgba(16, 25, 35, 0.82);
	box-shadow: 0 18px 36px rgba(6, 9, 15, 0.28);
	backdrop-filter: blur(12px);
}

.floating-chip b {
	display: grid;
	width: 29px;
	height: 29px;
	place-items: center;
	border-radius: 8px;
	background: rgba(0, 156, 255, 0.18);
	color: #a8b5c5;
	font-size: 12px;
}

.floating-chip span {
	color: #a8b5c5;
	font-size: 11px;
	font-weight: 650;
}

.floating-chip--quality {
	top: 20%;
	right: -2%;
}

.floating-chip--secure {
	bottom: 18%;
	left: -4%;
}

.floating-chip--secure b {
	background: rgba(24, 216, 208, 0.13);
	color: var(--success);
}

.section {
	position: relative;
	padding: 92px 0;
}

.section-heading {
	max-width: 650px;
	margin-bottom: 42px;
}

.section-heading--center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

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

h2 {
	margin-bottom: 19px;
	font-size: clamp(38px, 5vw, 60px);
	font-weight: 760;
}

.section-heading > p:last-child,
.devices__content > p,
.cta-card > p {
	color: var(--muted);
	font-size: 17px;
}

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

.feature-card {
	position: relative;
	min-height: 240px;
	overflow: hidden;
	padding: 30px;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: linear-gradient(145deg, rgba(16, 25, 35, 0.78), rgba(11, 17, 27, 0.72));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
	transition: border-color 180ms ease, transform 180ms ease;
}

.feature-card::after {
	position: absolute;
	top: -75px;
	right: -75px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: rgba(0, 156, 255, 0.09);
	content: "";
	filter: blur(36px);
	pointer-events: none;
}

.feature-card:hover {
	border-color: rgba(0, 156, 255, 0.35);
	transform: translateY(-4px);
}

.feature-card--wide {
	display: grid;
	align-items: start;
	grid-column: span 3;
	grid-template-columns: auto 1fr 0.8fr;
	gap: 24px;
	min-height: 210px;
}

.feature-icon {
	display: grid;
	width: 50px;
	height: 50px;
	place-items: center;
	border: 1px solid rgba(168, 181, 197, 0.22);
	border-radius: 14px;
	background: rgba(0, 156, 255, 0.09);
	color: #a8b5c5;
}

.feature-icon svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.feature-card h3 {
	margin: 20px 0 11px;
	font-size: 20px;
	line-height: 1.25;
}

.feature-card--wide h3 {
	margin-top: 3px;
}

.feature-card p {
	margin-bottom: 0;
	color: var(--muted);
	font-size: 14px;
}

.signal-graphic {
	display: flex;
	height: 135px;
	align-items: end;
	justify-content: center;
	gap: 10px;
	padding: 25px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 18px;
	background: radial-gradient(circle at 50% 100%, rgba(0, 156, 255, 0.18), transparent 70%);
}

.signal-graphic i {
	display: block;
	width: 20px;
	height: 28%;
	border-radius: 6px 6px 2px 2px;
	background: linear-gradient(to top, var(--accent), var(--cyan));
	box-shadow: 0 0 14px rgba(0, 156, 255, 0.3);
}

.signal-graphic i:nth-child(2) { height: 45%; }
.signal-graphic i:nth-child(3) { height: 80%; }
.signal-graphic i:nth-child(4) { height: 58%; }
.signal-graphic i:nth-child(5) { height: 95%; }

.media-showcase {
	position: relative;
	display: grid;
	align-items: center;
	grid-template-columns: 0.72fr 1.28fr;
	gap: 28px;
	overflow: hidden;
	padding: 24px;
	margin-top: 18px;
	border: 1px solid rgba(168, 181, 197, 0.2);
	border-radius: 28px;
	background: linear-gradient(145deg, rgba(21, 34, 48, 0.78), rgba(11, 17, 27, 0.93));
	box-shadow: var(--shadow);
}

.media-showcase::before {
	position: absolute;
	top: -80px;
	left: -80px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: rgba(0, 156, 255, 0.18);
	content: "";
	filter: blur(70px);
}

.media-showcase__copy {
	position: relative;
	z-index: 2;
	padding: 18px;
}

.media-showcase__copy .eyebrow {
	margin-bottom: 13px;
}

.media-showcase__copy h3 {
	margin-bottom: 12px;
	font-size: clamp(28px, 3vw, 42px);
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.media-showcase__copy > p:not(.eyebrow) {
	color: var(--muted);
	font-size: 14px;
}

.media-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 22px;
}

.media-pills span {
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: #a8b5c5;
	font-size: 10px;
	font-weight: 700;
}

.media-showcase__art {
	position: relative;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	box-shadow: 0 20px 55px rgba(6, 9, 15, 0.35);
}

.media-showcase__art::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(11, 17, 27, 0.28), transparent 45%);
	content: "";
	pointer-events: none;
}

.media-showcase__art img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: transform 600ms ease;
}

.media-showcase:hover .media-showcase__art img {
	transform: scale(1.025);
}

.media-showcase__play {
	width: 52px;
	height: 52px;
	font-size: 14px;
}

.devices {
	background: linear-gradient(180deg, transparent, rgba(16, 25, 35, 0.45), transparent);
}

.devices__grid {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 0.88fr;
	gap: 90px;
}

.devices__visual {
	position: relative;
	display: flex;
	min-height: 500px;
	align-items: center;
}

.devices-media {
	position: relative;
	z-index: 2;
	width: 112%;
	margin: 0 0 0 -9%;
	overflow: hidden;
	border: 1px solid rgba(168, 181, 197, 0.24);
	border-radius: 28px;
	background: #0b111b;
	box-shadow: 0 36px 95px rgba(6, 9, 15, 0.48), 0 0 60px rgba(35, 147, 212, 0.13);
}

.devices-media::after {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	box-shadow: inset 0 0 80px rgba(6, 9, 15, 0.26);
	content: "";
	pointer-events: none;
}

.devices-media img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	transition: filter 600ms ease, transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.devices-media:hover img {
	filter: saturate(1.06);
	transform: scale(1.025);
}

.devices-media figcaption {
	position: absolute;
	z-index: 2;
	right: 18px;
	bottom: 17px;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	background: rgba(11, 17, 27, 0.72);
	box-shadow: 0 10px 24px rgba(6, 9, 15, 0.25);
	backdrop-filter: blur(10px);
	color: #a8b5c5;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.devices-media figcaption span {
	color: var(--success);
	font-size: 8px;
	text-shadow: 0 0 10px var(--success);
}

.device {
	position: absolute;
	z-index: 2;
	padding: 9px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: linear-gradient(150deg, #152230, #0b111b);
	box-shadow: var(--shadow);
}

.device > div {
	position: relative;
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	overflow: hidden;
	background: radial-gradient(circle at 50% 50%, rgba(76, 179, 238, 0.68), transparent 28%), radial-gradient(circle at 70% 80%, rgba(43, 203, 237, 0.24), transparent 38%), #0b111b;
}

.device > div::before {
	position: absolute;
	width: 190px;
	height: 190px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 38% 62% 36% 64%;
	content: "";
	transform: rotate(28deg);
}

.device--tv {
	top: 55px;
	left: 5%;
	width: 88%;
	height: 330px;
	border-radius: 18px;
}

.device--tv::after {
	position: absolute;
	bottom: -38px;
	left: 50%;
	width: 150px;
	height: 38px;
	border-bottom: 6px solid #152230;
	content: "";
	transform: translateX(-50%);
}

.device-logo {
	position: absolute;
	top: 17px;
	left: 19px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.device--tv i {
	position: relative;
	z-index: 2;
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	font-size: 13px;
	font-style: normal;
}

.device--tablet {
	z-index: 3;
	right: -3%;
	bottom: 35px;
	width: 190px;
	height: 135px;
	border-radius: 14px;
	transform: rotate(5deg);
}

.device--phone {
	z-index: 4;
	bottom: 12px;
	left: 5%;
	width: 82px;
	height: 160px;
	border-radius: 18px;
	transform: rotate(-7deg);
}

.device--phone > div,
.device--tablet > div {
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.device-glow {
	position: absolute;
	top: 25%;
	left: 15%;
	width: 70%;
	height: 60%;
	border-radius: 50%;
	background: var(--accent);
	filter: blur(100px);
	opacity: 0.18;
}

.devices__content h2 {
	max-width: 550px;
}

.check-list,
.price-card ul {
	padding: 0;
	margin: 30px 0;
	list-style: none;
}

.check-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 13px 20px;
}

.check-list li,
.price-card li {
	position: relative;
	padding-left: 29px;
	color: #a8b5c5;
	font-size: 14px;
}

.check-list li::before,
.price-card li::before {
	position: absolute;
	top: 2px;
	left: 0;
	display: grid;
	width: 19px;
	height: 19px;
	place-items: center;
	border-radius: 50%;
	background: rgba(24, 216, 208, 0.12);
	color: var(--success);
	content: "✓";
	font-size: 11px;
	font-weight: 900;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: #a8b5c5;
	font-size: 14px;
	font-weight: 750;
}

.text-link:hover span {
	transform: translateX(4px);
}

.text-link span {
	transition: transform 180ms ease;
}

.eyebrow--lime {
	color: var(--brand-red-hover);
}

.eyebrow--lime > span {
	background: var(--brand-red);
	box-shadow: 0 0 16px rgba(255, 59, 85, 0.75);
}

.hero .hero__actions .button:first-child,
.cta-card .hero__actions .button:first-child {
	border-color: rgba(255, 59, 85, 0.2);
	box-shadow: 0 12px 34px rgba(0, 156, 255, 0.3), 0 0 24px rgba(255, 59, 85, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.hero-media__interface b,
.media-pills span:nth-child(2),
.media-pills span:nth-child(4) {
	color: var(--brand-red-hover);
}

.trust-section {
	padding-top: 74px;
	padding-bottom: 74px;
}

.trust-panel {
	position: relative;
	overflow: hidden;
	padding: 50px;
	border: 1px solid rgba(255, 59, 85, 0.14);
	border-radius: 32px;
	background: radial-gradient(circle at 8% 18%, rgba(255, 59, 85, 0.08), transparent 25%), radial-gradient(circle at 88% 8%, rgba(0, 156, 255, 0.19), transparent 34%), linear-gradient(145deg, rgba(16, 25, 35, 0.94), rgba(11, 17, 27, 0.97));
	box-shadow: 0 34px 100px rgba(6, 9, 15, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.trust-panel::before {
	position: absolute;
	top: -35%;
	right: 9%;
	width: 42%;
	height: 170%;
	background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.045), transparent 66%);
	content: "";
	pointer-events: none;
	transform: rotate(10deg);
	animation: viewx-light-sweep 7s ease-in-out infinite;
}

.trust-panel .section-heading {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin-bottom: 34px;
}

.trust-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.trust-badge {
	min-height: 210px;
	padding: 23px;
	border: 1px solid rgba(255, 255, 255, 0.085);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.028);
	transition: border-color 200ms ease, background-color 200ms ease, transform 200ms ease;
}

.trust-badge:hover {
	border-color: rgba(255, 59, 85, 0.24);
	background: linear-gradient(145deg, rgba(255, 59, 85, 0.045), rgba(0, 156, 255, 0.045));
	transform: translateY(-4px);
}

.trust-badge__icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border: 1px solid rgba(255, 59, 85, 0.2);
	border-radius: 14px;
	background: linear-gradient(145deg, rgba(255, 59, 85, 0.1), rgba(24, 216, 208, 0.05));
	box-shadow: 0 0 25px rgba(255, 59, 85, 0.07);
	color: var(--brand-red-hover);
}

.trust-badge__icon svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.trust-badge h3 {
	margin: 19px 0 8px;
	font-size: 17px;
}

.trust-badge p {
	margin: 0;
	color: var(--muted);
	font-size: 12px;
}

.entertainment-universe {
	overflow: hidden;
	background: radial-gradient(circle at 50% 15%, rgba(31, 131, 188, 0.18), transparent 34%), linear-gradient(180deg, transparent, rgba(16, 25, 35, 0.72), transparent);
}

.entertainment-universe::before {
	position: absolute;
	top: 210px;
	left: 50%;
	width: min(92vw, 1260px);
	height: 520px;
	border: 1px solid rgba(0, 156, 255, 0.12);
	border-radius: 50%;
	content: "";
	pointer-events: none;
	transform: translateX(-50%) rotate(-5deg);
}

.energy-particles {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.energy-particles i {
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--brand-red);
	box-shadow: 0 0 14px rgba(255, 59, 85, 0.85);
	opacity: 0.6;
	animation: viewx-particle-float 5s ease-in-out infinite alternate;
}

.energy-particles i:nth-child(1) { top: 18%; left: 8%; }
.energy-particles i:nth-child(2) { top: 29%; right: 12%; width: 3px; height: 3px; animation-delay: -1.1s; }
.energy-particles i:nth-child(3) { top: 58%; left: 5%; background: var(--cyan); animation-delay: -2.4s; }
.energy-particles i:nth-child(4) { right: 6%; bottom: 18%; width: 7px; height: 7px; background: var(--cyan); animation-delay: -3.2s; }
.energy-particles i:nth-child(5) { bottom: 9%; left: 45%; width: 3px; height: 3px; animation-delay: -0.7s; }

.category-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 8px;
	padding: 12px;
	margin-bottom: 20px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 22px;
	background: rgba(11, 17, 27, 0.74);
	box-shadow: 0 25px 60px rgba(6, 9, 15, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.045);
	backdrop-filter: blur(18px);
}

.category-grid > span {
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 8px;
	border: 1px solid transparent;
	border-radius: 13px;
	color: #a8b5c5;
	font-size: 10px;
	font-weight: 800;
	white-space: nowrap;
	transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.category-grid > span:hover {
	border-color: rgba(255, 59, 85, 0.18);
	background: rgba(255, 59, 85, 0.055);
	color: var(--brand-red-hover);
	transform: translateY(-2px);
}

.category-grid i {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 8px;
	background: rgba(0, 156, 255, 0.12);
	color: #a8b5c5;
	font-size: 10px;
	font-style: normal;
}

.category-grid > span:nth-child(2n) i {
	background: rgba(255, 59, 85, 0.08);
	color: var(--brand-red-hover);
}

.cinematic-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 13px;
}

.cinematic-card {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 22px;
	background: #0b111b;
	box-shadow: 0 22px 55px rgba(6, 9, 15, 0.32);
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.cinematic-card:hover {
	border-color: rgba(255, 59, 85, 0.28);
	box-shadow: 0 28px 70px rgba(6, 9, 15, 0.4), 0 0 35px rgba(0, 156, 255, 0.1);
	transform: translateY(-5px);
}

.cinematic-card__image {
	position: relative;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 1.18 / 1;
}

.cinematic-card__image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 45%, rgba(6, 9, 15, 0.92));
	content: "";
	pointer-events: none;
}

.cinematic-card__image picture {
	position: absolute;
	inset: 0;
	display: block;
}

.cinematic-card__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 300%;
	height: 300%;
	max-width: none;
	object-fit: fill;
	transition: filter 500ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cinematic-card:hover .cinematic-card__image img {
	filter: saturate(1.08) contrast(1.03);
}

.cinematic-card--frame-1 img { top: 0; left: 0; }
.cinematic-card--frame-2 img { top: 0; left: -100%; }
.cinematic-card--frame-3 img { top: 0; left: -200%; }
.cinematic-card--frame-4 img { top: -100%; left: 0; }
.cinematic-card--frame-5 img { top: -100%; left: -100%; }
.cinematic-card--frame-6 img { top: -100%; left: -200%; }
.cinematic-card--frame-7 img { top: -200%; left: 0; }

.cinematic-card__content {
	position: absolute;
	z-index: 2;
	right: 17px;
	bottom: 15px;
	left: 17px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.cinematic-card__content > span {
	display: grid;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	background: rgba(16, 25, 35, 0.66);
	box-shadow: 0 0 20px rgba(255, 59, 85, 0.09);
	backdrop-filter: blur(10px);
	color: var(--brand-red-hover);
	font-size: 8px;
	text-indent: 2px;
}

.cinematic-card h3 {
	margin: 0 0 1px;
	font-size: 15px;
}

.cinematic-card p {
	margin: 0;
	color: #a8b5c5;
	font-size: 9px;
}

.category-disclaimer {
	margin: 18px 0 0;
	color: #777d95;
	font-size: 10px;
	text-align: center;
}

.testimonials {
	overflow: hidden;
	background: linear-gradient(180deg, transparent, rgba(16, 25, 35, 0.7), transparent);
}

.testimonials::before {
	position: absolute;
	top: 28%;
	left: 50%;
	width: min(82vw, 940px);
	height: 310px;
	border-radius: 45%;
	background: linear-gradient(90deg, rgba(24, 216, 208, 0.08), rgba(0, 156, 255, 0.14));
	content: "";
	filter: blur(120px);
	transform: translateX(-50%);
	pointer-events: none;
}

.testimonials__header {
	position: relative;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 46px;
}

.testimonials__header .section-heading {
	margin-bottom: 0;
}

.testimonials__header .section-heading > p:last-child {
	margin-bottom: 0;
}

.testimonial-controls {
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
}

.testimonial-arrow {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	background: rgba(16, 25, 35, 0.76);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	color: #f5f8fc;
	cursor: pointer;
	transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.testimonial-arrow:hover,
.testimonial-arrow:focus-visible {
	border-color: rgba(0, 156, 255, 0.5);
	background: rgba(0, 156, 255, 0.13);
	box-shadow: 0 10px 30px rgba(0, 156, 255, 0.2);
	transform: translateY(-2px);
}

.testimonial-arrow:focus-visible {
	outline: 2px solid var(--cyan);
	outline-offset: 3px;
}

.testimonial-arrow span {
	font-size: 19px;
	line-height: 1;
}

.testimonial-carousel {
	--testimonial-columns: 3;
	--testimonial-gap: 22px;
	position: relative;
}

.testimonial-carousel::before,
.testimonial-carousel::after {
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 28px;
	width: 32px;
	content: "";
	pointer-events: none;
}

.testimonial-carousel::before {
	left: -1px;
	background: linear-gradient(90deg, rgba(6, 9, 15, 0.52), transparent);
}

.testimonial-carousel::after {
	right: -1px;
	background: linear-gradient(-90deg, rgba(6, 9, 15, 0.52), transparent);
}

.testimonial-viewport {
	overflow: hidden;
	padding: 7px 3px 22px;
	margin: -7px -3px 0;
}

.testimonial-track {
	display: flex;
	align-items: flex-start;
	gap: var(--testimonial-gap);
	transform: translate3d(0, 0, 0);
	transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.testimonial-card {
	position: relative;
	min-width: calc((100% - (var(--testimonial-gap) * (var(--testimonial-columns) - 1))) / var(--testimonial-columns));
	max-width: calc((100% - (var(--testimonial-gap) * (var(--testimonial-columns) - 1))) / var(--testimonial-columns));
	min-height: 224px;
	padding: 23px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.105);
	border-radius: 25px;
	background: linear-gradient(145deg, rgba(21, 34, 48, 0.78), rgba(11, 17, 27, 0.86));
	box-shadow: 0 22px 58px rgba(6, 9, 15, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.055);
	backdrop-filter: blur(18px);
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.testimonial-card::after {
	position: absolute;
	top: -65px;
	right: -65px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: rgba(0, 156, 255, 0.15);
	content: "";
	filter: blur(42px);
	pointer-events: none;
}

.testimonial-card--compact {
	min-height: 212px;
	padding-bottom: 20px;
}

.testimonial-card--medium {
	min-height: 232px;
}

.testimonial-card--tall {
	min-height: 246px;
}

.testimonial-card:hover {
	border-color: rgba(0, 156, 255, 0.38);
	box-shadow: 0 26px 68px rgba(6, 9, 15, 0.32), 0 0 40px rgba(0, 156, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.07);
	transform: translateY(-4px);
}

.testimonial-card__meta {
	position: relative;
	z-index: 2;
	display: grid;
	align-items: center;
	grid-template-columns: 40px 1fr auto;
	gap: 12px;
	margin-bottom: 18px;
}

.testimonial-avatar {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 14px;
	background: linear-gradient(145deg, var(--secondary), var(--primary));
	box-shadow: 0 8px 22px rgba(0, 156, 255, 0.32);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.testimonial-avatar--two { background: linear-gradient(145deg, var(--primary), #0066ad); }
.testimonial-avatar--three { background: linear-gradient(145deg, var(--brand-red-hover), #9e2137); }
.testimonial-avatar--four { background: linear-gradient(145deg, var(--secondary), var(--primary)); }
.testimonial-avatar--five { background: linear-gradient(145deg, var(--primary), #064b7c); }
.testimonial-avatar--six { background: linear-gradient(145deg, var(--brand-red), var(--primary)); }

.testimonial-card__meta h3 {
	margin: 0 0 2px;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.2;
}

.testimonial-card__meta > div:nth-child(2) > span {
	display: block;
	color: #777d95;
	font-size: 9px;
	font-weight: 650;
}

.testimonial-stars {
	color: var(--brand-red-hover);
	font-size: 10px;
	letter-spacing: 0.8px;
	text-shadow: 0 0 16px rgba(255, 59, 85, 0.34);
	white-space: nowrap;
}

.testimonial-bubble {
	position: relative;
	z-index: 2;
	padding: 20px 19px 18px 25px;
	border: 1px solid rgba(168, 181, 197, 0.14);
	border-radius: 7px 19px 19px 19px;
	background: linear-gradient(135deg, rgba(0, 156, 255, 0.14), rgba(24, 216, 208, 0.06));
}

.testimonial-bubble::before {
	position: absolute;
	top: -1px;
	left: -7px;
	width: 14px;
	height: 14px;
	border-left: 1px solid rgba(168, 181, 197, 0.16);
	background: rgba(21, 34, 48, 0.91);
	clip-path: polygon(100% 0, 100% 100%, 0 0);
	content: "";
}

.testimonial-bubble p {
	margin: 0;
	color: #a8b5c5;
	font-size: 13px;
	line-height: 1.68;
}

.testimonial-quote {
	position: absolute;
	top: 9px;
	left: 10px;
	color: rgba(24, 216, 208, 0.62);
	font-family: Georgia, serif;
	font-size: 28px;
	line-height: 1;
}

.testimonial-carousel__footer {
	display: flex;
	height: 22px;
	align-items: center;
	justify-content: center;
}

.testimonial-progress {
	display: flex;
	align-items: center;
	gap: 6px;
}

.testimonial-progress button {
	width: 6px;
	height: 6px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	cursor: pointer;
	transition: width 240ms ease, background-color 240ms ease, box-shadow 240ms ease;
}

.testimonial-progress button.is-active {
	width: 25px;
	background: linear-gradient(90deg, var(--accent), var(--cyan));
	box-shadow: 0 0 16px rgba(0, 156, 255, 0.34);
}

.testimonial-progress button:focus-visible {
	outline: 2px solid var(--cyan);
	outline-offset: 3px;
}

.testimonial-disclaimer {
	margin: 14px 0 0;
	color: #666c84;
	font-size: 10px;
	font-weight: 650;
	letter-spacing: 0.025em;
	text-align: center;
}

.pricing::before {
	position: absolute;
	top: 35%;
	left: 50%;
	width: 650px;
	height: 420px;
	border-radius: 50%;
	background: rgba(0, 156, 255, 0.1);
	content: "";
	filter: blur(130px);
	transform: translateX(-50%);
}

.pricing-grid {
	position: relative;
	display: grid;
	align-items: stretch;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.price-card {
	position: relative;
	display: flex;
	min-height: 620px;
	padding: 28px;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: rgba(11, 17, 27, 0.82);
	box-shadow: var(--shadow);
	flex-direction: column;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.price-card--featured {
	border-color: rgba(168, 181, 197, 0.52);
	background: linear-gradient(160deg, rgba(26, 109, 158, 0.94), rgba(11, 17, 27, 0.92));
	box-shadow: 0 26px 80px rgba(26, 109, 158, 0.25);
	transform: translateY(-12px);
}

.popular-badge {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 5px 9px;
	border-radius: 7px;
	background: rgba(0, 156, 255, 0.18);
	color: #a8b5c5;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.price-card__label {
	margin-bottom: 24px;
	color: #a8b5c5;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.price-card h3 {
	margin-bottom: 9px;
	font-size: 29px;
	letter-spacing: -0.04em;
}

.price-card > p:not(.price-card__label) {
	color: var(--muted);
	font-size: 14px;
}

.price-card li {
	margin: 13px 0;
}

.price-card .button {
	margin-top: auto;
}

.price-card.is-selected {
	border-color: rgba(24, 216, 208, 0.55);
	box-shadow: 0 24px 70px rgba(6, 9, 15, 0.34), 0 0 0 1px rgba(24, 216, 208, 0.08), 0 0 36px rgba(24, 216, 208, 0.08);
}

.price-card.is-updating .price-breakdown__total strong,
.price-card.is-updating .price-card__starting > span {
	animation: price-pulse 300ms ease;
}

.price-card > p.price-card__starting {
	display: flex;
	align-items: baseline;
	gap: 7px;
	margin-bottom: 24px;
	color: var(--text);
}

.price-card__starting > span {
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1;
}

.price-card__starting small {
	color: var(--muted);
	font-size: 11px;
	font-weight: 650;
}

.screen-picker {
	padding: 15px;
	margin-bottom: 16px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.035);
}

.screen-picker__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 12px;
	color: var(--muted);
	font-size: 11px;
	font-weight: 650;
}

.screen-picker__heading strong {
	color: #f5f8fc;
	font-size: 12px;
}

.screen-picker__controls {
	display: grid;
	align-items: center;
	grid-template-columns: 40px 1fr 40px;
	gap: 8px;
}

.screen-picker__controls button {
	display: grid;
	width: 40px;
	height: 40px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(168, 181, 197, 0.3);
	border-radius: 11px;
	background: rgba(0, 156, 255, 0.11);
	color: #f5f8fc;
	cursor: pointer;
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.screen-picker__controls button:hover:not(:disabled),
.screen-picker__controls button:focus-visible {
	border-color: rgba(168, 181, 197, 0.7);
	background: rgba(0, 156, 255, 0.23);
	transform: translateY(-1px);
}

.screen-picker__controls button:disabled {
	cursor: not-allowed;
	opacity: 0.28;
}

.screen-picker__controls output {
	display: grid;
	height: 40px;
	place-items: center;
	border-radius: 10px;
	background: rgba(6, 9, 15, 0.55);
	color: #fff;
	font-size: 17px;
	font-weight: 800;
}

.price-breakdown {
	padding: 15px 0 20px;
	margin-bottom: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.price-breakdown > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 5px 0;
	color: var(--muted);
	font-size: 11px;
}

.price-breakdown > div strong {
	color: #a8b5c5;
	font-size: 12px;
	white-space: nowrap;
}

.price-breakdown > div .price-discount {
	color: var(--success);
}

.price-breakdown > .price-breakdown__total {
	padding-top: 12px;
	margin-top: 8px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 13px;
	font-weight: 750;
}

.price-breakdown > .price-breakdown__total strong {
	color: #fff;
	font-size: 20px;
	letter-spacing: -0.025em;
}

.price-breakdown > p {
	padding: 8px 10px;
	margin: 12px 0 0;
	border-radius: 9px;
	background: rgba(24, 216, 208, 0.08);
	color: #a8b9b2;
	font-size: 11px;
	text-align: center;
}

.price-breakdown > p strong {
	color: var(--success);
}

.choose-plan-button span {
	transition: transform 180ms ease;
}

.choose-plan-button:hover span {
	transform: translateX(3px);
}

@keyframes price-pulse {
	0% { opacity: 0.55; transform: translateY(3px); }
	100% { opacity: 1; transform: translateY(0); }
}

.faq {
	background: rgba(11, 17, 27, 0.6);
}

.faq__grid {
	display: grid;
	grid-template-columns: 0.75fr 1.25fr;
	gap: 90px;
}

.faq-visual {
	position: relative;
	height: 170px;
	overflow: hidden;
	margin: 30px 0 0;
	border: 1px solid rgba(168, 181, 197, 0.2);
	border-radius: 18px;
	background: #0b111b;
	box-shadow: 0 20px 48px rgba(6, 9, 15, 0.28);
}

.faq-visual::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(11, 17, 27, 0.15), rgba(11, 17, 27, 0.58));
	content: "";
}

.faq-visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 57%;
	opacity: 0.82;
}

.faq-visual > span {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	display: grid;
	width: 50px;
	height: 50px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	background: rgba(0, 156, 255, 0.18);
	box-shadow: 0 0 32px rgba(0, 156, 255, 0.34);
	backdrop-filter: blur(10px);
	color: white;
	font-size: 21px;
	font-weight: 800;
	transform: translate(-50%, -50%);
}

.accordion details {
	overflow: hidden;
	border-bottom: 1px solid var(--border);
	transition: border-color 180ms ease;
}

.accordion details[open] {
	border-color: rgba(0, 156, 255, 0.28);
}

.accordion summary {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 0;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	list-style: none;
	transition: color 180ms ease;
}

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

.accordion summary:hover,
.accordion summary:focus-visible,
.accordion details[open] summary {
	color: #f5f8fc;
}

.accordion summary:focus-visible {
	outline: 2px solid var(--cyan);
	outline-offset: 5px;
	border-radius: 4px;
}

.accordion summary span {
	position: relative;
	width: 26px;
	height: 26px;
	border: 1px solid var(--border);
	border-radius: 50%;
}

.accordion summary span::before,
.accordion summary span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 1px;
	background: #a8b5c5;
	content: "";
	transform: translate(-50%, -50%);
}

.accordion summary span::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: transform 180ms ease;
}

.accordion details[open] summary span::after {
	transform: translate(-50%, -50%) rotate(0);
}

.accordion__answer {
	overflow: hidden;
}

.accordion__answer-inner {
	padding: 0 45px 23px 0;
}

.accordion__answer p {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.72;
}

.cta-section {
	padding-bottom: 90px;
}

.free-trial-section {
	padding-top: 40px;
}

.free-trial-panel {
	position: relative;
	display: grid;
	align-items: center;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 28px;
	overflow: hidden;
	padding: 34px;
	border: 1px solid rgba(124, 218, 255, 0.18);
	border-radius: 28px;
	background: radial-gradient(circle at 7% 50%, rgba(24, 216, 208, 0.13), transparent 28%), linear-gradient(135deg, rgba(16, 25, 35, 0.88), rgba(11, 17, 27, 0.94));
	box-shadow: 0 26px 80px rgba(6, 9, 15, 0.28), 0 0 55px rgba(73, 169, 225, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.free-trial-panel::after {
	position: absolute;
	top: -100px;
	right: 12%;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background: rgba(0, 156, 255, 0.16);
	content: "";
	filter: blur(70px);
	pointer-events: none;
}

.free-trial-panel__icon {
	position: relative;
	z-index: 1;
	display: grid;
	width: 66px;
	height: 66px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 21px;
	background: linear-gradient(145deg, #47bcff, #1f84be);
	box-shadow: 0 14px 34px rgba(34, 145, 209, 0.34), 0 0 25px rgba(24, 216, 208, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.25);
	color: #fff;
}

.free-trial-panel__copy,
.free-trial-form-slot {
	position: relative;
	z-index: 1;
}

.free-trial-panel__copy .eyebrow {
	margin-bottom: 7px;
}

.free-trial-panel__copy h2 {
	margin-bottom: 7px;
	font-size: clamp(28px, 3.3vw, 44px);
}

.free-trial-panel__copy > p:last-child {
	max-width: 680px;
	margin: 0;
	color: var(--muted);
}

.free-trial-form-slot {
	min-width: 210px;
	padding-left: 28px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
}

.free-trial-form-slot > p {
	margin: 0 0 10px;
	color: #a8b5c5;
	font-size: 13px;
	font-weight: 750;
}

.free-trial-widget__title {
	font-size: 22px;
}

.floating-actions {
	position: fixed;
	z-index: 95;
	right: 20px;
	bottom: max(20px, env(safe-area-inset-bottom));
	display: flex;
	align-items: flex-end;
	gap: 10px;
	flex-direction: column;
	pointer-events: none;
}

.floating-action {
	position: relative;
	display: flex;
	width: 56px;
	height: 56px;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background: rgba(16, 25, 35, 0.9);
	box-shadow: 0 16px 38px rgba(6, 9, 15, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(18px) saturate(140%);
	color: #fff;
	pointer-events: auto;
	transition: width 280ms cubic-bezier(0.22, 1, 0.36, 1), border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.floating-action--trial {
	width: 142px;
	background: linear-gradient(135deg, rgba(0, 156, 255, 0.98), rgba(0, 117, 255, 0.98) 62%, rgba(255, 59, 85, 0.92) 150%);
	box-shadow: 0 16px 38px rgba(0, 156, 255, 0.38), 0 0 28px rgba(0, 156, 255, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
	animation: viewx-trial-pulse 3.2s ease-in-out infinite;
}

.floating-action--chat {
	background: linear-gradient(135deg, rgba(24, 216, 208, 0.98), rgba(0, 156, 255, 0.98));
	box-shadow: 0 16px 38px rgba(0, 156, 255, 0.3), 0 0 28px rgba(24, 216, 208, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.floating-action__icon {
	display: grid;
	min-width: 24px;
	height: 24px;
	place-items: center;
}

.floating-action__label {
	margin-left: 10px;
	opacity: 0;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: -0.01em;
	transform: translateX(5px);
	transition: opacity 180ms ease 30ms, transform 200ms ease 30ms;
}

.floating-action--trial .floating-action__label {
	opacity: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	transform: translateX(0);
}

.floating-action:hover,
.floating-action:focus-visible {
	width: 178px;
	border-color: rgba(255, 255, 255, 0.3);
	box-shadow: 0 20px 48px rgba(6, 9, 15, 0.42), 0 0 34px rgba(0, 156, 255, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
	outline: none;
	transform: translateY(-2px);
}

.floating-action--trial:hover,
.floating-action--trial:focus-visible {
	width: 150px;
}

.floating-action--chat:hover,
.floating-action--chat:focus-visible {
	width: 158px;
	box-shadow: 0 20px 48px rgba(6, 9, 15, 0.42), 0 0 34px rgba(24, 216, 208, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.floating-action:hover .floating-action__label,
.floating-action:focus-visible .floating-action__label {
	opacity: 1;
	transform: translateX(0);
}

@keyframes viewx-trial-pulse {
	0%, 100% { box-shadow: 0 16px 38px rgba(0, 156, 255, 0.38), 0 0 24px rgba(0, 156, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.22); }
	50% { box-shadow: 0 18px 44px rgba(0, 156, 255, 0.44), 0 0 38px rgba(255, 59, 85, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.25); }
}

.cta-card {
	position: relative;
	overflow: hidden;
	padding: 88px 30px;
	border: 1px solid rgba(168, 181, 197, 0.32);
	border-radius: 30px;
	background: radial-gradient(circle at 50% 120%, rgba(52, 196, 235, 0.19), transparent 38%), linear-gradient(135deg, rgba(21, 34, 48, 0.94), rgba(11, 17, 27, 0.96));
	box-shadow: 0 30px 90px rgba(6, 9, 15, 0.3);
	text-align: center;
}

.cta-card__art {
	position: absolute;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
}

.cta-card__art::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(11, 17, 27, 0.82), rgba(16, 25, 35, 0.68) 50%, rgba(11, 17, 27, 0.84)), radial-gradient(circle at center, rgba(21, 34, 48, 0.2), rgba(11, 17, 27, 0.56) 72%);
	content: "";
}

.cta-card__art picture {
	display: block;
	width: 100%;
	height: 100%;
}

.cta-card__art img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.72;
	transform: scale(1.015);
	transition: transform 800ms ease;
}

.cta-card:hover .cta-card__art img {
	transform: scale(1.045);
}

.cta-card::before,
.cta-card::after {
	position: absolute;
	width: 360px;
	height: 360px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 42% 58% 35% 65%;
	content: "";
	pointer-events: none;
}

.cta-card::before {
	top: -230px;
	left: -80px;
	transform: rotate(25deg);
}

.cta-card::after {
	right: -120px;
	bottom: -260px;
	transform: rotate(-35deg);
}

.cta-card .eyebrow,
.hero__actions--center {
	position: relative;
	z-index: 2;
	justify-content: center;
}

.cta-card h2 {
	position: relative;
	z-index: 2;
	margin-bottom: 16px;
}

.cta-card > p:not(.eyebrow) {
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
}

.site-footer {
	padding: 30px 0;
	border-top: 1px solid var(--border);
	background: #0b111b;
	color: var(--muted);
}

.site-footer__inner,
.site-footer__bottom {
	display: flex;
	width: min(calc(100% - 40px), var(--container));
	align-items: center;
	justify-content: space-between;
	margin-inline: auto;
}

.site-footer__inner {
	padding: 30px 0 42px;
}

.site-brand--footer {
	margin-bottom: 12px;
	color: var(--text);
}

.site-brand--footer img {
	display: block;
	width: 154px;
	height: auto;
}

.site-footer__inner p,
.site-footer__bottom p {
	margin: 0;
	font-size: 13px;
}

.site-footer__inner .site-footer__contact {
	margin-top: 9px;
	color: var(--muted);
}

.site-footer__contact a {
	color: var(--secondary);
	font-weight: 740;
	text-decoration: none;
}

.site-footer__contact a:hover,
.site-footer__contact a:focus-visible {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.footer-navigation {
	display: flex;
	gap: 24px;
	color: #a8b5c5;
	font-size: 13px;
	font-weight: 650;
}

.footer-navigation a:hover {
	color: #fff;
}

.site-footer__bottom {
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body:not(.home) .site-main {
	min-height: 70vh;
	padding: 150px max(20px, calc((100vw - var(--container)) / 2)) 80px;
}

@keyframes viewx-light-sweep {
	0%, 28% { opacity: 0; transform: translateX(-80%) rotate(10deg); }
	48% { opacity: 1; }
	72%, 100% { opacity: 0; transform: translateX(180%) rotate(10deg); }
}

@keyframes viewx-particle-float {
	from { opacity: 0.28; transform: translate3d(0, 0, 0) scale(0.8); }
	to { opacity: 0.8; transform: translate3d(13px, -24px, 0) scale(1.15); }
}

@media (max-width: 1100px) {
	.pricing-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.price-card--featured {
		transform: none;
	}
}

@media (max-width: 1080px) {
	.admin-bar .site-header { top: 46px; }
	body.viewx-menu-open { overflow: hidden; }

	.primary-navigation {
		position: absolute;
		top: calc(100% + 8px);
		right: 0;
		left: auto;
		width: min(360px, calc(100vw - 24px));
		max-height: calc(100vh - 110px);
		padding: 9px;
		overflow-y: auto;
		border: 1px solid rgba(168, 181, 197, 0.22);
		border-radius: 18px;
		background: linear-gradient(145deg, rgba(16, 25, 35, 0.98), rgba(11, 17, 27, 0.98));
		box-shadow: 0 30px 80px rgba(6, 9, 15, 0.52), 0 0 45px rgba(34, 145, 209, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.06);
		backdrop-filter: blur(26px) saturate(145%);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-10px) scale(0.985);
		transform-origin: top center;
		visibility: hidden;
		transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
	}

	.primary-navigation.is-open { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); visibility: visible; }
	.primary-navigation .menu { align-items: stretch; gap: 4px; flex-direction: column; }
	.primary-navigation a { padding: 13px 15px; border-radius: 12px; font-size: 14px; }
	.primary-navigation a::after { right: 15px; bottom: 5px; left: 15px; }
	.menu-toggle { display: block; margin-left: 0; }
	.header-cta { display: inline-flex; }

	.hero { min-height: auto; padding: 112px 0 76px; }
	.hero__grid { grid-template-columns: 1fr; grid-template-rows: auto auto; }
	.hero__content { grid-column: 1; grid-row: 1; text-align: center; }
	.hero__content .eyebrow, .hero__actions, .hero__proof { justify-content: center; }
	.hero__lead { margin-right: auto; margin-left: auto; }
	.hero-visual { min-height: 470px; grid-column: 1; grid-row: 2; margin-top: 16px; }
	.hero-media { width: min(96%, 760px); transform: translate(-50%, -50%); }

	.devices__grid,
	.faq__grid { grid-template-columns: 1fr; gap: 55px; }
	.devices__visual { width: min(100%, 650px); margin: 0 auto; }
	.devices-media { width: 100%; margin-left: 0; }
	.devices__content { max-width: 680px; }

	.testimonial-carousel { --testimonial-columns: 2; }
	.trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.cinematic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pricing-grid { gap: 12px; }
	.price-card { padding: 27px 22px; }
	.free-trial-panel { align-items: start; grid-template-columns: auto 1fr; }
	.free-trial-form-slot { grid-column: 2; width: max-content; padding: 0; border: 0; text-align: left; }
}

@media (max-width: 720px) {
	.container,
	.site-header__inner,
	.site-footer__inner,
	.site-footer__bottom { width: min(calc(100% - 28px), var(--container)); }

	.site-header { padding-top: 7px; }
	.site-header.is-scrolled { padding-top: 4px; }
	.site-header__inner { min-height: 56px; padding: 4px 5px 4px 11px; }
	.site-brand__mark { width: 29px; height: 29px; }
	.primary-navigation { top: calc(100% + 7px); }
	.site-header__actions { gap: 5px; margin-left: auto; }
	.header-cta { min-height: 38px; padding-inline: 11px; font-size: 11px; }
	.menu-toggle { width: 38px; height: 38px; padding: 8px; }

	.hero { padding-top: 102px; }
	h1 { font-size: clamp(43px, 13vw, 64px); }
	.hero__proof span { min-width: 0; padding: 0 14px; }
	.hero-visual { min-height: 380px; margin-top: 26px; }
	.hero-media { width: 100%; border-radius: 21px; }
	.hero-media__play { width: 52px; height: 52px; font-size: 14px; }
	.hero-media figcaption { right: 14px; bottom: 11px; }
	.hero-media__interface { bottom: 11px; left: 12px; }
	.vault-card { width: 88%; padding: 10px; }
	.vault-card__screen { height: 220px; }
	.hero-visual__orbit--one { width: 100%; height: 260px; }
	.hero-visual__orbit--two { width: 75%; height: 390px; }
	.floating-chip--quality { right: 0; }
	.floating-chip--secure { left: 0; }

	.section { padding: 72px 0; }
	.section-heading { margin-bottom: 35px; }
	h2 { font-size: clamp(36px, 10vw, 50px); }

	.benefit-grid,
	.pricing-grid { grid-template-columns: 1fr; }
	.feature-card--wide { display: block; grid-column: auto; }
	.signal-graphic { margin-top: 25px; }
	.feature-card { min-height: auto; }
	.media-showcase { grid-template-columns: 1fr; padding: 16px; }
	.media-showcase__copy { padding: 14px 10px 4px; }
	.price-card { min-height: 440px; }
	.price-card--featured { order: -1; transform: none; }

	.devices__visual { min-height: 390px; }
	.devices-media { border-radius: 21px; }
	.devices-media figcaption { right: 12px; bottom: 12px; }
	.device--tv { top: 35px; height: 250px; }
	.device--tablet { width: 145px; height: 105px; }
	.device--phone { width: 68px; height: 135px; }
	.check-list { grid-template-columns: 1fr; }

	.faq__grid { gap: 20px; }
	.accordion summary { gap: 18px; padding: 21px 0; line-height: 1.35; }
	.accordion summary span { flex: 0 0 26px; }
	.accordion__answer-inner { padding-right: 0; }
	.testimonials__header { align-items: flex-start; margin-bottom: 34px; }
	.trust-section { padding-top: 54px; padding-bottom: 54px; }
	.trust-panel { padding: 28px; border-radius: 25px; }
	.trust-grid { grid-template-columns: 1fr; }
	.trust-badge { min-height: 0; }
	.category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cinematic-grid { grid-template-columns: 1fr; }
	.cinematic-card__image { aspect-ratio: 1.5 / 1; }
	.testimonials__header .section-heading { margin-bottom: 0; }
	.testimonial-carousel { --testimonial-columns: 1; --testimonial-gap: 16px; }
	.testimonial-card,
	.testimonial-card--compact,
	.testimonial-card--medium,
	.testimonial-card--tall { min-height: 224px; }
	.cta-card { padding: 70px 20px; }
	.free-trial-section { padding-top: 20px; }
	.free-trial-panel { grid-template-columns: 1fr; gap: 20px; padding: 25px; }
	.free-trial-panel__icon { width: 54px; height: 54px; border-radius: 17px; }
	.free-trial-form-slot { grid-column: auto; width: 100%; text-align: left; }
	.floating-actions { right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); gap: 8px; }
	.floating-action { width: 50px; height: 50px; padding: 0 13px; }
	.floating-action--trial { width: 122px; }
	.floating-action--trial .floating-action__label { margin-left: 8px; font-size: 10px; }
	.floating-action--trial:hover,
	.floating-action--trial:focus-visible { width: 126px; transform: translateY(-1px); }
	.floating-action--chat:hover,
	.floating-action--chat:focus-visible { width: 150px; }
	.floating-action--chat:hover { width: 50px; transform: none; }
	.floating-action--chat:hover .floating-action__label { opacity: 0; transform: translateX(5px); }
	.site-footer { padding-bottom: calc(112px + env(safe-area-inset-bottom)); }
	.site-footer__inner { align-items: flex-start; gap: 28px; flex-direction: column; }
	.footer-navigation { flex-wrap: wrap; }
	.site-footer__bottom { align-items: flex-start; gap: 5px; flex-direction: column; }
}

@media (max-width: 480px) {
	.hero__actions .button { width: 100%; }
	.hero__proof { align-items: stretch; }
	.hero__proof span { flex: 1; font-size: 9px; }
	.hero__proof strong { font-size: 17px; }
	.floating-chip { padding: 8px 10px; }
	.floating-chip span { display: none; }
	.floating-chip--quality { top: 13%; }
	.floating-chip--secure { bottom: 12%; }
	.devices__visual { min-height: 330px; }
	.devices-media figcaption { display: none; }
	.testimonials__header { gap: 22px; flex-direction: column; }
	.testimonial-controls { align-self: stretch; justify-content: flex-end; }
	.testimonial-arrow { width: 45px; height: 45px; }
	.testimonial-card { padding: 20px; border-radius: 21px; }
	.testimonial-card__meta { grid-template-columns: 38px 1fr; }
	.testimonial-stars { grid-column: 2; }
	.testimonial-avatar { grid-row: 1 / span 2; }
	.cta-card__art img { width: 100%; height: 100%; opacity: 0.58; object-position: center; }
	.device--tv { left: 0; width: 100%; height: 220px; }
	.device--tablet { right: 0; bottom: 10px; }
	.device--phone { bottom: 0; left: 2%; }
	.hero__actions--center .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.trust-panel::before,
	.energy-particles i {
		animation: none !important;
	}

	.floating-action--trial {
		animation: none !important;
	}
}

/* Cinematic catalogue: licensed and public-domain poster rails. */
.entertainment-universe {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 16%, rgba(44, 192, 255, 0.1), transparent 24%),
		radial-gradient(circle at 91% 38%, rgba(71, 188, 255, 0.14), transparent 29%),
		linear-gradient(180deg, #0b111b 0%, #0b111b 45%, #0b111b 100%);
}

.entertainment-universe::after {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0.014) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
	background-size: 46px 46px;
	content: "";
	mask-image: linear-gradient(180deg, transparent, #000 14%, #000 84%, transparent);
	pointer-events: none;
}

.catalogue-container {
	position: relative;
	z-index: 2;
	width: min(1420px, calc(100% - 48px));
	max-width: 1420px;
}

.catalogue-container > .section-heading {
	margin-bottom: 38px;
}

.catalogue-feature {
	position: relative;
	min-height: 330px;
	overflow: hidden;
	margin: 36px 0 42px;
	border: 1px solid rgba(168, 181, 197, 0.2);
	border-radius: 30px;
	background: #0b111b;
	box-shadow: 0 34px 90px rgba(6, 9, 15, 0.43), 0 0 54px rgba(71, 188, 255, 0.11);
}

.catalogue-feature::before {
	position: absolute;
	z-index: 2;
	inset: 0;
	border-radius: inherit;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), inset 0 -90px 120px rgba(6, 9, 15, 0.4);
	content: "";
	pointer-events: none;
}

.catalogue-feature > img {
	display: block;
	width: 100%;
	height: 390px;
	object-fit: cover;
	object-position: center 58%;
	filter: saturate(1.12) contrast(1.06);
	transform: scale(1.01);
	transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), filter 600ms ease;
}

.catalogue-feature:hover > img {
	filter: saturate(1.2) contrast(1.08);
	transform: scale(1.045);
}

.catalogue-feature__shade {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(90deg, rgba(6, 9, 15, 0.98) 0%, rgba(11, 17, 27, 0.84) 34%, rgba(11, 17, 27, 0.16) 72%), linear-gradient(180deg, transparent 44%, rgba(6, 9, 15, 0.74));
}

.catalogue-feature figcaption {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: clamp(28px, 5vw, 76px);
	width: min(540px, 52%);
	transform: translateY(-50%);
}

.catalogue-feature__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	margin-bottom: 16px;
	border: 1px solid rgba(206, 255, 79, 0.25);
	border-radius: 999px;
	background: rgba(255, 59, 85, 0.08);
	box-shadow: 0 0 24px rgba(255, 59, 85, 0.08);
	color: var(--brand-red-hover);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.catalogue-feature h3 {
	max-width: 500px;
	margin: 0 0 12px;
	font-size: clamp(31px, 4vw, 58px);
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.catalogue-feature p {
	max-width: 470px;
	margin: 0;
	color: #a8b5c5;
	font-size: 14px;
	line-height: 1.65;
}

.catalogue-feature__play {
	position: absolute;
	top: 50%;
	right: -92px;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.36);
	border-radius: 50%;
	background: rgba(11, 17, 27, 0.48);
	box-shadow: 0 0 34px rgba(65, 208, 255, 0.22);
	backdrop-filter: blur(12px);
	color: var(--brand-red-hover);
	font-size: 12px;
	text-indent: 3px;
	transform: translateY(-50%);
}

.catalogue-row {
	position: relative;
	margin: 0 0 34px;
}

.catalogue-row--sports {
	padding: 24px;
	border: 1px solid rgba(32, 217, 255, 0.14);
	border-radius: 24px;
	background:
		linear-gradient(90deg, rgba(11, 17, 27, 0.94), rgba(11, 17, 27, 0.72)),
		url("assets/images/viewx-sports-stadium.webp") center 42% / cover no-repeat;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 24px 64px rgba(6, 9, 15, 0.24);
}

.catalogue-row__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 14px;
}

.catalogue-row__header h3 {
	margin: 0;
	font-size: clamp(20px, 2vw, 27px);
	letter-spacing: -0.025em;
}

.catalogue-row__controls {
	display: flex;
	gap: 8px;
}

.catalogue-row__controls button {
	display: grid;
	width: 38px;
	height: 38px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	background: rgba(16, 25, 35, 0.82);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	color: #f5f8fc;
	cursor: pointer;
	transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.catalogue-row__controls button:hover,
.catalogue-row__controls button:focus-visible {
	border-color: rgba(0, 156, 255, 0.42);
	background: rgba(0, 156, 255, 0.15);
	color: var(--secondary);
	transform: translateY(-2px);
}

.catalogue-row__controls button:disabled {
	opacity: 0.36;
	cursor: default;
	transform: none;
}

.catalogue-track {
	display: flex;
	gap: 14px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 3px 3px 16px;
	margin: 0 -3px;
	scroll-behavior: smooth;
	scroll-padding-inline: 3px;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	overscroll-behavior-inline: contain;
}

.catalogue-track::-webkit-scrollbar {
	display: none;
}

.catalogue-card {
	position: relative;
	width: clamp(154px, 13.25vw, 188px);
	min-width: clamp(154px, 13.25vw, 188px);
	scroll-snap-align: start;
	transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.catalogue-card__poster {
	position: relative;
	overflow: hidden;
	aspect-ratio: 2 / 3;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 17px;
	background: #101923;
	box-shadow: 0 18px 34px rgba(6, 9, 15, 0.34);
	transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.catalogue-card__poster::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(6, 9, 15, 0.02) 46%, rgba(6, 9, 15, 0.76) 100%), linear-gradient(110deg, rgba(58, 196, 255, 0.08), transparent 42%, rgba(71, 188, 255, 0.1));
	content: "";
	pointer-events: none;
}

.catalogue-card__poster img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.04) contrast(1.035);
	transform: scale(1.01);
	transition: filter 500ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.catalogue-channel-art {
	display: flex;
	padding: 18px;
	align-items: center;
	justify-content: center;
	isolation: isolate;
	background:
		radial-gradient(circle at 74% 20%, rgba(255, 59, 85, 0.2), transparent 26%),
		linear-gradient(145deg, #152230, #1a6d9e 56%, #0c7894);
}

.catalogue-channel-art::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		linear-gradient(120deg, transparent 0 42%, rgba(255, 255, 255, 0.08) 42% 43%, transparent 43% 100%),
		repeating-linear-gradient(0deg, transparent 0 26px, rgba(255, 255, 255, 0.035) 26px 27px);
	content: "";
}

.catalogue-channel-art__live {
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 5px 8px;
	border: 1px solid rgba(219, 255, 121, 0.38);
	border-radius: 999px;
	background: rgba(11, 17, 27, 0.64);
	box-shadow: 0 0 18px rgba(255, 59, 85, 0.16);
	color: var(--secondary);
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.14em;
}

.catalogue-channel-art__mark {
	position: relative;
	z-index: 2;
	max-width: 100%;
	color: #fff;
	font-size: clamp(19px, 1.75vw, 28px);
	font-weight: 950;
	line-height: 0.98;
	letter-spacing: -0.055em;
	text-align: center;
	text-shadow: 0 4px 20px rgba(6, 9, 15, 0.48), 0 0 26px rgba(93, 217, 255, 0.25);
}

.catalogue-channel-art__pitch {
	position: absolute;
	right: -31%;
	bottom: -12%;
	width: 125%;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	transform: perspective(420px) rotateX(62deg);
}

.catalogue-channel-art__pitch i {
	position: absolute;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
}

.catalogue-channel-art__pitch i:nth-child(1) { inset: 16%; }
.catalogue-channel-art__pitch i:nth-child(2) { inset: 32%; }
.catalogue-channel-art__pitch i:nth-child(3) { inset: 46%; background: rgba(255, 59, 85, 0.16); }

.catalogue-card--channel[data-channel="basketball"] .catalogue-channel-art {
	background: radial-gradient(circle at 24% 22%, rgba(255, 92, 114, 0.28), transparent 30%), linear-gradient(145deg, #152230, #1a9e99 54%, #047ea0);
}

.catalogue-card--channel[data-channel="football"] .catalogue-channel-art {
	background: radial-gradient(circle at 70% 18%, rgba(0, 156, 255, 0.28), transparent 30%), linear-gradient(145deg, #101923, #064b7c 56%, #009cff);
}

.catalogue-card--channel[data-channel="soccer"] .catalogue-channel-art {
	background: radial-gradient(circle at 28% 24%, rgba(24, 216, 208, 0.27), transparent 28%), linear-gradient(145deg, #0b111b, #064b7c 52%, #18d8d0);
}

.catalogue-card--channel[data-channel="fight-night"] .catalogue-channel-art {
	background: radial-gradient(circle at 72% 20%, rgba(24, 216, 208, 0.26), transparent 28%), linear-gradient(145deg, #0b111b, #152230 54%, #066b71);
}

.catalogue-card--channel[data-channel="motorsport"] .catalogue-channel-art {
	background: radial-gradient(circle at 20% 22%, rgba(255, 92, 114, 0.25), transparent 28%), linear-gradient(145deg, #101923, #1a6d9e 52%, #da1b34);
}

.catalogue-card--channel[data-channel="tennis"] .catalogue-channel-art {
	background: radial-gradient(circle at 70% 18%, rgba(24, 216, 208, 0.27), transparent 28%), linear-gradient(145deg, #152230, #064b7c 52%, #009cff);
}

.catalogue-card--channel[data-channel="arena"] .catalogue-channel-art {
	background: radial-gradient(circle at 50% 16%, rgba(255, 205, 82, 0.3), transparent 24%), linear-gradient(145deg, #101923, #1a6d9e 54%, #0b7286);
}

.catalogue-card--channel:hover .catalogue-channel-art__mark {
	text-shadow: 0 4px 20px rgba(6, 9, 15, 0.48), 0 0 34px rgba(255, 59, 85, 0.34);
}

.catalogue-card:hover {
	z-index: 3;
	transform: translateY(-5px);
}

.catalogue-card:hover .catalogue-card__poster {
	border-color: rgba(83, 207, 255, 0.44);
	box-shadow: 0 25px 52px rgba(6, 9, 15, 0.48), 0 0 32px rgba(71, 188, 255, 0.2);
	transform: perspective(800px) rotateX(1.6deg) scale(1.018);
}

.catalogue-card:hover .catalogue-card__poster img {
	filter: saturate(1.15) contrast(1.06);
	transform: scale(1.075);
}

.catalogue-card__play {
	position: absolute;
	z-index: 2;
	right: 12px;
	bottom: 12px;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	background: rgba(11, 17, 27, 0.68);
	box-shadow: 0 0 18px rgba(87, 213, 255, 0.18);
	backdrop-filter: blur(10px);
	color: var(--brand-red-hover);
	font-size: 8px;
	text-indent: 2px;
	opacity: 0;
	transform: translateY(7px) scale(0.9);
	transition: opacity 200ms ease, transform 250ms ease;
}

.catalogue-card:hover .catalogue-card__play,
.catalogue-card:focus-within .catalogue-card__play {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.catalogue-card__quality {
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	padding: 4px 6px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px;
	background: rgba(11, 17, 27, 0.66);
	backdrop-filter: blur(8px);
	color: #f5f8fc;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.catalogue-card__copy {
	padding: 10px 3px 0;
}

.catalogue-card__copy h4 {
	overflow: hidden;
	margin: 0 0 4px;
	color: #f5f8fc;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.catalogue-card__copy p {
	overflow: hidden;
	margin: 0;
	color: #858ca8;
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0.015em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.entertainment-universe .category-disclaimer {
	max-width: 940px;
	margin: 8px auto 0;
	line-height: 1.6;
}

@media (max-width: 980px) {
	.catalogue-container {
		width: min(100% - 36px, 1420px);
	}

	.catalogue-feature > img {
		height: 340px;
	}

	.catalogue-card {
		width: 162px;
		min-width: 162px;
	}
}

@media (max-width: 720px) {
	.catalogue-container {
		width: min(100% - 28px, 1420px);
	}

	.catalogue-feature {
		min-height: 390px;
		margin: 26px 0 34px;
		border-radius: 23px;
	}

	.catalogue-feature > img {
		height: 390px;
		object-position: 58% center;
	}

	.catalogue-feature__shade {
		background: linear-gradient(180deg, rgba(6, 9, 15, 0.08) 22%, rgba(6, 9, 15, 0.94) 76%, #06090f 100%);
	}

	.catalogue-feature figcaption {
		top: auto;
		right: 22px;
		bottom: 24px;
		left: 22px;
		width: auto;
		transform: none;
	}

	.catalogue-feature h3 {
		font-size: 31px;
	}

	.catalogue-feature p {
		font-size: 12px;
	}

	.catalogue-feature__play {
		display: none;
	}

	.catalogue-row {
		margin-bottom: 26px;
	}

	.catalogue-row__header {
		margin-bottom: 11px;
	}

	.catalogue-row__controls button {
		width: 34px;
		height: 34px;
		border-radius: 10px;
	}

	.catalogue-track {
		gap: 11px;
		padding-bottom: 12px;
	}

	.catalogue-card {
		width: 138px;
		min-width: 138px;
	}

	.catalogue-channel-art {
		padding: 13px;
	}

	.catalogue-channel-art__mark {
		font-size: 19px;
	}

	.catalogue-card__poster {
		border-radius: 14px;
	}
}

@media (max-width: 420px) {
	.catalogue-feature {
		min-height: 360px;
	}

	.catalogue-feature > img {
		height: 360px;
	}

	.catalogue-card {
		width: 126px;
		min-width: 126px;
	}

	.catalogue-card__copy h4 {
		font-size: 12px;
	}
}

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

	.catalogue-card,
	.catalogue-card__poster,
	.catalogue-card__poster img,
	.catalogue-feature > img {
		transition: none;
	}
}

/* Compact navigation, cinematic motion and assistant CTA refinements. */
.viewx-motion .viewx-reveal {
	opacity: 0;
	translate: 0 18px;
	transition: opacity 620ms ease, translate 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.viewx-motion .viewx-reveal.is-revealed {
	opacity: 1;
	translate: 0 0;
}

.viewx-motion .benefit-grid > .viewx-reveal:nth-child(2),
.viewx-motion .trust-grid > .viewx-reveal:nth-child(2),
.viewx-motion .pricing-grid > .viewx-reveal:nth-child(2) {
	transition-delay: 60ms;
}

.viewx-motion .benefit-grid > .viewx-reveal:nth-child(3),
.viewx-motion .trust-grid > .viewx-reveal:nth-child(3),
.viewx-motion .pricing-grid > .viewx-reveal:nth-child(3) {
	transition-delay: 110ms;
}

.viewx-motion .benefit-grid > .viewx-reveal:nth-child(4),
.viewx-motion .trust-grid > .viewx-reveal:nth-child(4),
.viewx-motion .pricing-grid > .viewx-reveal:nth-child(4) {
	transition-delay: 160ms;
}

.viewx-tilt {
	will-change: transform;
}

.hero-media.viewx-tilt {
	transform: translate(-48%, -50%) perspective(1100px) rotateX(calc(2deg + var(--tilt-x, 0deg))) rotateY(calc(-5deg + var(--tilt-y, 0deg)));
}

.media-showcase__art.viewx-tilt,
.devices-media.viewx-tilt {
	transform: perspective(1100px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
}

.installation-hero__visual.viewx-tilt {
	transform: perspective(1000px) rotateX(calc(1deg + var(--tilt-x, 0deg))) rotateY(calc(-3deg + var(--tilt-y, 0deg)));
}

.reseller-hero__media.viewx-tilt {
	transform: perspective(1100px) rotateX(calc(1deg + var(--tilt-x, 0deg))) rotateY(calc(-3deg + var(--tilt-y, 0deg)));
}

.cta-card--assistant {
	display: grid;
	min-height: 490px;
	align-items: center;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
	gap: 32px;
	padding: 66px clamp(36px, 6vw, 74px);
	text-align: left;
}

.cta-card__glow {
	position: absolute;
	z-index: 1;
	top: 18%;
	right: 7%;
	width: 340px;
	height: 340px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(59, 163, 223, 0.24), rgba(24, 216, 208, 0.06) 42%, transparent 70%);
	filter: blur(26px);
	pointer-events: none;
}

.cta-card--assistant .cta-card__art::after {
	background: linear-gradient(90deg, rgba(11, 17, 27, 0.94) 0%, rgba(11, 17, 27, 0.82) 48%, rgba(11, 17, 27, 0.54) 100%), radial-gradient(circle at 78% 50%, rgba(31, 132, 191, 0.18), transparent 34%);
}

.cta-card__content {
	position: relative;
	z-index: 3;
	max-width: 690px;
}

.cta-card--assistant .eyebrow,
.cta-card--assistant .hero__actions {
	justify-content: flex-start;
}

.cta-card--assistant h2 {
	max-width: 650px;
	margin-bottom: 16px;
	font-size: clamp(42px, 5.4vw, 70px);
}

.cta-card--assistant .cta-card__content > p:not(.eyebrow) {
	max-width: 600px;
	margin-bottom: 30px;
	color: #a8b5c5;
	font-size: 17px;
}

.cta-card--assistant .hero__actions {
	position: relative;
	z-index: 4;
}

.cta-card--assistant .button {
	min-height: 50px;
	padding-inline: 20px;
	font-size: 13px;
}

.viewx-assistant {
	position: relative;
	z-index: 3;
	display: grid;
	align-self: end;
	justify-self: center;
	width: min(100%, 370px);
	height: 390px;
	place-items: center;
	isolation: isolate;
	pointer-events: none;
}

.viewx-assistant img {
	position: relative;
	z-index: 2;
	width: min(100%, 252px);
	height: auto;
	max-width: none;
	filter: drop-shadow(0 28px 42px rgba(6, 9, 15, 0.48)) drop-shadow(0 0 28px rgba(83, 201, 255, 0.12));
	transform-origin: 50% 85%;
	animation: viewx-assistant-float 7.8s ease-in-out infinite;
	will-change: transform, filter;
}

.viewx-assistant__halo {
	position: absolute;
	right: 50%;
	bottom: 0;
	width: 250px;
	height: 250px;
	border: 1px solid rgba(110, 221, 255, 0.16);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(35, 149, 215, 0.22), rgba(24, 216, 208, 0.06) 43%, transparent 70%);
	box-shadow: 0 0 80px rgba(43, 155, 220, 0.19);
	transform: translateX(50%);
	animation: viewx-assistant-halo 5.5s ease-in-out infinite;
}

.viewx-assistant__status {
	position: absolute;
	z-index: 4;
	top: 38px;
	right: -4px;
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 999px;
	background: rgba(11, 17, 27, 0.76);
	box-shadow: 0 14px 36px rgba(6, 9, 15, 0.3);
	backdrop-filter: blur(14px);
	color: #f5f8fc;
	font-size: 10px;
	font-weight: 780;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.viewx-assistant__status i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--brand-red);
	box-shadow: 0 0 12px rgba(255, 59, 85, 0.82);
}

.viewx-assistant__wave {
	position: absolute;
	z-index: 3;
	top: 13%;
	left: 8%;
	width: 72px;
	height: 72px;
	pointer-events: none;
}

.viewx-assistant__wave i {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(92, 222, 255, 0.5);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-radius: 50%;
	opacity: 0;
	transform: scale(0.55) rotate(-32deg);
	animation: viewx-assistant-wave 8.6s ease-out infinite;
}

.viewx-assistant__wave i:nth-child(2) {
	animation-delay: 280ms;
}

.viewx-assistant__particles i {
	position: absolute;
	z-index: 1;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #65ddff;
	box-shadow: 0 0 14px rgba(101, 221, 255, 0.75);
	animation: viewx-assistant-particle 5s ease-in-out infinite alternate;
}

.viewx-assistant__particles i:nth-child(1) { top: 22%; left: 4%; }
.viewx-assistant__particles i:nth-child(2) { top: 48%; right: 3%; animation-delay: -1.7s; }
.viewx-assistant__particles i:nth-child(3) { bottom: 18%; left: 12%; animation-delay: -3.1s; }
.viewx-assistant__particles i:nth-child(4) { top: 12%; right: 27%; width: 3px; height: 3px; animation-delay: -4.2s; }

@keyframes viewx-assistant-float {
	0%, 100% { filter: drop-shadow(0 28px 42px rgba(6, 9, 15, 0.48)) drop-shadow(0 0 23px rgba(83, 201, 255, 0.1)); transform: translateY(0) rotate(-0.3deg); }
	46% { filter: drop-shadow(0 34px 48px rgba(6, 9, 15, 0.42)) drop-shadow(0 0 35px rgba(71, 188, 255, 0.18)); transform: translateY(-8px) rotate(0.35deg); }
	74% { transform: translateY(-3px) rotate(-0.15deg); }
}

@keyframes viewx-assistant-halo {
	0%, 100% { opacity: 0.72; transform: translateX(50%) scale(0.98); }
	50% { opacity: 1; transform: translateX(50%) scale(1.035); }
}

@keyframes viewx-assistant-particle {
	from { opacity: 0.25; transform: translate3d(0, 8px, 0) scale(0.8); }
	to { opacity: 0.9; transform: translate3d(5px, -14px, 0) scale(1.2); }
}

@keyframes viewx-assistant-wave {
	0%, 68%, 100% { opacity: 0; transform: scale(0.55) rotate(-32deg); }
	72% { opacity: 0.55; }
	82% { opacity: 0; transform: scale(1.15) rotate(-32deg); }
}

@media (max-width: 980px) {
	.installation-hero__visual.viewx-tilt,
	.reseller-hero__media.viewx-tilt {
		transform: perspective(1000px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
	}

	.cta-card--assistant {
		grid-template-columns: minmax(0, 1fr) 250px;
		padding-right: 32px;
	}

	.viewx-assistant {
		height: 350px;
	}

	.viewx-assistant img {
		width: 224px;
	}
}

@media (max-width: 720px) {
	.cta-card--assistant {
		min-height: 0;
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 44px 24px 0;
	}

	.cta-card--assistant .eyebrow,
	.cta-card--assistant .hero__actions {
		justify-content: center;
	}

	.cta-card__content {
		text-align: center;
	}

	.cta-card--assistant .cta-card__content > p:not(.eyebrow) {
		margin-right: auto;
		margin-left: auto;
	}

	.viewx-assistant {
		width: min(100%, 300px);
		height: 340px;
		align-self: auto;
	}

	.viewx-assistant img {
		width: 208px;
	}

	.viewx-assistant__status {
		top: 30px;
		right: 0;
	}

	.viewx-assistant__particles,
	.viewx-assistant__wave {
		display: none;
	}
}

@media (max-width: 360px) {
	.site-brand { gap: 7px; font-size: 16px; }
	.header-cta { padding-inline: 9px; }
	.site-header__actions { gap: 4px; }
	.primary-navigation { width: calc(100vw - 20px); }
	.viewx-assistant { height: 290px; }
	.viewx-assistant img { width: 192px; }
	.viewx-assistant__status { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	.viewx-motion .viewx-reveal,
	.viewx-motion .viewx-reveal.is-revealed {
		opacity: 1;
		translate: none;
	}

	.viewx-assistant img,
	.viewx-assistant__halo,
	.viewx-assistant__particles i,
	.viewx-assistant__wave i {
		animation: none !important;
	}
}

/* Interactive assistant panel and permanent page shortcuts. */
.viewx-assistant-zone {
	position: relative;
	z-index: 4;
	display: grid;
	width: min(100%, 390px);
	height: 390px;
	align-self: end;
	justify-self: center;
	place-items: center;
}

.viewx-assistant-zone .viewx-assistant {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	pointer-events: auto;
	transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.viewx-assistant-zone .viewx-assistant:focus-visible {
	outline: 2px solid rgba(96, 222, 255, 0.95);
	outline-offset: -8px;
	border-radius: 28px;
}

.viewx-assistant-zone .viewx-assistant:hover img,
.viewx-assistant-zone .viewx-assistant:focus-visible img {
	filter: drop-shadow(0 32px 48px rgba(6, 9, 15, 0.5)) drop-shadow(0 0 34px rgba(83, 201, 255, 0.22));
}

.viewx-assistant-panel {
	position: absolute;
	z-index: 7;
	top: 72px;
	left: 0;
	width: 258px;
	padding: 22px;
	border: 1px solid rgba(116, 213, 255, 0.2);
	border-radius: 22px;
	background: linear-gradient(145deg, rgba(16, 25, 35, 0.97), rgba(11, 17, 27, 0.98));
	box-shadow: 0 24px 70px rgba(6, 9, 15, 0.52), 0 0 38px rgba(60, 163, 223, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(22px) saturate(140%);
	-webkit-backdrop-filter: blur(22px) saturate(140%);
	opacity: 0;
	pointer-events: none;
	transform: translateX(-12px) scale(0.96);
	transform-origin: center right;
	visibility: hidden;
	transition: opacity 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1), visibility 220ms ease;
}

.viewx-assistant-zone.is-open .viewx-assistant-panel {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0) scale(1);
	visibility: visible;
}

.viewx-assistant-zone.is-open .viewx-assistant {
	transform: translateX(74px);
}

.viewx-assistant-panel__close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: grid;
	width: 32px;
	height: 32px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.045);
	color: #f5f8fc;
	font-size: 21px;
	line-height: 1;
	cursor: pointer;
	transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.viewx-assistant-panel__close:hover,
.viewx-assistant-panel__close:focus-visible {
	border-color: rgba(110, 220, 255, 0.38);
	background: rgba(85, 202, 255, 0.09);
	outline: none;
	transform: rotate(4deg);
}

.viewx-assistant-panel__eyebrow {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0 38px 10px 0;
	color: #8ee7ff;
	font-size: 9px;
	font-weight: 820;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.viewx-assistant-panel__eyebrow span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--brand-red);
	box-shadow: 0 0 12px rgba(255, 59, 85, 0.65);
}

.viewx-assistant-panel h3 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 21px;
	letter-spacing: -0.03em;
	line-height: 1.18;
}

.viewx-assistant-panel__actions {
	display: grid;
	gap: 8px;
}

.viewx-assistant-panel__actions a {
	display: flex;
	min-height: 48px;
	padding: 0 13px;
	align-items: center;
	gap: 10px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 13px;
	background: linear-gradient(135deg, rgba(0, 156, 255, 0.12), rgba(24, 216, 208, 0.045));
	color: #f5f8fc;
	font-size: 13px;
	font-weight: 760;
	transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.viewx-assistant-panel__actions a span {
	display: grid;
	width: 27px;
	height: 27px;
	place-items: center;
	border-radius: 9px;
	background: rgba(99, 211, 255, 0.1);
	color: #75e0ff;
	font-weight: 850;
}

.viewx-assistant-panel__actions a:hover,
.viewx-assistant-panel__actions a:focus-visible {
	border-color: rgba(115, 220, 255, 0.3);
	background: linear-gradient(135deg, rgba(0, 156, 255, 0.2), rgba(24, 216, 208, 0.09));
	color: #fff;
	outline: none;
	transform: translateX(2px);
}

.floating-action--installation {
	background: linear-gradient(135deg, rgba(0, 156, 255, 0.98), rgba(0, 117, 255, 0.98));
	box-shadow: 0 16px 38px rgba(0, 156, 255, 0.34), 0 0 25px rgba(24, 216, 208, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.floating-action--reseller {
	background: linear-gradient(135deg, rgba(255, 59, 85, 0.98), rgba(255, 90, 110, 0.98));
	box-shadow: 0 16px 38px rgba(255, 59, 85, 0.32), 0 0 25px rgba(255, 59, 85, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.floating-action--installation:hover,
.floating-action--installation:focus-visible,
.floating-action--reseller:hover,
.floating-action--reseller:focus-visible {
	width: 160px;
}

@media (max-width: 980px) {
	.cta-card--assistant {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.viewx-assistant-zone {
		width: min(100%, 540px);
		height: 370px;
		margin-top: 4px;
	}

	.viewx-assistant-zone .viewx-assistant {
		width: 285px;
		justify-self: end;
	}

	.viewx-assistant-panel {
		top: 58px;
		left: 0;
		width: 272px;
	}

	.viewx-assistant-zone.is-open .viewx-assistant {
		transform: translateX(10px);
	}
}

@media (max-width: 720px) {
	.viewx-assistant-zone {
		display: flex;
		width: 100%;
		height: auto;
		min-height: 340px;
		margin-top: 0;
		align-items: center;
		flex-direction: column;
	}

	.viewx-assistant-panel {
		position: relative;
		top: auto;
		left: auto;
		order: 1;
		width: min(100%, 320px);
		max-height: 0;
		padding: 0 20px;
		overflow: hidden;
		border-width: 0;
		opacity: 0;
		transform: translateY(8px) scale(0.98);
		transform-origin: center top;
		transition: max-height 300ms ease, margin 300ms ease, padding 300ms ease, opacity 200ms ease, transform 260ms ease, visibility 220ms ease;
	}

	.viewx-assistant-zone.is-open .viewx-assistant-panel {
		max-height: 330px;
		margin-bottom: 14px;
		padding: 20px;
		border-width: 1px;
		opacity: 1;
		transform: translateY(0) scale(1);
	}

	.viewx-assistant-zone .viewx-assistant {
		order: 2;
		width: min(100%, 300px);
		justify-self: auto;
	}

	.viewx-assistant-zone.is-open .viewx-assistant {
		transform: none;
	}

	.floating-actions {
		right: 50%;
		bottom: max(8px, env(safe-area-inset-bottom));
		gap: 6px;
		padding: 6px;
		align-items: center;
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 18px;
		background: rgba(11, 17, 27, 0.86);
		box-shadow: 0 16px 42px rgba(6, 9, 15, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.06);
		backdrop-filter: blur(18px) saturate(140%);
		-webkit-backdrop-filter: blur(18px) saturate(140%);
		flex-direction: row;
		transform: translateX(50%);
	}

	.floating-action,
	.floating-action--trial,
	.floating-action--chat,
	.floating-action--installation,
	.floating-action--reseller,
	.floating-action:hover,
	.floating-action:focus-visible,
	.floating-action--trial:hover,
	.floating-action--trial:focus-visible,
	.floating-action--chat:hover,
	.floating-action--chat:focus-visible,
	.floating-action--installation:hover,
	.floating-action--installation:focus-visible,
	.floating-action--reseller:hover,
	.floating-action--reseller:focus-visible {
		width: 46px;
		height: 46px;
		padding: 0 11px;
		transform: none;
	}

	.floating-action__label,
	.floating-action--trial .floating-action__label,
	.floating-action:hover .floating-action__label,
	.floating-action:focus-visible .floating-action__label {
		display: none;
	}

	.site-footer {
		padding-bottom: calc(90px + env(safe-area-inset-bottom));
	}
}

@media (prefers-reduced-motion: reduce) {
	.viewx-assistant-panel,
	.viewx-assistant-zone .viewx-assistant,
	.viewx-assistant-panel__actions a {
		transition: none !important;
	}
}

/* Premium Plans: earlier homepage position and elevated card presentation. */
.home .site-main {
	display: flex;
	flex-direction: column;
}

.home .site-main > .hero { order: 1; }
.home .site-main > .benefits { order: 2; }
.home .site-main > .trust-section { order: 3; }
.home .site-main > .entertainment-universe { order: 4; }
.home .site-main > .devices { order: 5; }
.home .site-main > .pricing { order: 6; }
.home .site-main > .testimonials { order: 7; }
.home .site-main > .faq { order: 8; }
.home .site-main > .free-trial-section { order: 9; }
.home .site-main > .cta-section { order: 10; }

.pricing {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 14% 22%, rgba(24, 216, 208, 0.08), transparent 28%),
		radial-gradient(circle at 84% 72%, rgba(0, 156, 255, 0.12), transparent 32%);
}

.pricing .section-heading {
	max-width: 780px;
	margin-right: auto;
	margin-left: auto;
}

.pricing-grid {
	gap: 18px;
	perspective: 1200px;
}

.price-card {
	isolation: isolate;
	min-height: 730px;
	padding: 22px;
	border: 1px solid transparent;
	border-radius: 25px;
	background:
		linear-gradient(155deg, rgba(16, 25, 35, 0.94), rgba(11, 17, 27, 0.93)) padding-box,
		linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(24, 216, 208, 0.11), rgba(0, 156, 255, 0.22)) border-box;
	box-shadow: 0 24px 65px rgba(6, 9, 15, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.055);
	transform: translateZ(0);
	transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 280ms ease, filter 280ms ease;
}

.price-card::after {
	position: absolute;
	z-index: -1;
	inset: 18% 12% -10%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(24, 216, 208, 0.1), transparent 68%);
	content: "";
	filter: blur(34px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 280ms ease, transform 360ms ease;
}

.price-card:hover,
.price-card:focus-within {
	box-shadow: 0 32px 82px rgba(6, 9, 15, 0.42), 0 0 40px rgba(55, 161, 222, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.08);
	transform: translateY(-8px) rotateX(1deg);
}

.price-card:hover::after,
.price-card:focus-within::after {
	opacity: 1;
	transform: translateY(-8px) scale(1.06);
}

.price-card--featured {
	border-color: transparent;
	background:
		linear-gradient(155deg, rgba(11, 17, 27, 0.99), rgba(16, 25, 35, 0.98)) padding-box,
		linear-gradient(120deg, var(--primary), var(--secondary) 58%, var(--brand-red)) border-box;
	box-shadow: 0 30px 86px rgba(0, 156, 255, 0.25), 0 0 42px rgba(24, 216, 208, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.1);
	transform: translateY(-10px);
}

.price-card--featured::before {
	position: absolute;
	z-index: -2;
	inset: -2px;
	border-radius: inherit;
	background: conic-gradient(from 0deg, transparent 0 28%, rgba(24, 216, 208, 0.34) 38%, transparent 48% 70%, rgba(255, 59, 85, 0.3) 82%, transparent 92%);
	content: "";
	filter: blur(12px);
	opacity: 0.42;
	pointer-events: none;
	animation: viewx-plan-glow 8s linear infinite;
}

.price-card--featured:hover,
.price-card--featured:focus-within {
	box-shadow: 0 38px 98px rgba(0, 156, 255, 0.34), 0 0 58px rgba(24, 216, 208, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.12);
	transform: translateY(-17px) rotateX(1deg);
}

.popular-badge {
	top: 17px;
	right: 17px;
	padding: 7px 10px;
	border: 1px solid rgba(255, 59, 85, 0.24);
	border-radius: 999px;
	background: rgba(255, 59, 85, 0.1);
	box-shadow: 0 0 22px rgba(255, 59, 85, 0.08);
	color: var(--brand-red-hover);
	font-size: 9px;
}

.price-card__topline {
	display: flex;
	min-height: 28px;
	align-items: center;
	justify-content: space-between;
	gap: 9px;
	margin-bottom: 12px;
}

.price-card__topline .price-card__label {
	margin: 0;
	color: #a8b5c5;
	font-size: 10px;
}

.price-card__value {
	padding: 5px 8px;
	border: 1px solid rgba(94, 217, 255, 0.13);
	border-radius: 999px;
	background: rgba(24, 216, 208, 0.055);
	color: #8fdff5;
	font-size: 9px;
	font-weight: 760;
	line-height: 1;
	white-space: nowrap;
}

.price-card--featured .price-card__value {
	display: none;
}

.price-card__duration-icon {
	display: grid;
	width: 38px;
	height: 38px;
	margin-bottom: 10px;
	place-items: center;
	border: 1px solid rgba(116, 216, 255, 0.17);
	border-radius: 12px;
	background: linear-gradient(145deg, rgba(24, 216, 208, 0.1), rgba(0, 156, 255, 0.13));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.price-card__duration-icon i {
	position: relative;
	display: block;
	width: 17px;
	height: 17px;
	border: 2px solid #83e2ff;
	border-radius: 50%;
}

.price-card__duration-icon i::before,
.price-card__duration-icon i::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 2px;
	border-radius: 3px;
	background: #a8b5c5;
	content: "";
	transform-origin: left center;
}

.price-card__duration-icon i::before { transform: translate(-1px, -1px) rotate(-90deg); }
.price-card__duration-icon i::after { transform: translate(-1px, -1px) rotate(25deg); }

.price-card h3 {
	margin-bottom: 7px;
	font-size: 31px;
}

.price-card > p.price-card__starting {
	margin-bottom: 13px;
}

.price-card__starting > span {
	background: linear-gradient(100deg, #fff 8%, var(--primary) 62%, var(--secondary) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 47px;
	font-weight: 840;
}

.price-card__features {
	display: grid;
	padding: 0 !important;
	margin: 0 0 13px !important;
	gap: 4px;
	grid-template-columns: 1fr;
	list-style: none;
}

.price-card__features-title {
	display: flex;
	margin: 0 0 9px;
	align-items: center;
	gap: 7px;
	color: #f5f8fc;
	font-size: 10px;
	font-weight: 790;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.price-card__features-title span {
	display: grid;
	width: 18px;
	height: 18px;
	place-items: center;
	border: 1px solid rgba(112, 220, 255, 0.22);
	border-radius: 6px;
	background: linear-gradient(145deg, rgba(24, 216, 208, 0.12), rgba(0, 156, 255, 0.15));
	box-shadow: 0 0 14px rgba(24, 216, 208, 0.08);
	color: #8be8ff;
	font-size: 9px;
}

.price-card .price-card__features li {
	min-height: 18px;
	padding-left: 22px;
	margin: 0;
	color: #cbd1e2;
	font-size: 10px;
	font-weight: 610;
	line-height: 1.28;
}

.price-card .price-card__features li::before {
	top: 0;
	display: grid;
	width: 15px;
	height: 15px;
	place-items: center;
	border: 1px solid rgba(24, 216, 208, 0.16);
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(24, 216, 208, 0.19), rgba(0, 156, 255, 0.1));
	box-shadow: 0 0 10px rgba(24, 216, 208, 0.07);
	color: var(--secondary);
	content: "✓";
	font-size: 8px;
	font-weight: 900;
}

.screen-picker {
	padding: 13px;
	margin-bottom: 10px;
	border-color: rgba(113, 212, 255, 0.13);
	border-radius: 17px;
	background: linear-gradient(145deg, rgba(24, 216, 208, 0.045), rgba(0, 156, 255, 0.06));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.screen-picker__heading {
	margin-bottom: 10px;
	color: #afb7ce;
	font-size: 11px;
}

.screen-picker__heading > span {
	font-weight: 770;
}

.screen-picker__heading strong {
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(0, 156, 255, 0.12);
	color: #f5f8fc;
	font-size: 10px;
}

.screen-picker__controls {
	grid-template-columns: 46px 1fr 46px;
	gap: 9px;
}

.screen-picker__controls button,
.screen-picker__controls output {
	height: 46px;
	border-radius: 13px;
}

.screen-picker__controls button {
	width: 46px;
	border-color: rgba(168, 181, 197, 0.38);
	background: linear-gradient(145deg, rgba(0, 156, 255, 0.18), rgba(24, 216, 208, 0.07));
	font-size: 24px;
}

.screen-picker__controls output {
	border: 1px solid rgba(255, 255, 255, 0.055);
	background: rgba(6, 9, 15, 0.64);
	box-shadow: inset 0 1px 8px rgba(6, 9, 15, 0.22);
	font-size: 20px;
}

.price-breakdown {
	padding: 9px 0 12px;
	margin-bottom: 10px;
}

.price-breakdown > div {
	padding: 5px 1px;
	font-size: 11px;
}

.price-breakdown > div strong {
	font-size: 13px;
}

.price-breakdown > .price-breakdown__total {
	padding: 12px 11px 0;
	margin-top: 8px;
	margin-right: -11px;
	margin-left: -11px;
}

.price-breakdown > .price-breakdown__total strong {
	color: #92e7ff;
	font-size: 23px;
}

.price-breakdown > p {
	padding: 8px 9px;
	margin-top: 10px;
	border: 1px solid rgba(24, 216, 208, 0.1);
	border-radius: 11px;
	background: linear-gradient(135deg, rgba(24, 216, 208, 0.09), rgba(0, 156, 255, 0.035));
}

.price-breakdown--compact {
	padding: 0;
	border-top: 0;
}

.price-breakdown--compact > .price-breakdown__total {
	padding: 12px 13px;
	margin: 0;
	align-items: center;
	border: 1px solid rgba(103, 218, 255, 0.13);
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(24, 216, 208, 0.07), rgba(0, 156, 255, 0.08));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.price-breakdown--compact > .price-breakdown__total span {
	color: #f5f8fc;
	font-size: 12px;
	font-weight: 780;
}

.price-breakdown--compact > .price-breakdown__total strong {
	font-size: 24px;
}

.pricing-support {
	display: flex;
	width: fit-content;
	max-width: 100%;
	padding: 10px 15px 10px 10px;
	margin: 28px auto 0;
	align-items: center;
	gap: 10px;
	border: 1px solid rgba(105, 217, 255, 0.14);
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(16, 25, 35, 0.84), rgba(21, 34, 48, 0.82));
	box-shadow: 0 14px 38px rgba(6, 9, 15, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pricing-support__icon {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(24, 216, 208, 0.2), rgba(0, 156, 255, 0.28));
	box-shadow: 0 0 18px rgba(24, 216, 208, 0.1);
	color: var(--secondary);
	font-size: 13px;
	font-weight: 850;
}

.pricing-support p {
	margin: 0;
	color: var(--muted);
	font-size: 12px;
}

.pricing-support a {
	color: #c8f2ff;
	font-weight: 760;
	text-decoration: none;
}

.pricing-support a:hover,
.pricing-support a:focus-visible {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.price-card .choose-plan-button {
	min-height: 53px;
	border-color: rgba(255, 255, 255, 0.12);
	background: linear-gradient(135deg, var(--primary), var(--primary-hover) 62%, #3b8bc5);
	box-shadow: 0 14px 34px rgba(43, 155, 220, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.24);
	font-size: 14px;
}

.price-card .choose-plan-button:hover,
.price-card .choose-plan-button:focus-visible {
	box-shadow: 0 18px 42px rgba(43, 155, 220, 0.4), 0 0 24px rgba(24, 216, 208, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

@keyframes viewx-plan-glow {
	to { transform: rotate(360deg); }
}

@media (max-width: 1100px) {
	.price-card--featured,
	.price-card--featured:hover,
	.price-card--featured:focus-within {
		transform: none;
	}
}

@media (max-width: 720px) {
	.price-card {
		min-height: 0;
		padding: 23px 21px;
	}

	.price-card:hover,
	.price-card:focus-within {
		transform: translateY(-4px);
	}

	.price-card__starting > span {
		font-size: 50px;
	}

	.price-card .price-card__features li {
		font-size: 11px;
	}

	.pricing-support {
		width: 100%;
		padding: 10px 12px;
		border-radius: 16px;
	}

	.pricing-support p {
		font-size: 11px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.price-card--featured::before {
		animation: none !important;
	}
}

/* Curated commercial-use photography and original ViewX interface overlays. */
.hero-media img {
	filter: brightness(0.68) saturate(0.86) contrast(1.08);
}

.hero-media:hover img {
	filter: brightness(0.73) saturate(0.94) contrast(1.08);
}

.hero-screen-ui {
	position: absolute;
	z-index: 1;
	top: 15%;
	right: 0;
	display: flex;
	width: 27%;
	height: 57%;
	padding: 6% 4%;
	overflow: hidden;
	border: 1px solid rgba(116, 224, 255, 0.25);
	border-radius: 8px 0 0 8px;
	background:
		radial-gradient(circle at 70% 18%, rgba(255, 59, 85, 0.18), transparent 30%),
		linear-gradient(145deg, rgba(16, 25, 35, 0.94), rgba(21, 34, 48, 0.96));
	box-shadow: -12px 0 35px rgba(53, 221, 255, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.11);
	flex-direction: column;
	gap: 9%;
	transform: perspective(500px) rotateY(-2deg);
}

.hero-screen-ui__top {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #f5f8fc;
	font-size: clamp(4px, 0.52vw, 7px);
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero-screen-ui__top i {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--brand-red);
	box-shadow: 0 0 10px rgba(255, 59, 85, 0.8);
}

.hero-screen-ui__top b {
	padding: 2px 4px;
	margin-left: auto;
	border-radius: 3px;
	background: rgba(24, 216, 208, 0.13);
	color: #9eeaff;
	font-size: inherit;
}

.hero-screen-ui__feature {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #fff;
	font-size: clamp(4px, 0.6vw, 8px);
}

.hero-screen-ui__feature span {
	display: grid;
	width: clamp(15px, 2vw, 23px);
	height: clamp(15px, 2vw, 23px);
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(0, 156, 255, 0.8), rgba(24, 216, 208, 0.6));
	font-size: clamp(4px, 0.55vw, 7px);
	text-indent: 1px;
}

.hero-screen-ui__rail {
	display: grid;
	min-height: 30%;
	grid-template-columns: repeat(3, 1fr);
	gap: 5%;
}

.hero-screen-ui__rail i {
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 4px;
	background: linear-gradient(145deg, #3eb8ff, #21b5df 62%, var(--brand-red-hover));
	box-shadow: 0 5px 14px rgba(6, 9, 15, 0.3);
}

.hero-screen-ui__rail i:nth-child(2) { background: linear-gradient(145deg, #064b7c, var(--primary) 68%, var(--secondary)); }
.hero-screen-ui__rail i:nth-child(3) { background: linear-gradient(145deg, #152230, #1d9f9a 58%, var(--brand-red)); }

.hero-media .hero-media__play {
	top: 43%;
	left: 86.5%;
	width: 46px;
	height: 46px;
	font-size: 12px;
}

.devices-media::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(125deg, rgba(11, 17, 27, 0.36), transparent 46%, rgba(26, 109, 158, 0.2));
	content: "";
	pointer-events: none;
}

.devices-media__interface {
	position: absolute;
	z-index: 2;
	bottom: 17px;
	left: 18px;
	display: grid;
	min-width: 190px;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 13px;
	background: rgba(11, 17, 27, 0.76);
	box-shadow: 0 14px 36px rgba(6, 9, 15, 0.34), 0 0 22px rgba(24, 216, 208, 0.1);
	backdrop-filter: blur(13px);
	grid-template-columns: 28px 1fr;
	align-items: center;
	gap: 8px;
	color: #f5f8fc;
	font-size: 9px;
}

.devices-media__interface span {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(145deg, var(--accent), #2caed2);
	font-size: 7px;
	text-indent: 1px;
}

.devices-media__interface i {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--brand-red) 0 62%, rgba(255, 255, 255, 0.14) 62%);
	grid-column: 1 / -1;
}

.cinematic-grid--photographic {
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.cinematic-grid--photographic .cinematic-card:nth-child(1) { grid-column: span 5; }
.cinematic-grid--photographic .cinematic-card:nth-child(2) { grid-column: span 4; }
.cinematic-grid--photographic .cinematic-card:nth-child(3) { grid-column: span 3; }
.cinematic-grid--photographic .cinematic-card:nth-child(4),
.cinematic-grid--photographic .cinematic-card:nth-child(5) { grid-column: span 6; }

.cinematic-grid--photographic .cinematic-card__image {
	aspect-ratio: 1.65 / 1;
}

.cinematic-grid--photographic .cinematic-card__image img {
	position: static;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	transform: scale(1.01);
}

.cinematic-grid--photographic .cinematic-card:hover .cinematic-card__image img {
	filter: saturate(1.06) contrast(1.04);
	transform: scale(1.045);
}

.cinematic-grid--photographic .cinematic-card:nth-child(3) .cinematic-card__image img {
	filter: sepia(0.16) hue-rotate(152deg) saturate(1.55) contrast(1.05);
}

.testimonials > .container {
	position: relative;
}

.testimonials__atmosphere {
	position: absolute;
	top: -38px;
	right: 0;
	width: min(42%, 440px);
	height: 210px;
	overflow: hidden;
	border: 1px solid rgba(168, 181, 197, 0.16);
	border-radius: 28px;
	opacity: 0.32;
	mask-image: linear-gradient(90deg, transparent, #000 30%);
	pointer-events: none;
}

.testimonials__atmosphere::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(6, 9, 15, 0.9), rgba(21, 34, 48, 0.24)), linear-gradient(180deg, rgba(6, 9, 15, 0.2), rgba(6, 9, 15, 0.86));
	content: "";
}

.testimonials__atmosphere picture,
.testimonials__atmosphere img {
	display: block;
	width: 100%;
	height: 100%;
}

.testimonials__atmosphere img {
	object-fit: cover;
}

.testimonials__header,
.testimonial-carousel,
.testimonial-disclaimer {
	position: relative;
	z-index: 1;
}

@media (max-width: 980px) {
	.cinematic-grid--photographic {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cinematic-grid--photographic .cinematic-card:nth-child(n) {
		grid-column: auto;
	}

	.cinematic-grid--photographic .cinematic-card:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 720px) {
	.hero-screen-ui {
		top: 16%;
		width: 28%;
		height: 56%;
		border-radius: 5px 0 0 5px;
	}

	.hero-media .hero-media__play {
		top: 43%;
		left: 86.5%;
		width: 34px;
		height: 34px;
		font-size: 9px;
	}

	.devices-media__interface {
		bottom: 12px;
		left: 12px;
		min-width: 165px;
		padding: 8px 10px;
	}

	.cinematic-grid--photographic {
		grid-template-columns: 1fr;
	}

	.cinematic-grid--photographic .cinematic-card:last-child {
		grid-column: auto;
	}

	.testimonials__atmosphere {
		display: none;
	}
}

@media (max-width: 480px) {
	.hero-screen-ui__feature strong,
	.hero-screen-ui__top span {
		display: none;
	}

	.devices-media__interface {
		min-width: 145px;
		font-size: 8px;
	}
}

/* Mobile-first UX refinement. Desktop presentation remains unchanged. */
.floating-actions__toggle {
	display: none;
}

.floating-actions__menu {
	display: flex;
	align-items: flex-end;
	gap: 10px;
	flex-direction: column;
}

@media (max-width: 720px), (max-height: 520px) and (max-width: 960px) {
	html {
		scroll-padding-top: calc(68px + env(safe-area-inset-top));
	}

	section[id] {
		scroll-margin-top: calc(68px + env(safe-area-inset-top));
	}

	.container,
	.catalogue-container,
	.site-footer__inner,
	.site-footer__bottom {
		width: min(calc(100% - 32px), var(--container));
	}

	body {
		font-size: 16px;
		line-height: 1.58;
	}

	.section {
		padding: 64px 0;
	}

	.catalogue-row--sports {
		padding: 18px 14px;
		margin-inline: -2px;
		border-radius: 20px;
	}

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

	.section-heading > p:last-child,
	.devices__content > p,
	.hero__lead {
		font-size: 16px;
		line-height: 1.62;
	}

	h2,
	.section-heading h2,
	.devices__content h2 {
		font-size: clamp(30px, 8.6vw, 38px);
		line-height: 1.02;
	}

	h3 {
		font-size: clamp(20px, 5.6vw, 25px);
	}

	.hero {
		min-height: 0;
		padding: 48px 0 58px;
	}

	.hero__grid {
		gap: 26px;
	}

	.hero__content {
		text-align: left;
	}

	.hero__content .eyebrow,
	.hero__actions,
	.hero__proof {
		justify-content: flex-start;
	}

	.hero .eyebrow {
		margin-bottom: 15px;
		font-size: 11px;
		letter-spacing: 0.11em;
	}

	.hero h1 {
		max-width: 10.5ch;
		margin-bottom: 18px;
		font-size: clamp(40px, 11.4vw, 52px);
		line-height: 0.98;
	}

	.hero__lead {
		max-width: 37ch;
		margin: 0 0 24px;
	}

	.hero__actions {
		display: grid;
		width: 100%;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.hero__actions .button {
		width: 100%;
		min-height: 50px;
		padding-inline: 18px;
		border-radius: 14px;
	}

	.hero__proof {
		display: none;
	}

	.hero__proof span {
		min-width: 0;
		padding: 0 10px;
		flex: 1 1 0;
		font-size: 10px;
	}

	.hero__proof strong {
		font-size: 18px;
	}

	.hero-visual {
		min-height: 238px;
		margin-top: 0;
	}

	.hero-media,
	.hero-media.viewx-tilt {
		width: 100%;
		border-radius: 20px;
		transform: translate(-50%, -50%);
	}

	.hero-media img {
		height: 222px;
		aspect-ratio: auto;
		object-fit: cover;
		object-position: center 56%;
	}

	.hero-screen-ui,
	.hero-visual__orbit,
	.floating-chip,
	.hero-media figcaption {
		display: none;
	}

	.hero-media .hero-media__play {
		top: 50%;
		left: 50%;
		width: 44px;
		height: 44px;
		font-size: 11px;
	}

	.hero-media__interface {
		right: 11px;
		bottom: 10px;
		left: 11px;
		justify-content: space-between;
		padding: 7px 9px;
	}

	.devices__grid,
	.faq__grid {
		gap: 30px;
	}

	.devices__visual {
		min-height: 300px;
	}

	.devices-media img {
		min-height: 300px;
		object-fit: cover;
		object-position: center;
	}

	.faq-visual {
		display: none;
	}

	.accordion summary {
		min-height: 58px;
		padding: 18px 0;
		gap: 14px;
		font-size: 16px;
		line-height: 1.35;
	}

	.accordion summary span {
		width: 32px;
		height: 32px;
		flex: 0 0 32px;
	}

	.accordion__answer-inner {
		padding: 0 0 20px;
	}

	.accordion__answer p {
		font-size: 15px;
		line-height: 1.65;
	}

	.pricing-grid {
		display: grid;
		width: calc(100% + 16px);
		padding: 5px 16px 18px 0;
		overflow-x: auto;
		overflow-y: visible;
		grid-auto-columns: min(86vw, 350px);
		grid-auto-flow: column;
		grid-template-columns: none;
		gap: 14px;
		scroll-padding-inline: 0 16px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		overscroll-behavior-inline: contain;
	}

	.pricing-grid::-webkit-scrollbar {
		display: none;
	}

	.price-card,
	.price-card--featured {
		width: 100%;
		min-height: 0;
		padding: 20px;
		scroll-snap-align: start;
		scroll-snap-stop: always;
		transform: none;
	}

	.price-card:hover,
	.price-card:focus-within,
	.price-card--featured:hover,
	.price-card--featured:focus-within {
		transform: none;
	}

	.price-card__starting > span {
		font-size: 44px;
	}

	.price-card .price-card__features li {
		min-height: 19px;
		font-size: 11px;
		line-height: 1.3;
	}

	.screen-picker__controls {
		grid-template-columns: 48px 1fr 48px;
	}

	.screen-picker__controls button,
	.screen-picker__controls output {
		height: 48px;
	}

	.screen-picker__controls button {
		width: 48px;
	}

	.price-card .choose-plan-button {
		min-height: 52px;
	}

	.catalogue-container > .section-heading {
		margin-bottom: 31px;
	}

	.catalogue-row {
		margin-bottom: 30px;
	}

	.catalogue-row__header {
		align-items: flex-end;
		gap: 12px;
	}

	.catalogue-row__header h3 {
		max-width: 255px;
		font-size: clamp(20px, 5.8vw, 24px);
		line-height: 1.15;
	}

	.catalogue-row__controls {
		flex: 0 0 auto;
	}

	.catalogue-row__controls button {
		width: 44px;
		height: 44px;
	}

	.catalogue-track {
		gap: 11px;
		scroll-snap-type: x mandatory;
	}

	.catalogue-card {
		width: 132px;
		min-width: 132px;
	}

	.catalogue-card__copy h4 {
		font-size: 13px;
	}

	.catalogue-card__copy p {
		font-size: 10px;
	}

	.cta-card--assistant {
		padding: 38px 20px 0;
		border-radius: 24px;
	}

	.cta-card--assistant h2 {
		font-size: clamp(34px, 9vw, 42px);
	}

	.cta-card--assistant .cta-card__content > p:not(.eyebrow) {
		margin-bottom: 22px;
		font-size: 16px;
	}

	.viewx-assistant-zone {
		min-height: 250px;
	}

	.viewx-assistant-zone .viewx-assistant {
		width: min(100%, 230px);
		height: 245px;
		min-height: 44px;
	}

	.viewx-assistant img {
		width: 158px;
	}

	.viewx-assistant__halo {
		width: 185px;
		height: 185px;
	}

	.viewx-assistant__status,
	.viewx-assistant__particles,
	.viewx-assistant__wave {
		display: none;
	}

	.viewx-assistant-panel {
		position: fixed;
		z-index: 1200;
		top: auto;
		right: 12px;
		bottom: calc(12px + env(safe-area-inset-bottom));
		left: 12px;
		order: initial;
		width: auto;
		max-height: none;
		padding: 22px;
		overflow: visible;
		border-width: 1px;
		border-radius: 24px;
		opacity: 0;
		transform: translateY(24px) scale(0.98);
		visibility: hidden;
	}

	.viewx-assistant-zone.is-open .viewx-assistant-panel {
		max-height: none;
		margin: 0;
		padding: 22px;
		opacity: 1;
		transform: translateY(0) scale(1);
		visibility: visible;
	}

	.viewx-assistant-panel__close {
		width: 44px;
		height: 44px;
	}

	.viewx-assistant-panel__actions a {
		min-height: 52px;
		font-size: 14px;
	}

	body.viewx-assistant-open::after {
		position: fixed;
		z-index: 1190;
		inset: 0;
		background: rgba(6, 9, 15, 0.7);
		content: "";
		backdrop-filter: blur(5px);
	}

body.viewx-assistant-open .cta-card--assistant {
	overflow: visible;
}

	body.viewx-assistant-open .viewx-assistant-zone {
		z-index: 1210;
	}

	body.viewx-assistant-open .floating-actions {
		opacity: 0;
		pointer-events: none;
	}

	.floating-actions {
		right: max(14px, env(safe-area-inset-right));
		bottom: max(14px, env(safe-area-inset-bottom));
		display: grid;
		padding: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
		backdrop-filter: none;
		transform: none;
		transition: opacity 180ms ease;
	}

	.floating-actions__toggle {
		position: relative;
		z-index: 2;
		display: grid;
		width: 52px;
		height: 52px;
		padding: 0;
		place-items: center;
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius: 18px;
		background: linear-gradient(145deg, #47bcff, #2290d0 58%, #247fa4);
		box-shadow: 0 16px 40px rgba(26, 109, 158, 0.48), 0 0 28px rgba(91, 213, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.28);
		color: #fff;
		cursor: pointer;
		pointer-events: auto;
	}

	.floating-actions__toggle-icon {
		display: grid;
		width: 20px;
		height: 20px;
		grid-template-columns: repeat(2, 1fr);
		gap: 4px;
		transition: transform 220ms ease;
	}

	.floating-actions__toggle-icon i {
		display: block;
		border-radius: 50%;
		background: #fff;
		box-shadow: 0 0 8px rgba(255, 255, 255, 0.45);
	}

	.floating-actions.is-open .floating-actions__toggle-icon {
		transform: rotate(45deg);
	}

	.floating-actions__menu {
		position: absolute;
		right: 0;
		bottom: 62px;
		display: flex;
		align-items: flex-end;
		gap: 8px;
		flex-direction: column-reverse;
		opacity: 0;
		pointer-events: none;
		transform: translateY(12px) scale(0.94);
		transform-origin: bottom right;
		visibility: hidden;
		transition: opacity 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1), visibility 180ms ease;
	}

	.floating-actions.is-open .floating-actions__menu {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0) scale(1);
		visibility: visible;
	}

	.floating-actions .floating-action,
	.floating-actions .floating-action--trial,
	.floating-actions .floating-action--chat,
	.floating-actions .floating-action--installation,
	.floating-actions .floating-action--reseller,
	.floating-actions .floating-action:hover,
	.floating-actions .floating-action:focus-visible {
		width: 48px;
		height: 48px;
		padding: 0 12px;
		border-radius: 16px;
		transform: none;
	}

	.floating-actions .floating-action__label {
		display: none;
	}

	.site-footer {
		padding-bottom: calc(88px + env(safe-area-inset-bottom));
	}
}

@media (max-width: 360px) {
	.hero {
		padding-top: 40px;
	}

	.hero h1 {
		font-size: clamp(38px, 12vw, 44px);
	}

	.hero__lead {
		font-size: 15px;
	}

	.hero__proof span {
		padding-inline: 7px;
		font-size: 9px;
	}

	.catalogue-row__header h3 {
		max-width: 205px;
		font-size: 19px;
	}

	.catalogue-row__controls button {
		width: 42px;
		height: 42px;
	}

	.catalogue-row--sports {
		padding: 18px 14px;
		margin-inline: -2px;
		border-radius: 20px;
	}

	.catalogue-card {
		width: 124px;
		min-width: 124px;
	}

	.pricing-grid {
		grid-auto-columns: min(87vw, 330px);
	}

	.price-card {
		padding: 18px;
	}
}

@media (max-height: 520px) and (min-width: 600px) and (max-width: 960px) {
	.hero {
		padding: 32px 0 42px;
	}

	.hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
		grid-template-rows: 1fr;
		gap: 24px;
	}

	.hero__content {
		grid-row: 1;
		text-align: left;
	}

	.hero h1 {
		margin-bottom: 12px;
		font-size: clamp(34px, 5vw, 44px);
	}

	.hero__lead {
		margin-bottom: 16px;
		font-size: 14px;
		line-height: 1.5;
	}

	.hero__actions {
		display: flex;
		flex-wrap: nowrap;
	}

	.hero__actions .button {
		width: auto;
		min-height: 46px;
		padding-inline: 14px;
		font-size: 12px;
	}

	.hero__proof {
		display: none;
	}

	.hero-visual {
		min-height: 230px;
		grid-column: 2;
		grid-row: 1;
		margin: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.floating-actions__toggle-icon,
	.floating-actions__menu {
		transition: none !important;
	}
}
