/*
Theme Name: Statsworld
Theme URI: https://statsworld.xyz/
Author: Press Rogers
Author URI: https://pressrogers.com/
Description: Neon math frontier built on the Basic theme foundation.
Version: 0.1.0
Template: press-basic
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.1
Text Domain: statsworld
*/

:root {
	color-scheme: dark;
	--sw-bg: #0a0d18;
	--sw-bg-alt: #11182a;
	--sw-surface: rgba(17, 24, 42, 0.82);
	--sw-surface-strong: rgba(28, 37, 62, 0.92);
	--sw-border: rgba(255, 255, 255, 0.1);
	--sw-text: #e6eaff;
	--sw-text-muted: rgba(230, 234, 255, 0.72);
	--sw-text-soft: rgba(230, 234, 255, 0.58);
	--sw-measure: #3a9dff;
	--sw-critical: #ff3b3b;
	--sw-result: #2ee085;
	--sw-flow-start: #60a5fa;
	--sw-flow-end: #a78bfa;
	--sw-gradient: radial-gradient(circle at 10% 20%, rgba(96, 165, 250, 0.28), transparent 65%), radial-gradient(circle at 80% 15%, rgba(167, 139, 250, 0.22), transparent 55%), linear-gradient(180deg, var(--sw-bg) 0%, #080a12 35%, var(--sw-bg-alt) 100%);
	--sw-shadow-soft: 0 24px 80px rgba(8, 13, 27, 0.62);
	--sw-shadow-glow: 0 18px 60px rgba(46, 224, 133, 0.35);
	--sw-glass: rgba(17, 24, 42, 0.75);
	--sw-focus: rgba(96, 165, 250, 0.85);
	--sw-radius-lg: 28px;
	--sw-radius-md: 20px;
	--sw-radius-sm: 14px;
	--sw-spacing-xs: clamp(0.5rem, 1.6vw, 0.8rem);
	--sw-spacing-sm: clamp(0.75rem, 2.2vw, 1.25rem);
	--sw-spacing-md: clamp(1.2rem, 2.6vw, 1.8rem);
	--sw-spacing-lg: clamp(1.8rem, 3vw, 2.8rem);
	--sw-spacing-xl: clamp(2.4rem, 4vw, 4.2rem);
	--sw-width-max: min(1120px, 90vw);
	--sw-confidence: 95;
}

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

body {
	margin: 0;
	min-height: 100vh;
	font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	color: var(--sw-text);
	background: var(--sw-gradient);
	background-attachment: fixed;
}

body.statsworld-front-page {
	display: flex;
	flex-direction: column;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-decoration-color: rgba(96, 165, 250, 0.5);
	text-underline-offset: 0.22em;
	transition: color 0.25s ease, text-decoration-color 0.25s ease;
}

a:hover,
a:focus-visible {
	color: #f8f9ff;
	text-decoration-color: rgba(167, 139, 250, 0.9);
}

p {
	margin: 0 0 var(--sw-spacing-sm);
	color: var(--sw-text-muted);
}

h1,
h2,
h3,
h4 {
	margin: 0 0 var(--sw-spacing-sm);
	font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	color: var(--sw-text);
}

.sw-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-family: 'Space Grotesk', 'Inter', sans-serif;
	font-weight: 500;
	font-size: 0.95rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--sw-text-soft);
}

.sw-eyebrow::before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 1px;
	background: linear-gradient(90deg, rgba(96, 165, 250, 0.6), rgba(167, 139, 250, 0));
}

.sw-topbar {
	position: sticky;
	top: 0;
	z-index: 100;
	backdrop-filter: saturate(120%) blur(30px);
	background: rgba(10, 13, 24, 0.88);
	border-bottom: 1px solid rgba(148, 163, 184, 0.08);
}

.sw-topbar__inner {
	margin: 0 auto;
	width: var(--sw-width-max);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: var(--sw-spacing-sm) 0;
	gap: var(--sw-spacing-sm);
}

.sw-logo {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	font-family: 'Space Grotesk', 'Inter', sans-serif;
	font-weight: 600;
	font-size: 1.05rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
}

.sw-logo__mark {
	display: grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(96, 165, 250, 0.75), rgba(167, 139, 250, 0.9));
	box-shadow: 0 12px 30px rgba(96, 165, 250, 0.35);
}

.sw-nav {
	display: flex;
	align-items: center;
}

.sw-nav__list {
	display: flex;
	gap: var(--sw-spacing-md);
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.95rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--sw-text-soft);
}

.sw-nav__list a {
	text-decoration: none;
	position: relative;
	padding-bottom: 0.3rem;
}

.sw-nav__list a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, rgba(58, 157, 255, 0), rgba(58, 157, 255, 0.65));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.25s ease;
}

.sw-nav__list a:hover::after,
.sw-nav__list a:focus-visible::after {
	transform: scaleX(1);
}

.sw-topbar__cta {
	margin-left: auto;
}

.sw-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	border-radius: 999px;
	padding: 0.85rem 1.8rem;
	font-family: 'Space Grotesk', 'Inter', sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	border: 1px solid transparent;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.sw-button--primary {
	color: #041220;
	background: linear-gradient(135deg, rgba(46, 224, 133, 0.95), rgba(96, 165, 250, 0.95));
	box-shadow: var(--sw-shadow-glow);
}

.sw-button--ghost {
	color: var(--sw-text);
	border-color: rgba(230, 234, 255, 0.25);
	background: rgba(255, 255, 255, 0.02);
}

.sw-button:hover,
.sw-button:focus-visible {
	transform: translateY(-2px);
}

.sw-button--primary:hover,
.sw-button--primary:focus-visible {
	box-shadow: 0 24px 68px rgba(46, 224, 133, 0.45);
}

.sw-button--ghost:hover,
.sw-button--ghost:focus-visible {
	border-color: rgba(230, 234, 255, 0.45);
	background: rgba(230, 234, 255, 0.06);
}

.sw-shell {
	flex: 1 0 auto;
	width: 100%;
	padding: var(--sw-spacing-xl) 0;
	display: grid;
	gap: var(--sw-spacing-xl);
}

.sw-hero {
	position: relative;
	margin: 0 auto;
	width: var(--sw-width-max);
	padding: var(--sw-spacing-xl) var(--sw-spacing-lg);
	background: rgba(11, 16, 30, 0.65);
	border-radius: var(--sw-radius-lg);
	border: 1px solid rgba(148, 163, 184, 0.12);
	box-shadow: var(--sw-shadow-soft);
	overflow: hidden;
}

.sw-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(120% 120% at 50% 0%, rgba(96, 165, 250, 0.22), transparent 60%), radial-gradient(130% 110% at 80% 80%, rgba(46, 224, 133, 0.16), transparent 65%);
	opacity: 0.8;
}

.sw-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: center;
	z-index: 1;
}

.sw-hero__copy {
	max-width: 520px;
}

.sw-hero__title {
	font-size: clamp(2.6rem, 5vw, 3.8rem);
	background: linear-gradient(120deg, rgba(96, 165, 250, 0.88), rgba(167, 139, 250, 0.88), rgba(46, 224, 133, 0.88));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	margin-bottom: var(--sw-spacing-sm);
}

.sw-hero__summary {
	font-size: 1.1rem;
	max-width: 36ch;
}

.sw-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sw-spacing-sm);
	margin: var(--sw-spacing-md) 0 var(--sw-spacing-lg);
}

.sw-hero__metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--sw-spacing-sm);
}

.sw-metric {
	padding: var(--sw-spacing-sm);
	border-radius: var(--sw-radius-sm);
	background: rgba(15, 21, 36, 0.7);
	border: 1px solid rgba(96, 165, 250, 0.18);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.sw-metric__label {
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.26em;
	color: rgba(230, 234, 255, 0.5);
	margin-bottom: 0.4rem;
}

.sw-metric__value {
	display: block;
	font-family: 'Space Grotesk', 'Inter', sans-serif;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	margin-bottom: 0.4rem;
}

.sw-metric__caption {
	display: block;
	font-size: 0.9rem;
	color: var(--sw-text-soft);
}

.sw-hero__visual {
	position: relative;
	display: grid;
	gap: var(--sw-spacing-md);
	justify-items: center;
}

.sw-hero__visual[data-sw-parallax] {
	--pointer-x: 0.5;
	--pointer-y: 0.5;
}

.sw-hero__halo {
	position: absolute;
	inset: -40% -20%;
	background: radial-gradient(circle at 50% 20%, rgba(96, 165, 250, 0.35), transparent 60%);
	filter: blur(60px);
	z-index: 0;
	transform: translate3d(
		calc((var(--pointer-x, 0.5) - 0.5) * -60px),
		calc((var(--pointer-y, 0.5) - 0.5) * -40px),
		0
	);
	transition: transform 0.9s ease;
}

.sw-hero__curve {
	position: relative;
	width: min(420px, 100%);
	height: auto;
	z-index: 1;
	transform: translate3d(
		calc((var(--pointer-x, 0.5) - 0.5) * 20px),
		calc((var(--pointer-y, 0.5) - 0.5) * 12px),
		0
	);
	transition: transform 0.9s ease;
}

.sw-hero__curve-line {
	fill: none;
	stroke: url(#sw-curve-gradient);
	stroke-width: 3;
	stroke-linecap: round;
	opacity: 0.9;
}

.sw-hero__curve-fill {
	fill: linear-gradient(120deg, rgba(58, 157, 255, 0.2), rgba(167, 139, 250, 0.2));
	fill: url(#sw-curve-gradient);
	opacity: 0.25;
}

.sw-hero__module {
	position: relative;
	width: min(420px, 100%);
	padding: var(--sw-spacing-md);
	border-radius: var(--sw-radius-md);
	background: var(--sw-surface);
	border: 1px solid rgba(96, 165, 250, 0.18);
	backdrop-filter: blur(18px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	--sw-confidence: 95;
}

.sw-hero__module-header h2 {
	font-size: 1.3rem;
	margin-bottom: 0.4rem;
}

.sw-hero__module-header p {
	margin-bottom: var(--sw-spacing-sm);
}

.sw-hero__module-chart {
	position: relative;
	height: 120px;
	margin-bottom: var(--sw-spacing-sm);
	border-radius: var(--sw-radius-sm);
	background: rgba(10, 16, 28, 0.9);
	border: 1px solid rgba(96, 165, 250, 0.16);
	overflow: hidden;
}

.sw-hero__module-band {
	position: absolute;
	top: 16px;
	bottom: 16px;
	left: 12%;
	right: 12%;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(255, 59, 59, 0.35), rgba(46, 224, 133, 0.45), rgba(58, 157, 255, 0.4));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.sw-hero__module-band::after {
	content: '';
	position: absolute;
	inset: 18% -30%;
	background: linear-gradient(90deg, rgba(255, 59, 59, 0.45), rgba(46, 224, 133, 0.55));
	border-radius: 999px;
	transform-origin: center;
	transform: scaleX(calc(var(--sw-confidence) / 110));
	transition: transform 0.4s ease;
	filter: blur(0.6px);
}

.sw-hero__module-markers {
	position: absolute;
	inset: 12px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: rgba(230, 234, 255, 0.45);
}

.sw-hero__module-control {
	display: grid;
	gap: 0.5rem;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.24em;
	color: rgba(230, 234, 255, 0.45);
}

.sw-hero__module-control span {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sw-hero__module-control strong {
	font-family: 'Space Grotesk', 'Inter', sans-serif;
	font-size: 1rem;
	color: var(--sw-result);
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.sw-hero__module-control input[type='range'] {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 6px;
	border-radius: 999px;
	background: rgba(230, 234, 255, 0.1);
	outline: none;
}

.sw-hero__module-control input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid rgba(16, 24, 40, 0.95);
	background: linear-gradient(135deg, rgba(58, 157, 255, 0.85), rgba(46, 224, 133, 0.85));
	box-shadow: 0 0 0 6px rgba(58, 157, 255, 0.18);
	transition: transform 0.25s ease;
}

.sw-hero__module-control input[type='range']:focus-visible::-webkit-slider-thumb {
	border-color: rgba(255, 255, 255, 0.85);
	transform: scale(1.1);
}

.sw-hero__module-control input[type='range']::-moz-range-thumb {
	width: 18px;
	height: 18px;
	border: none;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(58, 157, 255, 0.85), rgba(46, 224, 133, 0.85));
	box-shadow: 0 0 0 6px rgba(58, 157, 255, 0.18);
	transition: transform 0.25s ease;
}

.sw-hero__module-footnote {
	margin: var(--sw-spacing-sm) 0 0;
	font-size: 0.9rem;
	color: var(--sw-text-muted);
}

.sw-legend {
	position: relative;
	z-index: 1;
	margin: var(--sw-spacing-lg) 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: var(--sw-spacing-sm);
	flex-wrap: wrap;
}

.sw-legend__item {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.65rem 1rem;
	border-radius: 999px;
	background: rgba(15, 21, 36, 0.72);
	border: 1px solid rgba(148, 163, 184, 0.12);
	font-size: 0.85rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--sw-text-soft);
}

.sw-legend__swatch {
	width: 16px;
	height: 16px;
	border-radius: 12px;
	display: inline-block;
}

.sw-legend__swatch--measure {
	background: var(--sw-measure);
}

.sw-legend__swatch--critical {
	background: var(--sw-critical);
}

.sw-legend__swatch--result {
	background: var(--sw-result);
}

[data-sw-reveal] {
	opacity: 0;
	transform: translate3d(0, 24px, 0);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-sw-reveal].is-visible,
body:not(.js-enabled) [data-sw-reveal] {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.sw-section-header {
	margin: 0 auto var(--sw-spacing-lg);
	width: var(--sw-width-max);
	text-align: left;
}

.sw-section-header h2 {
	font-size: clamp(2rem, 3.4vw, 2.8rem);
}

.sw-panels {
	margin: 0 auto;
	width: var(--sw-width-max);
	display: grid;
	gap: var(--sw-spacing-lg);
}

.sw-panels__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--sw-spacing-md);
}

.sw-panel {
	position: relative;
	padding: var(--sw-spacing-lg) var(--sw-spacing-md);
	border-radius: var(--sw-radius-md);
	background: rgba(15, 21, 36, 0.78);
	border: 1px solid rgba(148, 163, 184, 0.14);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.sw-panel::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(58, 157, 255, 0.18), transparent 60%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.sw-panel:hover::after,
.sw-panel:focus-within::after {
	opacity: 1;
}

.sw-panel ul {
	margin: var(--sw-spacing-sm) 0 0;
	padding-left: 1.2rem;
	color: var(--sw-text-soft);
}

.sw-panel--concept {
	border-color: rgba(58, 157, 255, 0.24);
}

.sw-panel--interactive {
	border-color: rgba(255, 59, 59, 0.28);
}

.sw-panel--narrative {
	border-color: rgba(46, 224, 133, 0.28);
}

.sw-gallery {
	margin: 0;
	padding: var(--sw-spacing-lg) 0;
}

.sw-gallery__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(240px, 1fr);
	gap: var(--sw-spacing-md);
	padding: var(--sw-spacing-md);
	margin: 0 auto;
	width: min(1200px, 92vw);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

.sw-gallery__track::-webkit-scrollbar {
	height: 6px;
}

.sw-gallery__track::-webkit-scrollbar-thumb {
	background: rgba(148, 163, 184, 0.24);
	border-radius: 999px;
}

.sw-gallery__item {
	scroll-snap-align: start;
	padding: var(--sw-spacing-md);
	border-radius: var(--sw-radius-md);
	background: rgba(15, 21, 36, 0.78);
	border: 1px solid rgba(96, 165, 250, 0.14);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
	min-height: 220px;
	display: grid;
	align-content: start;
	gap: var(--sw-spacing-sm);
}

.sw-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.55rem 0.9rem;
	border-radius: 999px;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	background: rgba(96, 165, 250, 0.1);
	border: 1px solid rgba(96, 165, 250, 0.2);
}

.sw-chip--metric {
	background: rgba(46, 224, 133, 0.12);
	border-color: rgba(46, 224, 133, 0.25);
}

.sw-journey {
	margin: 0 auto;
	width: var(--sw-width-max);
	padding: var(--sw-spacing-lg) var(--sw-spacing-lg) var(--sw-spacing-xl);
	background: rgba(11, 16, 30, 0.7);
	border-radius: var(--sw-radius-lg);
	border: 1px solid rgba(148, 163, 184, 0.12);
	box-shadow: var(--sw-shadow-soft);
}

.sw-journey__list {
	position: relative;
	margin: var(--sw-spacing-lg) 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: var(--sw-spacing-md);
}

.sw-journey__list::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1.15rem;
	width: 2px;
	background: linear-gradient(180deg, rgba(58, 157, 255, 0.4), rgba(46, 224, 133, 0.4));
}

.sw-journey__step {
	position: relative;
	padding-left: 3.6rem;
}

.sw-journey__badge {
	position: absolute;
	left: 0;
	top: 0;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 999px;
	display: grid;
	place-items: center;
	font-family: 'Space Grotesk', 'Inter', sans-serif;
	font-weight: 600;
	background: linear-gradient(135deg, rgba(96, 165, 250, 0.8), rgba(46, 224, 133, 0.8));
	box-shadow: 0 10px 24px rgba(15, 21, 36, 0.4);
}

.sw-cta {
	margin: 0 auto var(--sw-spacing-xl);
	width: var(--sw-width-max);
}

.sw-cta__inner {
	padding: var(--sw-spacing-xl);
	border-radius: var(--sw-radius-lg);
	background: radial-gradient(circle at 20% 20%, rgba(96, 165, 250, 0.27), transparent 70%), linear-gradient(135deg, rgba(15, 21, 36, 0.9), rgba(11, 16, 30, 0.9));
	border: 1px solid rgba(96, 165, 250, 0.18);
	box-shadow: 0 30px 90px rgba(10, 13, 24, 0.6);
	display: grid;
	gap: var(--sw-spacing-md);
}

.sw-cta__inner header p {
	max-width: 42ch;
}

.sw-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sw-spacing-sm);
}

.sw-footer {
	padding: var(--sw-spacing-lg) 0;
	border-top: 1px solid rgba(148, 163, 184, 0.1);
	background: rgba(8, 10, 18, 0.94);
}

.sw-footer__inner {
	margin: 0 auto;
	width: var(--sw-width-max);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--sw-spacing-sm);
	justify-content: space-between;
}

.sw-footer__inner p {
	flex: 1;
	min-width: 240px;
	font-size: 0.9rem;
	color: var(--sw-text-soft);
	margin: 0;
}

.sw-footer__nav {
	display: flex;
}

.sw-footer__list {
	display: flex;
	gap: var(--sw-spacing-sm);
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.8rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--sw-text-soft);
}

.sw-footer__list a {
	text-decoration: none;
}

@media (max-width: 1080px) {
	.sw-hero__inner {
		grid-template-columns: 1fr;
	}

	.sw-hero__visual {
		justify-items: stretch;
	}

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

@media (max-width: 880px) {
	.sw-topbar__inner {
		flex-wrap: wrap;
		justify-content: center;
	}

	.sw-topbar__cta {
		order: 3;
	}

	.sw-nav__list {
		gap: var(--sw-spacing-sm);
	}

	.sw-hero {
		padding: var(--sw-spacing-lg);
	}

	.sw-hero__metrics {
		grid-template-columns: 1fr;
	}

	.sw-panels__grid {
		grid-template-columns: 1fr;
	}

	.sw-gallery__track {
		grid-auto-columns: minmax(280px, 85vw);
	}

	.sw-journey {
		padding: var(--sw-spacing-lg);
	}

	.sw-cta__inner {
		padding: var(--sw-spacing-lg);
	}

	.sw-footer__inner {
		flex-direction: column;
		text-align: center;
	}

	.sw-footer__nav {
		justify-content: center;
	}
}

@media (max-width: 640px) {
	body {
		font-size: 0.98rem;
	}

	.sw-topbar {
		position: static;
	}

	.sw-shell {
		padding: var(--sw-spacing-lg) 0;
	}

	.sw-hero__title {
		font-size: clamp(2.3rem, 8vw, 3rem);
	}

	.sw-section-header,
	.sw-panels,
	.sw-journey,
	.sw-cta,
	.sw-footer__inner {
		width: min(94vw, 640px);
	}

	.sw-journey__list::before {
		left: 0.9rem;
	}

	.sw-journey__step {
		padding-left: 3rem;
	}
}

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

	.sw-hero__halo,
	.sw-hero__curve {
		transform: none !important;
	}
}

/* Bell Curve Demo Light Treatment */
body.page-id-9 {
	background: #f4f6fb;
	color: #1e293b;
	background-attachment: scroll;
}

body.page-id-9 .sw-topbar {
	background: #ffffff;
	border-bottom: 4px solid rgba(0, 163, 255, 0.5);
	backdrop-filter: none;
	box-shadow: none;
}

body.page-id-9 .sw-logo {
	color: #1e293b;
}

body.page-id-9 .sw-logo__mark {
	background: linear-gradient(135deg, #00a3ff, #38bdf8);
	box-shadow: none;
	color: #0f172a;
}

body.page-id-9 .sw-nav__list {
	color: #1e293b;
}

body.page-id-9 .sw-nav__list a::after {
	background: linear-gradient(90deg, rgba(0, 163, 255, 0), rgba(0, 163, 255, 0.9));
}

body.page-id-9 .sw-button--ghost {
	color: #1e293b;
	border-color: rgba(30, 41, 59, 0.3);
	background: rgba(0, 0, 0, 0.02);
}

body.page-id-9 .sw-button--ghost:hover,
body.page-id-9 .sw-button--ghost:focus-visible {
	border-color: rgba(30, 41, 59, 0.6);
	background: rgba(0, 0, 0, 0.06);
}

body.page-id-9 .site,
body.page-id-9 .sw-shell {
	background: transparent;
}

body.page-id-9 .sw-footer {
	background: #ffffff;
	border-top: 4px solid rgba(0, 163, 255, 0.25);
}

body.page-id-9 .sw-footer__inner p,
body.page-id-9 .sw-footer__list {
	color: #1e293b;
}

body.page-id-9 .sw-footer__list a {
	color: #1e293b;
}
