html,
body#cheerdads_body {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 360px;
	min-height: 100%;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	scroll-behavior: smooth;
	background: linear-gradient(180deg, #0f1f63 0%, #09123a 55%, #05091d 100%);
	color: #ffffff;
	line-height: 1.5;
}

#cheerdads_container_logo {
	background: rgba(0, 0, 0, 0.28);
	padding: 16px 24px;
	border-bottom: 2px solid #d2a21c;
}

.top_header_logo {
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	gap: 14px;
	width: calc(100% - 210px);
}

.brand-text h1 {
	margin: 0;
	font-size: 2rem;
	color: #ffd54f;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.5;
}

.brand-text h2 {
	margin: 4px 0 0;
	font-size: 1rem;
	font-weight: 700;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.5;
}

.header_menu,
.header_menu>div {
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
}

.header_menu {
	width: 210px;
}

.header_menu ul.mod-menu {
	display: flex;
	justify-content: flex-end;
	align-content: stretch;
	gap: 12px;
	flex-wrap: wrap;
}

.header_menu ul.mod-menu a {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	background: transparent;
	padding: 10px 16px;
	border-radius: 999px;
	font-weight: 700;
	border: 2px solid #ffd54f;
	width: 100%;
	text-align: center;
}

.header_menu ul.mod-menu .active a,
.header_menu ul.mod-menu a:hover {
	color: #09123a;
	background: #ffd54f;
}

#cheerdads_container_footer {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 24px;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(0, 0, 0, 0.18);
}

#cheerdads_container_footer .copyright,
#cheerdads_container_footer>div {
	display: block;
	text-align: center;
	margin: 6px 0;
}

#cheerdads_container_footer a {
	color: #ffd54f;
	text-decoration: underline;
}

#cheerdads_container_footer a:hover {
	text-decoration: none;
}

#main_section {
	margin: 0 auto;
	padding: 36px 24px 20px;
}

.hero {
	max-width: 100%;
	margin: 0 auto;
	padding: 36px 24px 20px;
}

.hero-card {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 28px;
	align-items: center;
	padding: 28px;
	border-radius: 24px;
	background: radial-gradient(circle at top left, rgba(255, 215, 79, 0.2), rgba(255, 255, 255, 0.04) 35%, rgba(255, 255, 255, 0.02) 100%);
	border: 2px solid rgba(255, 213, 79, 0.55);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.hero-copy h1 {
	margin: 0 0 10px;
	font-size: clamp(2.1rem, 5vw, 4.4rem);
	line-height: 1.05;
	color: #ffd54f;
	text-transform: uppercase;
}

.hero-copy h2 {
	margin: 0 0 18px;
	font-size: clamp(1.2rem, 2.4vw, 2rem);
	text-transform: uppercase;
	background: #d2a21c;
	color: #09123a;
	display: inline-block;
	padding: 10px 16px;
	border-radius: 8px;
}

.hero-copy p {
	margin: 0 0 18px;
	font-size: 1.05rem;
	max-width: 650px;
}

.hero-image {
	text-align: center;
}

.hero-image img {
	width: 100%;
	max-width: 420px;
	height: auto;
	margin: 0 auto;
	display: block;
	border-radius: 20px;
	border: 3px solid rgba(255, 255, 255, 0.4);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45);
}

.button-row {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 20px;
}

.button-row a {
	text-decoration: none;
	padding: 12px 18px;
	border-radius: 999px;
	font-weight: 700;
	border: 2px solid #ffd54f;
}

.button-primary {
	background: #ffd54f;
	color: #09123a;
}

.button-secondary {
	color: #ffffff;
	background: transparent;
}

.content {
	max-width: 100%;
	margin: 0 auto;
	padding: 18px 24px 50px;
}

.section-title {
	margin: 0 0 18px;
}

.section-title h2 {
	margin: 0;
	font-size: 2rem;
	color: #ffd54f;
	text-transform: uppercase;
}

.section-title h3 {
	margin: 8px 0 0;
	font-size: 1.05rem;
	color: #ffffff;
	font-weight: 600;
}

.benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(280px, 1fr));
	gap: 18px;
	margin-top: 20px;
}

.benefit-card {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 213, 79, 0.4);
	border-radius: 18px;
	padding: 18px;
	display: flex;
	gap: 14px;
	align-items: flex-start;
}

.benefit-card img {
	width: 64px;
	height: 64px;
	margin: 2px 0 0;
	flex: 0 0 auto;
}

.benefit-card h3 {
	margin: 0 0 6px;
	font-size: 1.2rem;
	color: #ffd54f;
}

.benefit-card h4 {
	margin: 0 0 8px;
	font-size: 1rem;
	color: #ffffff;
}

.benefit-card p {
	margin: 0;
}

.callout {
	margin-top: 30px;
	padding: 24px;
	border-radius: 20px;
	background: rgba(210, 162, 28, 0.12);
	border: 2px dashed rgba(255, 213, 79, 0.65);
	text-align: center;
}

.callout h2 {
	margin: 0 0 10px;
	color: #ffd54f;
	font-size: 2rem;
}

.callout h3 {
	margin: 0 0 10px;
	font-size: 1.35rem;
}

.callout p {
	margin: 0;
	font-size: 1rem;
}

.intro {
	display: grid;
	grid-template-columns: 1fr 280px;
	gap: 24px;
	align-items: center;
	margin-bottom: 24px;
	background: rgba(255, 255, 255, 0.06);
	border: 2px solid rgba(255, 213, 79, 0.38);
	border-radius: 22px;
	padding: 24px;
}

.intro h1 {
	margin: 0 0 10px;
	font-size: clamp(2rem, 4vw, 3.4rem);
	color: #ffd54f;
	text-transform: uppercase;
}

.intro h2 {
	margin: 0 0 14px;
	font-size: 1.3rem;
}

.intro h3 {
	margin: 0 0 10px;
	font-size: 1.05rem;
	color: #ffd54f;
}

.intro p {
	margin: 0;
	max-width: 760px;
}

.intro img {
	width: 100%;
	max-width: 240px;
	height: auto;
	margin: 0 auto;
	display: block;
	border-radius: 18px;
	border: 2px solid rgba(255, 255, 255, 0.35);
}

#eventsScrollContainer {
	display: block;
	position: relative;
	padding: 60px 0px 0px 0px;
}

.table-wrap {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 20px;
	border: 1px solid rgba(255, 213, 79, 0.36);
	overflow: auto;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.25);
	position: relative;
}

table {
	width: 100%;
	border-collapse: collapse;
	min-width: 1120px;
}

thead th {
	background: #d2a21c;
	color: #09123a;
	text-align: left;
	padding: 14px 12px;
	font-size: 0.98rem;
	vertical-align: top;
}

tbody td {
	padding: 14px 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	vertical-align: top;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: anywhere;
}

tbody tr:nth-child(odd) {
	background: rgba(255, 255, 255, 0.03);
}

tbody tr:hover {
	background: rgba(255, 213, 79, 0.08);
}

.note {
	margin-top: 18px;
	padding: 16px 18px;
	border-left: 4px solid #ffd54f;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 12px;
}

.note h4 {
	margin: 0 0 8px;
	color: #ffd54f;
	font-size: 1.05rem;
}

.note p {
	margin: 0;
}

/* --- NEW: Fixed first column --- */
.fixed-col {
	position: sticky;
	left: 0;
	z-index: 3;
	background: rgba(9, 18, 58, 0.95);
	backdrop-filter: blur(4px);
	box-shadow: 4px 0 6px rgba(0, 0, 0, 0.35);
}

th.fixed-col {
	color: #ffffff;
}

#eventsScrollButtons {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	margin: 0px 0px 10px 0px;
	gap: 5px;
}

.nudge-btn {
	display: inline-block;
	position: relative;
	padding: 6px 12px;
	background: #d2a21c;
	color: #09123a;
	border: none;
	border-radius: 8px;
	font-weight: 700;
	cursor: pointer;
	z-index: 5;
	transition: background 0.2s;
}

.nudge-btn:hover {
	background: #ffd54f;
}

.nudge-btn img {
	width: 30px;
	height: 30px;
}

@media (max-width: 991px) {
	#cheerdads_container_logo>.container {
		max-width: 100%;
		padding: 0px;
	}
}

@media (max-width: 767px) {
	.hero-card {
		grid-template-columns: 1fr;
	}

	.benefits {
		grid-template-columns: 1fr;
	}

	.intro {
		grid-template-columns: 1fr;
	}

	.header_menu ul.mod-menu {
		flex-flow: column;
	}

	.top_header_logo {
		width: calc(100% - 90px);
	}

	.header_menu {
		width: 90px;
	}

	.brand-text h1 {
		font-size: 1.6rem;
	}

	.brand-text h2 {
		font-size: 0.8rem;
	}
}

@media (max-width: 560px) {
	.header_menu ul.mod-menu {
		flex-flow: row;
	}

	.top_header_logo {
		width: 100%;
	}

	.header_menu {
		width: 100%;
		justify-content: center;
		margin-top: 20px;
	}
}

@media (max-width: 460px) {
	.top_header_logo {
		flex-flow: column;
		justify-content: center;
	}

	.brand-text h1,
	.brand-text h2 {
		text-align: center;
	}
}
