.greed-page .terms-page {
	min-height: 100vh;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	padding-bottom: 8rem;
}

.greed-page .terms-inner {
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
}

.greed-page .terms-header {
	margin-bottom: 2rem;
	position: relative;
	z-index: 1;
}

.greed-page .terms-page .terms-header .terms-title {
	font-size: 2.25rem !important;
	line-height: 2.5rem;
	font-weight: 500 !important;
	margin: 0 0 0.5rem 0;
	color: rgba(255, 255, 255, 0.95) !important;
	display: block;
}

.greed-page .terms-page .terms-header .terms-date {
	color: rgb(138, 114, 136);
	margin: 0;
	display: block;
}

.greed-page .terms-content {
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background: rgba(27, 25, 25, 0.5);
	border: 1px solid rgba(212, 188, 210, 0.15);
	border-radius: 1rem;
	padding: 1.5rem;
}

.greed-page .terms-content > * + * {
	margin-top: 2rem;
}

.greed-page .terms-section-title {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 500;
	margin: 0 0 1rem 0;
	background: linear-gradient(135deg, #fff 0%, #d4bcd2 25%, #8a7288 75%, #fff 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.greed-page .terms-text {
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.625;
	margin: 0;
}

.greed-page .terms-blockquote {
	font-style: italic;
	color: rgba(255, 255, 255, 0.8);
	border-left: 2px solid rgba(212, 188, 210, 0.3);
	padding-left: 1rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	margin: 0;
}

.greed-page .terms-text.mb-3 {
	margin-bottom: 0.75rem;
}

.greed-page .terms-list {
	margin: 0;
	padding: 0;
	list-style: disc;
	list-style-position: inside;
}

.greed-page .terms-list li + li {
	margin-top: 0.375rem;
}

.greed-page .terms-list ::marker {
	color: rgba(212, 188, 210, 0.7);
}

.greed-page .terms-highlight {
	background: rgba(212, 188, 210, 0.05);
	padding: 1rem;
	border-radius: 0.5rem;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	border: 1px solid rgba(212, 188, 210, 0.1);
}
