html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

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

body {
	margin: 0;
	min-width: 320px;
}

body,
input,
select,
textarea {
	font-family: "Nunito", "Avenir Next", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
	border: 0;
	max-width: 100%;
}

a {
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Fredoka", "Avenir Next Rounded", "Arial Rounded MT Bold", "Trebuchet MS", "Segoe UI", sans-serif;
	font-weight: 600;
	line-height: 1.15;
	margin: 0 0 1rem;
}

p {
	margin: 0 0 1.25rem;
}

ul,
ol {
	margin: 0 0 1.25rem;
	padding-left: 1.25rem;
}

main,
section,
article,
aside,
header,
footer,
nav {
	display: block;
}

.wrapper,
.spotlight,
#banner {
	position: relative;
}

#page-wrapper {
	overflow-x: clip;
}

.container {
	margin: 0 auto;
	max-width: 76rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 100%;
}

.major {
	margin: 0 auto 2.5rem;
	max-width: 48rem;
	text-align: center;
}

.image {
	border: 0;
	display: inline-block;
	position: relative;
}

.image.fit {
	display: block;
	width: 100%;
}

.image.fit img {
	display: block;
	width: 100%;
}

.button {
	appearance: none;
	align-items: center;
	border: 0;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 3.2rem;
	padding: 0.9rem 1.4rem;
	text-align: center;
	text-decoration: none;
}

.special {
	text-align: center;
}

.special > .container > header {
	margin: 0 auto;
	max-width: 48rem;
}

ul.actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	list-style: none;
	margin: 1.4rem 0 0;
	padding: 0;
}

ul.actions li {
	margin: 0;
	padding: 0;
}

.goto-next {
	align-items: center;
	border: 0;
	bottom: 1.25rem;
	color: rgba(108, 61, 240, 0.5);
	display: inline-flex;
	font-size: 0;
	height: 3rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 3rem;
	z-index: 2;
}

.goto-next:before {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	display: block;
	height: 0.8rem;
	transform: rotate(45deg);
	width: 0.8rem;
}

.wrapper.fade,
.wrapper.fade-up,
.wrapper.fade-down,
.dual-spotlight-section {
	transition: opacity 0.9s ease, transform 0.9s ease;
}

.wrapper.fade.inactive,
.wrapper.fade-up.inactive,
.wrapper.fade-down.inactive,
.dual-spotlight-section.inactive {
	opacity: 0;
}

.wrapper.fade-up.inactive,
.dual-spotlight-section.inactive {
	transform: translateY(1.4rem);
}

.wrapper.fade-down.inactive {
	transform: translateY(-1.2rem);
}

#header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	left: 0;
	padding: 0.9rem 1.5rem;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

#logo {
	margin: 0;
}

#logo a {
	border: 0;
	font-size: 1.08rem;
}

#nav ul,
#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	justify-content: flex-end;
}

#nav a {
	border: 0;
	display: inline-flex;
}

#navToggle {
	align-items: center;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(108, 61, 240, 0.18);
	border-radius: 1rem;
	color: inherit;
	cursor: pointer;
	display: none;
	height: 2.8rem;
	justify-content: center;
	padding: 0;
	width: 2.8rem;
}

#navToggle .nav-toggle-lines,
#navToggle .nav-toggle-lines:before,
#navToggle .nav-toggle-lines:after {
	background: currentColor;
	border-radius: 999px;
	content: "";
	display: block;
	height: 0.16rem;
	position: relative;
	transition: transform 0.2s ease, opacity 0.2s ease;
	width: 1.15rem;
}

#navToggle .nav-toggle-lines:before {
	position: absolute;
	top: -0.36rem;
}

#navToggle .nav-toggle-lines:after {
	position: absolute;
	top: 0.36rem;
}

body.nav-open #navToggle .nav-toggle-lines {
	background: transparent;
}

body.nav-open #navToggle .nav-toggle-lines:before {
	transform: translateY(0.36rem) rotate(45deg);
}

body.nav-open #navToggle .nav-toggle-lines:after {
	transform: translateY(-0.36rem) rotate(-45deg);
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.row > * {
	min-width: 0;
}

.row.gtr-uniform {
	margin-top: 0;
}

.row.gtr-uniform > * > :last-child {
	margin-bottom: 0;
}

.col-4 {
	width: 33.333333%;
}

@media screen and (max-width: 980px) {
	.col-6-medium {
		width: 50%;
	}
}

@media screen and (max-width: 736px) {
	.container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	#header {
		padding: 0.85rem 1rem;
	}

	#navToggle {
		display: inline-flex;
	}

	#nav {
		background: rgba(255, 255, 255, 0.98);
		border: 1px solid rgba(108, 61, 240, 0.16);
		border-radius: 1.4rem;
		box-shadow: 0 18px 42px rgba(117, 91, 178, 0.18);
		left: 1rem;
		opacity: 0;
		padding: 0.85rem;
		pointer-events: none;
		position: absolute;
		right: 1rem;
		top: calc(100% + 0.55rem);
		transform: translateY(-0.4rem);
		transition: opacity 0.2s ease, transform 0.2s ease;
	}

	body.nav-open #nav {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	#nav ul {
		align-items: stretch;
		flex-direction: column;
		gap: 0.25rem;
	}

	#nav ul li,
	#nav ul li a,
	#nav ul li .button {
		width: 100%;
	}

	#nav ul li a,
	#nav ul li .button {
		justify-content: flex-start;
	}

	.col-12-xsmall,
	.col-6-medium,
	.col-4 {
		width: 100%;
	}
}
:root {
	--pf-bg: #f7f0ff;
	--pf-bg-soft: #efe5ff;
	--pf-panel: rgba(255, 255, 255, 0.92);
	--pf-panel-strong: rgba(255, 255, 255, 0.97);
	--pf-panel-soft: rgba(255, 255, 255, 0.72);
	--pf-text: #4f4979;
	--pf-muted: #69628f;
	--pf-heading: #5f4bc4;
	--pf-accent: #835ef6;
	--pf-accent-2: #59c7b6;
	--pf-accent-3: #f89d3f;
	--pf-border: rgba(131, 94, 246, 0.16);
	--pf-line: rgba(131, 94, 246, 0.1);
	--pf-shadow: 0 24px 56px rgba(138, 111, 211, 0.16);
	--pf-shadow-soft: 0 18px 36px rgba(138, 111, 211, 0.1);
}

html,
body {
	background:
		radial-gradient(circle at 10% 8%, rgba(131, 94, 246, 0.16), transparent 24%),
		radial-gradient(circle at 87% 10%, rgba(248, 157, 63, 0.12), transparent 18%),
		radial-gradient(circle at 50% 100%, rgba(131, 94, 246, 0.08), transparent 28%),
		linear-gradient(180deg, #fdf8ff 0%, #f7f0ff 56%, #f2e8ff 100%);
}

body,
input,
select,
textarea {
	color: var(--pf-text);
	font-family: "Nunito", "Avenir Next", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15.5pt;
	font-weight: 500;
	line-height: 1.75em;
}

a {
	color: var(--pf-heading);
}

a:hover {
	color: #20434f !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--pf-heading);
	font-family: "Fredoka", "Avenir Next Rounded", "Arial Rounded MT Bold", "Trebuchet MS", "Segoe UI", sans-serif;
	font-weight: 600;
	letter-spacing: -0.01em;
}

p {
	color: var(--pf-muted);
}

strong,
b {
	color: var(--pf-heading);
	font-weight: 700;
}

#header {
	background: rgba(252, 247, 255, 0.8);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(131, 94, 246, 0.12);
	box-shadow: 0 10px 30px rgba(138, 111, 211, 0.08);
}

body.landing #header {
	background: rgba(252, 247, 255, 0.8);
}

#logo a {
	align-items: center;
	color: var(--pf-heading);
	display: inline-flex;
	gap: 0.7rem;
	letter-spacing: 0.01em;
	line-height: 1;
}

#logo a img {
	display: block;
	height: 2.45rem;
	width: 2.45rem;
}

.brand-wordmark {
	color: var(--pf-heading);
	font-family: "Fredoka", "Avenir Next Rounded", "Arial Rounded MT Bold", "Trebuchet MS", "Segoe UI", sans-serif;
	font-size: 1.46rem;
	font-weight: 600;
	letter-spacing: -0.015em;
	line-height: 1;
}

#header nav ul li a,
#header nav ul li span {
	color: var(--pf-text);
	font-size: 0.94rem;
	font-weight: 700;
}

#header nav ul li {
	margin-left: 0.55rem;
}

#header nav ul li a.button {
	border-radius: 999px;
}

#navToggle {
	background: rgba(255, 255, 255, 0.88);
	border-color: rgba(131, 94, 246, 0.18);
	color: var(--pf-heading);
}

body.nav-open {
	overflow: hidden;
}

.section-kicker {
	color: var(--pf-accent-2);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

#banner {
	background:
		radial-gradient(circle at 18% 42%, rgba(255, 255, 255, 0.7), transparent 26%),
		radial-gradient(circle at 14% 16%, rgba(131, 94, 246, 0.16), transparent 20%),
		radial-gradient(circle at 85% 18%, rgba(248, 157, 63, 0.16), transparent 18%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0)),
		linear-gradient(180deg, #fdf8ff 0%, #f7efff 60%, #f2e7ff 100%);
	box-shadow: none;
	display: flex;
	align-items: center;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
	isolation: isolate;
}

#banner:before {
	content: none;
}

#banner:after {
	background:
		radial-gradient(circle at center, rgba(131, 94, 246, 0.16), rgba(131, 94, 246, 0));
	border-radius: 999px;
	content: "";
	height: 24rem;
	pointer-events: none;
	position: absolute;
	right: 4rem;
	top: 10rem;
	width: 24rem;
	z-index: 0;
}

#banner .content {
	display: grid;
	gap: 2.9rem;
	grid-template-columns: minmax(0, 1.12fr) minmax(17rem, 23rem);
	max-width: 1240px;
	margin: 0 auto;
	min-height: 38.5rem;
	padding: 5.6rem 3.35rem 3.9rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

#banner .content > header,
.hero-panel-card {
	position: relative;
	z-index: 2;
}

#banner .content header {
	max-width: 39rem;
}

#banner .content header h1 {
	font-size: clamp(3.1rem, 4.7vw, 4.55rem);
	line-height: 0.94;
	margin-bottom: 0.9rem;
	max-width: 10.5ch;
}

#banner .content header p {
	color: var(--pf-text);
	font-size: 1.03rem;
	font-weight: 600;
	line-height: 1.74;
	margin-top: 0;
	max-width: 32rem;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.2rem;
	margin: 1.85rem 0 1.2rem;
}

.hero-browser-button {
	align-self: flex-start;
	font-size: 0.95rem;
	min-height: 3.75rem;
	min-width: 19rem;
	padding: 0.95rem 1.8rem;
}

.store-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.store-badge-group {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.store-badge-link {
	border: 0;
	box-shadow: none;
	display: inline-flex;
	line-height: 1;
}

.store-badge-link img {
	display: block;
	height: auto;
	max-width: 100%;
}

.store-badge-link:hover {
	opacity: 0.96;
	transform: translateY(-1px);
}

.store-badge-caption {
	color: var(--pf-muted);
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.35;
	padding-left: 0.15rem;
}

.button {
	background: rgba(255, 255, 255, 0.88);
	border-radius: 999px;
	box-shadow:
		inset 0 0 0 1px rgba(131, 94, 246, 0.18),
		0 10px 24px rgba(138, 111, 211, 0.08);
	color: var(--pf-heading) !important;
	font-weight: 800;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		background 0.2s ease;
}

.button.primary {
	background: linear-gradient(135deg, var(--pf-accent), #9d7cf8);
	color: #ffffff !important;
}

.button.primary:hover {
	background: linear-gradient(135deg, #7349f2, #8b67f7);
	color: #ffffff !important;
}

.button:hover,
.button:active {
	background: rgba(255, 255, 255, 1);
	box-shadow:
		inset 0 0 0 1px rgba(131, 94, 246, 0.26),
		0 14px 28px rgba(138, 111, 211, 0.12);
	color: var(--pf-heading) !important;
	transform: translateY(-1px);
}

.hero-badges {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.72rem;
	list-style: none;
	margin-left: 0;
	margin-top: 1.3rem;
	padding-left: 0;
}

.hero-badges li {
	align-items: center;
	background: rgba(255, 255, 255, 0.66);
	border: 1px solid rgba(131, 94, 246, 0.12);
	border-radius: 999px;
	color: var(--pf-heading);
	display: inline-flex;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1;
	list-style: none;
	padding: 0.82rem 1rem;
}

.hero-panel {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 100%;
	overflow: visible;
	position: relative;
}

.hero-puzzle-piece {
	margin: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.hero-puzzle-piece img {
	display: block;
	height: auto;
	filter: grayscale(1) sepia(1) hue-rotate(224deg) saturate(2.2) brightness(1.02);
	opacity: 0.075;
	width: 100%;
}

.hero-puzzle-piece-a {
	left: -5.75rem;
	top: 4rem;
	transform: rotate(-10deg);
	width: min(20rem, 24vw);
}

.hero-puzzle-piece-b {
	left: 9.75rem;
	top: 0.85rem;
	transform: rotate(11deg);
	width: min(15.5rem, 18vw);
}

.hero-phone-underlay {
	margin: 0;
	pointer-events: none;
	position: absolute;
	right: -0.5rem;
	top: 67%;
	transform: translateY(-50%) rotate(4deg);
	width: min(22rem, 28vw);
	z-index: 0;
}

.hero-phone-underlay img {
	display: block;
	height: auto;
	filter: saturate(0.96);
	opacity: 0.192;
	width: 100%;
}

.hero-phone-underlay-secondary {
	left: -17.5rem;
	right: auto;
	top: 18%;
	transform: translateY(-50%) rotate(-7deg);
	width: min(19rem, 24vw);
	z-index: -1;
}

.hero-phone-underlay-secondary img {
	filter: saturate(0.9);
	opacity: 0.12;
}

.hero-panel-card,
.catalog-card,
.trust-pill,
.faq-card,
.platform-card {
	background: var(--pf-panel);
	backdrop-filter: blur(12px);
	border: 1px solid var(--pf-border);
	border-radius: 1.8rem;
	box-shadow: var(--pf-shadow);
}

.hero-panel-card {
	background: transparent;
	backdrop-filter: none;
	border: 0;
	border-left: 1px solid rgba(131, 94, 246, 0.12);
	border-radius: 0;
	box-shadow: none;
	padding: 0 0 0 1.35rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.hero-panel-kicker {
	color: var(--pf-accent);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin-bottom: 0.55rem;
	text-transform: uppercase;
}

.hero-panel-card h2 {
	font-size: 1.7rem;
	line-height: 1.02;
	margin-bottom: 0.85rem;
	max-width: 11ch;
}

.hero-panel-list {
	display: grid;
	gap: 0.8rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hero-panel-list li {
	border-top: 1px solid rgba(131, 94, 246, 0.12);
	display: grid;
	gap: 0.22rem;
	padding-top: 0.8rem;
}

.hero-panel-list li:first-child {
	border-top: 0;
	padding-top: 0;
}

.hero-panel-list strong,
.hero-panel-footer span,
.catalog-card h3,
.faq-card h3,
.platform-card h3 {
	color: var(--pf-heading);
}

.hero-panel-list span,
.hero-panel-footer span {
	color: var(--pf-text);
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.52;
}

.hero-panel-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 1rem;
}

.hero-panel-footer span {
	background: rgba(131, 94, 246, 0.06);
	border-radius: 999px;
	padding: 0.58rem 0.84rem;
}

.goto-next {
	color: rgba(95, 75, 196, 0.44);
}

.spotlight,
.wrapper {
	padding: 6.9rem 0 5.2rem;
}

.wrapper.style1 {
	background:
		radial-gradient(circle at 12% 12%, rgba(131, 94, 246, 0.1), transparent 18%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08));
}

.wrapper.style2 {
	background:
		radial-gradient(circle at 82% 15%, rgba(248, 157, 63, 0.14), transparent 18%),
		linear-gradient(180deg, #f8efff 0%, #f2e7ff 100%);
}

.subdued-section {
	background:
		radial-gradient(circle at 80% 18%, rgba(248, 157, 63, 0.16), transparent 18%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}

.major {
	margin-bottom: 2.35rem;
	text-align: left;
}

.major p {
	margin-left: 0;
	margin-right: 0;
	max-width: 42rem;
}

.catalog-grid,
.featured-grid,
.faq-grid,
.download-panel,
.insight-grid {
	display: grid;
	gap: 1.1rem;
}

.catalog-grid-six {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-grid-three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-grid-five {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.purpose-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

.catalog-grid-seven {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

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

.download-panel-three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.catalog-card {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	height: 100%;
	padding: 1.35rem;
	position: relative;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		border-color 0.2s ease,
		background 0.2s ease;
}

.catalog-card:hover,
.featured-card:hover,
.faq-card:hover,
.platform-card:hover,
.trust-pill:hover {
	border-color: rgba(131, 94, 246, 0.24);
	box-shadow: 0 18px 34px rgba(138, 111, 211, 0.1);
	transform: translateY(-0.2rem);
}

.section-actions {
	display: flex;
	justify-content: center;
	margin-top: 1.6rem;
}

.purpose-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 245, 255, 0.92));
	backdrop-filter: blur(10px);
	border: 1px solid var(--pf-border);
	border-radius: 1.8rem;
	box-shadow: var(--pf-shadow-soft);
	min-height: 100%;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.purpose-card:hover {
	border-color: rgba(131, 94, 246, 0.26);
	box-shadow: 0 26px 48px rgba(131, 94, 246, 0.14);
	transform: translateY(-0.25rem);
}

.purpose-link {
	align-items: flex-start;
	border: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 100%;
	padding: 1.45rem;
	text-decoration: none;
}

.purpose-icon {
	align-items: center;
	background: linear-gradient(135deg, rgba(131, 94, 246, 0.16), rgba(255, 255, 255, 0.84));
	border-radius: 1.1rem;
	box-shadow: inset 0 0 0 1px rgba(131, 94, 246, 0.08);
	display: inline-flex;
	font-size: 1.5rem;
	height: 3.2rem;
	justify-content: center;
	width: 3.2rem;
}

.purpose-copy {
	display: grid;
	gap: 0.45rem;
}

.purpose-copy strong {
	color: var(--pf-heading);
	font-size: 1.34rem;
	line-height: 1.12;
}

.purpose-copy span {
	color: var(--pf-text);
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.62;
}

.purpose-arrow {
	color: var(--pf-accent);
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-top: auto;
	padding-top: 0.75rem;
	text-transform: uppercase;
}

.catalog-card h3 {
	font-size: 1.28rem;
	line-height: 1.14;
	margin-bottom: 0;
}

.catalog-card h3 a {
	border: 0;
}

.catalog-card p {
	margin-bottom: 0;
}

.card-eyebrow {
	color: var(--pf-accent-2);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.detail-list {
	display: grid;
	gap: 0.55rem;
	list-style: none;
	margin: 0.3rem 0 0;
	padding: 0;
}

.detail-list li {
	color: var(--pf-text);
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.55;
}

.theme-card {
	justify-content: flex-end;
	background: rgba(255, 255, 255, 0.78);
	backdrop-filter: blur(8px);
	border-color: rgba(131, 94, 246, 0.1);
	min-height: 10.8rem;
	padding-top: 1.2rem;
}

.featured-card {
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(8px);
	border-color: rgba(131, 94, 246, 0.11);
	min-height: 12.8rem;
	overflow: hidden;
}

.featured-card:before,
.theme-card:before {
	background: linear-gradient(90deg, rgba(131, 94, 246, 0.1), rgba(131, 94, 246, 0));
	content: "";
	height: 0.18rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.trust-pill {
	height: 100%;
	padding: 1.2rem 1.2rem;
}

.trust-pill strong {
	display: block;
	margin-bottom: 0.5rem;
}

.trust-pill span,
.faq-card p,
.platform-card p {
	color: var(--pf-text);
	display: block;
	font-size: 0.96rem;
	font-weight: 600;
	line-height: 1.7;
}

.faq-card {
	padding: 1.45rem;
}

.faq-card h3 {
	font-size: 1.22rem;
	margin-bottom: 0.65rem;
}

.platform-card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1.7rem;
	text-align: left;
}

.platform-copy {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.platform-label {
	color: var(--pf-accent-2);
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin-bottom: 0.7rem;
	text-transform: uppercase;
}

.platform-status {
	background: rgba(131, 94, 246, 0.08);
	border-radius: 999px;
	color: var(--pf-heading);
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 0.85rem;
	padding: 0.45rem 0.8rem;
	text-transform: uppercase;
	width: fit-content;
}

.platform-badge-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: auto;
}

#banner .content header .section-kicker,
#banner .content header h1,
#banner .content header p,
#banner .content header .hero-actions,
#banner .content header .hero-badges {
	animation: hero-rise 0.72s ease both;
}

#banner .content header h1 {
	animation-delay: 0.06s;
}

#banner .content header p {
	animation-delay: 0.12s;
}

#banner .content header .hero-actions {
	animation-delay: 0.18s;
}

#banner .content header .hero-badges {
	animation-delay: 0.24s;
}

@keyframes hero-rise {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#footer {
	background:
		linear-gradient(180deg, #e5dccf 0%, #f1eadd 100%);
	padding: 3.8rem 0;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 1.1rem 1.25rem;
	justify-content: center;
	list-style: none;
	margin-bottom: 1.75rem;
	padding-left: 0;
}

.footer-links li,
.footer-links li::marker,
.copyright li::marker {
	content: "";
	list-style: none;
}

.footer-links a {
	border: 0;
	color: var(--pf-heading);
	font-size: 0.94rem;
	font-weight: 700;
}

.footer-links a:hover {
	color: #20434f !important;
}

.copyright {
	color: var(--pf-text);
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer .copyright,
#footer .copyright li,
#footer .copyright li a {
	color: var(--pf-muted);
}

@media screen and (max-width: 1280px) {
	#banner .content {
		gap: 3rem;
	}

	#banner .content header h1 {
		font-size: 4rem;
	}

	.hero-phone-underlay {
		right: 0.2rem;
		top: 68%;
		width: min(19rem, 25vw);
	}

	.hero-phone-underlay-secondary {
		left: -13rem;
		top: 20%;
		width: min(15rem, 19vw);
	}

	.hero-puzzle-piece-a {
		left: -2.5rem;
		top: 4.5rem;
		width: min(17rem, 22vw);
	}

	.hero-puzzle-piece-b {
		left: 9rem;
		top: 1.2rem;
		width: min(13rem, 16vw);
	}
}

@media screen and (max-width: 1100px) {
	.catalog-grid-six,
	.catalog-grid-five,
	.purpose-grid,
	.featured-grid,
	.insight-grid,
	.download-panel-three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.catalog-grid-seven {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (max-width: 980px) {
	#banner .content {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 5.4rem 2rem 4rem;
		text-align: center;
	}

	#banner .content header {
		margin: 0 auto;
	}

	#banner .content header p {
		margin-left: auto;
		margin-right: auto;
	}

	.hero-puzzle-piece-a,
	.hero-puzzle-piece-b {
		display: none;
	}

	.hero-actions,
	.store-buttons,
	.hero-badges,
	.hero-panel-footer,
	.platform-badge-row {
		justify-content: center;
	}

	.store-badge-group {
		align-items: center;
	}

	.hero-panel {
		margin: 0 auto;
		max-width: 40rem;
		width: 100%;
	}

	.hero-phone-underlay {
		right: 50%;
		top: 74%;
		transform: translate(55%, -50%) rotate(4deg);
		width: 15rem;
	}

	.hero-phone-underlay-secondary {
		display: none;
	}

	.hero-panel-card {
		border-left: 0;
		border-top: 1px solid rgba(131, 94, 246, 0.18);
		padding: 1.6rem 0 0;
	}

	.hero-panel-card h2 {
		margin-left: auto;
		margin-right: auto;
		max-width: 12ch;
	}

	.catalog-grid-six,
	.catalog-grid-three,
	.catalog-grid-five,
	.purpose-grid,
	.catalog-grid-seven,
	.featured-grid,
	.faq-grid,
	.download-panel-three,
	.insight-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 736px) {
	body,
	input,
	select,
	textarea {
		font-size: 13pt;
	}

	#banner .content {
		padding: 5.4rem 1.35rem 4rem;
	}

	.hero-phone-underlay {
		display: none;
	}

	#banner .content header h1 {
		font-size: 2.9rem;
		max-width: 11ch;
	}

	.section-kicker {
		font-size: 0.68rem;
	}

	.hero-badges li,
	.trust-pill span,
	.faq-card p,
	.platform-card p,
	.detail-list li {
		font-size: 0.92rem;
	}

	.store-badge-link img {
		max-width: 11.5rem;
	}

	.store-badge-caption {
		font-size: 0.75rem;
		padding-left: 0;
		text-align: center;
	}

	.catalog-grid-six,
	.catalog-grid-three,
	.catalog-grid-five,
	.purpose-grid,
	.catalog-grid-two,
	.catalog-grid-seven,
	.featured-grid,
	.faq-grid,
	.download-panel-three,
	.insight-grid {
		grid-template-columns: 1fr;
	}

	.spotlight,
	.wrapper {
		padding: 5.3rem 0 4rem;
	}

	.hero-panel-card,
	.catalog-card,
	.faq-card,
	.platform-card,
	.trust-pill {
		padding: 1.15rem;
	}

	.hero-panel-card {
		padding: 1.25rem 0 0;
	}

		#nav {
			background: rgba(255, 255, 255, 0.98);
			border-color: rgba(131, 94, 246, 0.12);
			box-shadow: 0 18px 42px rgba(138, 111, 211, 0.14);
		}

	#nav ul li {
		margin-left: 0;
	}

	#nav a:not(.button) {
		color: var(--pf-heading);
		font-weight: 700;
	}

	#nav a.button {
		justify-content: center !important;
	}

	#logo a {
		gap: 0.55rem;
	}

	#logo a img {
		height: 2.15rem;
		width: 2.15rem;
	}

	.brand-wordmark {
		font-size: 1.22rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*:before,
	*:after {
		animation: none !important;
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
.cluster-page {
	background:
		radial-gradient(circle at 10% 8%, rgba(131, 94, 246, 0.16), transparent 24%),
		radial-gradient(circle at 88% 12%, rgba(248, 157, 63, 0.12), transparent 18%),
		radial-gradient(circle at 52% 100%, rgba(131, 94, 246, 0.08), transparent 26%),
		linear-gradient(180deg, #fdf8ff 0%, #f7f0ff 56%, #f2e8ff 100%);
}

.cluster-header {
	background: rgba(252, 247, 255, 0.88);
}

.cluster-shell {
	margin: 0 auto;
	max-width: 80rem;
	padding: 6.7rem 1.5rem 4.25rem;
}

.cluster-hero {
	margin: 0 auto 2.8rem;
	max-width: 57rem;
}

.cluster-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
}

.cluster-breadcrumbs li {
	align-items: center;
	color: var(--pf-muted);
	display: inline-flex;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.5;
}

.cluster-breadcrumbs li + li:before {
	content: "/";
	margin-right: 0.55rem;
	opacity: 0.5;
}

.cluster-hero h1 {
	font-size: clamp(2.9rem, 4.7vw, 4rem);
	line-height: 0.96;
	margin-bottom: 1.15rem;
	max-width: 12ch;
}

.cluster-hero p {
	color: var(--pf-text);
	font-size: 1.03rem;
	font-weight: 600;
	line-height: 1.78;
	max-width: 46rem;
}

.cluster-stats,
.gallery-grid,
.link-grid,
.cluster-layout {
	display: grid;
	gap: 1rem;
}

.cluster-stats {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.7rem;
}

.cluster-stat,
.cluster-side-card,
.gallery-card,
.link-card,
.cluster-cta {
	background: var(--pf-panel);
	backdrop-filter: blur(12px);
	border: 1px solid var(--pf-border);
	border-radius: 1.7rem;
	box-shadow: var(--pf-shadow-soft);
}

.cluster-stat {
	padding: 1.2rem 1.25rem;
}

.cluster-stat span {
	color: var(--pf-accent-2);
	display: block;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 0.55rem;
	text-transform: uppercase;
}

.cluster-stat strong {
	color: var(--pf-heading);
	display: block;
	font-size: 1.03rem;
	line-height: 1.5;
}

.cluster-layout {
	align-items: start;
	grid-template-columns: minmax(0, 1fr) 19rem;
}

.cluster-main {
	display: grid;
	gap: 2rem;
}

.cluster-panel,
.cluster-side-card {
	padding: 1.45rem;
}

.cluster-panel {
	background: transparent;
	backdrop-filter: none;
	border: 0;
	border-top: 1px solid rgba(131, 94, 246, 0.14);
	border-radius: 0;
	box-shadow: none;
	padding: 1.7rem 0 0;
}

.cluster-main > .cluster-panel:first-child {
	border-top: 0;
	padding-top: 0;
}

.cluster-panel h2,
.cluster-side-card h2,
.cluster-cta h2 {
	font-size: 1.65rem;
	line-height: 1.12;
	margin-bottom: 0.85rem;
}

.cluster-panel p,
.cluster-side-card p,
.link-card p,
.gallery-copy p,
.faq-item p,
.cluster-cta p {
	color: var(--pf-text);
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.78;
}

.cluster-panel > p,
.cluster-panel li {
	max-width: 46rem;
}

.cluster-panel ul {
	display: grid;
	gap: 0.7rem;
	margin-top: 1rem;
}

.cluster-panel li {
	color: var(--pf-text);
	font-size: 0.97rem;
	font-weight: 600;
	line-height: 1.7;
}

.cluster-tags-panel {
	background: transparent;
	margin-top: 1rem;
}

.cluster-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cluster-tags li {
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(131, 94, 246, 0.16);
	border-radius: 999px;
	box-shadow: 0 12px 24px rgba(131, 94, 246, 0.06);
	color: var(--pf-heading);
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1;
	padding: 0.78rem 1rem;
}

.table-wrap {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(131, 94, 246, 0.1);
	border-radius: 1.35rem;
	overflow-x: auto;
	padding: 0 1rem;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th,
td {
	border-bottom: 1px solid rgba(131, 94, 246, 0.12);
	padding: 0.85rem 0.7rem;
	text-align: left;
}

th {
	color: var(--pf-heading);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

td {
	color: var(--pf-text);
	font-size: 0.96rem;
	font-weight: 600;
}

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

.gallery-card {
	display: grid;
	grid-template-columns: minmax(10rem, 13rem) minmax(0, 1fr);
	overflow: hidden;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		border-color 0.2s ease;
}

.gallery-card:hover,
.link-card:hover,
.cluster-side-card:hover,
.cluster-cta:hover,
.cluster-stat:hover {
	border-color: rgba(131, 94, 246, 0.24);
	box-shadow: 0 24px 44px rgba(138, 111, 211, 0.12);
	transform: translateY(-0.2rem);
}

.gallery-media {
	display: block;
	line-height: 0;
	min-height: 100%;
}

.gallery-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gallery-copy {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	padding: 1.1rem 1.2rem 1.2rem;
}

.gallery-copy .button {
	align-self: flex-start;
	margin-top: auto;
}

.gallery-copy h3,
.link-card h3 {
	font-size: 1.26rem;
	line-height: 1.15;
	margin-bottom: 0;
}

.button.small {
	min-height: 2.8rem;
	padding: 0.82rem 1.1rem;
}

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

.link-card {
	padding: 1.2rem 1.15rem;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		border-color 0.2s ease;
}

.faq-stack {
	display: grid;
	gap: 0.85rem;
}

.faq-item {
	background: rgba(255, 255, 255, 0.64);
	border: 1px solid rgba(131, 94, 246, 0.12);
	border-radius: 1.2rem;
	padding: 1rem 1.05rem;
}

.faq-item summary {
	color: var(--pf-heading);
	cursor: pointer;
	font-size: 1.02rem;
	font-weight: 800;
	list-style: none;
	padding-right: 1.5rem;
	position: relative;
}

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

.faq-item summary:after {
	content: "+";
	position: absolute;
	right: 0;
	top: -0.08rem;
}

.faq-item[open] summary:after {
	content: "−";
}

.faq-item p {
	margin: 0.75rem 0 0;
}

.cluster-sidebar {
	display: grid;
	gap: 1rem;
	position: sticky;
	top: 6.6rem;
}

.side-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.side-links a {
	font-size: 0.94rem;
	font-weight: 800;
}

.cluster-cta {
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1.35fr) minmax(17rem, 0.9fr);
	margin-top: 0.25rem;
	padding: 1.5rem;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		border-color 0.2s ease;
}

.cluster-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	justify-content: flex-start;
}

@media screen and (max-width: 1280px) {
	.cluster-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.cluster-sidebar {
		position: static;
	}
}

@media screen and (max-width: 980px) {
	.cluster-hero h1 {
		font-size: 2.75rem;
	}

	.cluster-stats,
	.link-grid,
	.cluster-cta {
		grid-template-columns: minmax(0, 1fr);
	}

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

@media screen and (max-width: 736px) {
	.cluster-shell {
		padding-top: 5.9rem;
	}

	.cluster-hero h1 {
		font-size: 2.25rem;
	}

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

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

	.gallery-media img {
		aspect-ratio: 16 / 10;
		height: auto;
	}

	.cluster-panel,
	.cluster-side-card,
	.cluster-cta {
		padding: 1.2rem;
	}

	.cluster-panel {
		padding: 1.25rem 0 0;
	}
}
