/* ViewX reseller page */

body.viewx-reseller {
	background: #06090f;
}

body.viewx-reseller .site-main {
	min-height: 0;
	padding: 0;
	overflow: hidden;
}

.reseller-hero,
.reseller-benefits,
.reseller-packages,
.reseller-cta {
	position: relative;
	isolation: isolate;
}

.reseller-hero {
	display: flex;
	min-height: 740px;
	align-items: center;
	padding: 116px 0 80px;
	background:
		radial-gradient(circle at 77% 35%, rgba(34, 143, 206, 0.22), transparent 34%),
		radial-gradient(circle at 12% 4%, rgba(24, 216, 208, 0.08), transparent 27%),
		linear-gradient(180deg, #0b111b 0%, #06090f 100%);
}

.reseller-hero::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
	background-size: 54px 54px;
	content: "";
	mask-image: linear-gradient(to bottom, #000 15%, transparent 90%);
}

.reseller-orb {
	position: absolute;
	z-index: -1;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	filter: blur(110px);
	opacity: 0.19;
	pointer-events: none;
}

.reseller-orb--one {
	top: 8%;
	right: -7%;
	background: var(--primary);
}

.reseller-orb--two {
	bottom: 3%;
	left: -10%;
	background: var(--secondary);
}

.reseller-hero__grid {
	display: grid;
	align-items: center;
	grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
	gap: clamp(48px, 6vw, 92px);
}

.reseller-hero__content {
	position: relative;
	z-index: 3;
}

.reseller-kicker,
.reseller-eyebrow {
	margin: 0 0 18px;
	color: #a8b5c5;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.reseller-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 12px;
	border: 1px solid rgba(168, 181, 197, 0.22);
	border-radius: 999px;
	background: rgba(0, 156, 255, 0.07);
}

.reseller-kicker span,
.reseller-status-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--brand-red);
	box-shadow: 0 0 14px rgba(255, 59, 85, 0.75);
}

.reseller-hero h1 {
	max-width: 680px;
	margin: 0;
	font-size: clamp(52px, 5vw, 78px);
	line-height: 0.98;
	letter-spacing: -0.057em;
}

.reseller-hero h1::after {
	display: block;
	width: 92px;
	height: 4px;
	margin-top: 25px;
	border-radius: 10px;
	background: linear-gradient(90deg, var(--brand-red), var(--secondary), transparent);
	box-shadow: 0 0 20px rgba(24, 216, 208, 0.3);
	content: "";
}

.reseller-hero__lead {
	max-width: 620px;
	margin: 24px 0 0;
	color: #a8b5c5;
	font-size: clamp(18px, 1.5vw, 21px);
	line-height: 1.65;
}

.reseller-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.reseller-button,
.reseller-order {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	padding: 0 23px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease, background-color 190ms ease;
}

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

.reseller-button--primary {
	background: linear-gradient(135deg, var(--secondary), #48b0ec 62%, #208ac8);
	box-shadow: 0 16px 38px rgba(33, 141, 203, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.27);
}

.reseller-button--primary:hover,
.reseller-button--primary:focus-visible {
	box-shadow: 0 20px 46px rgba(42, 155, 220, 0.44), 0 0 30px rgba(24, 216, 208, 0.08);
}

.reseller-button--ghost {
	border-color: rgba(255, 255, 255, 0.13);
	background: rgba(255, 255, 255, 0.035);
	color: #f5f8fc;
	backdrop-filter: blur(10px);
}

.reseller-button--ghost:hover,
.reseller-button--ghost:focus-visible {
	border-color: rgba(107, 221, 255, 0.32);
	background: rgba(24, 216, 208, 0.07);
}

.reseller-hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	padding: 0;
	margin: 30px 0 0;
	color: #9da6bf;
	font-size: 13px;
	font-weight: 650;
	list-style: none;
}

.reseller-hero__proof li {
	display: flex;
	align-items: center;
	gap: 7px;
}

.reseller-hero__proof span {
	color: var(--brand-red);
}

.reseller-hero__visual {
	position: relative;
	min-width: 0;
	perspective: 1200px;
}

.reseller-hero__media {
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 28px;
	background: #101923;
	box-shadow: 0 38px 100px rgba(6, 9, 15, 0.55), 0 0 75px rgba(51, 159, 222, 0.19), inset 0 1px 0 rgba(255, 255, 255, 0.12);
	transform: rotateY(-3deg) rotateX(1deg);
}

.reseller-hero__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(6, 9, 15, 0.28), transparent 43%), linear-gradient(180deg, transparent 62%, rgba(6, 9, 15, 0.45));
	content: "";
	pointer-events: none;
}

.reseller-hero__media img {
	width: 100%;
	aspect-ratio: 1.76;
	object-fit: cover;
}

.reseller-hero__media figcaption {
	position: absolute;
	z-index: 2;
	right: 16px;
	bottom: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 999px;
	background: rgba(11, 17, 27, 0.72);
	color: #f5f8fc;
	font-size: 12px;
	font-weight: 750;
	backdrop-filter: blur(13px);
}

.reseller-metric {
	position: absolute;
	z-index: 3;
	display: grid;
	grid-template-columns: 36px auto;
	column-gap: 10px;
	min-width: 180px;
	padding: 13px 15px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 17px;
	background: rgba(16, 25, 35, 0.82);
	box-shadow: 0 18px 50px rgba(6, 9, 15, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(18px);
}

.reseller-metric > span {
	display: grid;
	grid-row: 1 / 3;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 11px;
	background: linear-gradient(145deg, rgba(255, 59, 85, 0.2), rgba(24, 216, 208, 0.1));
	color: var(--brand-red);
}

.reseller-metric strong {
	font-size: 13px;
	line-height: 1.2;
}

.reseller-metric small {
	margin-top: 3px;
	color: #969eb7;
	font-size: 11px;
}

.reseller-metric--growth {
	top: -28px;
	right: 40px;
}

.reseller-metric--network {
	bottom: -30px;
	left: -34px;
}

.reseller-benefits {
	padding: 92px 0;
	background: linear-gradient(180deg, #06090f, #0b111b 50%, #06090f);
}

.reseller-section-heading {
	max-width: 720px;
	margin-bottom: 42px;
}

.reseller-section-heading--center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.reseller-section-heading h2,
.reseller-cta h2 {
	margin: 0;
	font-size: clamp(38px, 4vw, 58px);
	line-height: 1.04;
	letter-spacing: -0.045em;
}

.reseller-section-heading > p:last-child {
	max-width: 630px;
	margin: 18px auto 0;
	color: #a8b5c5;
	font-size: 17px;
}

.reseller-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.reseller-benefit {
	position: relative;
	min-height: 260px;
	padding: 30px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 24px;
	background: linear-gradient(145deg, rgba(16, 25, 35, 0.79), rgba(11, 17, 27, 0.67));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.reseller-benefit::before {
	position: absolute;
	right: -80px;
	bottom: -100px;
	width: 210px;
	height: 210px;
	border-radius: 50%;
	background: rgba(0, 156, 255, 0.16);
	content: "";
	filter: blur(52px);
}

.reseller-benefit:hover {
	border-color: rgba(168, 181, 197, 0.27);
	box-shadow: 0 22px 60px rgba(6, 9, 15, 0.23), 0 0 42px rgba(34, 146, 211, 0.08);
	transform: translateY(-5px);
}

.reseller-benefit__icon {
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border: 1px solid rgba(129, 223, 255, 0.15);
	border-radius: 16px;
	background: linear-gradient(145deg, rgba(24, 216, 208, 0.12), rgba(0, 156, 255, 0.11));
	color: #8de7ff;
}

.reseller-benefit__icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.reseller-benefit__number {
	position: absolute;
	top: 25px;
	right: 28px;
	margin: 0;
	color: rgba(255, 255, 255, 0.12);
	font-size: 28px;
	font-weight: 900;
}

.reseller-benefit h3 {
	margin: 30px 0 9px;
	font-size: 22px;
	letter-spacing: -0.025em;
}

.reseller-benefit > p:last-child {
	max-width: 330px;
	margin: 0;
	color: #9fa6bd;
}

.reseller-packages {
	padding: 96px 0 104px;
	background:
		radial-gradient(circle at 50% 15%, rgba(42, 155, 220, 0.16), transparent 28%),
		#06090f;
}

.reseller-package-grid {
	display: grid;
	align-items: stretch;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 54px;
}

.reseller-package {
	position: relative;
	display: flex;
	min-width: 0;
	padding: 28px 22px 22px;
	border: 1px solid rgba(255, 255, 255, 0.095);
	border-radius: 25px;
	background: linear-gradient(155deg, rgba(16, 25, 35, 0.91), rgba(11, 17, 27, 0.9));
	box-shadow: 0 24px 70px rgba(6, 9, 15, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.055);
	flex-direction: column;
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.reseller-package::after {
	position: absolute;
	top: 0;
	right: 20px;
	left: 20px;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--primary), var(--secondary), transparent);
	content: "";
}

.reseller-package:hover {
	border-color: rgba(168, 181, 197, 0.25);
	box-shadow: 0 30px 80px rgba(6, 9, 15, 0.34), 0 0 42px rgba(61, 164, 223, 0.1);
	transform: translateY(-7px);
}

.reseller-package--popular {
	border-color: rgba(0, 156, 255, 0.35);
	background: linear-gradient(155deg, rgba(11, 17, 27, 0.98), rgba(16, 25, 35, 0.96));
	box-shadow: 0 30px 84px rgba(6, 9, 15, 0.35), 0 0 55px rgba(0, 156, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.1);
	transform: translateY(-12px);
}

.reseller-package--popular:hover {
	transform: translateY(-18px);
}

.reseller-package__badge {
	position: absolute;
	top: -14px;
	right: 22px;
	margin: 0;
	padding: 7px 11px;
	border: 1px solid rgba(255, 59, 85, 0.25);
	border-radius: 999px;
	background: var(--brand-red);
	box-shadow: 0 8px 24px rgba(255, 59, 85, 0.2);
	color: #0b111b;
	font-size: 9px;
	font-weight: 950;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.reseller-package__label {
	margin: 0 0 10px;
	color: #8d96b0;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.reseller-package h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 650;
	letter-spacing: -0.03em;
}

.reseller-package h3 strong {
	font-size: 34px;
	font-weight: 900;
}

.reseller-package__price {
	margin: 25px 0 0;
	font-size: clamp(38px, 3vw, 48px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.055em;
}

.reseller-package__unit {
	margin: 10px 0 0;
	color: #979fb8;
	font-size: 13px;
}

.reseller-package__unit strong {
	color: var(--brand-red);
	font-weight: 820;
}

.reseller-package__divider {
	height: 1px;
	margin: 25px 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.13), transparent);
}

.reseller-package__features {
	display: grid;
	gap: 13px;
	padding: 0;
	margin: 0 0 27px;
	color: #a8b5c5;
	font-size: 13px;
	line-height: 1.45;
	list-style: none;
}

.reseller-package__features li {
	position: relative;
	padding-left: 23px;
}

.reseller-package__features li::before {
	position: absolute;
	top: 1px;
	left: 0;
	display: grid;
	width: 16px;
	height: 16px;
	place-items: center;
	border-radius: 50%;
	background: rgba(24, 216, 208, 0.1);
	color: var(--secondary);
	content: "✓";
	font-size: 9px;
	font-weight: 900;
}

.reseller-order {
	width: 100%;
	margin-top: auto;
	background: linear-gradient(135deg, var(--primary), var(--secondary));
	box-shadow: 0 14px 32px rgba(0, 156, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.reseller-order:hover,
.reseller-order:focus-visible {
	box-shadow: 0 18px 42px rgba(0, 156, 255, 0.4), 0 0 24px rgba(24, 216, 208, 0.12);
}

.reseller-package--popular .reseller-order {
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 58%, var(--brand-red) 135%);
	box-shadow: 0 15px 38px rgba(0, 156, 255, 0.3), 0 0 20px rgba(255, 59, 85, 0.12);
	color: #fff;
}

.reseller-cta {
	padding: 0 0 92px;
	background: #06090f;
}

.reseller-cta__panel {
	position: relative;
	display: grid;
	align-items: center;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 40px;
	min-height: 330px;
	padding: clamp(42px, 6vw, 72px);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 32px;
	background:
		linear-gradient(120deg, rgba(21, 34, 48, 0.92), rgba(21, 34, 48, 0.9)),
		#101923;
	box-shadow: 0 35px 90px rgba(6, 9, 15, 0.36), 0 0 75px rgba(35, 148, 214, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.reseller-cta__panel::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--primary), var(--secondary), var(--brand-red), transparent);
	content: "";
}

.reseller-cta__content {
	position: relative;
	z-index: 2;
	max-width: 720px;
}

.reseller-cta__content > p:last-child {
	max-width: 640px;
	margin: 18px 0 0;
	color: #a8b5c5;
	font-size: 17px;
}

.reseller-button--lime {
	position: relative;
	z-index: 2;
	min-width: 224px;
	background: linear-gradient(135deg, var(--brand-red), var(--brand-red-hover));
	box-shadow: 0 18px 45px rgba(255, 59, 85, 0.25);
	color: #fff;
}

.reseller-button--lime:hover,
.reseller-button--lime:focus-visible {
	box-shadow: 0 23px 54px rgba(255, 59, 85, 0.34), 0 0 35px rgba(0, 156, 255, 0.12);
}

.reseller-cta__rings {
	position: absolute;
	right: -80px;
	width: 430px;
	height: 430px;
	pointer-events: none;
}

.reseller-cta__rings span {
	position: absolute;
	inset: 50%;
	border: 1px solid rgba(168, 181, 197, 0.15);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.reseller-cta__rings span:nth-child(1) { width: 150px; height: 150px; }
.reseller-cta__rings span:nth-child(2) { width: 280px; height: 280px; }
.reseller-cta__rings span:nth-child(3) { width: 410px; height: 410px; }

@media (max-width: 1100px) {
	.reseller-hero {
		min-height: 0;
		padding-top: 110px;
	}

	.reseller-hero__grid {
		grid-template-columns: 1fr;
	}

	.reseller-hero__content {
		max-width: 760px;
	}

	.reseller-hero__visual {
		width: min(100%, 820px);
	}

	.reseller-package-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px;
	}

	.reseller-package--popular,
	.reseller-package--popular:hover {
		transform: none;
	}
}

@media (max-width: 780px) {
	.reseller-hero {
		padding: 100px 0 72px;
	}

	.reseller-hero__grid {
		gap: 58px;
	}

	.reseller-hero h1 {
		font-size: clamp(45px, 12vw, 66px);
	}

	.reseller-hero__media {
		border-radius: 22px;
		transform: none;
	}

	.reseller-metric--growth {
		top: -25px;
		right: 14px;
	}

	.reseller-metric--network {
		bottom: -32px;
		left: 14px;
	}

	.reseller-benefits,
	.reseller-packages {
		padding: 88px 0;
	}

	.reseller-benefits__grid {
		grid-template-columns: 1fr;
	}

	.reseller-benefit {
		min-height: 0;
	}

	.reseller-cta {
		padding-bottom: 88px;
	}

	.reseller-cta__panel {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.reseller-button--lime {
		width: fit-content;
	}
}

@media (max-width: 560px) {
	.reseller-hero {
		padding-top: 96px;
	}

	.reseller-kicker {
		font-size: 10px;
	}

	.reseller-hero h1::after {
		margin-top: 20px;
	}

	.reseller-hero__lead {
		font-size: 17px;
	}

	.reseller-hero__actions {
		display: grid;
	}

	.reseller-button {
		width: 100%;
	}

	.reseller-hero__proof {
		display: grid;
		gap: 8px;
	}

	.reseller-hero__visual {
		padding-top: 28px;
	}

	.reseller-hero__media img {
		min-height: 330px;
		object-position: 62% center;
	}

	.reseller-metric {
		min-width: 150px;
		padding: 10px 12px;
	}

	.reseller-metric--growth {
		top: 0;
	}

	.reseller-metric--network {
		bottom: -29px;
	}

	.reseller-section-heading {
		margin-bottom: 30px;
	}

	.reseller-benefit {
		padding: 25px;
		border-radius: 20px;
	}

	.reseller-package-grid {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 38px;
	}

	.reseller-package {
		padding: 28px 24px 23px;
	}

	.reseller-package__price {
		font-size: 46px;
	}

	.reseller-order {
		min-height: 58px;
	}

	.reseller-cta__panel {
		min-height: 0;
		padding: 38px 24px;
		border-radius: 24px;
	}

	.reseller-button--lime {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.reseller-button,
	.reseller-order,
	.reseller-benefit,
	.reseller-package {
		transition: none;
	}
}
