.terms-main-container {
	font-family: "Roboto Condensed", sans-serif;
	line-height: 1.6;
	color: #212529;
	min-height: 100%;
}    
.terms-content-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	background: white;
	padding-top: 80px;
}
.terms-last-updated {
	background: #f8f9fa;
	border-left: 4px solid #c01e2e;
	padding: 1.5rem;
	margin-bottom: 3rem;
	border-radius: 0 8px 8px 0;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.terms-update-label {
	font-weight: 600;
	color: #c01e2e;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 1px;
}
.terms-update-date {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 500;
}
.terms-section-block {
	margin-bottom: 3rem;
	background: white;
	border-radius: 12px;
	padding: 2.5rem;
	box-shadow: 0 4px 20px rgba(0,0,0,0.08);
	border: 1px solid #e9ecef;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.terms-section-block:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 30px rgba(192,30,46,0.15);
}
.terms-section-heading {
	font-size: 20px;
	font-weight: 600;
	color: #212529;
	margin-bottom: 1.5rem;
	padding-bottom: 15px;
	border-bottom: 2px solid #c01e2e;
	position: relative;
	margin-top: 0;
	line-height: 25px;
	letter-spacing: 1px;
}
.terms-section-heading::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 60px;
	height: 2px;
	background: #c01e2e;
	border-radius: 2px;
}
.terms-paragraph-text {
	margin-bottom: 1.5rem;
	font-size: 16px;
	line-height: 1.7;
	text-align: justify;
	letter-spacing: 1px;
}
.terms-list-container {
	margin: 1.5rem 0;
}
.terms-list-item {
	margin-bottom: 1rem;
	padding-left: 25px;
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 1px;
}
.terms-list-item::before {
	content: '▶';
	position: absolute;
	left: 0;
	color: #c01e2e;
	font-weight: bold;
}
.terms-highlight-box {
	background: linear-gradient(135deg, rgba(192,30,46,0.1) 0%, rgba(33,37,41,0.05) 100%);
	border: 1px solid rgba(192,30,46,0.2);
	border-radius: 8px;
	padding: 1.5rem;
	margin: 2rem 0;
	position: relative;
}
.terms-highlight-box::before {
	content: '⚠️';
	position: absolute;
	top: -15px;
	left: 20px;
	background: white;
	padding: 0 10px;
	font-size: 16px;
}
.terms-contact-section {
	background: linear-gradient(135deg, #212529 0%, #c01e2e 100%);
	color: white;
	padding: 3rem 2rem;
	text-align: center;
	margin-top: 4rem;
}
.terms-contact-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #fff;
	letter-spacing: 1px;
}
.terms-contact-text {
	font-size: 16px;
	margin-bottom: 2rem;
	opacity: 0.9;
	letter-spacing: 1px;
}
.terms-contact-email {
	display: inline-block;
	background: white;
	color: #c01e2e;
	padding: 1rem 2rem;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.terms-contact-email:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0,0,0,0.3);
	background: #f8f9fa;
}
/* Responsive Design */
@media (max-width: 768px) {
	.terms-content-wrapper {
	padding: 60px 20px 0px;
	}        
	.terms-section-block {
		padding: 1.5rem;
	}        
	.terms-section-heading {
		font-size: 20px;
		margin-top: 15px;
	}        
	.terms-hero-section {
		padding: 3rem 1rem;
	}
}
@media (max-width: 480px) {
	.terms-section-block {
		padding: 1rem;
	}        
	.terms-contact-section {
		padding: 2rem 1rem;
	}
}