/* Legal Pages - Terms & Conditions, Privacy Policy */

/* Green header background for legal pages */
.main-page-wrapper .theme-main-menu.header-green-bg.menu-overlay {
	background: #1A4137 !important;
}
.main-page-wrapper .theme-main-menu.header-green-bg.fixed {
	background: #1A4137 !important;
}

.legal-page {
	background: linear-gradient(180deg, #f8faf9 0%, #edf3f1 50%, #f8faf9 100%);
	min-height: 100vh;
}

.legal-page .legal-page-content {
	position: relative;
	z-index: 1;
}

.legal-page .legal-page-header {
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 2px solid rgba(25, 97, 100, 0.15);
}

.legal-page .legal-page-header .upper-title {
	font-size: 12px;
	letter-spacing: 0.15em;
	color: #196164;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.legal-page .legal-page-header h1 {
	font-size: 48px;
	line-height: 1.2;
	color: #1A4137;
	margin: 0;
	font-weight: 600;
}

@media (max-width: 767px) {
	.legal-page .legal-page-header h1 {
		font-size: 32px;
	}
}

.legal-content {
	background: #fff;
	border-radius: 20px;
	padding: 50px 55px;
	box-shadow: 0 4px 24px rgba(25, 65, 55, 0.06);
	border: 1px solid rgba(25, 97, 100, 0.08);
}

@media (max-width: 767px) {
	.legal-content {
		padding: 32px 24px;
	}
}

.legal-content section {
	border-bottom: 1px solid rgba(25, 97, 100, 0.08);
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.legal-content section:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.legal-content h4 {
	font-size: 20px;
	font-weight: 600;
	color: #1A4137;
	line-height: 1.3;
	margin-bottom: 16px;
}

.legal-content p {
	font-size: 17px;
	line-height: 1.75;
	color: rgba(26, 65, 55, 0.85);
	margin-bottom: 0;
}

.legal-content p + p {
	margin-top: 20px;
}

.legal-content a {
	color: #196164;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s ease;
}

.legal-content a:hover {
	color: #1A4137;
	text-decoration: underline;
}

.legal-content .legal-disclaimer {
	background: linear-gradient(135deg, rgba(25, 97, 100, 0.06) 0%, rgba(26, 65, 55, 0.04) 100%);
	border: 1px solid rgba(25, 97, 100, 0.12);
	border-radius: 16px;
	padding: 28px 32px;
	margin-top: 20px;
}

.legal-content .legal-disclaimer p {
	font-size: 15px;
	color: rgba(26, 65, 55, 0.8);
	line-height: 1.7;
}

.legal-content .legal-disclaimer strong {
	color: #1A4137;
}

.legal-content .legal-info-box {
	background: linear-gradient(135deg, #f0f7f5 0%, #e8f0ed 100%);
	border: 1px solid rgba(25, 97, 100, 0.12);
	border-radius: 16px;
	padding: 28px 32px;
	margin-top: 24px;
}

.legal-content .legal-info-box p {
	font-size: 16px;
	margin-bottom: 10px;
}

.legal-content .legal-info-box p:last-child {
	margin-bottom: 0;
}

.legal-content .legal-info-box a {
	color: #196164;
}
