:root {
	--navy: #0a1f35;
	--navy-lt: #142a46;
	--green: #1a7a50;
	--green-lt: #22a86d;
	--green-glow: rgba(26, 122, 80, 0.18);
	--amber: #d4841a;
	--amber-lt: #f0a030;
	--sun: #ffd166;
	--coral: #e85d50;
	--teal: #0e8fa0;
	--teal-lt: #12b0c5;
	--cream: #fdfaf5;
	--warm: #f7f2ea;
	--sand: #ede6d8;
	--field: #e8f4ee;
	--rule: #d8d0c4;
	--body: #2c3e50;
	--muted: #6b7f8f;
	--white: #ffffff;
	--e: cubic-bezier(0.22, 0.61, 0.36, 1);
	--spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

body {
	color: var(--body);
	background: var(--cream);
}

/* ── NAV ── */
nav {
	background: rgba(10, 31, 53, 0.97);
}

.nav-brand {
	display: flex;
	align-items: center;
	gap: 12px;
}

.nav-links a:hover {
	color: var(--green-lt);
}

.nav-cta {
	box-shadow: 0 4px 18px rgba(212, 132, 26, 0.35);
}

.nav-cta:hover {
	background: var(--amber-lt);
	transform: translateY(-1px);
	box-shadow: 0 6px 24px rgba(212, 132, 26, 0.5);
}

/* ── HERO ── */
header {
  background: var(--navy);
}

.header-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
  gap: 30px;
  min-height: calc(100vh - 200px);
}

.hero-wash {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(
			ellipse 70% 60% at 80% 40%,
			rgba(26, 122, 80, 0.22) 0%,
			transparent 65%
		),
		radial-gradient(
			ellipse 50% 50% at 15% 75%,
			rgba(212, 132, 26, 0.12) 0%,
			transparent 60%
		),
		radial-gradient(
			ellipse 40% 40% at 50% 10%,
			rgba(255, 209, 102, 0.06) 0%,
			transparent 60%
		);
}

.hero-dots {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: radial-gradient(
		circle,
		rgba(255, 255, 255, 0.05) 1px,
		transparent 1px
	);
	background-size: 32px 32px;
}

.hero-left {
	position: relative;
	z-index: 2;
}

.hero-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(26, 122, 80, 0.15);
	border: 1px solid rgba(26, 122, 80, 0.35);
	border-radius: 100px;
	padding: 7px clamp(0.625rem, calc(0.517rem + 0.541vw), 1rem);
	margin-bottom: 32px;
}

.hero-pill-dot {
	min-width: 8px;
	min-height: 8px;
	border-radius: 50%;
	background: var(--green-lt);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: 0.4;
		transform: scale(1.4);
	}
}

.hero-pill-text {
	font-size: 12px;
	font-weight: 700;
	color: var(--green-lt);
	letter-spacing: 0.05em;
}

.hero-h1 {
	font-size: clamp(34px, 3.8vw, 58px);
	color: var(--white);
	line-height: 1.1;
	margin-bottom: 24px;
	animation: slideUp 0.9s var(--e) both;
}

.hero-h1 em {
	color: var(--green-lt);
	font-style: italic;
}

.hero-sub {
	font-size: clamp(14px, calc(12.847px + 0.36vw), 18px);
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.8;
	max-width: 500px;
	margin-bottom: 40px;
	animation: slideUp 0.9s 0.1s var(--e) both;
}

.hero-sub strong {
	color: rgba(255, 255, 255, 0.95);
	font-weight: 700;
}

.hero-btns {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	animation: slideUp 0.9s 0.2s var(--e) both;
}

.btn-green {
	background: var(--green);
	color: var(--white);
	font-weight: 800;
	font-size: 15px;
	border-radius: 100px;
	box-shadow: 0 6px 24px rgba(26, 122, 80, 0.35);
	transition:
		background 0.2s,
		transform 0.2s var(--spring),
		box-shadow 0.2s;
}

.btn-green:hover {
	background: var(--green-lt);
	transform: translateY(-2px) scale(1.02);
	box-shadow: 0 10px 32px rgba(26, 122, 80, 0.5);
}

.btn-outline {
	background: transparent;
	color: rgba(255, 255, 255, 0.85);
	border: 2px solid rgba(255, 255, 255, 0.25);
	font-weight: 600;
	font-size: 15px;
	border-radius: 100px;
	transition:
		border-color 0.2s,
		color 0.2s,
		background 0.2s;
}

.btn-outline:hover {
	border-color: var(--green-lt);
	color: var(--green-lt);
	background: rgba(26, 122, 80, 0.08);
}

/* Hero right — athlete cards */
.hero-right {
	position: relative;
	z-index: 2;
	animation: slideUp 0.9s 0.15s var(--e) both;
}

.info-card {
	opacity: 0;
	transform: translateX(100%);
}

.info-card.fade-in-slide-left {
	opacity: 1;
	transform: translateX(0);
	transition: 0.6s ease;
}

.sign-card,
.risk-card,
.rtp-step,
.persona-card,
.faq-item {
	opacity: 0;
	transform: translateY(20px);
}

.sign-card.fade-in-up,
.risk-card.fade-in-up,
.rtp-step.fade-in-up,
.persona-card.fade-in-up,
.faq-item.fade-in-up {
	opacity: 1;
	transform: translateY(0);
	transition: 0.6s ease;
}

.tech-visual,
.table,
#athlete-concussion-contact-form {
	opacity: 0;
}

.tech-visual.fade-in,
.table.fade-in,
#athlete-concussion-contact-form.fade-in {
	opacity: 1;
	transition: 0.6s ease;
}

.tp,
.ci-item {
	opacity: 0;
	transform: translateX(-100%);
}

.tp.fade-in-slide-right,
.ci-item.fade-in-slide-right {
	opacity: 1;
	transform: translateX(0);
	transition: 0.6s ease;
}

.athlete-scene {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.athlete-card {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
	text-align: center;
	transition:
		background 0.25s,
		border-color 0.25s,
		transform 0.25s var(--spring);
}

.athlete-card:nth-of-type(3) {
	grid-column: 1 / -1;
}

.athlete-card:hover {
	background: rgba(26, 122, 80, 0.15);
	border-color: rgba(26, 122, 80, 0.4);
	transform: translateY(-4px);
}

.ath-avatar {
	width: clamp(48px, calc(42.234px + 1.802vw), 68px);
	height: clamp(48px, calc(42.234px + 1.802vw), 68px);
	margin: 0 auto 14px;
	display: block;
}

.ath-name {
	font-size: 15px;
	color: var(--white);
	font-weight: 600;
	margin-bottom: 3px;
}

.ath-sport {
	font-size: 11px;
	font-weight: 700;
	color: var(--green-lt);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.ath-quote {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.56);
	line-height: 1.6;
	font-style: italic;
}

.athlete-card.wide {
	grid-column: 1/-1;
	display: flex;
	gap: 20px;
	text-align: left;
	align-items: center;
}

.athlete-card.wide .ath-avatar {
	flex-shrink: 0;
	margin: 0;
}

@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.eyebrow {
	font-weight: 500;
	color: var(--green);
	letter-spacing: 0.2em;
	margin-bottom: 12px;
}

.sh {
	font-size: clamp(28px, 3vw, 46px);
	color: var(--navy);
	line-height: 1.15;
	margin-bottom: 16px;
	font-weight: 700;
}

.sh em {
	color: var(--green);
	font-style: italic;
}

.sintro {
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	color: var(--muted);
	line-height: 1.85;
	max-width: 680px;
	margin-bottom: 56px;
}

/* ── STATS BAND ── */
.stats-band {
	background: var(--green);
	padding: 55px 0;
}

.stats-inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
}

.stat {
	text-align: center;
	padding: 0 32px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.stat:last-child {
	border-right: none;
}

.stat-n {
	font-size: clamp(30px, calc(23.658px + 1.982vw), 52px);
	color: var(--sun);
	line-height: 1;
	margin-bottom: 10px;
}

.stat-l {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.5;
}

.stat-s {
	font-size: 9px;
	color: rgba(255, 255, 255, 0.4);
	margin-top: 6px;
	letter-spacing: 0.1em;
}

/* ── WHAT IS ── */
.what {
	background: var(--white);
  padding: var(--vertical-padding) 0;
}

.what-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(30px, calc(21.351px + 2.703vw), 60px);
	align-items: start;
}

.what-right {
	overflow: hidden;
}

.prose {
	font-size: clamp(0.875rem, calc(0.839rem + 0.18vw), 1rem);
	color: var(--body);
	line-height: 1.85;
}

.prose:not(:last-of-type) {
	margin-bottom: 20px;
}

.prose strong {
	color: var(--navy);
	font-weight: 700;
}

.info-card {
	background: var(--field);
	border-radius: 14px;
	padding: clamp(0.938rem, calc(0.811rem + 0.631vw), 1.375rem)
		clamp(0.938rem, calc(0.757rem + 0.901vw), 1.563rem);
	border-left: 4px solid var(--green);
}

.info-card:not(:last-of-type) {
	margin-bottom: 15px;
}

.info-card h4 {
	font-size: clamp(16px, calc(15.423px + 0.18vw), 18px);
	font-weight: 700;
	color: var(--navy);
	margin-bottom: 8px;
}

.info-card p {
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	color: var(--body);
	line-height: 1.7;
}

.myth-card {
	background: var(--warm);
	border-radius: 14px;
	padding: clamp(0.938rem, calc(0.811rem + 0.631vw), 1.375rem)
		clamp(0.938rem, calc(0.757rem + 0.901vw), 1.563rem);
	border-left: 4px solid var(--amber);
}

.myth-label {
	font-size: 10px;
	font-weight: 500;
	color: var(--amber);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.myth-bad {
	font-size: 14px;
	font-weight: 600;
	color: var(--coral);
	margin-bottom: 6px;
}

.myth-good {
	font-size: 14px;
	color: var(--body);
	line-height: 1.6;
}

.myth-good strong {
	color: var(--green);
}

/* ── SIGNS ── */
.signs {
	background: var(--field);
  padding: var(--vertical-padding) 0;
}

.signs-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.sign-card {
	background: var(--white);
	border-radius: 16px;
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
	text-align: center;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
	transition:
		transform 0.25s var(--spring),
		box-shadow 0.25s;
}

.sign-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
}

.sign-icon {
	font-size: 36px;
	margin-bottom: 12px;
}

.sign-cat {
	font-size: 10px;
	font-weight: 500;
	color: var(--green);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.sign-card h4 {
	font-size: clamp(16px, calc(15.423px + 0.18vw), 18px);
	font-weight: 700;
	color: var(--navy);
	margin-bottom: 20px;
}

.sign-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.sign-list li {
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	color: var(--body);
	line-height: 1.5;
}

.sign-list li::before {
	content: '· ';
	color: var(--green);
}

.red-flags {
	margin-top: 48px;
	background: linear-gradient(135deg, #fff0ee, #ffe4df);
	border-radius: 16px;
	border-left: clamp(4px, calc(3.423px + 0.18vw), 6px) solid var(--coral);
	padding: clamp(15px, calc(7.793px + 2.252vw), 40px);
}

.rf-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.rf-icon {
	font-size: clamp(22px, calc(20.27px + 0.541vw), 28px);
}

.rf-head h3 {
	font-size: clamp(18px, calc(16.847px + 0.36vw), 22px);
	color: var(--coral);
}

.rf-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.rf-item {
	background: rgba(232, 93, 80, 0.08);
	border-radius: 8px;
	padding: 10px;
	font-size: 14px;
	color: var(--coral);
	font-weight: 600;
}

/* ── CULTURE / RISK ── */
.risk {
	background: var(--navy);
  padding: var(--vertical-padding) 0;
}

.risk .eyebrow {
	color: var(--green-lt);
}

.risk .sh {
	color: var(--white);
}

.risk .sintro {
	color: rgba(255, 255, 255, 0.65);
	margin-bottom: 48px;
}

.risk-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(20px, calc(17.117px + 0.901vw), 30px);
	margin-bottom: 48px;
}

.risk-card {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
	transition: 0.25s ease;
}

.risk-card:hover {
	background: rgba(26, 122, 80, 0.15);
	border-color: rgba(26, 122, 80, 0.3);
}

.risk-icon {
	font-size: clamp(25px, calc(23.559px + 0.45vw), 30px);
	margin-bottom: 16px;
}

.risk-title {
	font-size: clamp(18px, calc(17.423px + 0.18vw), 20px);
	color: var(--white);
	margin-bottom: 10px;
}

.risk-body {
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	color: rgba(255, 255, 255, 0.62);
	line-height: 1.8;
}

.risk-body strong {
	color: var(--sun);
	font-weight: 600;
}

.sis-box {
	background: rgba(232, 93, 80, 0.12);
	border: 2px solid rgba(232, 93, 80, 0.4);
	border-radius: 16px;
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 40px;
	align-items: center;
}

.sis-text h3 {
	font-size: clamp(1.25rem, calc(1.142rem + 0.541vw), 1.625rem);
	color: var(--white);
	margin-bottom: 12px;
}

.sis-description {
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.8;
}

.sis-description:not(:first-of-type) {
	margin-top: 14px;
}

.sis-description strong {
	color: var(--coral);
}

.sis-stat {
	text-align: center;
}

.sis-big {
	font-size: clamp(35px, calc(26.64px + 2.613vw), 64px);
	color: var(--coral);
	line-height: 1;
	margin-bottom: 6px;
}

.sis-label {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.5;
	max-width: 213px;
}

/* ── RETURN TO PLAY ── */
.rtp {
	background: var(--warm);
  padding: var(--vertical-padding) 0;
}

.rtp-steps {
	display: flex;
	flex-direction: column;
	gap: 0;
	position: relative;
}

.rtp-steps::before {
	content: '';
	position: absolute;
	left: clamp(16px, calc(13.117px + 0.901vw), 26px);
	top: 0;
	bottom: 0;
	width: 2px;
	background: linear-gradient(
		180deg,
		var(--green),
		var(--green-lt),
		rgba(26, 122, 80, 0.1)
	);
}

.rtp-step {
	display: grid;
	grid-template-columns: clamp(35px, calc(29.234px + 1.802vw), 55px) 1fr;
	gap: clamp(15px, calc(12.117px + 0.901vw), 25px);
	padding: 0 0 clamp(20px, calc(15.676px + 1.351vw), 35px);
	position: relative;
}

.rtp-step:last-child {
	padding-bottom: 0;
}

.step-circle {
	width: clamp(35px, calc(29.234px + 1.802vw), 55px);
	height: clamp(35px, calc(29.234px + 1.802vw), 55px);
	border-radius: 50%;
	background: var(--green);
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(18px, calc(16.847px + 0.36vw), 22px);
	font-weight: 700;
	position: relative;
	z-index: 2;
	box-shadow: 0 4px 16px rgba(26, 122, 80, 0.3);
}

.step-content {
	background: var(--white);
	border-radius: 14px;
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
	margin-top: 4px;
}

.step-time {
	font-size: 10px;
	font-weight: 500;
	color: var(--green);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.step-title {
	font-size: clamp(16px, calc(15.423px + 0.18vw), 18px);
	color: var(--navy);
	margin-bottom: 10px;
}

.step-body {
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	color: var(--body);
	line-height: 1.75;
}

.step-tag {
	display: inline-block;
	margin-top: 12px;
	background: var(--field);
	border-radius: 100px;
	padding: 4px 14px;
	font-size: 11px;
	font-weight: 700;
	color: var(--green);
	border: 1px solid rgba(26, 122, 80, 0.2);
}

.step-tag.old {
	background: #fff0ee;
	color: var(--coral);
	border-color: rgba(232, 93, 80, 0.2);
}

.step-tag.new {
	background: var(--field);
	color: var(--green);
	border-color: rgba(26, 122, 80, 0.2);
}

/* ── HOW CLEARGAZETEST WORKS ── */
.tech {
	background: var(--white);
  padding: var(--vertical-padding) 0;
}

.tech-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}

.tech-visual {
	background: linear-gradient(160deg, var(--navy), #142a46);
	border-radius: 24px;
	padding: clamp(15px, calc(9.234px + 1.802vw), 35px);
	position: relative;
}

.tech-visual::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(
		ellipse 80% 60% at 70% 40%,
		rgba(26, 122, 80, 0.25) 0%,
		transparent 65%
	);
}

.eye-display {
	width: clamp(100px, calc(88.468px + 3.604vw), 140px);
	height: clamp(100px, calc(88.468px + 3.604vw), 140px);
	border-radius: 50%;
	border: 2px solid rgba(26, 122, 80, 0.4);
	margin: 0 auto clamp(22px, calc(19.117px + 0.901vw), 32px);
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.04);
}

.eye-ring {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 1px solid rgba(26, 122, 80, 0.2);
}

.eye-ring:nth-child(2) {
	width: 75%;
	height: 75%;
	inset: 12.5%;
	border-color: rgba(26, 122, 80, 0.3);
}

.eye-center {
	width: clamp(50px, calc(47.117px + 0.901vw), 60px);
	height: clamp(50px, calc(47.117px + 0.901vw), 60px);
	border-radius: 50%;
	background: var(--green);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(24px, calc(22.847px + 0.36vw), 28px);
	box-shadow: 0 0 30px rgba(26, 122, 80, 0.5);
	z-index: 2;
	position: relative;
}

.bm-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	position: relative;
	z-index: 2;
}

.bm-chip {
	background: rgba(255, 255, 255, 0.07);
	border-radius: 8px;
	padding: 10px;
	border-left: 3px solid var(--green);
}

.bm-chip:nth-child(even) {
	border-left-color: var(--amber);
}

.bm-chip-name {
	font-size: 14px;
	font-weight: 700;
	color: var(--white);
	margin-bottom: 2px;
}

.bm-chip-val {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
}

.tech-points {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.tp {
	display: flex;
	gap: 18px;
	align-items: flex-start;
}

.tp-icon {
	width: clamp(35px, calc(31.252px + 1.171vw), 48px);
	height: clamp(35px, calc(31.252px + 1.171vw), 48px);
	font-size: clamp(18px, calc(16.847px + 0.36vw), 22px);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: var(--field);
	border: 1px solid rgba(26, 122, 80, 0.15);
}

.tp-title {
	font-size: 16px;
	font-weight: 800;
	color: var(--navy);
	margin-bottom: 5px;
}

.tp-body {
	font-size: 14px;
	color: var(--muted);
	line-height: 1.7;
}

.tp-body strong {
	color: var(--green);
	font-weight: 600;
}

/* ── ATHLETES WE SERVE ── */
.personas {
	background: var(--field);
  padding: var(--vertical-padding) 0;
}

.persona-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.persona-card {
	background: var(--white);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
	transition: 0.25s ease;
}

.persona-card:hover {
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.14);
}

.pc-top {
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	text-align: center;
}

.pc-avatar {
	width: clamp(60px, calc(54.234px + 1.802vw), 80px);
	height: clamp(60px, calc(54.234px + 1.802vw), 80px);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(30px, calc(28.559px + 0.45vw), 35px);
}

.pc-name {
	font-size: clamp(16px, calc(15.423px + 0.18vw), 18px);
	color: var(--navy);
	font-weight: 700;
}

.pc-level {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pc-bottom {
	background: rgba(0, 0, 0, 0.02);
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
	border-top: 1px solid var(--sand);
}

.pc-bottom p {
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	color: var(--body);
	line-height: 1.75;
}

.pc-bottom strong {
	color: var(--green);
	font-weight: 700;
}

.persona-card:nth-child(1) .pc-top {
	background: linear-gradient(160deg, #e0f4ec, #b8e8d0);
}

.persona-card:nth-child(1) .pc-level {
	color: var(--green);
}

.persona-card:nth-child(2) .pc-top {
	background: linear-gradient(160deg, #fff3dc, #ffe0a0);
}

.persona-card:nth-child(2) .pc-level {
	color: var(--amber);
}

.persona-card:nth-child(3) .pc-top {
	background: linear-gradient(160deg, #e8eef8, #c8d4f0);
}

.persona-card:nth-child(3) .pc-level {
	color: #4a6fa5;
}

/* ── SPORTS COVERED ── */
.sports {
	background: var(--white);
  padding: var(--vertical-padding) 0;
}

.sports-description {
	font-size:11px;
	color:var(--muted);
	margin-top:12px
}

.rb-high {
	background: rgba(232, 93, 80, 0.12);
	color: var(--coral);
}

.rb-med {
	background: rgba(212, 132, 26, 0.12);
	color: var(--amber);
}

.rb-mod {
	background: rgba(26, 122, 80, 0.12);
	color: var(--green);
}

/* ── FAQ ── */
.faq {
	background: var(--cream);
  padding: var(--vertical-padding) 0;
}

.faq-list {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

/* ── CONTACT ── */
.contact {
	background: var(--navy);
	padding: var(--vertical-padding) 0;
}

.contact-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(40px, calc(28.468px + 3.604vw), 80px);
}

.contact .sh {
	color: var(--white);
}

.contact .sintro {
	color: rgba(255, 255, 255, 0.6);
}

.contact-form select option {
	background: var(--navy);
	color: var(--white);
}

.cf-submit {
	background: var(--green);
	color: var(--white);
	font-weight: 800;
	font-size: 15px;
	padding: 15px;
	border-radius: 100px;
	border: none;
	cursor: pointer;
	width: 100%;
	box-shadow: 0 6px 24px rgba(26, 122, 80, 0.4);
	transition:
		background 0.2s,
		transform 0.2s;
}

.cf-submit:hover {
	background: var(--green-lt);
	transform: translateY(-1px);
}

.contact-info {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.ci-item {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.ci-icon {
	font-size: 24px;
	flex-shrink: 0;
	margin-top: 2px;
}

.ci-title {
	font-size: 14px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 4px;
}

.ci-val {
	font-size: 16px;
	color: var(--white);
	font-weight: 600;
}

.ci-val a {
	color: var(--green-lt);
}

/* ── FOOTER ── */
footer {
	background: #060e18;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
	.header-container {
		grid-template-columns: 1fr;
	}

	.stats-inner {
		grid-template-columns: 1fr 1fr;
	}

	.stat {
		border-right: none;
		padding: 25px;
	}

	.stat:nth-child(odd) {
		border-right: 1px solid rgba(255, 255, 255, 0.15);
	}

	.stat:nth-child(3), .stat:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

	.stat:nth-child(even) {
		border-right: none;
	}

	.what-grid,
	.tech-split,
	.risk-grid,
	.contact-inner {
		grid-template-columns: 1fr;
	}

	.signs-grid {
		grid-template-columns: 1fr 1fr;
	}

	.persona-grid {
		grid-template-columns: 1fr;
	}

	.rf-grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 750px) {
	.sis-box {
    grid-template-columns: 1fr;
    gap: 20px;
	}
	.sis-stat {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
	}
}
@media (max-width: 570px) {
	.form-row {
    grid-template-columns: 1fr;
	}
}
@media (max-width: 495px) {
	.athlete-scene {
    grid-template-columns: 1fr;
	}
}
@media (max-width: 475px) {
	.stats-inner {
		grid-template-columns: 1fr;
	}
	.stat {
		padding: 15px 0;
	}
	.stat:nth-child(odd) {
		border-right: none;
	}
	.stat:not(:last-of-type) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.stat:first-of-type {
		padding: 0 0 15px 0;
	}
	.stat:last-of-type {
		padding: 15px 0 0 0;
	}
}
@media (max-width: 410px) {
	.signs-grid {
		grid-template-columns: 1fr;
	}
	.bm-row {
    grid-template-columns: 1fr;
	}
}
@media (max-width: 390px) {
	.rf-grid{
		grid-template-columns: 1fr;
	}
}
@media (max-width: 340px) {
	.btn-green,
	.btn-outline {
    width: 100%;
    text-align: center;
	}
}
