.fxpip-contact-page .fxpip-contact-main {
	overflow: clip;
	background:
		radial-gradient(circle at 10% 8%, rgba(54, 212, 129, 0.09), transparent 29rem),
		radial-gradient(circle at 91% 23%, rgba(255, 112, 8, 0.075), transparent 30rem),
		var(--fx-bg);
}

.fxpip-contact-page .fxpip-contact-hero {
	position: relative;
	padding: clamp(10px, 1.5vw, 18px) 0 clamp(48px, 5.5vw, 72px);
	border-bottom: 1px solid var(--fx-line);
}

.fxpip-contact-page .fxpip-contact-hero::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background-image:
		linear-gradient(rgba(102, 147, 125, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(102, 147, 125, 0.08) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: linear-gradient(to bottom, #000, transparent 96%);
}

.fxpip-contact-page .fxpip-contact-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 960px;
	text-align: center;
}

.fxpip-contact-page .fxpip-contact-hero .fxpip-eyebrow {
	justify-content: center;
	margin-bottom: 17px;
}

.fxpip-contact-page .fxpip-contact-hero h1 {
	margin: 0;
	color: var(--fx-orange);
	font-size: clamp(3.35rem, 6vw, 5.95rem);
	font-weight: 820;
	letter-spacing: -0.075em;
	line-height: 0.92;
}

.fxpip-contact-page .fxpip-contact-hero h1 em {
	display: block;
	color: var(--fx-green);
	font-style: normal;
}

.fxpip-contact-page .fxpip-contact-hero__inner > p:last-child {
	max-width: 670px;
	margin: 28px auto 0;
	color: var(--fx-muted);
	font-size: clamp(1rem, 1.7vw, 1.18rem);
	line-height: 1.75;
}

.fxpip-contact-page .fxpip-contact-routes,
.fxpip-contact-page .fxpip-contact-social,
.fxpip-contact-page .fxpip-contact-store {
	position: relative;
	padding: clamp(58px, 6.5vw, 92px) 0;
}

.fxpip-contact-page .fxpip-contact-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
	align-items: end;
	gap: clamp(30px, 5vw, 68px);
	margin-bottom: clamp(30px, 4vw, 46px);
}

.fxpip-contact-page .fxpip-contact-heading .fxpip-eyebrow {
	margin-bottom: 16px;
}

.fxpip-contact-page .fxpip-contact-heading h2,
.fxpip-contact-page .fxpip-contact-store h2 {
	margin: 0;
	font-size: clamp(2.55rem, 5vw, 4.8rem);
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 0.98;
}

.fxpip-contact-page .fxpip-contact-heading > p {
	max-width: 490px;
	margin: 0 0 5px;
	color: var(--fx-muted);
	line-height: 1.75;
}

.fxpip-contact-page .fxpip-contact-route-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.fxpip-contact-page .fxpip-contact-route {
	position: relative;
	display: flex;
	min-height: 420px;
	flex-direction: column;
	padding: clamp(28px, 4vw, 44px);
	overflow: hidden;
	border: 1px solid var(--fx-line);
	border-radius: 25px;
	background: linear-gradient(145deg, rgba(14, 31, 24, 0.97), rgba(5, 14, 11, 0.98));
	box-shadow: 0 26px 72px rgba(0, 0, 0, 0.25);
}

.fxpip-contact-page .fxpip-contact-route::after {
	position: absolute;
	right: -80px;
	bottom: -110px;
	width: 260px;
	height: 260px;
	border: 45px solid rgba(54, 212, 129, 0.035);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.fxpip-contact-page .fxpip-contact-route--email::after {
	border-color: rgba(255, 112, 8, 0.04);
}

.fxpip-contact-page .fxpip-contact-route__top {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 45px;
}

.fxpip-contact-page .fxpip-contact-route__icon {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 1px solid rgba(54, 212, 129, 0.35);
	border-radius: 16px;
	background: rgba(54, 212, 129, 0.08);
	color: var(--fx-green-bright);
}

.fxpip-contact-page .fxpip-contact-route--email .fxpip-contact-route__icon {
	border-color: rgba(255, 112, 8, 0.34);
	background: rgba(255, 112, 8, 0.075);
	color: #ff9a52;
}

.fxpip-contact-page .fxpip-contact-route__icon svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.fxpip-contact-page .fxpip-contact-route__tag {
	padding: 8px 11px;
	border: 1px solid rgba(54, 212, 129, 0.25);
	border-radius: 999px;
	color: var(--fx-green-bright);
	font-size: 0.64rem;
	font-weight: 820;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.fxpip-contact-page .fxpip-contact-route--email .fxpip-contact-route__tag {
	border-color: rgba(255, 112, 8, 0.24);
	color: #ff9a52;
}

.fxpip-contact-page .fxpip-contact-route h3 {
	position: relative;
	z-index: 1;
	max-width: 510px;
	margin: 0;
	font-size: clamp(2rem, 3.8vw, 3.3rem);
	font-weight: 780;
	letter-spacing: -0.055em;
	line-height: 1.02;
}

.fxpip-contact-page .fxpip-contact-route > p {
	position: relative;
	z-index: 1;
	margin: 25px 0 35px;
	color: #aab9b1;
	line-height: 1.8;
}

.fxpip-contact-page .fxpip-contact-route > .fxpip-button,
.fxpip-contact-page .fxpip-contact-email {
	position: relative;
	z-index: 1;
	align-self: flex-start;
	margin-top: auto;
}

.fxpip-contact-page .fxpip-contact-email {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--fx-orange);
	font-size: clamp(1rem, 2vw, 1.22rem);
	font-weight: 780;
	overflow-wrap: anywhere;
	text-decoration: underline;
	text-decoration-color: rgba(255, 112, 8, 0.42);
	text-underline-offset: 6px;
}

.fxpip-contact-page .fxpip-contact-social {
	border-block: 1px solid var(--fx-line);
	background: rgba(9, 20, 15, 0.7);
}

.fxpip-contact-page .fxpip-contact-social-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 15px;
}

.fxpip-contact-page .fxpip-contact-social-card {
	--fxpip-contact-accent: var(--fx-green);
	position: relative;
	isolation: isolate;
	display: flex;
	min-height: 230px;
	flex-direction: column;
	padding: 24px;
	overflow: hidden;
	border: 1px solid var(--fx-line);
	border-radius: 19px;
	background:
		linear-gradient(145deg, color-mix(in srgb, var(--fxpip-contact-accent) 6%, transparent), transparent 58%),
		rgba(4, 13, 9, 0.8);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.fxpip-contact-page .fxpip-contact-social-card--youtube { --fxpip-contact-accent: var(--fx-red); }
.fxpip-contact-page .fxpip-contact-social-card--instagram { --fxpip-contact-accent: var(--fx-orange); }
.fxpip-contact-page .fxpip-contact-social-card--tiktok { --fxpip-contact-accent: #f05; }

.fxpip-contact-page .fxpip-contact-social-card::before {
	position: absolute;
	inset: auto -45px -70px auto;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: radial-gradient(circle, color-mix(in srgb, var(--fxpip-contact-accent) 16%, transparent), transparent 70%);
	content: "";
}

.fxpip-contact-page .fxpip-contact-social-card:hover,
.fxpip-contact-page .fxpip-contact-social-card:focus-visible {
	border-color: color-mix(in srgb, var(--fxpip-contact-accent) 55%, transparent);
	box-shadow: 0 20px 50px color-mix(in srgb, var(--fxpip-contact-accent) 9%, transparent);
	transform: translateY(-4px);
}

.fxpip-contact-page .fxpip-contact-social-card__number {
	position: relative;
	z-index: 2;
	color: var(--fxpip-contact-accent);
	font-size: 0.65rem;
	font-weight: 850;
	letter-spacing: 0.13em;
}

.fxpip-contact-page .fxpip-contact-social-card__art {
	position: absolute;
	top: 36px;
	right: 24px;
	z-index: -1;
	display: grid;
	width: 132px;
	height: 132px;
	place-items: center;
	color: var(--fxpip-contact-accent);
	opacity: 0.11;
	pointer-events: none;
	transform: rotate(-7deg);
}

.fxpip-contact-page .fxpip-contact-social-card__art::before {
	position: absolute;
	inset: -18px;
	border: 1px solid currentColor;
	border-radius: 34px;
	content: "";
	opacity: 0.34;
	transform: rotate(12deg);
}

.fxpip-contact-page .fxpip-contact-social-card__art svg {
	width: 94px;
	height: 94px;
	fill: currentColor;
}

.fxpip-contact-page .fxpip-contact-social-card strong {
	position: relative;
	z-index: 2;
	margin-top: auto;
	color: var(--fx-text);
	font-size: 1.5rem;
	letter-spacing: -0.035em;
}

.fxpip-contact-page .fxpip-contact-social-card small {
	position: relative;
	z-index: 2;
	margin-top: 4px;
	color: #819188;
	font-size: 0.72rem;
	overflow-wrap: anywhere;
}

.fxpip-contact-page .fxpip-contact-social-card i {
	position: absolute;
	top: 21px;
	right: 21px;
	z-index: 2;
	color: var(--fxpip-contact-accent);
	font-style: normal;
}

.fxpip-contact-page .fxpip-contact-store__card {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(28px, 5vw, 58px);
	padding: clamp(32px, 5vw, 54px);
	border: 1px solid rgba(255, 112, 8, 0.22);
	border-radius: 25px;
	background:
		radial-gradient(circle at 100% 0%, rgba(255, 112, 8, 0.12), transparent 32%),
		var(--fx-surface);
	box-shadow: var(--fx-shadow);
}

.fxpip-contact-page .fxpip-contact-store__mark {
	display: grid;
	width: 200px;
	height: 116px;
	place-items: center;
	padding: 18px;
	border: 1px solid rgba(255, 112, 8, 0.35);
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(255, 112, 8, 0.08), rgba(54, 212, 129, 0.05)),
		#06100c;
	box-shadow: inset 0 0 36px rgba(255, 112, 8, 0.035);
}

.fxpip-contact-page .fxpip-contact-store__mark .fxpip-logo__art {
	width: 164px;
}

.fxpip-contact-page .fxpip-contact-store .fxpip-eyebrow {
	margin-bottom: 14px;
}

.fxpip-contact-page .fxpip-contact-store h2 {
	font-size: clamp(2.25rem, 4vw, 3.7rem);
}

.fxpip-contact-page .fxpip-contact-store__card > div:nth-child(2) > p:last-child {
	margin: 16px 0 0;
	color: var(--fx-muted);
}

@media (max-width: 1000px) {
	.fxpip-contact-page .fxpip-contact-social-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.fxpip-contact-page .fxpip-contact-heading,
	.fxpip-contact-page .fxpip-contact-route-grid {
		grid-template-columns: 1fr;
	}

	.fxpip-contact-page .fxpip-contact-heading {
		align-items: start;
		gap: 26px;
	}

	.fxpip-contact-page .fxpip-contact-route {
		min-height: 0;
	}

	.fxpip-contact-page .fxpip-contact-route > .fxpip-button,
	.fxpip-contact-page .fxpip-contact-email {
		margin-top: 8px;
	}

	.fxpip-contact-page .fxpip-contact-store__card {
		grid-template-columns: 170px minmax(0, 1fr);
	}

	.fxpip-contact-page .fxpip-contact-store__mark {
		width: 160px;
		height: 96px;
		padding: 14px;
	}

	.fxpip-contact-page .fxpip-contact-store__mark .fxpip-logo__art {
		width: 136px;
	}

	.fxpip-contact-page .fxpip-contact-store__card > .fxpip-button {
		grid-column: 2;
		justify-self: start;
	}
}

@media (max-width: 640px) {
	.fxpip-contact-page .fxpip-contact-hero {
		padding-top: 10px;
		padding-bottom: 62px;
	}

	.fxpip-contact-page .fxpip-contact-hero h1 {
		font-size: clamp(2.7rem, 13vw, 4.2rem);
	}

	.fxpip-contact-page .fxpip-contact-routes,
	.fxpip-contact-page .fxpip-contact-social,
	.fxpip-contact-page .fxpip-contact-store {
		padding-block: 66px;
	}

	.fxpip-contact-page .fxpip-contact-heading h2 {
		font-size: clamp(2.45rem, 12vw, 3.5rem);
	}

	.fxpip-contact-page .fxpip-contact-route {
		padding: 25px 22px;
		border-radius: 21px;
	}

	.fxpip-contact-page .fxpip-contact-route__top {
		margin-bottom: 34px;
	}

	.fxpip-contact-page .fxpip-contact-social-grid {
		grid-template-columns: 1fr;
	}

	.fxpip-contact-page .fxpip-contact-social-card {
		min-height: 165px;
	}

	.fxpip-contact-page .fxpip-contact-store__card {
		grid-template-columns: 1fr;
		padding: 28px 22px;
	}

	.fxpip-contact-page .fxpip-contact-store__mark {
		width: min(220px, 100%);
		height: 112px;
	}

	.fxpip-contact-page .fxpip-contact-store__mark .fxpip-logo__art {
		width: 166px;
	}

	.fxpip-contact-page .fxpip-contact-store__card > .fxpip-button {
		grid-column: auto;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fxpip-contact-page .fxpip-contact-social-card {
		transition: none;
	}

	.fxpip-contact-page .fxpip-contact-social-card:hover,
	.fxpip-contact-page .fxpip-contact-social-card:focus-visible {
		transform: none;
	}
}
