/* Glossary page layout */

.glossary-hero {
	padding: 4rem 1.5rem 3rem;
	text-align: center;
}

.glossary-hero__container {
	max-width: 720px;
	margin: 0 auto;
}

.glossary-hero__eyebrow {
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 0.75rem;
}

.glossary-hero__title {
	font-size: 2.25rem;
	font-weight: 700;
	margin: 0 0 1rem;
}

.glossary-hero__description {
	font-size: 1.1rem;
	line-height: 1.6;
	max-width: 580px;
	margin: 0 auto;
}

.glossary-content {
	padding: 2rem 1.5rem 4rem;
}

.glossary-content__container {
	max-width: 860px;
	margin: 0 auto;
}

.glossary-category {
	margin-bottom: 3rem;
}

.glossary-category__title {
	font-size: 1.35rem;
	font-weight: 600;
	padding-bottom: 0.75rem;
	margin-bottom: 1.5rem;
	border-bottom: 2px solid currentColor;
}

.glossary-category__list {
	margin: 0;
	padding: 0;
}

.glossary-item {
	padding: 1.25rem 1.5rem;
	margin-bottom: 0.75rem;
	border-radius: 8px;
	background: var(--cc-card-bg, rgba(255, 255, 255, 0.04));
}

.glossary-item__term {
	font-size: 1.05rem;
	font-weight: 600;
	margin-bottom: 0.4rem;
	color: var(--cc-card-text, currentColor);
}

.glossary-item__unit {
	font-weight: 400;
	font-size: 0.85rem;
	opacity: 0.6;
	color: var(--cc-card-text-muted, currentColor);
}

.glossary-item__desc {
	font-size: 0.95rem;
	line-height: 1.65;
	margin: 0;
	color: var(--cc-card-text-secondary, currentColor);
}

@media (max-width: 600px) {
	.glossary-hero__title {
		font-size: 1.75rem;
	}

	.glossary-item {
		padding: 1rem;
	}
}
