:root {
	--pf-bg: #fffbff;
	--pf-bg-soft: #f4edff;
	--pf-panel: rgba(255, 255, 255, 0.9);
	--pf-panel-strong: rgba(255, 255, 255, 0.97);
	--pf-text: #4c4179;
	--pf-muted: #5f548f;
	--pf-heading: #6c3df0;
	--pf-accent: #ff8d3a;
	--pf-accent-2: #2eb8a2;
	--pf-accent-3: #bde35a;
	--pf-accent-4: #d58cff;
	--pf-border: rgba(108, 61, 240, 0.22);
	--pf-shadow: 0 24px 70px rgba(156, 120, 222, 0.18);
	--pf-shadow-soft: 0 16px 42px rgba(156, 120, 222, 0.12);
}

html,
body {
	background:
		radial-gradient(circle at top left, rgba(139, 93, 255, 0.14), transparent 26%),
		radial-gradient(circle at 85% 10%, rgba(255, 141, 58, 0.1), transparent 18%),
		linear-gradient(180deg, #fffbff 0%, #f9f3ff 45%, #f6efff 100%);
}

html {
	scroll-behavior: smooth;
}

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

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

a:hover {
	color: #6332d2 !important;
}

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

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

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

#header {
	background: rgba(236, 221, 255, 0.72);
	backdrop-filter: blur(18px);
	box-shadow: 0 10px 30px rgba(173, 140, 226, 0.16);
}

body.landing #header {
	background: rgba(236, 221, 255, 0.58);
}

#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.95rem;
	font-weight: 700;
}

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

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

#navToggle {
	color: var(--pf-heading);
}

body.nav-open {
	overflow: hidden;
}

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

#banner {
	background:
		radial-gradient(circle at 12% 18%, rgba(139, 93, 255, 0.16), transparent 24%),
		radial-gradient(circle at 88% 18%, rgba(255, 141, 58, 0.16), transparent 19%),
		radial-gradient(circle at 72% 72%, rgba(88, 219, 198, 0.12), transparent 22%),
		linear-gradient(180deg, #f7ecff 0%, #fff8fc 54%, #fffdf9 100%);
	background-image:
		radial-gradient(circle at 12% 18%, rgba(139, 93, 255, 0.16), transparent 24%),
		radial-gradient(circle at 88% 18%, rgba(255, 141, 58, 0.16), transparent 19%),
		radial-gradient(circle at 72% 72%, rgba(88, 219, 198, 0.12), transparent 22%),
		linear-gradient(180deg, #f7ecff 0%, #fff8fc 54%, #fffdf9 100%);
	box-shadow: none;
	display: flex;
	align-items: center;
	min-height: 100vh;
	overflow: hidden;
}

#banner:before {
	content: none;
	display: none;
}

#banner:after {
	background-image:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(245, 234, 255, 0.26));
}

#banner .content {
	display: grid;
	align-items: center;
	gap: 2.8rem;
	grid-template-columns: minmax(0, 1.02fr) minmax(18rem, 31rem);
	max-width: 1200px;
	margin: 0 auto;
	margin-right: auto;
	min-height: 48rem;
	padding: 5.75rem 3.25rem 4.5rem;
	position: relative;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	z-index: 1;
}

#banner .content header {
	flex: 1 1 54%;
	max-width: 39rem;
}

#banner .content header h2 {
	color: var(--pf-heading);
	font-size: clamp(3.2rem, 6vw, 4.7rem);
	line-height: 0.98;
	margin-bottom: 1.15rem;
}

#banner .content header h2 span {
	display: block;
}

#banner .content header p {
	color: var(--pf-text);
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 0;
	max-width: 34rem;
}

#banner .content .hero-copy {
	max-width: 41rem;
	position: relative;
	z-index: 2;
}

.hero-support-line {
	font-size: 0.98rem !important;
	letter-spacing: 0.01em;
	margin-bottom: 0 !important;
	margin-top: 1.1rem !important;
	max-width: 30rem;
}

.hero-actions {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 1.35rem;
}

#banner .content .hero-stage {
	align-self: center;
	display: grid;
	place-items: center;
	position: relative;
}

.hero-glow {
	background:
		radial-gradient(circle, rgba(255, 199, 107, 0.42) 0%, rgba(255, 204, 153, 0.16) 44%, rgba(255, 255, 255, 0) 74%);
	filter: blur(4px);
	height: 26rem;
	position: absolute;
	width: 26rem;
	z-index: 0;
}

.hero-orbit {
	border: 1px solid rgba(108, 61, 240, 0.14);
	border-radius: 50%;
	position: absolute;
	z-index: 0;
}

.hero-orbit-one {
	height: 31rem;
	transform: translate(0.8rem, -0.4rem);
	width: 31rem;
}

.hero-orbit-two {
	height: 23rem;
	transform: translate(-1rem, 1.6rem);
	width: 23rem;
}

#banner .content .image.hero-preview {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(232, 239, 255, 0.76));
	border: 1px solid rgba(139, 93, 255, 0.18);
	border-radius: 2.5rem;
	box-shadow: 0 30px 90px rgba(156, 120, 222, 0.18);
	height: auto;
	margin-left: 0;
	max-height: 31rem;
	overflow: hidden;
	padding: 0.9rem;
	position: relative;
	transform: rotate(-2deg);
	width: min(23rem, 36vw);
	z-index: 1;
}

#banner .content .image.hero-preview img {
	border-radius: 1.25rem;
	display: block;
	margin-top: -0.25rem;
	width: 100%;
}

.hero-floating-card {
	background: rgba(255, 255, 255, 0.76);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(108, 61, 240, 0.14);
	border-radius: 1.4rem;
	box-shadow: var(--pf-shadow-soft);
	max-width: 14rem;
	padding: 0.95rem 1rem 0.9rem;
	position: absolute;
	z-index: 2;
}

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

.hero-floating-card strong {
	color: var(--pf-heading);
	font-size: 0.92rem;
	line-height: 1.25;
	margin-bottom: 0.35rem;
}

.hero-floating-card span {
	color: var(--pf-text);
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.45;
}

.hero-floating-card-top {
	left: -1.2rem;
	top: 2.3rem;
	transform: rotate(-4deg);
}

.hero-floating-card-bottom {
	bottom: 2rem;
	right: -1.8rem;
	transform: rotate(3deg);
}

.store-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin: 2rem 0 1.5rem;
}

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

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

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

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

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

.store-note {
	color: var(--pf-muted) !important;
	font-size: 0.92rem !important;
	font-weight: 800 !important;
	margin-bottom: 0 !important;
}

.button {
	background: rgba(255, 255, 255, 0.86);
	border-radius: 999px;
	box-shadow: inset 0 0 0 1px rgba(108, 61, 240, 0.28);
	color: var(--pf-heading) !important;
	font-weight: 800;
}

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

.button.primary:hover {
	background: linear-gradient(135deg, #ff9b52, #ffbf61);
	color: #ffffff !important;
}

.button:hover,
.button:active {
	background: rgba(255, 255, 255, 1);
	box-shadow: inset 0 0 0 1px rgba(108, 61, 240, 0.38);
	color: #5d2fe0 !important;
}

.hero-badges {
	display: grid;
	flex-wrap: wrap;
	gap: 0.85rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	max-width: 42rem;
	padding-left: 0;
	width: 100%;
}

.hero-badges li {
	align-items: flex-start;
	background: rgba(255, 255, 255, 0.68);
	backdrop-filter: blur(12px);
	border: 1px solid var(--pf-border);
	border-radius: 1.25rem;
	color: var(--pf-heading);
	display: flex;
	flex-direction: column;
	font-size: 0.92rem;
	font-weight: 800;
	gap: 0.22rem;
	justify-content: center;
	line-height: 1.1;
	list-style: none;
	min-height: 4.75rem;
	padding: 0.95rem 1rem;
	text-align: left;
}

.hero-badges li::marker {
	content: "";
}

.hero-badges strong {
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.hero-badges span {
	color: var(--pf-text);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.35;
}

.spotlight {
	min-height: 48rem;
}

#benefits {
	background-image: url("../../images/spotlight-discovery.svg");
	background-attachment: scroll;
	height: auto;
	min-height: 0;
	overflow: visible;
}

#benefits .image.main {
	display: block;
	margin: 0;
	max-height: 20vh;
	overflow: hidden;
}

#benefits .image.main img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center 28%;
	width: 100%;
}

#benefits .content {
	border-top-width: 0 !important;
	bottom: auto !important;
	left: auto !important;
	padding: 1.4em 0 2.1em 0;
	position: relative !important;
	right: auto !important;
	top: auto !important;
	width: 100%;
}

.spotlight.left,
.spotlight.right {
	align-items: stretch;
	display: grid;
	height: auto !important;
	padding: 0 2rem;
	overflow: visible;
}

.spotlight:before {
	background:
		linear-gradient(180deg, rgba(247, 235, 255, 0.18), rgba(255, 255, 255, 0.08));
}

.spotlight .content {
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(12px);
	border-color: rgba(139, 93, 255, 0.3);
	box-shadow: var(--pf-shadow);
}

.spotlight.left .content,
.spotlight.right .content {
	flex: 0 0 min(34rem, 42vw);
	height: auto !important;
	max-width: calc(100% - 2rem);
	min-height: 100%;
	padding: 4.5rem 3rem 5rem !important;
	position: relative !important;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	width: min(34rem, 42vw);
	z-index: 1;
}

.spotlight.left .content {
	margin: 0 auto 0 0;
}

.spotlight.right .content {
	margin: 0 0 0 auto;
}

.spotlight .content,
.spotlight .content p,
.spotlight .content li,
.spotlight .content span,
.spotlight .content strong {
	color: var(--pf-text) !important;
	opacity: 1 !important;
}

.spotlight .content h2,
.spotlight .content h3,
.spotlight .content .section-kicker,
.spotlight .content strong {
	color: var(--pf-heading) !important;
}

.spotlight .content header p {
	color: var(--pf-text) !important;
}

#benefits .content p,
#benefits .content span,
#benefits .content li,
#more p,
#faq p,
#download p {
	color: var(--pf-text) !important;
	opacity: 1 !important;
}

#benefits .content h2,
#benefits .content h3,
#more h2,
#more h3,
#faq h2,
#faq h3,
#download h2,
#download h3 {
	color: var(--pf-heading) !important;
}

.spotlight.left .content,
.spotlight.right .content,
.spotlight.top .content,
.spotlight.bottom .content {
	border-width: 0 !important;
}

.spotlight.style1 .content {
	border-color: var(--pf-accent);
}

.spotlight.style2 .content {
	border-color: var(--pf-accent-2);
}

.spotlight.style3 .content {
	border-color: var(--pf-accent-3);
}

.dual-spotlight-section {
	overflow: hidden;
	padding: 6rem 0 5rem;
	position: relative;
}

.dual-spotlight-section .container {
	transform: translateY(0);
	transition: transform 0.9s ease, opacity 0.9s ease;
	opacity: 1;
}

.dual-spotlight-section.inactive .container {
	transform: translateY(1.4rem);
	opacity: 0;
}

.dual-spotlight-section:before {
	background:
		radial-gradient(circle at 18% 18%, rgba(139, 93, 255, 0.12), transparent 18%),
		radial-gradient(circle at 80% 78%, rgba(255, 141, 58, 0.12), transparent 20%),
		linear-gradient(180deg, #fffafd 0%, #f7efff 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.dual-spotlight-section .container,
.dual-spotlight-section .goto-next {
	position: relative;
	z-index: 1;
}

.dual-spotlight-stack {
	display: grid;
	gap: 2rem;
}

.dual-spotlight-row {
	align-items: center;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 32rem);
	min-height: 25rem;
}

.dual-spotlight-row-left {
	grid-template-columns: minmax(20rem, 32rem) minmax(0, 1.1fr);
}

.dual-spotlight-card {
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(139, 93, 255, 0.22);
	border-radius: 2.4rem;
	box-shadow: var(--pf-shadow);
	padding: 3rem 2.5rem;
	position: relative;
	z-index: 1;
}

.dual-spotlight-row-right .dual-spotlight-card {
	margin-right: -6rem;
}

.dual-spotlight-row-left .dual-spotlight-card {
	margin-left: -6rem;
}

.dual-spotlight-card,
.dual-spotlight-card p,
.dual-spotlight-card li,
.dual-spotlight-card span,
.dual-spotlight-card strong {
	color: var(--pf-text);
	opacity: 1;
}

.dual-spotlight-card h2,
.dual-spotlight-card h3,
.dual-spotlight-card .section-kicker,
.dual-spotlight-card strong {
	color: var(--pf-heading);
}

.dual-spotlight-card header p {
	color: var(--pf-text);
	margin-bottom: 0;
}

.dual-spotlight-card .actions {
	margin-bottom: 0;
}

.dual-spotlight-media {
	background: rgba(255, 255, 255, 0.55);
	border-radius: 2.75rem;
	box-shadow: 0 24px 60px rgba(156, 120, 222, 0.14);
	overflow: hidden;
	padding: 0;
}

.dual-spotlight-media img {
	display: block;
	height: auto;
	width: 100%;
}

.info-card,
.trust-pill,
.stat-card,
.faq-card,
.platform-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.72));
	border: 1px solid var(--pf-border);
	border-radius: 1.45rem;
	box-shadow: 0 14px 36px rgba(156, 120, 222, 0.1);
}

.benefits-layout {
	align-items: start;
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.38fr);
}

.benefits-copy {
	max-width: 31rem;
	padding-top: 0.6rem;
}

.benefits-panel {
	background: rgba(255, 255, 255, 0.52);
	border: 1px solid rgba(108, 61, 240, 0.12);
	border-radius: 2rem;
	box-shadow: var(--pf-shadow-soft);
	display: grid;
	gap: 1rem;
	padding: 1.1rem;
}

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

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

.info-card {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	height: 100%;
	min-height: 0;
	padding: 1.2rem 1.25rem;
}

.info-card h3,
.trust-pill strong,
.stat-card strong,
.platform-card h3,
.faq-card h3 {
	display: block;
	margin-bottom: 0.45rem;
}

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

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

.info-card p,
.trust-pill span {
	margin-bottom: 0;
}

.feature-list {
	list-style: none;
	margin: 1.5rem 0 2rem;
	padding-left: 0;
}

.feature-list li {
	border-bottom: 1px solid rgba(108, 61, 240, 0.12);
	color: var(--pf-heading);
	font-size: 1rem;
	font-weight: 700;
	list-style: none;
	margin: 0;
	padding: 0.85rem 0 0.85rem 2rem;
	position: relative;
}

.feature-list li::marker {
	content: "";
}

.feature-list li:before {
	color: var(--pf-accent);
	content: "✓";
	font-family: inherit;
	font-weight: 800;
	left: 0;
	position: absolute;
	top: 0.95rem;
}

.stat-stack {
	display: grid;
	gap: 1rem;
	margin-top: 1.75rem;
}

.stat-card {
	padding: 1.15rem 1.2rem;
}

.wrapper {
	padding: 7rem 0 5rem;
}

.wrapper.style1 {
	background:
		radial-gradient(circle at 12% 12%, rgba(139, 93, 255, 0.12), transparent 18%),
		linear-gradient(180deg, #fffafd 0%, #f7efff 100%);
}

.wrapper.style2 {
	background:
		radial-gradient(circle at 82% 15%, rgba(255, 141, 58, 0.16), transparent 18%),
		linear-gradient(180deg, #f8ebff 0%, #fff7ef 100%);
}

.feature-box {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0 auto;
	max-width: 66rem;
	overflow: hidden;
	padding: 0;
	width: calc(100% - 5rem);
}

.box.alt.feature-box {
	border-radius: 0;
	overflow: hidden;
}

.feature-box .row {
	margin: -1.25rem auto 0;
	max-width: 72rem;
	width: calc(100% - 4rem);
}

.feature-box .row > * {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.25rem;
}

.feature-box .row section {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.64));
	border: 1px solid rgba(108, 61, 240, 0.12);
	border-radius: 1.6rem;
	box-shadow: var(--pf-shadow-soft);
	padding-bottom: 1.25rem;
	padding-top: 1.7rem !important;
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.feature-box .icon.alt {
	background: linear-gradient(135deg, var(--pf-accent), #ffb347);
	color: #ffffff;
}

.feature-box .icon.major {
	align-items: center;
	display: inline-flex;
	height: 5em;
	justify-content: center;
	line-height: 1;
	margin-bottom: 1.4rem;
	text-align: center;
	width: 5em;
}

.feature-box .icon.major:before {
	line-height: 1 !important;
	margin: 0;
	position: relative;
	top: 0;
}

.feature-box .feature-icon-badge {
	background: transparent !important;
	box-shadow: none !important;
	height: auto;
	margin-bottom: 0.9rem;
	width: auto;
}

.feature-box .feature-icon-image {
	display: block;
	filter: drop-shadow(0 12px 24px rgba(156, 120, 222, 0.14));
	height: 4.8rem;
	margin: 0 auto;
	object-fit: contain;
	width: 4.8rem;
}

.faq-section .major {
	margin-bottom: 3rem;
}

.examples-section .major {
	margin-bottom: 2rem;
}

.examples-section p,
.examples-section .major p,
.examples-section header p,
.examples-section strong {
	color: var(--pf-text) !important;
	opacity: 1 !important;
}

.examples-section h2,
.examples-section h3,
.examples-section .section-kicker {
	color: var(--pf-heading) !important;
}

.example-note {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
	margin: 0 auto 2.8rem;
	max-width: 54rem;
	text-align: center;
}

.example-chip {
	background: linear-gradient(135deg, var(--pf-accent-2), #76e3d2);
	border-radius: 999px;
	color: #ffffff;
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	padding: 0.75rem 1rem;
	text-transform: uppercase;
}

.example-note p {
	margin: 0;
}

.puzzle-gallery {
	display: grid;
	gap: 1.4rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1180px;
}

.collection-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 1.35rem auto 0;
	max-width: 1180px;
}

.collection-card {
	align-items: center;
	background: rgba(255, 255, 255, 0.76);
	backdrop-filter: blur(10px);
	border: 1px solid var(--pf-border);
	border-radius: 1.4rem;
	box-shadow: var(--pf-shadow-soft);
	display: grid;
	gap: 0.95rem;
	grid-template-columns: 4.8rem minmax(0, 1fr);
	padding: 0.9rem;
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.collection-card img {
	border-radius: 1rem;
	display: block;
	height: auto;
	width: 100%;
}

.collection-card strong {
	display: block;
	margin-bottom: 0.2rem;
}

.collection-card span {
	color: var(--pf-text);
	display: block;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.45;
}

.puzzle-card {
	background: rgba(255, 255, 255, 0.84);
	backdrop-filter: blur(10px);
	border: 1px solid var(--pf-border);
	border-radius: 1.6rem;
	box-shadow: var(--pf-shadow-soft);
	display: flex;
	flex-direction: column;
	margin: 0;
	overflow: hidden;
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.puzzle-card img {
	aspect-ratio: 1 / 1;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.puzzle-card figcaption {
	padding: 1rem 1rem 1.1rem;
}

.puzzle-card figcaption strong {
	display: block;
	margin-bottom: 0.35rem;
}

.puzzle-card figcaption span {
	color: var(--pf-text);
	display: block;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.5;
}

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

.faq-card {
	padding: 1.5rem;
	position: relative;
}

.faq-card:before {
	background: linear-gradient(135deg, var(--pf-accent), #ffcf66);
	border-radius: 999px;
	content: "";
	height: 0.35rem;
	left: 1.5rem;
	position: absolute;
	top: 1.15rem;
	width: 3rem;
}

.faq-card h3 {
	margin-top: 0.9rem;
}

.download-panel {
	align-items: stretch;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 2.5rem;
	text-align: left;
}

.platform-card {
	display: flex;
	flex-direction: column;
	gap: 1.15rem;
	padding: 1.75rem;
	position: relative;
	overflow: hidden;
}

.platform-card:after {
	background: radial-gradient(circle, rgba(255, 191, 97, 0.22), rgba(255, 255, 255, 0));
	content: "";
	height: 10rem;
	position: absolute;
	right: -2.2rem;
	top: -3rem;
	width: 10rem;
}

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

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

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

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

.platform-card .store-badge-link {
	margin-top: 0;
}

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

#footer {
	background:
		linear-gradient(180deg, #f2e5ff 0%, #f8f2ff 100%);
	padding: 4rem 0;
}

.feature-box .row section:hover,
.puzzle-card:hover,
.collection-card:hover,
.faq-card:hover,
.platform-card:hover {
	box-shadow: 0 20px 44px rgba(156, 120, 222, 0.14);
	transform: translateY(-4px);
}

.hero-preview {
	animation: heroFloatPreview 8s ease-in-out infinite;
}

.hero-floating-card-top {
	animation: heroFloatTop 7s ease-in-out infinite;
}

.hero-floating-card-bottom {
	animation: heroFloatBottom 9s ease-in-out infinite;
}

@keyframes heroFloatPreview {
	0%,
	100% {
		transform: rotate(-2deg) translateY(0);
	}
	50% {
		transform: rotate(-2deg) translateY(-8px);
	}
}

@keyframes heroFloatTop {
	0%,
	100% {
		transform: rotate(-4deg) translateY(0);
	}
	50% {
		transform: rotate(-4deg) translateY(-7px);
	}
}

@keyframes heroFloatBottom {
	0%,
	100% {
		transform: rotate(3deg) translateY(0);
	}
	50% {
		transform: rotate(3deg) translateY(-9px);
	}
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 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.95rem;
	font-weight: 800;
}

.footer-links a:hover {
	color: #6332d2 !important;
}

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

.wrapper.style2 .button,
.wrapper.style2 .button:active,
.wrapper.style2 .button:hover {
	box-shadow: inset 0 0 0 1px rgba(88, 219, 198, 0.4) !important;
}

.wrapper.style2 .button.primary,
.wrapper.style2 .button.primary:active,
.wrapper.style2 .button.primary:hover {
	background: linear-gradient(135deg, var(--pf-accent), #ffb347) !important;
	color: #ffffff !important;
}

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

#banner .content header p,
.info-card p,
.feature-box p,
.platform-card p,
.faq-card p,
.trust-pill span,
.stat-card span {
	color: var(--pf-text);
}

.feature-box h3 {
	font-size: 1.05rem;
	line-height: 1.28;
	margin-bottom: 0.7rem;
}

.feature-box p {
	font-size: 0.96rem;
	line-height: 1.65;
	margin: 0 auto;
	max-width: 18rem;
}

@media screen and (max-width: 1280px) {
	#banner .content header h2 {
		font-size: 3.35rem;
	}
}

@media screen and (max-width: 980px) {
	#banner .content {
		flex-direction: column;
		display: flex;
		min-height: 0;
		padding: 5.5rem 2rem 4rem;
		text-align: center;
	}

	#banner .content .hero-copy {
		max-width: 42rem;
	}

	.hero-actions {
		align-items: center;
	}

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

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

	#banner .content .image.hero-preview {
		max-height: 25rem;
		width: min(22rem, 88vw);
	}

	.hero-badges,
	.store-buttons {
		justify-content: center;
	}

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

	#banner .content .hero-stage {
		margin-top: 1rem;
	}

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

	.spotlight.left,
	.spotlight.right {
		padding: 0;
	}

	.benefits-layout,
	.benefits-top-grid,
	.benefits-pill-grid {
		grid-template-columns: 1fr;
	}

	.benefits-copy {
		max-width: none;
		padding-top: 0;
	}

	#benefits {
		height: auto;
		min-height: 0;
	}

	#benefits .image.main {
		max-height: 16vh;
	}

	#benefits .content {
		padding: 1.1em 0 1.85em 0;
	}

	.dual-spotlight-row,
	.dual-spotlight-row-left {
		grid-template-columns: 1fr;
	}

	.dual-spotlight-row-right .dual-spotlight-card,
	.dual-spotlight-row-left .dual-spotlight-card {
		margin-left: 0;
		margin-right: 0;
		order: 2;
	}

	.dual-spotlight-row .dual-spotlight-media {
		order: 1;
	}

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

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

	.faq-grid,
	.download-panel {
		grid-template-columns: 1fr;
	}
}

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

	#banner .content {
		padding: 5.5rem 1.35rem 4.25rem;
	}

	#banner .content header h2 {
		font-size: 2.6rem;
	}

	#banner .content .image.hero-preview {
		align-self: center;
		max-height: 19rem;
		overflow: hidden;
		padding: 0.6rem;
		transform: rotate(0deg);
		width: min(16.5rem, 100%);
	}

	#banner .content .image.hero-preview img {
		display: block;
		margin-top: -0.55rem;
	}

	#benefits {
		height: auto;
		min-height: 0;
	}

	#benefits .image.main {
		max-height: 13vh;
	}

	#benefits .content {
		padding: 0.95em 0 1.55em 0;
	}

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

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

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

	.store-note {
		font-size: 0.84rem !important;
	}

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

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

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

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

	.info-card,
	.trust-pill {
		padding: 1rem 1rem 0.95rem;
	}

	.wrapper {
		padding: 5rem 0 3.5rem;
	}

	.dual-spotlight-section {
		padding: 5rem 0 3.5rem;
	}

	.dual-spotlight-card {
		border-radius: 2rem;
		padding: 2rem 1.35rem;
	}

	.dual-spotlight-media {
		border-radius: 2rem;
	}

	.feature-box {
		max-width: none;
		padding: 0;
		width: 100%;
	}

	.feature-box .row {
		margin: -0.75rem auto 0;
		width: calc(100% - 1.5rem);
	}

	.feature-box .row > * {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		padding-top: 0.75rem;
	}

	.feature-box .row section {
		padding-bottom: 1rem;
		padding-top: 1.35rem !important;
	}

	.feature-box .icon.major {
		height: 4.3em;
		margin-bottom: 1rem;
		width: 4.3em;
	}

	.feature-box h3 {
		font-size: 0.98rem;
	}

	.feature-box p {
		max-width: 15rem;
	}

	.feature-box .feature-icon-badge {
		margin-bottom: 0.7rem;
	}

	.feature-box .feature-icon-image {
		height: 4.15rem;
		width: 4.15rem;
	}

	#nav {
		backdrop-filter: blur(18px);
	}

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

	#nav a:not(.button) {
		border-radius: 0.95rem;
		padding: 0.8rem 0.95rem;
	}

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

	.platform-badge-row {
		justify-content: flex-start;
	}

	.hero-orbit,
	.hero-floating-card {
		display: none;
	}

	.hero-glow {
		height: 18rem;
		width: 18rem;
	}
}

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

	.hero-stage,
	.hero-preview,
	.hero-floating-card,
	.hero-orbit,
	.feature-box .row section,
	.puzzle-card,
	.collection-card,
	.faq-card,
	.platform-card {
		animation: none !important;
		transition: none !important;
	}
}
