/**
 * TAV Houston Volleyball - Inner Pages Styles
 * Covers: About, Mission & Values, Coaching Staff, Contact, Alumni, Wall of Fame, College Commitments
 */

/* ═══════════════════════════════════════════════════════════════════════════
   SHARED COMPONENTS
   ═══════════════════════════════════════════════════════════════════════════ */

/* Page Hero */
.tav-page-hero {
	position: relative;
	min-height: 400px;
	display: flex;
	align-items: center;
	background-color: var(--tav-primary);
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.tav-page-hero--dark {
	background-color: #0a0a2e;
}

.tav-page-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgb(0 69 172) 0%, rgba(10, 10, 46, 0.75) 75%);
	z-index: 0;
}

.tav-page-hero__content {
	position: relative;
	z-index: 1;
	padding: 80px 0 60px;
	max-width: 720px;
}

.tav-page-hero__title {
	font-size: clamp(2rem, 5vw, 3.2rem);
	font-weight: 800;
	color: #ffffff;
	line-height: 1.15;
	margin-bottom: 16px;
	letter-spacing: -0.02em;
}

.tav-page-hero__subtitle {
	font-size: clamp(1rem, 2vw, 1.25rem);
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.5;
	margin-bottom: 0;
	font-weight: 400;
}

/* Inner Section */
.tav-inner-section {
	padding: 80px 0;
}

/* Eyebrow */
.tav-eyebrow {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--tav-primary);
	margin-bottom: 12px;
}

/* Section Heading */
.tav-section-heading {
	font-size: clamp(1.6rem, 3.5vw, 2.4rem);
	font-weight: 800;
	color: #111827;
	line-height: 1.2;
	margin-bottom: 20px;
	letter-spacing: -0.01em;
}

.tav-section-heading--xl {
	font-size: clamp(1.8rem, 4vw, 2.8rem);
}

/* Section Header (centered) */
.tav-section-header {
	margin-bottom: 16px;
}

/* Section Intro */
.tav-section-intro {
	font-size: 1.05rem;
	color: #6b7280;
	max-width: 640px;
	margin: 0 auto;
	line-height: 1.6;
}

/* Prose */
.tav-prose {
	font-size: 1rem;
	color: #374151;
	line-height: 1.75;
}

.tav-prose p {
	margin-bottom: 1em;
}

.tav-prose--lg {
	font-size: 1.1rem;
}

/* Rounded Image */
.tav-rounded-image {
	border-radius: 16px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* Button */
.tav-btn {
	font-weight: 700;
	font-size: 0.9rem;
	letter-spacing: 0.5px;
	padding: 12px 28px;
	border-radius: 8px;
	transition: all 0.25s ease;
}

.tav-btn--lg {
	padding: 16px 36px;
	font-size: 1rem;
}

/* ═══════════════════════════════════════════════════════════════════════════
   STATS BAR
   ═══════════════════════════════════════════════════════════════════════════ */

.tav-stats-bar {
	padding: 48px 0;
	background: var(--tav-primary);
}

.tav-stat {
	padding: 16px;
}

.tav-stat__number {
	display: block;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 6px;
}

.tav-stat__label {
	display: block;
	font-size: 0.85rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.75);
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* ═══════════════════════════════════════════════════════════════════════════
   CTA BAND
   ═══════════════════════════════════════════════════════════════════════════ */

.tav-cta-band {
	padding: 72px 0;
	background: linear-gradient(135deg, var(--tav-primary) 0%, #0f0d6e 100%);
}

.tav-cta-band__heading {
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: 800;
	color: #ffffff;
	margin-bottom: 12px;
}

.tav-cta-band__body {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.8);
	max-width: 560px;
	margin: 0 auto 28px;
	line-height: 1.6;
}

/* ═══════════════════════════════════════════════════════════════════════════
   QUOTE BAND
   ═══════════════════════════════════════════════════════════════════════════ */

.tav-quote-band {
	padding: 72px 0;
	background: #f9fafb;
}

.tav-blockquote {
	border: none;
	padding: 0;
}

.tav-blockquote__text {
	font-size: clamp(1.2rem, 2.5vw, 1.6rem);
	font-weight: 600;
	font-style: italic;
	color: #1f2937;
	line-height: 1.6;
	margin-bottom: 20px;
}

.tav-blockquote__author {
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--tav-primary);
	font-style: normal;
}

/* ═══════════════════════════════════════════════════════════════════════════
   ABOUT PAGE
   ═══════════════════════════════════════════════════════════════════════════ */

/* Story Image */
.tav-about-story__image-wrap {
	position: relative;
}

.tav-about-story__image {
	border-radius: 16px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.tav-about-story__image-accent {
	position: absolute;
	bottom: -12px;
	right: -12px;
	width: 120px;
	height: 120px;
	background: var(--tav-primary);
	opacity: 0.1;
	border-radius: 16px;
	z-index: -1;
}

/* Feature Cards (What Makes Us Different) */
.tav-feature-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 32px 28px;
	height: 100%;
	border: 1px solid #f3f4f6;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tav-feature-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.tav-feature-card__number {
	font-size: 2rem;
	font-weight: 800;
	color: var(--tav-primary);
	opacity: 0.2;
	line-height: 1;
	margin-bottom: 16px;
}

.tav-feature-card__title {
	font-size: 1.15rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 10px;
}

.tav-feature-card__desc {
	font-size: 0.92rem;
	color: #6b7280;
	line-height: 1.6;
	margin-bottom: 0;
}

/* ═══════════════════════════════════════════════════════════════════════════
   MISSION & VALUES PAGE
   ═══════════════════════════════════════════════════════════════════════════ */

/* Mission Statement */
.tav-mission-statement {
	padding: 96px 0 80px;
}

/* Value Cards */
.tav-value-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 36px 28px;
	height: 100%;
	text-align: center;
	border: 1px solid #e5e7eb;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tav-value-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.tav-value-card__icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(28, 21, 196, 0.08);
	color: var(--tav-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	margin: 0 auto 20px;
}

.tav-value-card__title {
	font-size: 1.1rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 10px;
}

.tav-value-card__desc {
	font-size: 0.9rem;
	color: #6b7280;
	line-height: 1.6;
	margin-bottom: 0;
}

/* ═══════════════════════════════════════════════════════════════════════════
   COACHING STAFF PAGE
   ═══════════════════════════════════════════════════════════════════════════ */

/* Coach Cards */
.tav-coach-card {
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #f3f4f6;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tav-coach-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.tav-coach-card--featured {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.tav-coach-card__photo-wrap {
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: #f3f4f6;
}

.tav-coach-card__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tav-coach-card__photo-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #e5e7eb, #d1d5db);
	color: #9ca3af;
	font-size: 3rem;
}

.tav-coach-card__body {
	padding: 20px;
}

.tav-coach-card__name {
	font-size: 1.05rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 4px;
}

.tav-coach-card__title {
	display: block;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--tav-primary);
	margin-bottom: 10px;
}

.tav-coach-card__bio {
	font-size: 0.88rem;
	color: #6b7280;
	line-height: 1.6;
	margin-bottom: 12px;
}

.tav-coach-card__credentials {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.tav-coach-card__cred-tag {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 600;
	color: var(--tav-primary);
	background: rgba(28, 21, 196, 0.06);
	padding: 3px 10px;
	border-radius: 100px;
	letter-spacing: 0.3px;
}

/* ═══════════════════════════════════════════════════════════════════════════
   CONTACT PAGE
   ═══════════════════════════════════════════════════════════════════════════ */

/* Contact Details */
.tav-contact-details {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.tav-contact-detail {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.tav-contact-detail__icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: rgba(28, 21, 196, 0.08);
	color: var(--tav-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
}

.tav-contact-detail__label {
	font-size: 0.85rem;
	font-weight: 700;
	color: #111827;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 2px;
}

.tav-contact-detail__value {
	font-size: 0.95rem;
	color: #374151;
	line-height: 1.5;
}

.tav-contact-detail__value a {
	color: var(--tav-primary);
	text-decoration: none;
}

.tav-contact-detail__value a:hover {
	text-decoration: underline;
}

/* Contact Form Wrap */
.tav-contact-form-wrap {
	background: #f9fafb;
	border-radius: 16px;
	padding: 36px;
	border: 1px solid #e5e7eb;
}

.tav-contact-form-wrap__heading {
	font-size: 1.3rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 24px;
}

/* Location */
.tav-location-hours h4 {
	font-size: 0.95rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 8px;
}

.tav-map-embed {
	border-radius: 16px;
	overflow: hidden;
}

.tav-map-embed iframe {
	width: 100%;
	height: 360px;
	border: 0;
}

/* FAQ Accordion */
.tav-contact-faq,
.tav-tryouts-faq {
	background: #f9fafb;
}

.tav-accordion {
	--bs-accordion-border-color: transparent;
	--bs-accordion-btn-focus-box-shadow: none;
	--bs-accordion-active-bg: #ffffff;
}

.tav-accordion__item {
	border: 1px solid #e9eaee;
	border-radius: 14px !important;
	margin-bottom: 14px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.tav-accordion__item:hover {
	box-shadow: 0 6px 18px rgba(16, 24, 40, 0.07);
}

.tav-accordion__item:has(.tav-accordion__btn:not(.collapsed)) {
	border-color: var(--tav-primary);
	box-shadow: 0 10px 28px rgba(28, 21, 196, 0.10);
}

.tav-accordion__btn {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.4;
	color: #111827;
	padding: 20px 22px;
	gap: 16px;
	background: #ffffff;
}

/* Hide any stray leading icon injected into the question button */
.tav-accordion__btn > i,
.tav-accordion__btn > .fa,
.tav-accordion__btn > svg:first-child {
	display: none;
}

.tav-accordion__btn:not(.collapsed) {
	background: #ffffff;
	color: var(--tav-primary);
	box-shadow: none;
}

.tav-accordion__btn:focus {
	box-shadow: none;
	border-color: transparent;
}

/* Circular chevron toggle */
.tav-accordion__btn::after {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: #f3f4f6;
	background-size: 1.05rem;
	background-position: center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23374151'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transition: transform 0.25s ease, background-color 0.25s ease;
}

.tav-accordion__btn:not(.collapsed)::after {
	background-color: var(--tav-primary);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.tav-accordion__body {
	font-size: 0.95rem;
	color: #4b5563;
	line-height: 1.75;
	padding-top: 2px;
}

/* ═══════════════════════════════════════════════════════════════════════════
   ALUMNI PAGE
   ═══════════════════════════════════════════════════════════════════════════ */

.tav-alumni-card {
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #f3f4f6;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tav-alumni-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.tav-alumni-card__photo-wrap {
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: #f3f4f6;
}

.tav-alumni-card__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tav-alumni-card__photo-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #e5e7eb, #d1d5db);
	color: #9ca3af;
	font-size: 3rem;
}

.tav-alumni-card__body {
	padding: 20px;
}

.tav-alumni-card__name {
	font-size: 1.05rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 4px;
}

.tav-alumni-card__meta {
	display: block;
	font-size: 0.82rem;
	font-weight: 600;
	color: #6b7280;
}

.tav-alumni-card__meta--college {
	color: var(--tav-primary);
}

.tav-alumni-card__story {
	font-size: 0.88rem;
	color: #6b7280;
	line-height: 1.6;
	margin-top: 10px;
	margin-bottom: 0;
}

/* ═══════════════════════════════════════════════════════════════════════════
   WALL OF FAME PAGE
   ═══════════════════════════════════════════════════════════════════════════ */

.tav-wof-card {
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #f3f4f6;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tav-wof-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(28, 21, 196, 0.1);
}

.tav-wof-card__photo-wrap {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f3f4f6;
}

.tav-wof-card__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tav-wof-card__photo-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(28, 21, 196, 0.08), rgba(28, 21, 196, 0.03));
	color: var(--tav-primary);
	font-size: 3rem;
	opacity: 0.4;
}

.tav-wof-card__body {
	padding: 20px;
}

.tav-wof-card__name {
	font-size: 1.1rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 4px;
}

.tav-wof-card__year {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	color: #ffffff;
	background: var(--tav-primary);
	padding: 2px 10px;
	border-radius: 100px;
	margin-bottom: 8px;
}

.tav-wof-card__achievement {
	display: block;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--tav-primary);
	margin-bottom: 8px;
}

.tav-wof-card__desc {
	font-size: 0.88rem;
	color: #6b7280;
	line-height: 1.6;
	margin-bottom: 0;
}

/* ═══════════════════════════════════════════════════════════════════════════
   COLLEGE COMMITMENTS PAGE
   ═══════════════════════════════════════════════════════════════════════════ */

.tav-commit-card {
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #f3f4f6;
	height: 100%;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tav-commit-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.tav-commit-card__photo-wrap {
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: #f3f4f6;
}

.tav-commit-card__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tav-commit-card__photo-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #e5e7eb, #d1d5db);
	color: #9ca3af;
	font-size: 2.5rem;
}

.tav-commit-card__silhouette {
	width: 42%;
	max-width: 100px;
	height: auto;
}

.tav-commit-card__body {
	padding: 16px;
}

.tav-commit-card__name {
	font-size: 1rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 2px;
}

.tav-commit-card__position {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	color: #6b7280;
	margin-bottom: 4px;
}

.tav-commit-card__college {
	display: block;
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--tav-primary);
	margin-bottom: 8px;
}

.tav-commit-card__logo-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 8px;
}

.tav-commit-card__logo {
	max-height: 48px;
	max-width: 80%;
	width: auto;
	height: auto;
	object-fit: contain;
}

/* ═══════════════════════════════════════════════════════════════════════════
   CLUB PAGE
   ═══════════════════════════════════════════════════════════════════════════ */

/* Team Cards (Age Divisions) */
.tav-team-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 28px 28px 26px;
	height: 100%;
	border: 1px solid #f3f4f6;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tav-team-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.tav-team-card__age {
	font-size: 1.6rem;
	font-weight: 800;
	color: var(--tav-primary);
	line-height: 1;
	margin-bottom: 6px;
	letter-spacing: -0.01em;
}

.tav-team-card__level {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffffff;
	background: var(--tav-secondary, #C8235F);
	padding: 4px 12px;
	border-radius: 100px;
	margin-bottom: 14px;
}

.tav-team-card__desc {
	font-size: 0.92rem;
	color: #6b7280;
	line-height: 1.6;
	margin-bottom: 0;
}

/* Season Timeline */
.tav-season-timeline {
	max-width: 720px;
	margin: 0 auto;
	position: relative;
}

.tav-season-timeline::before {
	content: '';
	position: absolute;
	left: 36px;
	top: 24px;
	bottom: 24px;
	width: 2px;
	background: linear-gradient(180deg, var(--tav-primary) 0%, rgba(0, 69, 175, 0.1) 100%);
}

.tav-season-timeline__item {
	display: flex;
	gap: 24px;
	margin-bottom: 24px;
	align-items: flex-start;
	position: relative;
}

.tav-season-timeline__item:last-child {
	margin-bottom: 0;
}

.tav-season-timeline__badge {
	flex-shrink: 0;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: var(--tav-primary);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 0.95rem;
	letter-spacing: 0.5px;
	box-shadow: 0 4px 16px rgba(0, 69, 175, 0.25);
	position: relative;
	z-index: 1;
}

.tav-season-timeline__body {
	padding-top: 12px;
}

.tav-season-timeline__title {
	font-size: 1.15rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 4px;
}

.tav-season-timeline__desc {
	font-size: 0.95rem;
	color: #6b7280;
	line-height: 1.6;
	margin-bottom: 0;
}

@media (max-width: 575px) {
	.tav-season-timeline::before {
		left: 28px;
	}
	.tav-season-timeline__badge {
		width: 56px;
		height: 56px;
		font-size: 0.8rem;
	}
	.tav-season-timeline__item {
		gap: 16px;
	}
}

/* ═══════════════════════════════════════════════════════════════════════════
   TRYOUTS PAGE
   ═══════════════════════════════════════════════════════════════════════════ */

/* Date Banner */
.tav-date-banner {
	padding: 56px 0;
	background: linear-gradient(135deg, var(--tav-secondary, #C8235F) 0%, #8a1542 100%);
	color: #ffffff;
	text-align: center;
}

.tav-date-banner__eyebrow {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 12px;
}

.tav-date-banner__heading {
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: 800;
	color: #ffffff;
	margin-bottom: 12px;
	letter-spacing: -0.01em;
}

.tav-date-banner__body {
	font-size: 1.05rem;
	color: rgba(255, 255, 255, 0.9);
	max-width: 640px;
	margin: 0 auto;
	line-height: 1.6;
	margin-bottom: 0;
}

/* Tryout Schedule Cards */
.tav-tryout-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 24px 24px 22px;
	height: 100%;
	border: 1px solid #f3f4f6;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
}

.tav-tryout-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.tav-tryout-card__date {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--tav-primary);
	margin-bottom: 6px;
}

.tav-tryout-card__age {
	font-size: 1.4rem;
	font-weight: 800;
	color: #111827;
	margin-bottom: 14px;
	line-height: 1.1;
	letter-spacing: -0.01em;
}

.tav-tryout-card__meta {
	list-style: none;
	padding: 0;
	margin: 0 0 18px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.tav-tryout-card__meta li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.9rem;
	color: #6b7280;
}

.tav-tryout-card__meta i {
	color: var(--tav-primary);
	font-size: 0.95rem;
	flex-shrink: 0;
}

.tav-tryout-card__btn {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 16px;
	background: var(--tav-primary);
	color: #ffffff;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 0.5px;
	transition: background 0.2s ease;
}

.tav-tryout-card__btn:hover {
	background: #003388;
	color: #ffffff;
	text-decoration: none;
}

/* Expect Cards (icon + title + list) */
.tav-expect-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 32px 28px;
	height: 100%;
	border: 1px solid #f3f4f6;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tav-expect-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.tav-expect-card__icon {
	width: 56px;
	height: 56px;
	border-radius: 12px;
	background: rgba(28, 21, 196, 0.08);
	color: var(--tav-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	margin-bottom: 18px;
}

.tav-expect-card__title {
	font-size: 1.15rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 14px;
}

.tav-expect-card__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tav-expect-card__list li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 8px;
	font-size: 0.92rem;
	color: #374151;
	line-height: 1.55;
}

.tav-expect-card__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--tav-primary);
	opacity: 0.4;
}

.tav-expect-card__list li:last-child {
	margin-bottom: 0;
}

/* Checklist Card (What to Bring) */
.tav-checklist-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 40px 36px;
	border: 1px solid #e5e7eb;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.tav-checklist-card__col-heading {
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--tav-primary);
	margin-bottom: 16px;
}

.tav-checklist {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tav-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 0;
	font-size: 0.95rem;
	color: #374151;
	line-height: 1.5;
	border-bottom: 1px solid #f3f4f6;
}

.tav-checklist li:last-child {
	border-bottom: none;
}

.tav-checklist li i {
	color: #10b981;
	font-size: 1.05rem;
	flex-shrink: 0;
	margin-top: 2px;
}

/* Registration Card */
.tav-register-card {
	background: #ffffff;
	border-radius: 20px;
	padding: 48px 40px;
	border: 1px solid #e5e7eb;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
	text-align: center;
}

.tav-register-card__body {
	font-size: 1.05rem;
	color: #6b7280;
	max-width: 520px;
	margin: 0 auto 28px;
	line-height: 1.6;
}

.tav-register-card__buttons {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	margin-bottom: 32px;
}

.tav-register-card__divider {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	color: #9ca3af;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin: 0;
}

.tav-register-card__contact {
	border-top: 1px solid #f3f4f6;
	padding-top: 28px;
	margin-top: 4px;
	text-align: left;
}

.tav-register-card__contact-heading {
	font-size: 1.05rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 16px;
	text-align: center;
}

.tav-register-card__contact-block {
	font-size: 0.95rem;
	color: #374151;
	line-height: 1.7;
}

.tav-register-card__contact-block strong {
	display: block;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--tav-primary);
	margin-bottom: 4px;
}

.tav-register-card__contact-block a {
	color: var(--tav-primary);
	text-decoration: none;
}

.tav-register-card__contact-block a:hover {
	text-decoration: underline;
}

@media (max-width: 575px) {
	.tav-checklist-card {
		padding: 28px 24px;
	}
	.tav-register-card {
		padding: 32px 24px;
	}
}

/* ═══════════════════════════════════════════════════════════════════════════
   TRAINING PAGE
   ═══════════════════════════════════════════════════════════════════════════ */

/* Custom Tabs (BS5 nav-tabs styled) */
.tav-training-tabs {
	border: none;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}

.tav-training-tabs .nav-link {
	border: 1px solid #e5e7eb;
	background: #ffffff;
	color: #374151;
	font-weight: 600;
	font-size: 0.9rem;
	padding: 10px 20px;
	border-radius: 100px;
	transition: all 0.2s ease;
}

.tav-training-tabs .nav-link:hover {
	border-color: var(--tav-primary);
	color: var(--tav-primary);
	background: rgba(28, 21, 196, 0.04);
}

.tav-training-tabs .nav-link.active {
	background: var(--tav-primary);
	color: #ffffff;
	border-color: var(--tav-primary);
}

.tav-training-tab__heading {
	font-size: clamp(1.4rem, 2.5vw, 1.8rem);
	font-weight: 800;
	color: #111827;
	margin-bottom: 8px;
	letter-spacing: -0.01em;
}

.tav-training-tab__intro {
	font-size: 1.05rem;
	color: #6b7280;
	margin-bottom: 32px;
	max-width: 620px;
	line-height: 1.6;
}

/* Empty state for tabs with no programs */
.tav-training-empty {
	background: #f9fafb;
	border: 2px dashed #e5e7eb;
	border-radius: 16px;
	padding: 48px 32px;
	text-align: center;
	color: #6b7280;
}

.tav-training-empty__icon {
	font-size: 2.4rem;
	color: #d1d5db;
	margin-bottom: 12px;
}

.tav-training-empty__title {
	font-size: 1.05rem;
	font-weight: 700;
	color: #374151;
	margin-bottom: 4px;
}

.tav-training-empty__body {
	font-size: 0.92rem;
	color: #6b7280;
	margin: 0;
}

/* 10-Foot Standards Table */
.tav-standards-table {
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #f3f4f6;
}

.tav-standards-table table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.tav-standards-table th {
	background: var(--tav-primary);
	color: #ffffff;
	font-weight: 700;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 14px 18px;
	text-align: left;
}

.tav-standards-table td {
	padding: 14px 18px;
	font-size: 0.95rem;
	color: #374151;
	border-bottom: 1px solid #f3f4f6;
}

.tav-standards-table tr:last-child td {
	border-bottom: none;
}

.tav-standards-table tr:nth-child(even) td {
	background: #fafbfc;
}

/* CTA Band with two buttons */
.tav-cta-band__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

/* ═══════════════════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════════════════ */

@media (max-width: 991px) {
	.tav-page-hero__content {
		padding: 60px 0 48px;
	}

	.tav-inner-section {
		padding: 56px 0;
	}

	.tav-cta-band {
		padding: 56px 0;
	}

	.tav-stats-bar {
		padding: 36px 0;
	}

	.tav-contact-form-wrap {
		padding: 28px 20px;
	}
}

@media (max-width: 767px) {
	.tav-page-hero {
		min-height: 240px;
	}

	.tav-page-hero__content {
		padding: 48px 0 36px;
	}

	.tav-inner-section {
		padding: 44px 0;
	}

	.tav-cta-band {
		padding: 44px 0;
	}

	.tav-quote-band {
		padding: 48px 0;
	}

	.tav-about-story__image-accent {
		display: none;
	}

	.tav-coach-card__photo-wrap {
		aspect-ratio: 1 / 1;
	}
}
