:root {
	--xp-ink: #0b0709;
	--xp-black: #070506;
	--xp-wine: #3a0c1d;
	--xp-wine-light: #71183a;
	--xp-pink: #ff5f9f;
	--xp-pink-soft: #f2a4c3;
	--xp-lilac: #bb8cff;
	--xp-white: #fff8fb;
	--xp-muted: #bba8af;
	--xp-line: rgba(255, 255, 255, 0.1);
	--xp-glass: rgba(25, 9, 15, 0.72);
}

html {
	scroll-behavior: smooth;
}

body.xpmoney-standalone {
	margin: 0 !important;
	overflow-x: hidden;
	background: var(--xp-black) !important;
}

body.xpmoney-standalone .xpmoney-app {
	width: 100%;
	margin-left: 0 !important;
}

html:has(.xpmoney-app),
body:has(.xpmoney-app) {
	overflow-x: clip;
}

.xpmoney-app,
.xpmoney-app * {
	box-sizing: border-box;
}

.xpmoney-app {
	position: relative;
	z-index: 0;
	width: 100vw;
	max-width: none !important;
	margin: 0 0 0 calc(50% - 50vw) !important;
	overflow: hidden;
	background: var(--xp-black);
	color: var(--xp-white);
	font-family: "Segoe UI", Inter, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

.xpmoney-app button,
.xpmoney-app input {
	font: inherit;
}

.xpmoney-app button,
.xpmoney-app a {
	-webkit-tap-highlight-color: transparent;
}

.xpmoney-app a {
	color: inherit;
	text-decoration: none;
}

.xpmoney-app h1,
.xpmoney-app h2,
.xpmoney-app h3,
.xpmoney-app p {
	margin: 0;
	color: inherit;
}

.xpmoney-app svg {
	display: block;
}

.xp-container {
	position: relative;
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.xp-skip-link {
	position: fixed;
	top: 14px;
	left: 14px;
	z-index: 2000;
	padding: 10px 16px;
	border-radius: 10px;
	background: #fff;
	color: #111 !important;
	transform: translateY(-160%);
}

.xp-skip-link:focus {
	transform: translateY(0);
}

.xp-network,
.xp-backdrop {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.xp-network {
	position: fixed;
	height: 100vh;
	z-index: -1;
	opacity: 0.56;
}

.xp-backdrop {
	z-index: -2;
	overflow: hidden;
	background:
		radial-gradient(circle at 75% 8%, rgba(107, 18, 55, 0.27), transparent 28%),
		radial-gradient(circle at 5% 24%, rgba(93, 21, 48, 0.19), transparent 20%),
		linear-gradient(180deg, #0d080a 0%, #070506 45%, #0d0709 100%);
}

.xp-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
	background-size: 76px 76px;
	mask-image: linear-gradient(to bottom, #000, transparent 44%);
}

.xp-glow {
	position: absolute;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	filter: blur(90px);
	opacity: 0.17;
	will-change: transform;
}

.xp-glow--one {
	top: 160px;
	right: -150px;
	background: #cf2768;
}

.xp-glow--two {
	top: 1050px;
	left: -290px;
	background: #6d1641;
}

.xp-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(8, 5, 6, 0.3);
	backdrop-filter: blur(14px);
}

.admin-bar .xp-header {
	top: 32px;
}

.xp-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 84px;
}

.xp-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -0.6px;
}

.xp-brand img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	object-position: center 12%;
	filter: drop-shadow(0 4px 14px rgba(255, 64, 151, 0.2));
}

.xp-brand em {
	color: var(--xp-pink);
	font-style: normal;
}

.xp-nav {
	display: flex;
	align-items: center;
	gap: 34px;
	margin-left: 62px;
}

.xp-nav a {
	position: relative;
	color: #d9cfd3;
	font-size: 14px;
	font-weight: 500;
}

.xp-nav a::after {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 0;
	height: 1px;
	background: var(--xp-pink);
	content: "";
	transition: width 0.25s ease;
}

.xp-nav a:hover::after,
.xp-nav a:focus-visible::after {
	width: 100%;
}

.xp-header__cta {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 11px 18px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.05);
	font-size: 13px;
	font-weight: 700;
	transition: 0.25s ease;
}

.xp-header__cta:hover {
	border-color: rgba(255, 95, 159, 0.55);
	background: rgba(255, 95, 159, 0.1);
	transform: translateY(-2px);
}

.xp-menu-button {
	display: none;
	width: 44px;
	height: 44px;
	padding: 11px;
	border: 1px solid var(--xp-line);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
	cursor: pointer;
}

.xp-menu-button span {
	display: block;
	width: 100%;
	height: 1.5px;
	margin: 5px 0;
	background: #fff;
	transition: 0.2s ease;
}

.xp-hero {
	position: relative;
	min-height: 860px;
	padding: 156px 0 0;
	background:
		linear-gradient(90deg, rgba(8, 5, 6, 0.95) 0%, rgba(8, 5, 6, 0.64) 49%, rgba(8, 5, 6, 0.12) 100%),
		radial-gradient(circle at 74% 47%, rgba(124, 21, 59, 0.28), transparent 30%);
}

.xp-hero::before {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, 0.1) 0.6px, transparent 0.7px);
	background-size: 7px 7px;
	opacity: 0.08;
	content: "";
	pointer-events: none;
}

.xp-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(430px, 0.94fr);
	align-items: center;
	gap: 42px;
	min-height: 610px;
}

.xp-hero__content {
	position: relative;
	z-index: 5;
	padding: 28px 0 70px;
}

.xp-hero__identity {
	display: flex;
	align-items: center;
	gap: 19px;
	margin-bottom: 18px;
}

.xp-hero__logo {
	width: 94px;
	height: 94px;
	object-fit: contain;
	filter: drop-shadow(0 14px 25px rgba(255, 69, 153, 0.24));
}

.xp-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 0;
	padding: 7px 12px;
	border: 1px solid rgba(255, 95, 159, 0.2);
	border-radius: 999px;
	background: rgba(255, 95, 159, 0.06);
	color: #e7bdcc;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

.xp-kicker i,
.xp-live-dot i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--xp-pink);
	box-shadow: 0 0 0 5px rgba(255, 95, 159, 0.1), 0 0 14px var(--xp-pink);
	animation: xp-pulse 2s ease-in-out infinite;
}

.xp-hero h1 {
	max-width: 720px;
	font-size: clamp(50px, 5.65vw, 84px);
	font-weight: 750;
	line-height: 0.98;
	letter-spacing: -4.6px;
}

.xp-hero h1 span,
.xp-section-head h2 em,
.xp-exchange-copy h2 em,
.xp-security-copy h2 em,
.xp-download h2 em {
	background: linear-gradient(90deg, #ff74ac 0%, #d7a6ff 80%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-style: normal;
}

.xp-hero__lead {
	max-width: 610px;
	margin-top: 29px !important;
	color: var(--xp-muted) !important;
	font-size: 18px;
	line-height: 1.7;
}

.xp-hero__actions,
.xp-download__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.xp-store-button {
	display: inline-flex;
	align-items: center;
	min-width: 220px;
	height: 66px;
	gap: 12px;
	padding: 9px 14px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
	color: #120a0d !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.xp-store-button--ios {
	background: rgba(29, 17, 22, 0.92);
	color: #fff !important;
}

.xp-store-button:hover {
	border-color: rgba(255, 95, 159, 0.65);
	box-shadow: 0 16px 45px rgba(69, 8, 31, 0.38);
	transform: translateY(-3px);
}

.xp-store-button__icon {
	display: grid;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 11px;
	background: rgba(10, 7, 8, 0.07);
}

.xp-store-button--ios .xp-store-button__icon {
	background: rgba(255, 255, 255, 0.08);
}

.xp-store-button__icon svg {
	width: 25px;
	height: 25px;
	fill: currentColor;
}

.xp-store-button > span:nth-child(2) {
	display: flex;
	flex: 1;
	flex-direction: column;
	line-height: 1.15;
}

.xp-store-button small {
	margin-bottom: 4px;
	opacity: 0.58;
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.xp-store-button strong {
	font-size: 14px;
	font-weight: 760;
	white-space: nowrap;
}

.xp-store-button__arrow {
	width: 17px;
	height: 17px;
	opacity: 0.46;
}

.xp-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-top: 28px;
	color: #a9959d;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.25px;
}

.xp-trust-row span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.xp-trust-row svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: #e874a1;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.xp-hero__visual {
	position: relative;
	z-index: 3;
	min-height: 590px;
	perspective: 1400px;
}

.xp-phone {
	position: absolute;
	top: 22px;
	left: 50%;
	z-index: 5;
	width: 330px;
	min-height: 586px;
	padding: 20px 18px;
	border: 1px solid rgba(255, 255, 255, 0.19);
	border-radius: 38px;
	background:
		linear-gradient(145deg, rgba(48, 17, 29, 0.97), rgba(14, 8, 10, 0.99) 42%),
		#14090d;
	box-shadow:
		0 50px 100px rgba(0, 0, 0, 0.55),
		0 0 0 8px rgba(255, 255, 255, 0.02),
		inset 0 1px rgba(255, 255, 255, 0.08);
	transform: translateX(-50%) rotateY(-7deg) rotateX(2deg);
	animation: xp-phone-float 6s ease-in-out infinite;
}

.xp-phone::before {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 82px;
	height: 20px;
	border-radius: 99px;
	background: #050304;
	content: "";
	transform: translateX(-50%);
}

.xp-phone__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4px 3px 0;
}

.xp-phone__top > i {
	width: 28px;
}

.xp-phone__top > span {
	font-size: 12px;
	font-weight: 750;
}

.xp-phone__top button {
	display: grid;
	width: 31px;
	height: 31px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
}

.xp-phone__top svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
}

.xp-balance {
	position: relative;
	margin-top: 24px;
	padding: 20px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 19px;
	background:
		radial-gradient(circle at 85% 10%, rgba(255, 119, 174, 0.23), transparent 35%),
		linear-gradient(135deg, rgba(111, 22, 58, 0.75), rgba(45, 13, 26, 0.85));
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.xp-balance::after {
	position: absolute;
	right: -25px;
	bottom: -55px;
	width: 140px;
	height: 140px;
	border: 18px solid rgba(255, 255, 255, 0.04);
	border-radius: 50%;
	content: "";
}

.xp-balance > span {
	display: block;
	color: #c7aab5;
	font-size: 10px;
	letter-spacing: 0.3px;
}

.xp-balance > strong {
	display: block;
	margin: 4px 0 5px;
	font-size: 27px;
	font-weight: 720;
	letter-spacing: -1px;
}

.xp-balance > strong small {
	color: #d9a7bb;
	font-size: 11px;
	letter-spacing: 0;
}

.xp-balance > em {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #e7c4d1;
	font-size: 9px;
	font-style: normal;
}

.xp-balance > em i {
	color: #ff74ac;
	font-style: normal;
}

.xp-quick-actions {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin: 15px 0 18px;
}

.xp-quick-actions div {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	color: #cbb9c0;
	font-size: 9px;
}

.xp-quick-actions span {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.045);
	color: #f488b2;
	font-size: 16px;
	font-weight: 500;
}

.xp-assets-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
	font-size: 11px;
}

.xp-assets-head span {
	color: #e878a5;
	font-size: 8px;
}

.xp-asset {
	display: grid;
	grid-template-columns: 38px 1fr auto;
	align-items: center;
	gap: 10px;
	padding: 10px 7px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.xp-coin {
	display: grid;
	width: 35px;
	height: 35px;
	place-items: center;
	border-radius: 50%;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
}

.xp-coin--btc { background: rgba(247, 147, 26, 0.14); color: #f7931a; }
.xp-coin--eth { background: rgba(139, 154, 232, 0.14); color: #9aa8ff; }
.xp-coin--usdt { background: rgba(38, 161, 123, 0.14); color: #4bc59f; }

.xp-asset > div,
.xp-asset > span {
	display: flex;
	flex-direction: column;
	line-height: 1.25;
}

.xp-asset > span {
	align-items: flex-end;
}

.xp-asset strong {
	font-size: 10px;
	font-weight: 650;
}

.xp-asset small {
	margin-top: 3px;
	color: #806f76;
	font-size: 7px;
}

.xp-float-card {
	position: absolute;
	z-index: 8;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 15px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 15px;
	background: rgba(24, 10, 15, 0.88);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(14px);
}

.xp-float-card > span {
	display: grid;
	width: 31px;
	height: 31px;
	place-items: center;
	border-radius: 9px;
	background: rgba(255, 95, 159, 0.12);
	color: #ff78ad;
	font-size: 14px;
}

.xp-float-card > div {
	display: flex;
	flex-direction: column;
	line-height: 1.3;
}

.xp-float-card strong { font-size: 9px; }
.xp-float-card small { color: #8e7b83; font-size: 7px; }
.xp-float-card--safe { top: 120px; right: -20px; animation: xp-float-a 5s ease-in-out infinite; }
.xp-float-card--exchange { bottom: 100px; left: -12px; animation: xp-float-b 5.5s ease-in-out infinite; }

.xp-orbit {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid rgba(255, 104, 163, 0.13);
	border-radius: 50%;
	transform: translate(-50%, -50%) rotate(-14deg);
}

.xp-orbit--outer { width: 520px; height: 520px; animation: xp-orbit-spin 28s linear infinite; }
.xp-orbit--inner { width: 410px; height: 410px; animation: xp-orbit-spin 20s linear infinite reverse; }

.xp-orbit span {
	position: absolute;
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	background: rgba(34, 12, 21, 0.84);
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
	color: #e789b0;
	font-size: 17px;
}

.xp-orbit--outer span:first-child { top: 47px; left: 52px; }
.xp-orbit--outer span:last-child { right: 25px; bottom: 105px; }
.xp-orbit--inner span { top: 50%; right: -18px; }

.xp-hero__rail {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(16, 8, 11, 0.82);
	transform: rotate(-1deg) scale(1.02);
}

.xp-hero__rail > div {
	display: flex;
	width: max-content;
	align-items: center;
	gap: 28px;
	padding: 13px 0;
	color: #7e6972;
	font-size: 9px;
	font-weight: 750;
	letter-spacing: 2px;
	animation: xp-marquee 28s linear infinite;
}

.xp-hero__rail i { color: var(--xp-pink); font-style: normal; }

.xp-section {
	position: relative;
	padding: 124px 0;
}

.xp-section-index {
	display: block;
	margin-bottom: 20px;
	color: #c24c78;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 2.2px;
}

.xp-section-head {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	align-items: end;
	gap: 70px;
	margin-bottom: 58px;
}

.xp-section-head h2,
.xp-exchange-copy h2,
.xp-security-copy h2,
.xp-download h2 {
	font-size: clamp(42px, 5vw, 67px);
	font-weight: 720;
	line-height: 1.03;
	letter-spacing: -3.6px;
}

.xp-section-head > p,
.xp-exchange-copy > p,
.xp-security-copy > p {
	max-width: 490px;
	color: var(--xp-muted) !important;
	font-size: 16px;
	line-height: 1.75;
}

.xp-features {
	background: linear-gradient(180deg, #0b0708 0%, #0f080b 100%);
}

.xp-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.xp-feature-card {
	position: relative;
	min-height: 350px;
	padding: 36px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.085);
	border-radius: 25px;
	background:
		radial-gradient(circle at var(--mx, 90%) var(--my, 0%), rgba(122, 26, 61, 0.18), transparent 35%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.035);
	transition: border-color 0.3s ease, transform 0.3s ease;
}

.xp-feature-card:hover {
	border-color: rgba(255, 95, 159, 0.2);
	transform: translateY(-4px);
}

.xp-feature-card--wide {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: 0.92fr 1.08fr;
	align-items: center;
	min-height: 345px;
}

.xp-icon-box {
	display: grid;
	width: 48px;
	height: 48px;
	margin-bottom: 45px;
	place-items: center;
	border: 1px solid rgba(255, 95, 159, 0.2);
	border-radius: 14px;
	background: rgba(255, 95, 159, 0.07);
	color: #ed709f;
}

.xp-icon-box svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.xp-feature-card h3 {
	max-width: 410px;
	font-size: 25px;
	font-weight: 680;
	line-height: 1.2;
	letter-spacing: -0.8px;
}

.xp-feature-card p {
	max-width: 440px;
	margin-top: 14px;
	color: #a69199;
	font-size: 14px;
	line-height: 1.7;
}

.xp-wallet-stack {
	position: relative;
	height: 230px;
}

.xp-wallet-stack > div {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	width: 280px;
	height: 78px;
	align-items: center;
	gap: 14px;
	padding: 14px 18px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 18px;
	background: rgba(32, 13, 20, 0.9);
	box-shadow: 0 22px 35px rgba(0, 0, 0, 0.35);
}

.xp-wallet-stack > div:nth-child(1) { z-index: 3; transform: translate(-50%, -50%) rotate(-2deg); }
.xp-wallet-stack > div:nth-child(2) { z-index: 2; transform: translate(-44%, -108%) rotate(6deg); opacity: 0.65; }
.xp-wallet-stack > div:nth-child(3) { z-index: 1; transform: translate(-58%, 5%) rotate(-8deg); opacity: 0.45; }

.xp-wallet-stack i {
	display: grid;
	width: 43px;
	height: 43px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 95, 159, 0.09);
	color: #f27fa9;
	font-size: 22px;
	font-style: normal;
}

.xp-wallet-stack span { display: flex; flex: 1; flex-direction: column; }
.xp-wallet-stack small { color: #8f7a82; font-size: 9px; }
.xp-wallet-stack strong { font-size: 14px; }

.xp-mini-exchange {
	position: absolute;
	right: 30px;
	bottom: 28px;
	left: 30px;
	display: grid;
	grid-template-columns: 1fr 44px 1fr;
	align-items: center;
	gap: 8px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 16px;
	background: rgba(7, 5, 6, 0.34);
}

.xp-mini-exchange span {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 12px;
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.045);
	font-size: 11px;
	font-weight: 700;
}

.xp-mini-exchange i { color: #ff82b2; font-style: normal; font-size: 16px; }
.xp-mini-exchange b { color: #c64e7b; text-align: center; }

.xp-security-scan {
	position: absolute;
	right: 38px;
	bottom: 35px;
	left: 38px;
	display: grid;
	place-items: center;
}

.xp-security-scan > span {
	position: absolute;
	width: 120px;
	height: 120px;
	border: 1px solid rgba(255, 95, 159, 0.18);
	border-radius: 50%;
	box-shadow: 0 0 0 20px rgba(255, 95, 159, 0.025), 0 0 0 42px rgba(255, 95, 159, 0.018);
}

.xp-security-scan > i {
	display: grid;
	z-index: 2;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #6d1a3c, #bc3e70);
	box-shadow: 0 0 35px rgba(206, 59, 115, 0.25);
	font-style: normal;
}

.xp-security-scan > small {
	position: relative;
	z-index: 2;
	margin-top: 86px;
	color: #b69da7;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.xp-exchange-section {
	background:
		radial-gradient(circle at 76% 50%, rgba(119, 21, 58, 0.16), transparent 30%),
		#090607;
}

.xp-exchange-grid {
	display: grid;
	grid-template-columns: 0.93fr 1.07fr;
	align-items: center;
	gap: 115px;
}

.xp-exchange-copy > p {
	margin-top: 26px;
}

.xp-exchange-copy ul {
	margin: 35px 0 0;
	padding: 0;
	list-style: none;
}

.xp-exchange-copy li {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 13px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.055);
	color: #d0bec5;
	font-size: 13px;
}

.xp-exchange-copy li span {
	color: #b84470;
	font-size: 9px;
	font-weight: 800;
}

.xp-swap-card {
	position: relative;
	max-width: 520px;
	padding: 32px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 28px;
	background: linear-gradient(145deg, rgba(41, 15, 25, 0.92), rgba(17, 9, 12, 0.97));
	box-shadow: 0 40px 80px rgba(0, 0, 0, 0.38), inset 0 1px rgba(255, 255, 255, 0.06);
}

.xp-swap-card::before {
	position: absolute;
	inset: -24px;
	z-index: -1;
	border: 1px solid rgba(255, 95, 159, 0.05);
	border-radius: 44px;
	content: "";
}

.xp-swap-card__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 25px;
}

.xp-swap-card__head > div { display: flex; flex-direction: column; }
.xp-swap-card__head > div span { font-size: 16px; font-weight: 700; }
.xp-swap-card__head > div small { margin-top: 3px; color: #826f77; font-size: 9px; }
.xp-live-dot { display: flex; align-items: center; gap: 8px; color: #b998a5; font-size: 9px; }
.xp-live-dot i { width: 5px; height: 5px; }

.xp-swap-field {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	min-height: 108px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 18px;
	background: rgba(5, 4, 4, 0.34);
}

.xp-swap-field > span {
	position: absolute;
	top: 16px;
	left: 20px;
	color: #8c7880;
	font-size: 9px;
}

.xp-swap-field > strong {
	padding-bottom: 4px;
	font-size: 27px;
	font-weight: 600;
	letter-spacing: -0.8px;
}

.xp-swap-token {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 8px 10px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	cursor: pointer;
}

.xp-swap-token > i {
	display: grid;
	width: 29px;
	height: 29px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 116, 172, 0.12);
	color: #fa86b3;
	font-size: 14px;
	font-style: normal;
}

.xp-swap-token > span { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.15; }
.xp-swap-token strong { font-size: 10px; }
.xp-swap-token small { margin-top: 3px; color: #8b767f; font-size: 7px; }
.xp-swap-token b { margin-left: 4px; color: #846f77; font-size: 12px; }

.xp-swap-toggle {
	position: relative;
	z-index: 5;
	display: grid;
	width: 42px;
	height: 42px;
	margin: -7px auto;
	padding: 0;
	place-items: center;
	border: 5px solid #1b0d12;
	border-radius: 50%;
	background: #7b2145;
	color: #fff;
	cursor: pointer;
	transition: transform 0.3s ease, background 0.3s ease;
}

.xp-swap-toggle:hover { background: #a6315d; transform: rotate(180deg); }
.xp-swap-toggle svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.xp-swap-note {
	display: flex;
	justify-content: space-between;
	padding: 17px 4px;
	color: #827079;
	font-size: 9px;
}

.xp-swap-note strong { color: #baa3ac; font-weight: 550; }

.xp-primary-button {
	display: flex;
	height: 58px;
	align-items: center;
	justify-content: center;
	gap: 14px;
	border-radius: 15px;
	background: linear-gradient(100deg, #9d2a58, #d34e82);
	box-shadow: 0 13px 28px rgba(133, 31, 71, 0.3);
	font-size: 13px;
	font-weight: 750;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.xp-primary-button:hover { transform: translateY(-2px); box-shadow: 0 17px 34px rgba(158, 38, 84, 0.4); }
.xp-primary-button span { transition: transform 0.25s ease; }
.xp-primary-button:hover span { transform: translateX(4px); }

.xp-security {
	padding-top: 40px;
	background: #090607;
}

.xp-security-panel {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	min-height: 610px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 30px;
	background:
		radial-gradient(circle at 24% 50%, rgba(117, 19, 56, 0.22), transparent 33%),
		linear-gradient(130deg, rgba(255, 255, 255, 0.025), transparent);
}

.xp-security-visual {
	position: relative;
	min-height: 610px;
}

.xp-shield {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	display: grid;
	width: 215px;
	height: 250px;
	place-items: center;
	clip-path: polygon(50% 0%, 91% 14%, 86% 72%, 50% 100%, 14% 72%, 9% 14%);
	background: linear-gradient(145deg, rgba(128, 31, 68, 0.9), rgba(28, 11, 17, 0.96));
	filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.48));
	transform: translate(-50%, -50%);
}

.xp-shield::after {
	position: absolute;
	inset: 2px;
	clip-path: inherit;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.3));
	content: "";
}

.xp-shield img {
	position: relative;
	z-index: 2;
	width: 116px;
	height: 116px;
	object-fit: contain;
	filter: drop-shadow(0 12px 22px rgba(255, 85, 160, 0.18));
}

.xp-shield i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 82px;
	height: 82px;
	border-radius: 50%;
	background: #ff5f9f;
	filter: blur(55px);
	opacity: 0.25;
	transform: translate(-50%, -50%);
}

.xp-security-ring {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid rgba(255, 95, 159, 0.12);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.xp-security-ring--one { width: 360px; height: 360px; animation: xp-ring-pulse 4s ease-in-out infinite; }
.xp-security-ring--two { width: 500px; height: 500px; animation: xp-ring-pulse 4s 1s ease-in-out infinite; }

.xp-sec-tag {
	position: absolute;
	z-index: 5;
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	background: rgba(21, 9, 14, 0.8);
	color: #aa8d99;
	font-size: 7px;
	font-weight: 750;
	letter-spacing: 1.1px;
}

.xp-sec-tag::before { display: inline-block; width: 5px; height: 5px; margin-right: 7px; border-radius: 50%; background: #e95d94; content: ""; }
.xp-sec-tag--a { top: 31%; left: 4%; }
.xp-sec-tag--b { right: 0; bottom: 28%; }

.xp-security-copy {
	padding: 70px 72px 70px 30px;
}

.xp-security-copy > p {
	margin-top: 24px;
}

.xp-security-points {
	margin-top: 35px;
}

.xp-security-points > div {
	display: grid;
	grid-template-columns: 32px 1fr;
	gap: 13px;
	padding: 13px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.xp-security-points > div > span {
	display: grid;
	width: 29px;
	height: 29px;
	place-items: center;
	border-radius: 9px;
	background: rgba(255, 95, 159, 0.08);
	color: #ec6e9e;
	font-size: 11px;
}

.xp-security-points p { display: flex; flex-direction: column; line-height: 1.3; }
.xp-security-points strong { font-size: 12px; font-weight: 650; }
.xp-security-points small { margin-top: 4px; color: #806c75; font-size: 9px; }

.xp-history {
	background: linear-gradient(180deg, #090607 0%, #10080b 100%);
}

.xp-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin-top: 20px;
}

.xp-timeline::before {
	position: absolute;
	top: 82px;
	right: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 95, 159, 0.55), rgba(255, 255, 255, 0.06));
	content: "";
}

.xp-timeline-item {
	position: relative;
	padding-right: 32px;
}

.xp-timeline-item time {
	display: block;
	margin-bottom: 23px;
	color: #fff;
	font-size: 36px;
	font-weight: 650;
	letter-spacing: -1.5px;
}

.xp-timeline-item > span {
	position: relative;
	z-index: 2;
	display: block;
	width: 12px;
	height: 12px;
	margin-bottom: 29px;
	border: 3px solid #281018;
	border-radius: 50%;
	background: #de5589;
	box-shadow: 0 0 0 5px rgba(222, 85, 137, 0.09);
}

.xp-timeline-item small { color: #9e315b; font-size: 8px; font-weight: 800; letter-spacing: 1.5px; }
.xp-timeline-item h3 { max-width: 220px; margin-top: 9px; font-size: 18px; line-height: 1.3; letter-spacing: -0.4px; }
.xp-timeline-item p { max-width: 240px; margin-top: 12px; color: #917c84; font-size: 12px; line-height: 1.7; }

.xp-download {
	position: relative;
	padding: 128px 0 120px;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 100%, rgba(169, 43, 91, 0.28), transparent 34%),
		linear-gradient(180deg, #16090e, #0d0709);
	text-align: center;
}

.xp-download::before {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.025) 1px, transparent 1px);
	background-size: 80px 80px;
	mask-image: radial-gradient(circle at 50% 60%, #000, transparent 60%);
	content: "";
}

.xp-download__inner { display: flex; flex-direction: column; align-items: center; }

.xp-download__logo {
	width: 120px;
	height: 120px;
	margin-bottom: 24px;
	object-fit: contain;
	filter: drop-shadow(0 20px 36px rgba(255, 55, 150, 0.18));
}

.xp-download h2 { font-size: clamp(46px, 6vw, 76px); }

.xp-download__slogan {
	margin-top: 24px !important;
	color: #c7abb6 !important;
	font-size: 18px;
}

.xp-download__buttons { justify-content: center; margin-top: 35px; }

.xp-download__note {
	margin-top: 18px;
	color: #755f68;
	font-size: 9px;
	letter-spacing: 0.4px;
}

.xp-download__orb {
	position: absolute;
	border: 1px solid rgba(255, 95, 159, 0.08);
	border-radius: 50%;
}

.xp-download__orb--one { top: 14%; left: -150px; width: 400px; height: 400px; }
.xp-download__orb--two { right: -230px; bottom: -180px; width: 600px; height: 600px; }

.xp-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	background: #080506;
}

.xp-footer__top {
	display: grid;
	grid-template-columns: 1fr 1fr 1.2fr;
	align-items: center;
	gap: 45px;
	padding-top: 45px;
	padding-bottom: 35px;
}

.xp-footer__top p { color: #806e75; font-size: 11px; }
.xp-footer__top nav { display: flex; justify-content: flex-end; gap: 22px; }
.xp-footer__top nav a { color: #9c878f; font-size: 11px; transition: color .2s ease; }
.xp-footer__top nav a:hover { color: #fff; }

.xp-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 20px;
	padding-bottom: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	color: #5f5056;
	font-size: 9px;
}

.xp-support-mail {
	color: #b996a4 !important;
	font-weight: 650;
	letter-spacing: 0.2px;
	transition: color 0.2s ease;
}

.xp-support-mail:hover,
.xp-support-mail:focus-visible {
	color: var(--xp-pink) !important;
}

.xp-reveal {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 0.75s ease, transform 0.75s cubic-bezier(.22, .75, .2, 1);
}

.xp-reveal.xp-visible {
	opacity: 1;
	transform: translateY(0);
}

.xp-feature-grid .xp-reveal:nth-child(2),
.xp-timeline .xp-reveal:nth-child(2) { transition-delay: 0.1s; }
.xp-feature-grid .xp-reveal:nth-child(3),
.xp-timeline .xp-reveal:nth-child(3) { transition-delay: 0.2s; }
.xp-timeline .xp-reveal:nth-child(4) { transition-delay: 0.3s; }

@keyframes xp-pulse {
	0%, 100% { opacity: 0.65; transform: scale(0.9); }
	50% { opacity: 1; transform: scale(1.15); }
}

@keyframes xp-phone-float {
	0%, 100% { transform: translateX(-50%) translateY(0) rotateY(-7deg) rotateX(2deg); }
	50% { transform: translateX(-50%) translateY(-9px) rotateY(-5deg) rotateX(1deg); }
}

@keyframes xp-float-a {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-10px); }
}

@keyframes xp-float-b {
	0%, 100% { transform: translateY(0) rotate(-1deg); }
	50% { transform: translateY(9px) rotate(1deg); }
}

@keyframes xp-orbit-spin {
	to { transform: translate(-50%, -50%) rotate(346deg); }
}

@keyframes xp-marquee {
	to { transform: translateX(-50%); }
}

@keyframes xp-ring-pulse {
	0%, 100% { opacity: 0.25; transform: translate(-50%, -50%) scale(0.94); }
	50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.03); }
}

@media (max-width: 1080px) {
	.xp-nav { gap: 20px; margin-left: 20px; }
	.xp-header__cta { display: none; }
	.xp-hero__grid { grid-template-columns: 1fr 420px; }
	.xp-float-card--safe { right: 0; }
	.xp-exchange-grid { gap: 60px; }
	.xp-security-copy { padding-right: 40px; }
}

@media (max-width: 900px) {
	.admin-bar .xp-header { top: 46px; }
	.xp-menu-button { display: block; }
	.xp-nav {
		position: absolute;
		top: 74px;
		right: 0;
		display: flex;
		width: min(310px, calc(100vw - 48px));
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		margin: 0;
		padding: 12px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 16px;
		background: rgba(20, 9, 13, 0.97);
		box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-10px);
		transition: 0.22s ease;
	}
	.xp-nav.xp-nav--open { opacity: 1; pointer-events: auto; transform: translateY(0); }
	.xp-nav a { padding: 12px 10px; }
	.xp-nav a::after { display: none; }
	.xp-menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
	.xp-menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
	.xp-menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
	.xp-hero { min-height: auto; padding-top: 125px; }
	.xp-hero__grid { grid-template-columns: 1fr; padding-bottom: 80px; }
	.xp-hero__content { padding-bottom: 10px; text-align: center; }
	.xp-hero__identity { justify-content: center; }
	.xp-hero__lead { margin-right: auto !important; margin-left: auto !important; }
	.xp-hero__actions, .xp-trust-row { justify-content: center; }
	.xp-hero__visual { width: min(560px, 100%); margin: 0 auto; }
	.xp-section-head { grid-template-columns: 1fr; gap: 25px; }
	.xp-feature-card--wide { grid-template-columns: 1fr 1fr; }
	.xp-exchange-grid { grid-template-columns: 1fr; }
	.xp-exchange-copy { max-width: 600px; }
	.xp-swap-card { max-width: 600px; }
	.xp-security-panel { grid-template-columns: 1fr; }
	.xp-security-visual { min-height: 500px; }
	.xp-security-copy { padding: 15px 55px 65px; }
	.xp-timeline { grid-template-columns: repeat(2, 1fr); row-gap: 60px; }
	.xp-timeline::before { display: none; }
	.xp-timeline-item { padding-right: 50px; }
	.xp-timeline-item > span { margin-bottom: 20px; }
	.xp-footer__top { grid-template-columns: 1fr 1fr; }
	.xp-footer__top nav { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 640px) {
	.xp-container { width: min(100% - 30px, 1180px); }
	.xp-header__inner { height: 72px; }
	.xp-brand img { width: 40px; height: 40px; }
	.xp-brand { font-size: 18px; }
	.xp-nav { top: 65px; width: calc(100vw - 30px); }
	.xp-hero { padding-top: 108px; }
	.xp-hero h1 { font-size: clamp(43px, 13.6vw, 62px); letter-spacing: -3px; }
	.xp-hero__identity { flex-direction: column; gap: 10px; margin-bottom: 23px; }
	.xp-hero__logo { width: 108px; height: 108px; }
	.xp-hero__lead { font-size: 15px; }
	.xp-kicker { font-size: 8px; letter-spacing: 0.9px; }
	.xp-hero__actions { flex-direction: column; align-items: stretch; }
	.xp-store-button { width: 100%; min-width: 0; }
	.xp-trust-row { gap: 12px; }
	.xp-trust-row span { font-size: 9px; }
	.xp-hero__visual { min-height: 535px; transform: scale(0.88); transform-origin: center top; margin-bottom: -65px; }
	.xp-phone { top: 0; }
	.xp-float-card--safe { right: -18px; }
	.xp-float-card--exchange { left: -18px; }
	.xp-orbit--outer { width: 450px; height: 450px; }
	.xp-orbit--inner { width: 360px; height: 360px; }
	.xp-section { padding: 88px 0; }
	.xp-section-head h2, .xp-exchange-copy h2, .xp-security-copy h2, .xp-download h2 { font-size: 42px; letter-spacing: -2.3px; }
	.xp-section-head { margin-bottom: 38px; }
	.xp-feature-grid { grid-template-columns: 1fr; }
	.xp-feature-card { min-height: 340px; padding: 27px; }
	.xp-feature-card--wide { grid-column: auto; grid-template-columns: 1fr; min-height: 550px; }
	.xp-feature-card--wide .xp-icon-box { margin-bottom: 25px; }
	.xp-wallet-stack { margin-top: -10px; }
	.xp-icon-box { margin-bottom: 35px; }
	.xp-exchange-grid { gap: 45px; }
	.xp-swap-card { padding: 20px; border-radius: 22px; }
	.xp-swap-field { padding: 16px; }
	.xp-swap-field > span { left: 16px; }
	.xp-swap-field > strong { font-size: 22px; }
	.xp-swap-token { gap: 6px; padding: 7px; }
	.xp-swap-note { gap: 12px; }
	.xp-security { padding-top: 0; }
	.xp-security-panel { border-radius: 23px; }
	.xp-security-visual { min-height: 420px; transform: scale(0.86); transform-origin: center; margin: -20px; }
	.xp-security-copy { padding: 10px 26px 45px; }
	.xp-timeline { grid-template-columns: 1fr; gap: 45px; }
	.xp-timeline-item { padding-right: 0; }
	.xp-timeline-item time { margin-bottom: 12px; }
	.xp-timeline-item > span { position: absolute; top: 13px; left: 92px; }
	.xp-timeline-item h3, .xp-timeline-item p { max-width: none; }
	.xp-download { padding: 90px 0; }
	.xp-download__logo { width: 100px; height: 100px; }
	.xp-download__slogan { font-size: 15px; }
	.xp-download__buttons { width: 100%; flex-direction: column; }
	.xp-footer__top { grid-template-columns: 1fr; gap: 20px; }
	.xp-footer__top nav { grid-column: auto; flex-wrap: wrap; }
	.xp-footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.xpmoney-app *,
	.xpmoney-app *::before,
	.xpmoney-app *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
	.xp-reveal { opacity: 1; transform: none; }
}
