/*
Theme Name: Edge Parlay Light Landing
Theme URI: https://edgeparlay.com/
Author: Codex
Description: Light-theme marketing landing page for Edge Parlay.
Version: 1.0.0
Text Domain: edge-parlay-light-landing
*/

:root {
	--ep-bg: #f4f7fd;
	--ep-bg-2: #ebf1ff;
	--ep-surface: rgba(255, 255, 255, 0.84);
	--ep-surface-strong: #ffffff;
	--ep-ink: #0a1429;
	--ep-muted: #5b6883;
	--ep-soft: #8f9bb3;
	--ep-accent: #0d74ff;
	--ep-accent-strong: #0057e8;
	--ep-accent-soft: #dcebff;
	--ep-line: rgba(10, 20, 41, 0.09);
	--ep-shadow: 0 30px 80px rgba(29, 60, 117, 0.12);
	--ep-shadow-soft: 0 18px 44px rgba(40, 68, 122, 0.1);
	--ep-radius-xl: 32px;
	--ep-radius-lg: 24px;
	--ep-radius-md: 18px;
	--ep-radius-pill: 999px;
	--ep-container: min(1180px, calc(100vw - 32px));
	--ep-container-padding: 16px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background:
		radial-gradient(circle at top left, rgba(13, 116, 255, 0.14), transparent 28%),
		radial-gradient(circle at top right, rgba(63, 195, 255, 0.1), transparent 24%),
		linear-gradient(180deg, #f7faff 0%, var(--ep-bg) 42%, #eef4ff 100%);
	color: var(--ep-ink);
	font-family: 'Instrument Sans', 'Segoe UI', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

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

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

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

.ep-site-shell {
	position: relative;
	overflow: clip;
}

.ep-site-noise {
	position: fixed;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
	mix-blend-mode: multiply;
	opacity: 0.35;
	z-index: -1;
}

.ep-header {
	position: sticky;
	top: 0;
	z-index: 10;
	padding: 18px 0 0;
}

.ep-header__inner {
	width: var(--ep-container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 24px;
	padding: 14px 18px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: var(--ep-radius-pill);
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(22px);
	box-shadow: 0 10px 30px rgba(57, 82, 135, 0.08);
}

.ep-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.ep-brand__icon-wrap {
	width: 56px;
	height: 56px;
	flex: 0 0 auto;
	border-radius: 18px;
	overflow: hidden;
	background: #1178ff;
	box-shadow:
		0 0 0 1px rgba(13, 116, 255, 0.12),
		0 16px 30px rgba(13, 116, 255, 0.18);
}

.ep-brand__icon {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.08);
	transform-origin: center;
}

.ep-brand__icon-wrap--footer {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	box-shadow:
		0 0 0 1px rgba(13, 116, 255, 0.1),
		0 10px 18px rgba(13, 116, 255, 0.12);
}

.ep-brand__mark {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: radial-gradient(circle at 50% 45%, #3b9dff 0%, #187cff 55%, #0b5ce2 100%);
	box-shadow:
		0 0 0 1px rgba(13, 116, 255, 0.42),
		0 0 36px rgba(13, 116, 255, 0.45),
		inset 0 10px 26px rgba(255, 255, 255, 0.08),
		inset 0 -14px 28px rgba(5, 54, 145, 0.18);
	overflow: hidden;
}

.ep-brand__mark--small {
	width: 42px;
	height: 42px;
}

.ep-brand__glow {
	position: absolute;
	inset: -12%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(142, 199, 255, 0.4), rgba(142, 199, 255, 0) 68%);
}

.ep-brand__letters {
	position: relative;
	z-index: 1;
	font-family: 'Space Grotesk', 'Instrument Sans', sans-serif;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: -0.08em;
	color: rgba(13, 116, 255, 0.05);
	text-shadow:
		0 0 0.6px rgba(5, 70, 180, 0.75),
		0 1px 0 rgba(255, 255, 255, 0.28);
}

.ep-brand__mark--small .ep-brand__letters {
	font-size: 1.28rem;
}

.ep-brand__spark {
	position: absolute;
	top: 9px;
	right: 8px;
	width: 15px;
	height: 15px;
	border-radius: 2px;
	background: rgba(40, 132, 255, 0.72);
	transform: rotate(45deg);
	box-shadow:
		0 0 0 1px rgba(0, 86, 229, 0.2),
		0 0 14px rgba(13, 116, 255, 0.3);
}

.ep-brand__mark--small .ep-brand__spark {
	top: 7px;
	right: 6px;
	width: 11px;
	height: 11px;
}

.ep-brand__wordmark {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.ep-brand__name {
	font-family: 'Space Grotesk', 'Instrument Sans', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.ep-brand__meta {
	font-size: 0.76rem;
	color: var(--ep-soft);
}

.ep-nav {
	display: flex;
	justify-content: center;
	gap: 28px;
	font-size: 0.96rem;
	font-weight: 600;
	color: var(--ep-muted);
}

.ep-nav a {
	position: relative;
	transition: color 180ms ease;
}

.ep-nav a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--ep-accent), #69afff);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 180ms ease;
}

.ep-nav a:hover,
.ep-nav a:focus-visible {
	color: var(--ep-ink);
}

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

.ep-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 22px;
	border-radius: var(--ep-radius-pill);
	font-size: 0.98rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	border: 1px solid transparent;
	transition:
		transform 180ms ease,
		box-shadow 180ms ease,
		background-color 180ms ease,
		border-color 180ms ease,
		color 180ms ease;
}

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

.ep-button--dark {
	background: var(--ep-ink);
	color: #ffffff;
	box-shadow: 0 14px 30px rgba(10, 20, 41, 0.18);
}

.ep-button--dark:hover,
.ep-button--dark:focus-visible {
	background: #132243;
}

.ep-button--accent {
	background: linear-gradient(135deg, var(--ep-accent) 0%, var(--ep-accent-strong) 100%);
	color: #ffffff;
	box-shadow: 0 18px 34px rgba(13, 116, 255, 0.28);
}

.ep-button--ghost {
	border-color: var(--ep-line);
	background: rgba(255, 255, 255, 0.78);
	color: var(--ep-ink);
	box-shadow: 0 10px 24px rgba(38, 69, 123, 0.08);
}

.ep-button__apple {
	font-size: 1.18rem;
	line-height: 1;
}

.ep-download-stack {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
}

.ep-download-stack .ep-button {
	width: 330px;
	min-height: 64px;
	padding-inline: 24px;
}

.ep-hero__actions > .ep-button {
	width: 220px;
	min-height: 64px;
	padding-inline: 24px;
	flex: 0 0 auto;
}

.ep-button-note {
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--ep-accent-strong);
}

.ep-button-note--hero {
	font-size: 0.78rem;
}

.ep-hero,
.ep-proof-strip,
.ep-section,
.ep-footer__inner {
	width: var(--ep-container);
	max-width: 100%;
	margin: 0 auto;
}

.ep-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
	align-items: center;
	gap: 42px;
	padding: 28px 0 36px;
}

.ep-hero__copy {
	position: relative;
	z-index: 1;
	max-width: 100%;
}

.ep-pill,
.ep-section__eyebrow,
.ep-showcase-card__eyebrow,
.ep-proof-card__value,
.ep-builder__callout span {
	font-family: 'Space Grotesk', 'Instrument Sans', sans-serif;
	letter-spacing: -0.03em;
}

.ep-pill {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: var(--ep-radius-pill);
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(13, 116, 255, 0.15);
	color: var(--ep-accent-strong);
	font-size: 0.92rem;
	font-weight: 700;
	box-shadow: 0 12px 28px rgba(54, 96, 170, 0.08);
}

.ep-hero__eyebrow,
.ep-section__eyebrow {
	margin: 22px 0 14px;
	font-size: 0.88rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--ep-soft);
}

.ep-hero__title,
.ep-section__heading h2,
.ep-builder__copy h2,
.ep-community__copy h2 {
	margin: 0;
	font-family: 'Space Grotesk', 'Instrument Sans', sans-serif;
	font-size: clamp(3.2rem, 7.4vw, 6.2rem);
	line-height: 0.95;
	letter-spacing: -0.07em;
}

.ep-hero__title span {
	display: block;
	color: var(--ep-accent);
	text-shadow: 0 16px 42px rgba(13, 116, 255, 0.18);
}

.ep-hero__lede,
.ep-section__heading p,
.ep-builder__copy p,
.ep-community__copy p,
.ep-feature-card p,
.ep-showcase-card p,
.ep-process-card p,
.ep-footer p {
	font-size: 1.06rem;
	line-height: 1.72;
	color: var(--ep-muted);
}

.ep-hero__lede {
	max-width: min(58ch, 100%);
	margin: 20px 0 0;
}

.ep-hero__lede--secondary {
	color: #6a7895;
}

.ep-hero__punch {
	margin: 14px 0 0;
	font-family: 'Space Grotesk', 'Instrument Sans', sans-serif;
	font-size: 1.08rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: var(--ep-ink);
}

.ep-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 14px;
	margin: 28px 0 0;
}

.ep-hero__checks {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 28px 0 0;
	list-style: none;
}

.ep-hero__checks li,
.ep-hero__checks li {
	position: relative;
	padding-left: 28px;
	font-size: 1rem;
	line-height: 1.65;
	color: var(--ep-ink);
	overflow: hidden;
	max-width: 100%;
}

.ep-hero__checks li {
	display: grid;
	gap: 4px;
}

.ep-hero__checks strong {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.ep-hero__checks span {
	color: var(--ep-muted);
}

.ep-hero__checks li::before,
.ep-builder__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: linear-gradient(135deg, #63b6ff, var(--ep-accent-strong));
	box-shadow: 0 0 0 5px rgba(13, 116, 255, 0.1);
}

.ep-league-row {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	margin: 28px 0 0;
	overflow-x: scroll;
	padding-bottom: 4px;
	scrollbar-width: none;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
}

.ep-league-chip {
	flex: 0 0 auto;
	white-space: nowrap;
	padding: 9px 12px;
	border-radius: var(--ep-radius-pill);
	border: 1px solid rgba(13, 116, 255, 0.14);
	background: rgba(255, 255, 255, 0.86);
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--ep-ink);
	box-shadow: 0 10px 24px rgba(35, 72, 137, 0.06);
}

.ep-league-row::-webkit-scrollbar {
	display: none;
}

.ep-hero__visual {
	position: relative;
	min-height: 760px;
}

.ep-hero__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(12px);
	opacity: 0.8;
}

.ep-hero__orb--blue {
	top: 40px;
	right: -20px;
	width: 260px;
	height: 260px;
	background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.84), rgba(13, 116, 255, 0.36) 42%, rgba(13, 116, 255, 0.04) 72%);
}

.ep-hero__orb--ice {
	bottom: 20px;
	left: 14px;
	width: 200px;
	height: 200px;
	background: radial-gradient(circle at center, rgba(110, 210, 255, 0.32), rgba(110, 210, 255, 0.02) 72%);
}

.ep-hero__panel {
	position: absolute;
	left: 52px;
	top: 0;
	width: min(430px, 78%);
	padding: 14px;
	border-radius: var(--ep-radius-xl);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.74));
	border: 1px solid rgba(255, 255, 255, 0.84);
	box-shadow: var(--ep-shadow);
	backdrop-filter: blur(26px);
	transform: rotate(-5deg);
	animation: ep-float-main 8s ease-in-out infinite;
}

.ep-hero__panel--device {
	width: min(340px, 68%);
	padding: 0;
	border-radius: 42px;
	background: none;
	border: none;
	box-shadow: none;
	backdrop-filter: none;
}

.ep-hero__image {
	width: 100%;
	border-radius: calc(var(--ep-radius-xl) - 10px);
	box-shadow: 0 18px 42px rgba(27, 48, 89, 0.16);
}

.ep-phone {
	position: relative;
	width: 100%;
	filter: drop-shadow(0 30px 50px rgba(19, 35, 67, 0.28));
}

.ep-phone--mini {
	width: 100%;
	filter: drop-shadow(0 24px 38px rgba(19, 35, 67, 0.22));
}

.ep-phone__shell {
	position: relative;
	padding: 10px;
	border-radius: 42px;
	background: linear-gradient(160deg, #3b4654 0%, #15181e 16%, #586475 48%, #121419 82%, #677487 100%);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.26),
		inset 0 -1px 0 rgba(0, 0, 0, 0.3),
		0 10px 24px rgba(15, 27, 48, 0.2);
}

.ep-phone__shell::before {
	content: '';
	position: absolute;
	inset: 10px;
	border-radius: 34px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
	pointer-events: none;
}

.ep-phone__screen {
	position: relative;
	overflow: hidden;
	border-radius: 34px;
	background: #000;
	aspect-ratio: 942 / 2048;
}

.ep-phone__screen::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.05) 68%, rgba(255, 255, 255, 0) 100%);
	pointer-events: none;
}

.ep-phone__notch {
	position: absolute;
	top: 16px;
	left: 50%;
	z-index: 2;
	width: 37%;
	height: 28px;
	transform: translateX(-50%);
	border-radius: 18px;
	background: #090a0d;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.04);
}

.ep-phone__image {
	height: 100%;
	object-fit: cover;
	border-radius: 34px;
	box-shadow: none;
}

.ep-floating-card {
	position: absolute;
	width: 220px;
	padding: 0;
	background: none;
	border: none;
	box-shadow: none;
	backdrop-filter: none;
}

.ep-floating-card--top {
	top: 48px;
	right: 10px;
	transform: rotate(5deg);
	animation: ep-float-side 7s ease-in-out infinite;
}

.ep-floating-card--bottom {
	left: 0;
	bottom: 36px;
	transform: rotate(-6deg);
	animation: ep-float-side 9s ease-in-out infinite reverse;
}

.ep-phone--mini .ep-phone__shell {
	padding: 8px;
	border-radius: 30px;
}

.ep-phone--mini .ep-phone__shell::before {
	inset: 8px;
	border-radius: 24px;
}

.ep-phone--mini .ep-phone__screen {
	border-radius: 24px;
}

.ep-phone--mini .ep-phone__image {
	border-radius: 24px;
}

.ep-phone--mini .ep-phone__notch {
	top: 11px;
	height: 18px;
	border-radius: 12px;
}

.ep-proof-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	padding: 12px 0 0;
}

.ep-proof-card,
.ep-feature-card,
.ep-process-card,
.ep-showcase-card,
.ep-community__card,
.ep-builder__visual {
	border: 1px solid rgba(255, 255, 255, 0.85);
	background: var(--ep-surface);
	backdrop-filter: blur(18px);
	box-shadow: var(--ep-shadow-soft);
}

.ep-proof-card {
	padding: 24px;
	border-radius: var(--ep-radius-lg);
}

.ep-proof-card__value {
	display: block;
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--ep-ink);
}

.ep-proof-card__label {
	display: block;
	font-size: 0.98rem;
	line-height: 1.55;
	color: var(--ep-muted);
}

.ep-section {
	padding: 108px 0 0;
}

.ep-section__heading {
	max-width: 720px;
}

.ep-section__heading h2,
.ep-builder__copy h2,
.ep-community__copy h2 {
	font-size: clamp(2.5rem, 5vw, 4.4rem);
	line-height: 0.98;
}

.ep-section__heading p,
.ep-builder__copy p,
.ep-community__copy p {
	margin: 18px 0 0;
}

.ep-community__copy h2 {
	font-size: clamp(2.2rem, 4vw, 3.5rem);
	white-space: nowrap;
}

.ep-section__heading--compact {
	max-width: 620px;
}

.ep-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 34px;
}

.ep-feature-card {
	position: relative;
	padding: 28px;
	border-radius: var(--ep-radius-lg);
	overflow: hidden;
	transition:
		transform 180ms ease,
		box-shadow 180ms ease,
		border-color 180ms ease;
}

.ep-feature-card::after {
	content: '';
	position: absolute;
	inset: auto auto -80px -60px;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(13, 116, 255, 0.16), rgba(13, 116, 255, 0) 72%);
	pointer-events: none;
}

.ep-feature-card:hover,
.ep-feature-card:focus-within {
	transform: translateY(-5px);
	box-shadow: 0 26px 48px rgba(37, 70, 129, 0.14);
}

.ep-feature-card__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	padding: 8px 10px;
	margin-bottom: 18px;
	border-radius: var(--ep-radius-pill);
	background: var(--ep-accent-soft);
	color: var(--ep-accent-strong);
	font-size: 0.9rem;
	font-weight: 700;
}

.ep-feature-card h3,
.ep-showcase-card h3,
.ep-process-card h3 {
	margin: 0;
	font-family: 'Space Grotesk', 'Instrument Sans', sans-serif;
	font-size: 1.54rem;
	line-height: 1.08;
	letter-spacing: -0.05em;
}

.ep-feature-card p,
.ep-showcase-card p,
.ep-process-card p {
	margin: 14px 0 0;
	font-size: 1rem;
}

.ep-builder {
	position: relative;
}

.ep-builder__carousel {
	display: grid;
}

.ep-builder__slide {
	grid-area: 1 / 1;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 28px;
	align-items: start;
	opacity: 0;
	transform: translateY(16px);
	pointer-events: none;
	transition:
		opacity 440ms ease,
		transform 440ms ease;
}

.ep-builder__slide.is-active {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
	z-index: 1;
}

.ep-builder__copy {
	max-width: 540px;
}

.ep-builder__mode {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	margin: 18px 0 0;
	border-radius: var(--ep-radius-pill);
	background: rgba(13, 116, 255, 0.08);
	border: 1px solid rgba(13, 116, 255, 0.14);
	color: var(--ep-accent-strong);
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.ep-builder__flow {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}

.ep-builder__step {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 16px 18px;
	border-radius: 22px;
	border: 1px solid rgba(10, 20, 41, 0.06);
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 12px 24px rgba(39, 69, 121, 0.08);
}

.ep-builder__step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(104, 181, 255, 0.2), rgba(13, 116, 255, 0.14));
	color: var(--ep-accent-strong);
	font-size: 1rem;
	font-weight: 700;
}

.ep-builder__step-copy h3 {
	margin: 2px 0 0;
	font-size: 1.12rem;
	line-height: 1.12;
	letter-spacing: -0.03em;
}

.ep-builder__step-copy p {
	margin: 8px 0 0;
	font-size: 0.98rem;
	line-height: 1.55;
}

.ep-builder__list {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 24px 0 0;
	list-style: none;
}

.ep-builder__visual {
	position: relative;
	padding: 76px 0 0;
	border: none;
	border-radius: 0;
	background: none;
	box-shadow: none;
	backdrop-filter: none;
}

.ep-builder__visual-frame {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	min-height: 0;
}

.ep-phone--builder {
	width: min(100%, 360px);
}

.ep-phone--builder .ep-phone__screen::after {
	display: none;
}

.ep-phone__notch--builder {
	top: 14px;
	width: 34%;
	height: 24px;
	border-radius: 15px;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.04),
		inset 0 -1px 0 rgba(255, 255, 255, 0.03);
}

.ep-builder__callout {
	position: absolute;
	right: 18px;
	top: -18px;
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
	padding: 16px 18px;
	border-radius: var(--ep-radius-lg);
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(13, 116, 255, 0.14);
	box-shadow: 0 18px 34px rgba(40, 70, 122, 0.12);
}

.ep-builder__callout strong {
	font-size: 1rem;
	letter-spacing: -0.03em;
}

.ep-builder__pagination {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 22px;
}

.ep-builder__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	border-radius: 999px;
	background: rgba(10, 20, 41, 0.16);
	box-shadow: none;
	transition:
		transform 180ms ease,
		background-color 180ms ease,
		width 180ms ease;
	cursor: pointer;
}

.ep-builder__dot.is-active {
	width: 30px;
	background: var(--ep-accent-strong);
}

.ep-learning-loop__card {
	display: grid;
	grid-template-columns: minmax(0, 0.96fr) minmax(300px, 0.82fr);
	gap: 24px;
	padding: 30px;
	border-radius: var(--ep-radius-xl);
	border: 1px solid rgba(255, 255, 255, 0.86);
	background:
		linear-gradient(135deg, rgba(13, 116, 255, 0.08), rgba(255, 255, 255, 0.85) 48%),
		var(--ep-surface);
	backdrop-filter: blur(18px);
	box-shadow: var(--ep-shadow-soft);
}

.ep-learning-loop--inline {
	padding-top: 18px;
}

.ep-learning-loop__copy {
	max-width: 560px;
}

.ep-learning-loop__list {
	display: grid;
	gap: 14px;
	align-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ep-learning-loop__list li {
	position: relative;
	padding: 18px 18px 18px 50px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(10, 20, 41, 0.06);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	color: var(--ep-ink);
	box-shadow: 0 12px 24px rgba(39, 69, 121, 0.08);
}

.ep-learning-loop__list li::before {
	content: '';
	position: absolute;
	left: 20px;
	top: 50%;
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: linear-gradient(135deg, #68b5ff, var(--ep-accent-strong));
	box-shadow: 0 0 0 6px rgba(13, 116, 255, 0.1);
	transform: translateY(-50%);
}

.ep-showcase-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 34px;
}

.ep-showcase-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	padding: 26px;
	border-radius: var(--ep-radius-xl);
	overflow: hidden;
}

.ep-showcase-card--wide {
	grid-column: span 2;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.98fr);
	align-items: center;
}

.ep-showcase-card__eyebrow {
	margin: 0 0 10px;
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--ep-accent-strong);
}

.ep-showcase-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ep-showcase-card__media img {
	width: min(100%, 390px);
	border-radius: 28px;
	box-shadow: 0 18px 40px rgba(31, 58, 110, 0.18);
}

.ep-process-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 34px;
}

.ep-process-card {
	padding: 28px;
	border-radius: var(--ep-radius-lg);
}

.ep-process-card__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
	border-radius: 16px;
	background: linear-gradient(135deg, #c7e5ff, #71b2ff);
	color: var(--ep-ink);
	font-family: 'Space Grotesk', 'Instrument Sans', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
}

.ep-community__card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 22px;
	align-items: center;
	padding: 32px;
	border-radius: var(--ep-radius-xl);
	background:
		linear-gradient(135deg, rgba(13, 116, 255, 0.08), rgba(255, 255, 255, 0.82) 45%),
		var(--ep-surface);
}

.ep-community__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 24px;
}

.ep-social-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ep-social-row a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(10, 20, 41, 0.08);
	box-shadow: 0 14px 28px rgba(36, 67, 121, 0.12);
	transition:
		transform 180ms ease,
		box-shadow 180ms ease,
		border-color 180ms ease;
}

.ep-social-row a:hover,
.ep-social-row a:focus-visible {
	transform: translateY(-4px);
	box-shadow: 0 20px 38px rgba(36, 67, 121, 0.16);
	border-color: rgba(13, 116, 255, 0.18);
}

.ep-social-row svg {
	width: 24px;
	height: 24px;
	fill: var(--ep-ink);
}

.ep-footer {
	padding: 108px 0 36px;
}

.ep-footer__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.6fr) minmax(0, 1fr);
	gap: 24px;
	padding: 28px;
	border-top: 1px solid rgba(10, 20, 41, 0.08);
}

.ep-footer__brand {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.ep-footer__brand strong {
	display: block;
	font-family: 'Space Grotesk', 'Instrument Sans', sans-serif;
	font-size: 1.16rem;
	letter-spacing: -0.04em;
}

.ep-footer__brand p,
.ep-footer__meta p {
	margin: 6px 0 0;
	font-size: 0.96rem;
}

.ep-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 18px;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--ep-ink);
}

.ep-footer__copyright {
	margin-top: 20px;
	color: var(--ep-soft);
}

::selection {
	background: rgba(13, 116, 255, 0.18);
}

@keyframes ep-float-main {
	0%,
	100% {
		transform: rotate(-5deg) translateY(0);
	}
	50% {
		transform: rotate(-4deg) translateY(-12px);
	}
}

@keyframes ep-float-side {
	0%,
	100% {
		transform: translateY(0) rotate(5deg);
	}
	50% {
		transform: translateY(-10px) rotate(4deg);
	}
}

@media (max-width: 1120px) {
	.ep-hero {
		grid-template-columns: 1fr;
		gap: 30px;
		padding-top: 20px;
	}

	.ep-hero__visual {
		min-height: 620px;
	}

	.ep-proof-strip,
	.ep-feature-grid,
	.ep-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ep-builder__slide,
	.ep-learning-loop__card,
	.ep-community__card,
	.ep-footer__inner {
		grid-template-columns: 1fr;
	}

	.ep-community__copy h2 {
		white-space: normal;
	}

	.ep-builder__step {
		grid-template-columns: 36px minmax(0, 1fr);
		padding: 15px 16px;
	}

	.ep-builder__step-number {
		width: 36px;
		height: 36px;
	}

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

	.ep-showcase-card--wide {
		grid-column: span 2;
	}

	.ep-section {
		padding-top: 92px;
	}

	.ep-footer {
		padding-top: 92px;
	}
}

@media (max-width: 820px) {
	.ep-header {
		padding-top: 12px;
	}

	.ep-header__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 12px 14px;
		padding: 12px 14px 10px;
		border-radius: 24px;
	}

	.ep-header__inner > .ep-button {
		justify-self: end;
		padding: 12px 18px;
		font-size: 0.92rem;
	}

	.ep-brand__icon-wrap {
		width: 48px;
		height: 48px;
		border-radius: 16px;
	}

	.ep-brand__name {
		font-size: 0.96rem;
	}

	.ep-brand__meta {
	max-width: 100%;
	font-size: 0.72rem;
	white-space: nowrap;
	}

	.ep-nav {
		grid-column: 1 / -1;
		width: 100%;
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 10px;
		overflow-x: auto;
		padding-bottom: 2px;
		scrollbar-width: none;
	}

	.ep-nav::-webkit-scrollbar {
		display: none;
	}

	.ep-nav a {
		white-space: nowrap;
		padding: 8px 12px;
		border-radius: 999px;
		border: 1px solid rgba(10, 20, 41, 0.06);
		background: rgba(255, 255, 255, 0.72);
	}

	.ep-nav a::after {
		display: none;
	}

	.ep-section {
		padding-top: 80px;
	}

	.ep-hero {
		gap: 24px;
		padding: 18px 0 28px;
	}

	.ep-hero__eyebrow {
		margin: 8px 0 10px;
	}

	.ep-hero__title {
		font-size: clamp(3rem, 11vw, 4.5rem);
	}

	.ep-hero__lede,
	.ep-section__heading p,
	.ep-builder__copy p,
	.ep-community__copy p,
	.ep-feature-card p,
	.ep-footer p {
		font-size: 1rem;
		line-height: 1.62;
	}

	.ep-hero__actions {
		margin-top: 24px;
	}

	.ep-hero__visual {
		min-height: 520px;
	}

	.ep-hero__panel {
		left: 50%;
		top: 14px;
		transform: translateX(-50%);
		width: auto;
		animation: none;
	}

	.ep-hero__panel--device {
		width: min(300px, 62vw);
	}

	.ep-floating-card {
		width: 158px;
	}

	.ep-floating-card--top {
		top: 54px;
		right: 10px;
	}

	.ep-floating-card--bottom {
		left: 10px;
		bottom: 34px;
	}

	.ep-proof-strip,
	.ep-feature-grid,
	.ep-showcase-grid,
	.ep-process-grid {
		grid-template-columns: 1fr;
	}

	.ep-showcase-card--wide {
		grid-column: auto;
		display: flex;
	}

	.ep-community__card {
		padding: 26px;
	}

	.ep-builder__visual-frame {
		min-height: 0;
	}

	.ep-builder__visual {
		padding: 24px 0 0;
	}
}

@media (max-width: 620px) {
	.ep-header {
		padding-top: 10px;
	}
	

	.ep-hero {
		gap: 18px;
		padding-top: 14px;
		padding-bottom: 18px;
	}

	.ep-header__inner,
	.ep-proof-card,
	.ep-feature-card,
	.ep-process-card,
	.ep-showcase-card,
	.ep-builder__visual,
	.ep-community__card {
		border-radius: 22px;
	}

	.ep-header__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 10px;
		padding: 12px;
	}

	.ep-header__inner > .ep-button {
		padding: 11px 16px;
		font-size: 0.9rem;
	}

	.ep-brand {
		gap: 10px;
	}

	.ep-brand__icon-wrap {
		width: 44px;
		height: 44px;
		border-radius: 14px;
	}

	.ep-brand__name {
		font-size: 0.92rem;
	}

	.ep-brand__meta {
		display: none;
	}

	.ep-nav {
		gap: 8px;
	}

	.ep-nav a {
		padding: 7px 10px;
		font-size: 0.88rem;
	}

	.ep-button,
	.ep-hero__actions .ep-button,
	.ep-community__actions .ep-button {
		width: 100%;
	}

	.ep-download-stack {
		width: 100%;
	}

	.ep-download-stack .ep-button {
		width: 100%;
		min-height: 58px;
	}

	.ep-hero__actions > .ep-button {
		min-height: 58px;
	}

	.ep-hero__eyebrow {
		margin: 0 0 8px;
		font-size: 0.76rem;
	}

	.ep-hero__title,
	.ep-section__heading h2,
	.ep-builder__copy h2,
	.ep-community__copy h2 {
		font-size: clamp(2.2rem, 11vw, 3.15rem);
	}

	.ep-hero__lede,
	.ep-section__heading p,
	.ep-builder__copy p,
	.ep-community__copy p,
	.ep-feature-card p,
	.ep-footer p {
		font-size: 0.97rem;
		line-height: 1.58;
	}

	.ep-hero__punch {
		margin-top: 12px;
		font-size: 0.98rem;
	}

	.ep-hero__actions {
		gap: 10px;
		margin-top: 22px;
	}

	.ep-hero__checks {
		gap: 10px;
		margin-top: 22px;
	}

	.ep-hero__checks li {
		padding-left: 24px;
	}

	.ep-hero__checks li::before,
	.ep-builder__list li::before {
		width: 8px;
		height: 8px;
		top: 0.72em;
	}

	.ep-league-row {
		margin-top: 22px;
		gap: 7px;
	}

	.ep-league-chip {
		padding: 8px 11px;
		font-size: 0.88rem;
	}

	.ep-section {
		padding-top: 64px;
	}

	.ep-hero__visual {
		min-height: 420px;
		margin-top: 4px;
	}

	.ep-hero__panel {
		left: 50%;
		top: 8px;
		transform: translateX(-50%);
	}

	.ep-hero__panel--device {
		width: min(250px, 68vw);
		margin: 0;
	}

	.ep-hero__orb--blue {
		top: 10px;
		right: -12px;
		width: 180px;
		height: 180px;
	}

	.ep-hero__orb--ice {
		left: -8px;
		bottom: 14px;
		width: 140px;
		height: 140px;
	}

	.ep-phone__shell {
		padding: 8px;
		border-radius: 34px;
	}

	.ep-phone__shell::before {
		inset: 8px;
		border-radius: 28px;
	}

	.ep-phone__screen,
	.ep-phone__image {
		border-radius: 28px;
	}

	.ep-phone__notch {
		top: 12px;
		height: 22px;
		border-radius: 14px;
	}

	.ep-floating-card {
		width: min(130px, 36vw);
	}

	.ep-floating-card--top {
		top: 44px;
		right: 4px;
	}

	.ep-floating-card--bottom {
		left: 6px;
		bottom: 30px;
		width: min(122px, 34vw);
	}

	.ep-phone--mini .ep-phone__shell {
		padding: 6px;
		border-radius: 24px;
	}

	.ep-phone--mini .ep-phone__shell::before {
		inset: 6px;
		border-radius: 19px;
	}

	.ep-phone--mini .ep-phone__screen,
	.ep-phone--mini .ep-phone__image {
		border-radius: 19px;
	}

	.ep-phone--mini .ep-phone__notch {
		top: 9px;
		height: 14px;
		border-radius: 10px;
	}

	.ep-builder__callout {
		position: relative;
		right: auto;
		top: auto;
		margin-bottom: 16px;
	}

	.ep-builder__visual-frame {
		min-height: auto;
	}

	.ep-builder__visual {
		padding: 4px 0 0;
	}

	.ep-phone--builder {
		width: min(100%, 300px);
	}

	.ep-learning-loop__card,
	.ep-community__card {
		padding: 22px;
		gap: 18px;
	}

	.ep-learning-loop__list li {
		padding: 16px 16px 16px 44px;
	}

	.ep-feature-card {
		padding: 22px;
	}

	.ep-builder__slide {
		gap: 18px;
	}

	.ep-builder__mode {
		margin-top: 12px;
	}

	.ep-builder__flow {
		gap: 10px;
		margin-top: 18px;
	}

	.ep-builder__step {
		grid-template-columns: 32px minmax(0, 1fr);
		gap: 12px;
		padding: 14px;
		border-radius: 18px;
	}

	.ep-builder__step-number {
		width: 32px;
		height: 32px;
		font-size: 0.92rem;
	}

	.ep-builder__step-copy h3 {
		font-size: 1rem;
	}

	.ep-builder__step-copy p {
		font-size: 0.92rem;
		line-height: 1.5;
	}

	.ep-builder__pagination {
		margin-top: 16px;
	}

	.ep-social-row {
		justify-content: center;
	}

	.ep-social-row a {
		width: 56px;
		height: 56px;
	}

	.ep-footer {
		padding-top: 68px;
		padding-bottom: 28px;
	}

	.ep-footer__inner {
		gap: 20px;
		padding: 22px 0 0;
	}

	.ep-footer__links {
		gap: 14px;
	}
}

@media (max-width: 480px) {
	.ep-header__inner > .ep-button {
		padding: 10px 14px;
		font-size: 0.86rem;
	}

	.ep-nav {
		gap: 6px;
	}

	.ep-nav a {
		padding: 7px 9px;
		font-size: 0.84rem;
	}

	.ep-hero__title {
		font-size: clamp(2.15rem, 14vw, 2.9rem);
	}

	.ep-hero__visual {
		min-height: 360px;
	}

	.ep-hero__orb {
		display: none;
	}

	.ep-hero__panel--device {
		width: min(220px, 66vw);
	}

	.ep-floating-card--bottom {
		display: none;
	}

	.ep-floating-card--top {
		top: 38px;
		right: 0;
		width: min(112px, 34vw);
	}

	.ep-learning-loop__card,
	.ep-feature-card,
	.ep-community__card {
		padding: 20px;
	}

	.ep-phone--builder {
		width: min(100%, 280px);
	}
}

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