@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../../assets/fonts/poppins/Poppins-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../../assets/fonts/poppins/Poppins-Medium.woff2") format("woff2");
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../../assets/fonts/poppins/Poppins-SemiBold.woff2") format("woff2");
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../../assets/fonts/poppins/Poppins-Bold.woff2") format("woff2");
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("../../assets/fonts/poppins/Poppins-ExtraBold.woff2") format("woff2");
}

.specialist-hero .hero-media img {
	object-position: center;
}

.specialties-section {
	padding: 104px 0 112px;
	background:
		linear-gradient(rgba(7, 49, 93, 0.028) 1px, transparent 1px),
		linear-gradient(90deg, rgba(7, 49, 93, 0.028) 1px, transparent 1px),
		var(--soft);
	background-size: 32px 32px;
}

.sports-feature {
	display: grid;
	overflow-wrap: anywhere;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	gap: 0 clamp(28px, 4vw, 56px);
	margin-bottom: 34px;
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid rgba(185, 133, 32, 0.35);
	border-top: 4px solid var(--gold);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(7, 49, 93, 0.08);
}

.sports-main {
	min-width: 0;
}

.sports-heading {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin-bottom: 22px;
}

.sports-icon {
	display: grid;
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	place-items: center;
	border-radius: 14px;
	background: var(--navy);
	color: #fff;
	font-size: 24px;
}

.sports-heading .eyebrow {
	flex: 1 1 10rem;
	min-width: 0;
	margin: 0;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
}

.sports-main h3 {
	margin: 0 0 20px;
	font-size: clamp(1.875rem, 3.5vw, 2.625rem);
	line-height: 1.15;
}

.sports-description,
.sports-audience {
	color: var(--muted);
	font-size: 1rem;
}

.sports-description {
	margin-bottom: 16px;
}

.sports-includes {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.sports-includes li {
	display: flex;
	min-width: 0;
	max-width: 100%;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: var(--soft);
	color: var(--navy);
	font-size: 1rem;
	font-weight: 600;
}

.sports-includes i {
	flex-shrink: 0;
	color: var(--gold-dark);
	font-size: 20px;
}

.sports-audience {
	max-width: 490px;
	margin: 0;
}

.sports-audience strong {
	color: var(--ink);
	font-weight: 600;
}

.sports-certificate {
	align-self: center;
	min-width: 0;
	padding: clamp(24px, 3vw, 36px);
	border: 1px solid var(--line);
	border-radius: 18px;
	background: var(--soft);
}

.sports-certificate > i {
	display: block;
	margin-bottom: 22px;
	color: var(--gold-dark);
	font-size: 30px;
}

.sports-certificate h4 {
	margin: 0 0 14px;
	color: var(--navy);
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.3;
}

.sports-certificate p {
	margin: 0;
	color: var(--muted);
	font-size: 1rem;
}

.sports-certificate strong {
	color: var(--navy);
	font-weight: 600;
}

.sports-footer {
	display: flex;
	grid-column: 1 / -1;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 32px;
	padding-top: 26px;
	border-top: 1px solid var(--line);
}

.sports-footer p {
	margin: 0;
	color: var(--navy);
	font-size: clamp(1.125rem, 1.8vw, 1.375rem);
	line-height: 1.5;
}

.sports-footer strong {
	font-weight: 600;
}

.sports-footer .button {
	flex-shrink: 0;
}

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

.specialty-card {
	position: relative;
	min-width: 0;
	min-height: 270px;
	padding: 31px 29px;
	overflow: hidden;
	border: 1px solid rgba(7, 49, 93, 0.1);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 16px 42px rgba(7, 49, 93, 0.09);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.specialty-card::after {
	position: absolute;
	right: -62px;
	bottom: -78px;
	width: 180px;
	height: 180px;
	border: 1px solid rgba(185, 133, 32, 0.95);
	border-radius: 50%;
	background: url("../images/logo.png") 22px 18px / 86px auto no-repeat;
	content: "";
	opacity: 0.18;
	pointer-events: none;
}

.specialty-card:hover {
	border-color: rgba(7, 49, 93, 0.2);
	box-shadow: 0 24px 54px rgba(7, 49, 93, 0.14);
	transform: translateY(-5px);
}

.specialty-icon {
	display: grid;
	width: 54px;
	height: 54px;
	margin-bottom: 23px;
	place-items: center;
	border-radius: 15px;
	background: var(--warm);
	color: var(--gold-dark);
	font-size: 21px;
}

.specialty-card h3 {
	position: relative;
	z-index: 1;
	margin: 0 0 12px;
	font-size: 23px;
	line-height: 1.25;
}

.specialty-card p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.7;
}

.care-panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.75fr);
	align-items: center;
	gap: clamp(38px, 7vw, 85px);
	margin-top: 34px;
	padding: clamp(34px, 5vw, 62px);
	overflow: hidden;
	border-radius: 26px;
	background:
		radial-gradient(circle at 88% -15%, rgba(185, 133, 32, 0.32), transparent 38%),
		var(--navy-dark);
	box-shadow: 0 28px 70px rgba(4, 31, 59, 0.22);
	color: #fff;
}

.care-panel::before {
	position: absolute;
	right: -120px;
	bottom: -180px;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	content: "";
}

.care-copy,
.care-points {
	position: relative;
	z-index: 1;
}

.care-copy h2,
.care-copy p:not(.eyebrow) {
	color: #fff;
}

.care-copy h2 {
	margin-bottom: 16px;
	font-size: clamp(29px, 4vw, 46px);
}

.care-copy p:not(.eyebrow) {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.8);
}

.care-copy .eyebrow {
	color: #e7bc68;
}

.care-points {
	display: grid;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.care-points li {
	display: flex;
	align-items: center;
	gap: 13px;
	min-height: 54px;
	padding: 13px 16px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.08);
	font-size: 15px;
	font-weight: 600;
}

.care-points i {
	display: grid;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 50%;
	background: var(--gold-dark);
	color: #fff;
	font-size: 12px;
}

@media (max-width: 1100px) {
	.specialties-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.sports-feature {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.sports-audience {
		max-width: none;
	}

	.sports-footer {
		margin-top: 0;
	}

	.care-panel {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.sports-feature {
		margin-bottom: 24px;
		padding: 28px 24px;
		border-radius: 20px;
	}

	.sports-heading {
		gap: 12px;
	}

	.sports-heading .eyebrow {
		letter-spacing: 0.06em;
	}

	.sports-includes li {
		width: 100%;
	}

	.sports-certificate {
		padding: 24px;
	}

	.sports-footer {
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
	}

	.sports-footer .button {
		width: 100%;
	}

	.specialties-section {
		padding: 74px 0;
	}

	.specialties-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.specialty-card {
		min-height: 0;
		padding: 28px 24px;
	}

	.care-panel {
		margin-top: 24px;
		padding: 30px 24px;
	}
}

@media (max-width: 360px) {
	.sports-main h3 {
		font-size: 1.625rem;
	}

	.sports-certificate h4 {
		font-size: 1.125rem;
	}
}

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

	.specialty-card:hover {
		transform: none;
	}
}
