: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-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-shadow: 0 24px 56px rgba(138, 111, 211, 0.16);
}

html,
body {
	background:
		radial-gradient(circle at 12% 10%, rgba(131, 94, 246, 0.14), transparent 22%),
		radial-gradient(circle at 88% 12%, rgba(248, 157, 63, 0.1), transparent 18%),
		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.88);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(131, 94, 246, 0.12);
	box-shadow: 0 10px 30px rgba(138, 111, 211, 0.1);
}

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 12% 18%, rgba(131, 94, 246, 0.14), transparent 20%),
		radial-gradient(circle at 85% 18%, rgba(248, 157, 63, 0.12), transparent 18%),
		linear-gradient(180deg, #fdf8ff 0%, #f7efff 60%, #f2e7ff 100%);
	box-shadow: none;
	display: flex;
	align-items: center;
	min-height: 100vh;
	overflow: hidden;
}

#banner:before {
	content: none;
}

#banner .content {
	display: grid;
	gap: 2.5rem;
	grid-template-columns: minmax(0, 1.15fr) minmax(19rem, 28rem);
	max-width: 1200px;
	margin: 0 auto;
	min-height: 44rem;
	padding: 6rem 3.25rem 4.5rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

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

#banner .content header h1 {
	font-size: 4.3rem;
	line-height: 0.98;
	margin-bottom: 1rem;
}

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

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

.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.95rem;
}

.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);
	color: var(--pf-heading) !important;
	font-weight: 800;
}

.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);
	color: var(--pf-heading) !important;
}

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

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

.hero-panel {
	display: flex;
	align-items: center;
}

.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 {
	padding: 1.7rem;
	width: 100%;
}

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

.hero-panel-card h2 {
	font-size: 1.9rem;
	line-height: 1.05;
	margin-bottom: 1.1rem;
}

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

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

.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.94rem;
	font-weight: 600;
	line-height: 1.6;
}

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

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

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

.spotlight,
.wrapper {
	padding: 6.7rem 0 5rem;
}

.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.7rem;
}

.major p {
	max-width: 46rem;
	margin-left: auto;
	margin-right: auto;
}

.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;
}

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

.purpose-card {
	background: var(--pf-panel);
	backdrop-filter: blur(12px);
	border: 1px solid var(--pf-border);
	border-radius: 1.8rem;
	box-shadow: var(--pf-shadow);
	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 24px 48px rgba(131, 94, 246, 0.14);
	transform: translateY(-0.2rem);
}

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

.purpose-icon {
	align-items: center;
	background: rgba(131, 94, 246, 0.12);
	border-radius: 1rem;
	display: inline-flex;
	font-size: 1.5rem;
	height: 3rem;
	justify-content: center;
	width: 3rem;
}

.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.45rem;
	text-transform: uppercase;
}

.catalog-card h3 {
	font-size: 1.36rem;
	line-height: 1.16;
	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.93rem;
	font-weight: 600;
	line-height: 1.6;
}

.theme-card {
	justify-content: center;
	min-height: 11.5rem;
}

.featured-card {
	min-height: 14rem;
}

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

.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.6rem;
	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;
}

#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 header h1 {
		font-size: 3.8rem;
	}
}

@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-actions,
	.store-buttons,
	.hero-badges,
	.hero-panel-footer,
	.platform-badge-row {
		justify-content: center;
	}

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

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

	.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;
	}

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

	.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;
	}

		#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;
	}
}
