/* Info Section (SEO-friendly, styled like FAQ) */
.info-section {
	padding: 1.75rem 0 2.44rem;
}
.info-section-inner {
	display: grid;
	gap: 1rem;
	justify-items: center;
}

/* Modern glassmorphism and accent for info section */
.info-box {
	position: relative;
	width: min(644px, 70%);
	border-radius: clamp(20px, 4vw, 36px);
	background: linear-gradient(135deg, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.2) 100%);
	box-shadow:
		0 28px 90px rgba(0, 0, 0, 0.7),
		0 0 10px rgba(255, 255, 255, 0.18),
		0 0 22px rgba(255, 255, 255, 0.12);
	overflow: hidden;
	padding: 1.1rem 2.2rem 1.1rem 1.4rem;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border: 1.5px solid rgba(255,255,255,0.13);
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, border 180ms ease, background 180ms ease;
	will-change: transform;
}
.info-box:hover, .info-box:focus-within {
	transform: translateY(-10px) scale(1.01);
	filter: brightness(1.04);
	box-shadow:
		0 28px 90px rgba(0,0,0,0.7),
		0 0 12px rgba(255, 255, 255, 0.23),
		0 0 26px rgba(255, 255, 255, 0.14);
	border: 1.5px solid rgba(255,255,255,0.13);
	background: linear-gradient(135deg, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.2) 100%);
}
.info-title {
	font-size: 25px;
	font-weight: 700;
	color: var(--red);
	letter-spacing: 0.3px;
	margin: 0 0 0.7em 0;
	text-shadow:
		0 0 6px rgba(255, 0, 0, 0.245),
		0 0 18px rgba(255, 0, 0, 0.245),
		0 0 32px rgba(255, 0, 0, 0.175),
		0 0 48px rgba(255, 0, 0, 0.126);
}
.info-content p {
	margin: 0 0 0.7em 0;
	font-size: 20px;
	font-weight: 400;
	color: var(--white);
	letter-spacing: 0.3px;
	line-height: 1.6;
	text-shadow: 0 1px 8px rgba(0,0,0,0.10);
}
.info-box .info-title {
	margin-bottom: 0.2em;
}
.info-box .info-content > p {
	margin-top: 0;
}
.info-content p:not(:last-child) {
	margin-bottom: 1.2em;
}
.info-content p:last-child {
	margin-bottom: 0;
}

#information .info-box {
	width: min(840px, 86%);
	padding: 1.35rem 2.55rem 1.35rem 1.75rem;
}

#information .info-title {
	color: var(--red);
	font-size: 27px;
	white-space: nowrap;
	text-shadow: none;
}

#information .info-title.info-title-green {
	color: var(--green);
	text-shadow: none;
}

#information .info-title.info-title-gold {
	color: var(--gold);
	text-shadow: none;
}

#information .info-content p {
	font-size: 22px;
}

.about-item {
	display: block;
	margin-bottom: 0.5em;
}

.areas-copy-mobile {
	display: none;
}

.areas-copy-desktop span {
	display: block;
}

.about-item:last-child {
	margin-bottom: 0;
}

.about-me-copy {
	text-align: left;
}

.about-axiom-link {
	color: inherit;
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	text-shadow: 0 0 18px rgba(255, 255, 255, 0.3);
	transition: text-shadow 180ms ease, transform 180ms ease;
	will-change: transform;
}

.about-axiom-link:hover,
.about-axiom-link:focus-visible {
	text-shadow:
		0 0 10px rgba(255, 255, 255, 0.35),
		0 0 22px rgba(255, 255, 255, 0.35),
		0 0 40px rgba(255, 255, 255, 0.25);
	transform: scale(1.03);
}

@media (max-width: 700px) {
	.info-content {
		text-align: center;
	}
	.about-me-copy {
		text-align: center;
	}
}
/* Stats Table Styles */
.stats-table {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 3.5rem;
	margin-bottom: 4rem;
}
.stats-table-inner {
	text-align: center;
	display: flex;
	flex-wrap: nowrap;
	background: linear-gradient(135deg, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.2) 100%);
	border-radius: 28px;
	/* border removed as requested */
	padding: 0.9rem 1.9rem;
	gap: 2.8rem;
	box-shadow:
		0 2px 16px 0 rgba(0,0,0,0.32),
		0 8px 48px 0 rgba(0,0,0,0.22),
		0 0 10px 1px rgba(255,0,0,0.16),
		0 0 20px 4px rgba(255,0,0,0.105),
		0 0 32px 6px rgba(255,0,0,0.085);
	transition: box-shadow 180ms ease, filter 180ms ease, background 180ms ease;
}
.stats-table-inner:hover,
.stats-table-inner:focus-within {
	filter: brightness(1.04);
	box-shadow:
		0 2px 16px 0 rgba(0,0,0,0.32),
		0 8px 48px 0 rgba(0,0,0,0.22),
		0 0 12px 2px rgba(255,0,0,0.2),
		0 0 24px 5px rgba(255,0,0,0.13),
		0 0 38px 8px rgba(255,0,0,0.105);
}
.stat-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 120px;
	gap: 0.2rem;
}
.stat-label {
	font-family: 'Barlow Condensed', Arial, sans-serif;
	font-size: 25px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.1px;
	white-space: nowrap;
}
.stat-value {
	font-family: 'Barlow Condensed', Arial, sans-serif;
	font-size: 30px;
	color: #ff0000;
	font-weight: 700;
	letter-spacing: 0.1px;
}

.stat-value-green {
	color: var(--green);
}

.stat-comma {
	margin-right: 0.02em;
}

@media (max-width: 1100px) and (min-width: 701px) {
	.stats-table-inner {
		max-width: calc(100% - 2rem);
		justify-content: center;
		padding: 0.9rem clamp(1.3rem, calc(4px + 2.4vw), 1.9rem);
		gap: clamp(1.4rem, calc(-16.8px + 5.6vw), 2.8rem);
	}
	.stat-item {
		flex: 1 1 0;
		min-width: 0;
	}
	.stat-label {
		font-size: clamp(22px, calc(16.75px + 0.75vw), 25px);
	}
	.stat-value {
		font-size: clamp(28px, calc(24.5px + 0.5vw), 30px);
	}
}
@media (max-width: 700px) {
	.stats-table-inner {
		flex-direction: column;
		align-items: center;
		gap: 1.2rem;
		padding: 1.2rem 1.4rem;
	}
	.stat-item {
		flex: none;
		min-width: 0;
	}
	.stat-label {
		font-size: 25px;
		line-height: normal;
	}
	.stat-value {
		font-size: 30px;
		line-height: normal;
	}
}

/* KD Distribution Comparison Start */
.kd-distribution {
	padding: 0 0 2.25rem;
}

.stats-table + .kd-distribution {
	margin-top: 0;
}

.kd-distribution-inner {
	display: grid;
	justify-items: center;
}

.kd-distribution-panel {
	width: min(610px, 100%);
	padding: 0.95rem 0.85rem 0.7rem;
	border: none;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.2) 100%);
	box-shadow:
		0 2px 16px 0 rgba(0,0,0,0.32),
		0 8px 48px 0 rgba(0,0,0,0.22),
		0 0 10px 1px rgba(255,0,0,0.16),
		0 0 20px 4px rgba(255,0,0,0.105),
		0 0 32px 6px rgba(255,0,0,0.085);
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, border 180ms ease, background 180ms ease;
	will-change: transform;
}

.kd-distribution-panel:hover,
.kd-distribution-panel:focus-within,
.kd-distribution-panel.is-touch-active {
	transform: translateY(-7.5px) scale(1.0075);
	filter: brightness(1.04);
	box-shadow:
		0 2px 16px 0 rgba(0,0,0,0.32),
		0 8px 48px 0 rgba(0,0,0,0.22),
		0 0 12px 2px rgba(255,0,0,0.2),
		0 0 24px 5px rgba(255,0,0,0.13),
		0 0 38px 8px rgba(255,0,0,0.105);
	border: none;
	background: linear-gradient(135deg, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.2) 100%);
}

.kd-distribution-copy {
	text-align: center;
	margin-bottom: 0.1rem;
}

.kd-distribution-title {
	margin: 0 0 0.2rem;
	font-family: 'Barlow Condensed', Arial, sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: var(--white);
	letter-spacing: 0.1px;
	text-shadow: 0 0 18px rgba(255, 255, 255, 0.18);
}

.kd-title-accent {
	color: var(--red);
	text-shadow: 0 0 14px rgba(255, 0, 0, 0.28);
}

.kd-distribution-subtitle {
	margin: 0;
	font-size: 19px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.78);
	letter-spacing: 0.3px;
}

.kd-curve-wrap {
	position: relative;
	margin-top: -0.54rem;
	border-radius: 16px;
	overflow: visible;
}

.kd-curve-chart {
	display: block;
	width: 100%;
	height: auto;
	min-height: 235px;
}

.kd-axis {
	stroke: rgba(255, 255, 255, 0.42);
	stroke-width: 1.5;
}

.kd-marker {
	stroke: rgba(255, 255, 255, 0.25);
	stroke-width: 1;
	stroke-dasharray: 6 7;
}

.kd-marker-label,
.kd-axis-label {
	font-family: 'Barlow Condensed', Arial, sans-serif;
	fill: var(--white);
	font-size: 20px;
	letter-spacing: 0.2px;
}

.kd-legend text {
	font-family: 'Barlow Condensed', Arial, sans-serif;
	font-style: italic;
	font-size: 22px;
	fill: rgba(255, 255, 255, 0.82);
	letter-spacing: 0.2px;
}

.kd-legend line {
	stroke-width: 2;
	stroke-linecap: round;
}

.kd-mobile-legend {
	display: none;
}

.kd-marker-label {
	fill: rgba(255, 255, 255, 0.9);
	font-weight: 700;
}

.kd-marker-label-accent {
	fill: var(--red);
	text-shadow: 0 0 12px rgba(255, 0, 0, 0.25);
}

.kd-fill {
	stroke: none;
	pointer-events: visiblePainted;
}

.kd-fill-population {
	fill: rgba(255, 255, 255, 0.075);
}

.kd-fill-clients {
	fill: rgba(255, 0, 0, 0.14);
}

.kd-line {
	fill: none;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kd-line-population {
	stroke: rgba(255, 255, 255, 0.52);
}

.kd-line-clients {
	stroke: var(--red);
	filter: drop-shadow(0 0 8px rgba(255, 0, 0, 0.3));
}

.kd-curve-series {
	cursor: help;
	outline: none;
}

.kd-curve-series:focus-visible .kd-line {
	stroke-width: 2.2;
}

.kd-hit {
	fill: none;
	stroke: transparent;
	stroke-width: 20;
	stroke-linecap: round;
	stroke-linejoin: round;
	pointer-events: stroke;
}

.kd-tooltip {
	position: absolute;
	z-index: 3;
	top: 1rem;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: max-content;
	min-width: 112px;
	max-width: calc(100% - 1rem);
	padding: 0.68rem 0.62rem 0.74rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	background: rgba(0, 0, 0, 0.86);
	box-shadow:
		0 18px 46px rgba(0, 0, 0, 0.62),
		0 0 16px rgba(255, 255, 255, 0.08);
	color: var(--white);
	text-align: center;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 0.35rem) scale(0.98);
	transition: opacity 140ms ease, transform 140ms ease;
}

.kd-tooltip.is-active {
	opacity: 1;
	transform: translate(-50%, 0) scale(1);
}

.kd-tooltip-title {
	margin-bottom: 0.45rem;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.kd-tooltip-population .kd-tooltip-title {
	color: rgba(255, 255, 255, 0.9);
}

.kd-tooltip-clients .kd-tooltip-title {
	color: var(--red);
	text-shadow: 0 0 12px rgba(255, 0, 0, 0.25);
}

.kd-tooltip-grid {
	display: grid;
	grid-template-columns: max-content max-content;
	justify-content: center;
	justify-items: start;
	gap: 0.16rem 1.04rem;
	align-items: baseline;
	font-size: 16.5px;
	line-height: 1.15;
	letter-spacing: 0.15px;
}

.kd-tooltip-grid span {
	color: rgba(255, 255, 255, 0.78);
}

.kd-tooltip-grid strong {
	color: var(--white);
	font-weight: 700;
	text-align: left;
}

.kd-tooltip-clients .kd-tooltip-grid strong {
	color: var(--green);
}

.kd-distribution-callouts {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.8rem;
	margin-top: 0.2rem;
}

.kd-callout {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.34rem;
	min-height: 42px;
	width: fit-content;
	padding: 0.45rem 0.85rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.035);
	box-shadow: 0 0 6px rgba(255, 0, 0, 0.035);
}

.kd-callout-value {
	font-size: 24px;
	font-weight: 700;
	color: var(--red);
	line-height: 1;
}

.kd-callout-label {
	font-size: 22px;
	font-weight: 400;
	color: var(--white);
	line-height: 1.1;
	margin: 0;
}

.kd-callout-target {
	font-weight: 700;
	color: var(--green);
}

@media (max-width: 700px) {
	.kd-distribution {
		padding-bottom: 2.25rem;
	}

	.kd-distribution .container {
		width: min(100% - 0.9rem, var(--container));
	}

	.kd-distribution-panel {
		padding: 0.95rem 0.12rem 0.58rem;
		border-radius: 18px;
	}

	.kd-distribution-title {
		font-size: 28px;
		line-height: 1.15;
	}

	.kd-distribution-subtitle {
		font-size: 18px;
		line-height: 1.35;
	}

	.kd-curve-wrap {
		margin-top: -1.74rem;
		margin-inline: -0.75rem;
	}

	.kd-curve-chart {
		width: calc(100% + 1.25rem);
		margin-left: -0.625rem;
		min-height: 285px;
	}

	.kd-legend {
		display: none;
	}

	.kd-mobile-legend {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 0.28rem 0.7rem;
		margin: -4.2rem 0 0.84rem;
		padding: 0 0.75rem;
		font-family: 'Barlow Condensed', Arial, sans-serif;
		font-size: 16px;
		font-style: italic;
		line-height: 1.1;
		color: rgba(255, 255, 255, 0.82);
	}

	.kd-mobile-legend-item {
		display: inline-flex;
		align-items: center;
		gap: 0.42rem;
		white-space: nowrap;
	}

	.kd-mobile-legend-line {
		width: 23px;
		height: 2px;
		border-radius: 999px;
		flex: 0 0 auto;
	}

	.kd-mobile-legend-line-average {
		background: rgba(255, 255, 255, 0.52);
	}

	.kd-mobile-legend-line-coached {
		background: var(--red);
		box-shadow: 0 0 8px rgba(255, 0, 0, 0.3);
	}

	.kd-tooltip {
		top: 0.35rem;
		min-width: 108px;
		max-width: calc(100% - 0.5rem);
		padding: 0.65rem 0.58rem 0.72rem;
	}

	.kd-tooltip-title {
		font-size: 18px;
	}

	.kd-tooltip-grid {
		font-size: 15.5px;
	}

	.kd-distribution-callouts {
		display: grid;
		justify-items: center;
		gap: 0.55rem;
		margin-top: 0;
	}

	.kd-callout {
		min-height: 42px;
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
	}

	.kd-callout-value {
		font-size: 23px;
	}

	.kd-callout-label {
		font-size: 21px;
	}
}
/* KD Distribution Comparison End */

/* Base */
:root {
	--bg: #000000;
	--white: #ffffff;
	--red: #ff0000;
	--green: #00ff29;
	--gold: #f4c430;
	--discord-purple: #5865f2;
	--grid-line: rgba(30, 30, 120, 0.42);
	--grid-size: 56px;

	--offer-grad-1: #060639;
	--offer-grad-2: #000000;
	--section-title-size: 25px;

	--container: 1200px;
	--gap-half: 1.25rem;
	--gap-stack: 2.5rem;
}

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

html,
body {
	height: 100%;
}

body {
	margin: 0;
	background-color: var(--bg);
	background-image:
		repeating-linear-gradient(
			to right,
			var(--grid-line) 0,
			var(--grid-line) 1px,
			transparent 1px,
			transparent var(--grid-size)
		),
		repeating-linear-gradient(
			to bottom,
			var(--grid-line) 0,
			var(--grid-line) 1px,
			transparent 1px,
			transparent var(--grid-size)
		);
	background-attachment: fixed;
	color: var(--white);
	font-family: "Barlow Condensed", ui-sans-serif, system-ui, -apple-system,
		Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.br-mobile {
	display: none;
}

.no-wrap {
	white-space: nowrap;
}

/* Refresh/reload reveal delay (reduces perceived jitter) */
.js body {
	opacity: 0;
}

.js body.is-ready {
	opacity: 1;
	transition: opacity 200ms ease;
}

@media (prefers-reduced-motion: reduce) {
	.js body.is-ready {
		transition: none;
	}
}

.container {
	width: min(100% - 3rem, var(--container));
	margin-inline: auto;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Header (just enough to match the Offers area context) */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	padding: 0.65rem 0;
	background: rgba(0, 0, 0, 0.9);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.site-header + main {
	padding-top: 5.5rem;
}

.top-nav {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1.35rem;
	margin: 0;
	padding: 0;
	font-family: 'Barlow Condensed', Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 0.2px;
}

.top-nav a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
	transition: color 160ms ease, text-shadow 160ms ease;
}

.top-nav a:hover {
	color: var(--white);
	text-shadow: 0 0 14px rgba(255, 255, 255, 0.35);
}

.top-nav a:focus-visible {
	color: var(--white);
	text-shadow: 0 0 14px rgba(255, 255, 255, 0.35);
	outline: 2px solid rgba(255, 255, 255, 0.8);
	outline-offset: 4px;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
}

.brand-logo {
	width: 42px;
	height: 42px;
	display: block;
	/* border removed as requested */
	border-radius: 20%;
	padding: 0;
	background: transparent;
}

.hero-intro {
	text-align: left;
	padding: 1rem 0 2.25rem;
}

.hero-title {
	width: min(930px, calc(100% - 3rem));
	margin: 0 auto;
	font-size: 46px;
	font-weight: 700;
	letter-spacing: 0.6px;
	line-height: 1.05;
	text-transform: uppercase;
	white-space: nowrap;
}

.hero-title-accent {
	color: var(--red);
}

.hero-title-green {
	color: var(--green);
}

.hero-message {
	width: min(930px, calc(100% - 3rem));
	margin: 1.45rem auto 0;
}

.hero-copy {
	width: min(850px, 100%);
	margin: 0;
	color: var(--white);
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 1.42;
	text-shadow: 0 1px 8px rgba(0,0,0,0.10);
}

.hero-copy-emphasis {
	margin-top: 1.05rem;
	color: var(--white);
	font-size: 27px;
	font-weight: 700;
	line-height: 1.18;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.10);
}

.hero-emphasis-lines {
	display: block;
}

.hero-emphasis-lines > span {
	display: block;
}

.hero-emphasis-lines .text-green {
	display: inline;
	color: var(--green);
}

.hero-emphasis-lines .text-red {
	display: inline;
	color: var(--red);
}

.hero-emphasis-lines .text-gold {
	display: inline;
	color: var(--gold);
}

.hero-emphasis-lines-mobile {
	display: none;
}

.hero-advice-mobile {
	display: none;
}

@media (max-width: 700px) {
	#information,
	#information-overview,
	#information-ranks-start,
	#offers,
	#fiverr,
	#discord-community,
	#faqs {
		scroll-margin-top: 7rem;
	}

	.site-header + main {
		padding-top: 6.5rem;
	}

	.site-header .container {
		width: min(100% - 2rem, var(--container));
	}

	.top-nav {
		flex-wrap: nowrap;
		gap: clamp(0.65rem, 2.2vw, 0.85rem);
		font-size: clamp(14px, 4.8vw, 17px);
	}

	.header-inner {
		align-items: center;
		justify-content: center;
		gap: 0.5rem;
	}

	.brand-logo {
		width: 32px;
		height: 32px;
	}

	@media (max-width: 360px) {
		.top-nav {
			gap: 0.4rem;
			font-size: 14px;
		}

		.header-inner {
			gap: 0.35rem;
		}

		.brand-logo {
			width: 30px;
			height: 30px;
		}
	}
	.br-mobile {
		display: block;
	}
	.hero-line-2 {
		display: block;
		width: 100%;
		text-align: center;
	}
	.hero-title {
		justify-self: center;
		text-align: center;
		width: min(100% - 1.5rem, var(--container));
		font-size: clamp(34px, 10vw, 42px);
		line-height: 1.12;
		white-space: normal;
	}

	.hero-message {
		width: min(100% - 1.5rem, var(--container));
		text-align: center;
	}

	.hero-copy {
		margin-inline: auto;
		font-size: 21px;
		line-height: 1.38;
	}

	.hero-copy-emphasis {
		font-size: 23px;
		line-height: 1.25;
	}

	.hero-emphasis-lines-desktop {
		display: none;
	}

	.hero-emphasis-lines-mobile {
		display: block;
	}
}

/* Offers */
.offers {
	padding: 1.75rem 0 2.44rem;
}

.final-cta {
	padding-top: 3.5rem;
}

.final-cta > .container {
	width: min(100% - 1rem, 1380px);
}

.final-cta-ranks {
	padding-top: 1.75rem;
}

.final-cta-ranks .final-cta-prompts {
	margin-bottom: 0;
}

.final-cta:not(.final-cta-ranks) {
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}

.final-cta:not(.final-cta-ranks) .final-cta-mini-card {
	margin-top: 0;
}

.final-cta-prompts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	width: 100%;
	margin: 0 auto 1.9rem;
}

.final-cta-prompt {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 116px;
	padding: 0.95rem 1.25rem 0.9rem;
	border: 1.5px solid rgba(255,255,255,0.13);
	background: rgba(0, 0, 0, 0.42);
	box-shadow:
		0 20px 60px rgba(0, 0, 0, 0.58),
		inset 0 0 24px rgba(255, 255, 255, 0.035);
	text-align: center;
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
	will-change: transform;
}

.final-cta-prompt:hover,
.final-cta-prompt:focus-within {
	transform: translateY(-6px);
	filter: brightness(1.04);
	box-shadow:
		0 28px 80px rgba(0, 0, 0, 0.7),
		inset 0 0 24px rgba(255, 255, 255, 0.04);
}

.final-cta-prompt-bronze {
	border-color: rgba(223, 133, 64, 0.38);
}

.final-cta-prompt-diamond {
	border-color: rgba(114, 168, 255, 0.38);
}

.final-cta-prompt-gold {
	border-color: rgba(244, 196, 48, 0.38);
}

.final-cta-prompt-bronze:hover,
.final-cta-prompt-bronze:focus-within {
	box-shadow:
		0 28px 80px rgba(0, 0, 0, 0.7),
		0 0 8px rgba(223, 133, 64, 0.4),
		0 0 20px rgba(223, 133, 64, 0.256),
		0 0 36px rgba(223, 133, 64, 0.128),
		inset 0 0 24px rgba(255, 255, 255, 0.04);
}

.final-cta-prompt-diamond:hover,
.final-cta-prompt-diamond:focus-within {
	box-shadow:
		0 28px 80px rgba(0, 0, 0, 0.7),
		0 0 8px rgba(114, 168, 255, 0.4),
		0 0 20px rgba(114, 168, 255, 0.256),
		0 0 36px rgba(114, 168, 255, 0.128),
		inset 0 0 24px rgba(255, 255, 255, 0.04);
}

.final-cta-prompt-gold:hover,
.final-cta-prompt-gold:focus-within {
	box-shadow:
		0 28px 80px rgba(0, 0, 0, 0.7),
		0 0 8px rgba(244, 196, 48, 0.42),
		0 0 20px rgba(244, 196, 48, 0.27),
		0 0 36px rgba(244, 196, 48, 0.14),
		inset 0 0 24px rgba(255, 255, 255, 0.04);
}

.final-cta-prompt .info-title {
	margin-bottom: 0.45rem;
	font-size: 26px;
}

.final-cta-prompt-bronze .info-title {
	color: #df8540;
	text-shadow: none;
}

.final-cta-prompt-diamond .info-title {
	color: #72a8ff;
	text-shadow: none;
}

.final-cta-prompt-gold .info-title {
	color: var(--gold);
	text-shadow: none;
}

.final-cta-prompt p {
	margin: 0;
	color: var(--white);
	font-size: 21px;
	line-height: 1.25;
	letter-spacing: 0.3px;
}

.final-cta-prompt-diamond p,
.final-cta-prompt-gold p {
	transform: translateX(-0.35rem);
}

.final-cta-copy-line {
	display: block;
}

.final-cta-copy-mobile {
	display: none;
}

@media (min-width: 801px) {
	.final-cta-prompt p {
		font-size: clamp(16px, 1.4vw, 21px);
	}

	.final-cta-copy-line {
		white-space: nowrap;
	}
}

.final-cta-mini-card {
	width: fit-content;
	min-width: 150px;
	max-width: 100%;
	margin: 1.5rem auto 0;
	padding: 0.75rem 0.45rem;
	border: 3.6px solid rgba(255, 0, 0, 0.85);
	border-radius: 24px;
	background: radial-gradient(circle at 0% 0%, rgba(6,6,57,0.85), rgba(0,0,0,0.85));
	box-shadow:
		0 0 12px 2px rgba(255,0,0,0.272),
		0 0 28px 6px rgba(255,0,0,0.187),
		0 0 48px 12px rgba(255,0,0,0.153);
	text-align: center;
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
	will-change: transform;
}

.final-cta-mini-card:hover,
.final-cta-mini-card:focus-within {
	transform: translateY(-6px) scale(1.01);
	filter: brightness(1.04);
	box-shadow:
		0 0 22px rgba(255, 0, 0, 0.18);
}

.final-cta-mini-card .offer-cta {
	margin-top: 0;
	padding-top: 0;
}

.offers-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.6rem;
	margin-top: 1.5rem;
	justify-items: center;
}

@media (min-width: 900px) {
	.offers-grid {
		grid-template-columns: 1fr;
		gap: 1.2rem;
		justify-items: center;
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}

	.offer-card {
		max-width: 520px;
		padding: 1.65rem 1.7rem;
	}
}

@media (max-width: 800px) {
	.final-cta-prompts {
		grid-template-columns: 1fr;
		width: min(340px, 100%);
	}

	.final-cta-prompt {
		min-height: 0;
		padding: 0.9rem 0.65rem 0.85rem;
	}

	.final-cta-copy-desktop {
		display: none;
	}

	.final-cta-copy-mobile {
		display: block;
	}

	.final-cta-prompt-diamond p,
	.final-cta-prompt-gold p {
		transform: none;
	}
}

.offer-card {
	min-width: 320px;
	border-radius: 10%;
	display: flex;
	flex-direction: column;
	padding: 1.65rem 1.54rem;
	text-align: center;
	background: radial-gradient(circle at 0% 0%, rgba(6,6,57,0.85), rgba(0,0,0,0.85));
	border: 1.5px solid rgba(255,255,255,0.13);
	box-shadow:
		0 28px 90px rgba(0, 0, 0, 0.7),
		0 0 10px rgba(255, 255, 255, 0.18),
		0 0 22px rgba(255, 255, 255, 0.12);
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
	will-change: transform;
	max-width: 98%;
}

.offer-card:hover,
.offer-card:focus-within {
	transform: translateY(-10px) scale(1.01);
	filter: brightness(1.04);
	border: 1.5px solid rgba(255,255,255,0.13);
	box-shadow:
		0 44px 120px rgba(0, 0, 0, 0.78),
		0 0 12px rgba(255, 255, 255, 0.23),
		0 0 26px rgba(255, 255, 255, 0.14);
}

@media (prefers-reduced-motion: reduce) {
	.offer-card {
		transition: none;
	}

	.offer-card:hover,
	.offer-card:focus-within {
		transform: none;
	}
}

.offer-title {
	margin: 0 0 0.7rem;
	font-size: 30px;
	font-weight: 700;
	color: var(--red);
	text-transform: uppercase;
	letter-spacing: 0.7px;
	text-shadow:
		0 0 6px rgba(255, 0, 0, 0.35),
		0 0 18px rgba(255, 0, 0, 0.35),
		0 0 32px rgba(255, 0, 0, 0.25),
		0 0 48px rgba(255, 0, 0, 0.18);
}

.offer-title.offer-title-green {
	color: var(--green);
	text-shadow:
		0 0 6px rgba(0, 255, 41, 0.35),
		0 0 18px rgba(0, 255, 41, 0.35),
		0 0 32px rgba(0, 255, 41, 0.25),
		0 0 48px rgba(0, 255, 41, 0.18);
}

.offer-title.offer-title-gold {
	color: var(--gold);
	text-shadow:
		0 0 8px rgba(244, 196, 48, 0.56),
		0 0 20px rgba(244, 196, 48, 0.36),
		0 0 34px rgba(244, 196, 48, 0.21);
}

.offer-price {
	margin: 0 0 0.7rem;
	font-size: var(--section-title-size);
	font-weight: 700;
	color: var(--white);
}

.offer-hours-picker {
	position: relative;
	margin-bottom: 2.4rem;
}

.offer-session-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.325rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--red);
	font: inherit;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
}

.offer-session-label {
	color: var(--white);
}

.offer-session-hours-green {
	color: var(--green);
}

.offer-session-hours-gold {
	color: var(--gold);
}

.offer-session-toggle:focus-visible,
.offer-hours-options button:focus-visible {
	outline: 2px solid var(--red);
	outline-offset: 4px;
}

.offer-arrow {
	width: 0.55rem;
	height: 0.55rem;
	border-right: 2px solid var(--red);
	border-bottom: 2px solid var(--red);
	transform: rotate(45deg) translateY(-2px);
	transition: transform 180ms ease;
}

.offer-session-toggle[aria-expanded="true"] .offer-arrow {
	transform: rotate(225deg) translate(-2px, -2px);
}

.offer-session-toggle-green .offer-arrow {
	border-right-color: var(--green);
	border-bottom-color: var(--green);
}

.offer-session-toggle-gold .offer-arrow {
	border-right-color: var(--gold);
	border-bottom-color: var(--gold);
}

.offer-hours-options {
	position: absolute;
	left: 50%;
	right: auto;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 0.45rem;
	padding: 0.6rem 0.75rem;
	width: max-content;
	min-width: 150px;
	border: 1.5px solid rgba(255,255,255,0.13);
	border-radius: 8px;
	background: #000;
	box-shadow:
		0 28px 90px rgba(0, 0, 0, 0.7),
		0 0 10px rgba(255, 255, 255, 0.18),
		0 0 22px rgba(255, 255, 255, 0.12);
	transform: translateX(-50%);
}

.offer-hours-options[hidden] {
	display: none;
}

.offer-hours-options button {
	padding: 0.6rem 0.75rem;
	border: 0;
	border-radius: 5px;
	background: transparent;
	color: var(--white);
	font: inherit;
	font-size: 20px;
	cursor: pointer;
}

.offer-hours-options button[aria-selected="true"] {
	background: rgba(255,0,0,0.35);
	color: var(--white);
}

.offer-hours-options button:hover {
	background: rgba(255,0,0,0.35);
	color: var(--white);
}

.offer-hours-options:has(button:hover) button[aria-selected="true"]:not(:hover) {
	background: transparent;
}

.offer-points {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
	flex: 1;
}

.offer-points li {
	font-size: 20px;
	color: var(--white);
	letter-spacing: 0.3px;
	white-space: nowrap;
}

.offer-inclusion {
	transition: opacity 180ms ease, filter 180ms ease;
}

.offer-hours-picker:has(.offer-hours-options:not([hidden])) + .offer-points .offer-inclusion {
	opacity: 0.5;
	filter: blur(2px);
}

@media (prefers-reduced-motion: reduce) {
	.offer-inclusion {
		transition: none;
	}
}

.offer-title-highlight {
	color: var(--red);
	font-weight: 700;
	text-decoration: none;
}

.offer-cta {
	display: inline-block;
	margin-top: auto;
	padding-top: 2.4rem;
	font-size: var(--section-title-size);
	font-weight: 700;
	color: var(--white);
	text-decoration: none;
	text-transform: none;
}

.offer-limited-spots {
	margin: 0.35rem 0 0;
	font-size: 20px;
	color: var(--red);
	letter-spacing: 0.3px;
}

.glow-red {
	text-shadow:
		0 0 6px rgba(255, 0, 0, 0.35),
		0 0 18px rgba(255, 0, 0, 0.35),
		0 0 32px rgba(255, 0, 0, 0.25),
		0 0 48px rgba(255, 0, 0, 0.18);
}

.glow-white {
	text-shadow: 0 0 18px rgba(255, 255, 255, 0.3);
}

.offer-cta.glow-white {
	text-shadow:
		0 0 6px rgba(255, 255, 255, 0.16),
		0 0 14px rgba(255, 255, 255, 0.1);
}

.glow-white-strong {
	text-shadow:
		0 0 10px rgba(255, 255, 255, 0.35),
		0 0 22px rgba(255, 255, 255, 0.35),
		0 0 40px rgba(255, 255, 255, 0.25);
}

.offer-cta:hover,
.offer-cta:focus-visible {
	text-decoration: none;
	text-shadow:
		0 0 10px rgba(255, 255, 255, 0.35),
		0 0 22px rgba(255, 255, 255, 0.35),
		0 0 40px rgba(255, 255, 255, 0.25);
}

@media (max-width: 520px) {
	.info-box {
		width: min(320px, 98%);
	}

	.container {
		width: min(100% - 2rem, var(--container));
	}

	.footer-inner {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		row-gap: 0.9rem;
		column-gap: 0;
	}

	.footer-link,
	.footer-contact {
		justify-content: center;
		text-align: center;
	}

	.fiverr-title,
	.discord-community-title {
		font-size: 23px;
		line-height: 1.25;
	}

	.discord-community-title {
		font-size: 19px;
	}

	.fiverr-title .title-line,
	.discord-community-title .title-line {
		display: block;
		white-space: nowrap;
	}
}

/* Fiverr */
.fiverr {
	padding: 1.75rem 0 4rem;
}

.fiverr-inner {
	display: grid;
	justify-items: center;
	text-align: center;
}

.fiverr-title,
.discord-community-title {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: var(--white);
}

.title-line {
	display: inline;
}

.gold-accent {
	color: var(--gold);
	text-shadow: none;
}

@keyframes pop-in {
	0% {
		opacity: 0;
		transform: scale(0.95);
	}
	55% {
		opacity: 1;
		transform: scale(1.005);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.js .pop-reveal {
	opacity: 0;
	transform: scale(0.92);
	transform-origin: center;
	will-change: transform;
}

.js .pop-reveal.is-visible {
	opacity: 1;
	animation: pop-in 520ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

.fiverr-accent {
	color: var(--green);
}

.discord-accent {
	color: var(--discord-purple);
	text-shadow:
		0 0 8px rgba(88, 101, 242, 0.42),
		0 0 18px rgba(88, 101, 242, 0.24);
}

.media-frame {
	margin-top: calc(var(--gap-stack) * 0.75);
	border: 3.6px solid rgba(255, 0, 0, 0.85);
	border-radius: 7.5%;
	box-shadow:
		0 0 12px 2px rgba(255,0,0,0.272),
		0 0 28px 6px rgba(255,0,0,0.187),
		0 0 48px 12px rgba(255,0,0,0.153);
	overflow: hidden;
	width: min(630px, 100%);
	background: rgba(0, 0, 0, 0.25);
}

.discord-community-frame {
	border-color: rgba(255, 0, 0, 0.7);
	box-shadow:
		0 0 10px 2px rgba(255,0,0,0.197),
		0 0 24px 5px rgba(255,0,0,0.137),
		0 0 42px 10px rgba(255,0,0,0.108);
}

.media-link {
	display: block;
	text-decoration: none;
	cursor: pointer;
	transition: transform 180ms ease, filter 160ms ease, box-shadow 160ms ease;
	will-change: transform;
}

.media-link:hover {
	transform: scale(1.03);
	filter: brightness(1.06);
	box-shadow: 0 0 22px rgba(255, 0, 0, 0.18);
}

.media-link:focus-visible {
	transform: scale(1.03);
	outline: 2px solid rgba(255, 255, 255, 0.85);
	outline-offset: 6px;
}

@media (prefers-reduced-motion: reduce) {
	.media-link {
		transition: none;
	}

	.media-link:hover,
	.media-link:focus-visible {
		transform: none;
	}

	.js .pop-reveal {
		opacity: 1;
		transform: none;
		will-change: auto;
	}

	.js .pop-reveal.is-visible {
		animation: none;
	}
}


.rating-stars {
	display: inline-block;
	color: #ffdf6e;
	margin-left: 0;
	margin-right: 0.08em;
	letter-spacing: 0.08em;
	text-shadow:
		0 0 6px rgba(255, 255, 255, 0.45),
		0 0 14px rgba(255, 223, 110, 0.55),
		0 0 26px rgba(255, 223, 110, 0.45),
		0 0 44px rgba(255, 223, 110, 0.3);
}

.media-img {
	display: block;
	width: 100%;
	height: auto;
}

/* YouTube */
.youtube {
	padding: 1.75rem 0 4rem;
}

.youtube-inner,
.discord-community-inner {
	display: grid;
	justify-items: center;
	text-align: center;
}

.youtube-title,
.discord-community-title {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: var(--white);
	display: inline;
}

.discord-community-title {
	white-space: nowrap;
}

@media (max-width: 700px) {
	.youtube-title .title-line,
	.discord-community-title .title-line {
		display: block;
	}

	.youtube-title,
	.discord-community-title {
		display: block;
		width: 100%;
		text-align: center;
	}

	.discord-community-title {
		white-space: normal;
		width: calc(100% + 3rem);
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}

	.discord-community-title .title-line {
		width: 100%;
		margin: 0;
		white-space: nowrap;
		text-align: center;
	}
}

@media (max-width: 520px) {
	.discord-community-title {
		width: calc(100% + 2rem);
		margin-left: -1rem;
		margin-right: -1rem;
	}
}

.youtube-accent {
	color: var(--red);
}

.discord-community {
	padding: 1.75rem 0 4rem;
}

/* FAQs */
.faqs {
	padding: 1.75rem 0 2.44rem;
}

.br-desktop {
	display: inline;
}

@media (max-width: 700px) {
	.br-mobile {
		display: inline;
	}

	.br-desktop {
		display: none;
	}
}

.faqs-inner {
	display: grid;
	gap: 1rem;
	justify-items: center;
}

.faq-item {
	width: min(920px, 100%);
	border-radius: clamp(20px, 4vw, 36px);
	background: linear-gradient(90deg, rgba(6,6,57,0.75), rgba(0,0,0,0.75));
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.7);
	overflow: hidden;
}

.faq-question {
	list-style: none;
	cursor: pointer;
	padding: 1.1rem 2.2rem 1.1rem 1.4rem;
	font-size: 25px;
	font-weight: 700;
	color: var(--white);
	letter-spacing: 0.3px;
	text-transform: none;
	position: relative;
}

/* Hide default marker */
.faq-question::-webkit-details-marker {
	display: none;
}

/* Custom white chevron */
.faq-question::after {
	content: "";
	position: absolute;
	right: 1.2rem;
	top: 50%;
	width: 10px;
	height: 10px;
	border-right: 3px solid rgba(255, 255, 255, 0.95);
	border-bottom: 3px solid rgba(255, 255, 255, 0.95);
	transform: translateY(-55%) rotate(45deg);
	transition: transform 160ms ease;
}

.faq-item[open] .faq-question::after {
	transform: translateY(-45%) rotate(225deg);
}

.faq-item[open] .faq-question {
	color: var(--red);
	text-shadow:
		0 0 6px rgba(255, 0, 0, 0.245),
		0 0 18px rgba(255, 0, 0, 0.245),
		0 0 32px rgba(255, 0, 0, 0.175),
		0 0 48px rgba(255, 0, 0, 0.126);
}

.faq-answer {
	padding: 0 1.4rem 1.2rem;
}

.faq-answer p {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	color: var(--white);
	letter-spacing: 0.3px;
}

.faq-answer a {
	color: var(--red);
	text-decoration: none;
}

.faq-answer .faq-discord-text {
	color: var(--white);
	font-weight: 700;
}

.faq-price-list {
	display: block;
	margin-top: 0.7em;
}

.faq-bullet-line {
	display: inline-flex;
	align-items: baseline;
	width: 100%;
}

.faq-bullet-dot {
	flex: 0 0 auto;
}

.faq-bullet-text {
	flex: 1 1 auto;
	min-width: 0;
	padding-left: 0.25em;
}

.faq-answer-with-media {
	display: flex;
	align-items: center;
	gap: 1.4rem;
}

.faq-answer-with-media p {
	flex: 1 1 0;
}

@media (min-width: 761px) {
	.faq-intro {
		white-space: nowrap;
	}
}

.faq-discord-link {
	display: block;
	flex: 0 0 284px;
	width: 284px;
	margin: 0 1.35rem 0 0;
	border-radius: 16px;
	text-decoration: none;
	cursor: pointer;
	transition: transform 180ms ease, filter 160ms ease, box-shadow 160ms ease;
	will-change: transform;
}

.faq-discord-link:hover {
	transform: scale(1.03);
	filter: brightness(1.06);
	box-shadow: 0 0 22px rgba(255, 0, 0, 0.18);
}

.faq-discord-link:focus-visible {
	transform: scale(1.03);
	outline: 2px solid rgba(255, 255, 255, 0.85);
	outline-offset: 6px;
}

.faq-discord-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
	box-shadow:
		0 0 8px 1px rgba(255, 0, 0, 0.22),
		0 0 18px 4px rgba(255, 0, 0, 0.14),
		0 0 32px 8px rgba(255, 0, 0, 0.1);
}

@media (max-width: 760px) {
	.faq-answer-with-media {
		flex-direction: column;
	}

	.faq-discord-image {
		width: 100%;
	}

	.faq-discord-link {
		flex: 0 0 auto;
		width: min(74%, 300px);
		margin: 0 auto;
		transform: none;
	}
}

.faq-question:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.85);
	outline-offset: 6px;
}

@media (prefers-reduced-motion: reduce) {
	.faq-question::after {
		transition: none;
	}
}

/* Footer */
.site-footer {
	padding: 1.75rem 0 3rem;
	margin-bottom: 2.625rem;
}

.footer-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 4rem;
	row-gap: 1.6rem;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.2px;
	color: var(--white);
}

.footer-link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	font-size: inherit;
	font-weight: inherit;
	color: var(--white);
	text-decoration: none;
	letter-spacing: inherit;
	transition: transform 180ms ease, filter 160ms ease, text-shadow 160ms ease, opacity 160ms ease;
	will-change: transform;
}

.footer-link:hover {
	opacity: 0.98;
	text-shadow: 0 0 18px rgba(255, 255, 255, 0.25);
}

.footer-link:focus-visible {
	opacity: 0.98;
	text-shadow: 0 0 18px rgba(255, 255, 255, 0.25);
	outline: 2px solid rgba(255, 255, 255, 0.85);
	outline-offset: 6px;
}

.footer-inner > .footer-link:not(.footer-contact) {
	text-shadow: 0 0 8px rgba(255, 255, 255, 0.45);
}

.footer-inner > .footer-link:not(.footer-contact):hover,
.footer-inner > .footer-link:not(.footer-contact):focus-visible {
	text-shadow:
		0 0 8px rgba(255, 255, 255, 0.75),
		0 0 16px rgba(255, 255, 255, 0.35);
}

.footer-contact {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	gap: 0.45rem;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	transition: transform 180ms ease, filter 160ms ease;
	will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
	.footer-link:hover,
	.footer-link:focus-visible {
		transform: scale(1.03);
		filter: brightness(1.06);
	}

	.footer-contact:hover,
	.footer-contact:focus-within {
		transform: scale(1.03);
		filter: brightness(1.06);
	}
}

@media (prefers-reduced-motion: reduce) {
	.footer-link,
	.footer-contact {
		transition: none;
		will-change: auto;
	}

	.footer-link:hover,
	.footer-link:focus-visible,
	.footer-contact:hover,
	.footer-contact:focus-within {
		transform: none;
		filter: none;
	}
}

.footer-text {
	font-size: inherit;
	font-weight: inherit;
	line-height: 1;
	letter-spacing: inherit;
}

.footer-copyright {
	margin-top: 1em;
	font-size: 0.95em;
	color: #aaa;
	text-align: center;
}

.footer-icon {
	width: 44px;
	height: 44px;
	display: block;
	object-fit: contain;
}

.footer-contact-discord {
	gap: 0.23625rem;
}

.footer-icon-email {
	width: 34px;
	height: 34px;
}

@media (hover: none), (pointer: coarse) {
	.kd-distribution-panel:hover,
	.kd-distribution-panel:focus-within {
		transform: none;
		filter: none;
		box-shadow:
			0 2px 16px 0 rgba(0,0,0,0.32),
			0 8px 48px 0 rgba(0,0,0,0.22),
			0 0 10px 1px rgba(255,0,0,0.16),
			0 0 20px 4px rgba(255,0,0,0.105),
			0 0 32px 6px rgba(255,0,0,0.085);
	}

	.kd-distribution-panel.is-touch-active {
		transform: translateY(-7.5px) scale(1.0075);
		filter: brightness(1.04);
		box-shadow:
			0 2px 16px 0 rgba(0,0,0,0.32),
			0 8px 48px 0 rgba(0,0,0,0.22),
			0 0 12px 2px rgba(255,0,0,0.2),
			0 0 24px 5px rgba(255,0,0,0.13),
			0 0 38px 8px rgba(255,0,0,0.105);
	}

	.offer-card:hover,
	.offer-card:focus-within {
		transform: none;
		filter: none;
		box-shadow:
			0 28px 90px rgba(0, 0, 0, 0.7),
			0 0 10px rgba(255, 255, 255, 0.18),
			0 0 22px rgba(255, 255, 255, 0.12);
	}
}

@media (max-width: 700px) {
	#information .container {
		width: min(100% - 0.5rem, var(--container));
	}

	#information .info-box {
		width: 100%;
		padding: 1.25rem 0.75rem;
	}

	#information .info-title,
	#information .no-wrap {
		white-space: normal;
	}

	#information .info-content p {
		font-size: 20px;
		line-height: 1.45;
	}

	#information .about-item:last-child {
		white-space: nowrap;
	}

	.areas-copy-desktop {
		display: none;
	}

	.areas-copy-mobile {
		display: block;
	}

	.areas-copy-mobile span {
		display: block;
		white-space: nowrap;
	}

	#faqs .faq-question,
	#faqs .faq-answer {
		text-align: left;
	}
}
