/* ── Terms & Conditions Page Styles ── */

.terms-hero 
{
	background: linear-gradient(135deg, #2B1810 0%, #4A2C1A 50%, #D4691E 100%);
	color: #fff;
	padding: 100px 0 60px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.terms-hero::before 
{
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: url('images/ugcoa-main-gate.png') center/cover no-repeat;
	opacity: 0.08;
}

.terms-hero .container 
{
	position: relative;
	z-index: 1;
}

.terms-hero .breadcrumb 
{
	font-size: 0.9rem;
	margin-bottom: 16px;
	opacity: 0.85;
}

.terms-hero .breadcrumb a 
{
	color: #f0c89a;
	text-decoration: none;
}

.terms-hero .breadcrumb a:hover 
{
	text-decoration: underline;
}

.terms-hero h1 
{
	font-size: 2.6rem;
	font-weight: 800;
	margin-bottom: 16px;
}

.terms-hero p 
{
	font-size: 1.1rem;
	max-width: 680px;
	margin: 0 auto;
	opacity: 0.9;
	line-height: 1.7;
}

.terms-hero .effective-date 
{
	margin-top: 20px;
	font-size: 0.95rem;
	opacity: 0.75;
	font-style: italic;
}


/* ── Content ── */

.terms-content 
{
	max-width: 860px;
	margin: 0 auto;
	padding: 60px 24px 80px;
}

.terms-content .toc 
{
	background: #fdf6ef;
	border: 1px solid #e8d5c4;
	border-radius: 12px;
	padding: 28px 32px;
	margin-bottom: 48px;
}

.terms-content .toc h2 
{
	font-size: 1.15rem;
	color: #2B1810;
	margin-bottom: 14px;
	font-weight: 700;
}

.terms-content .toc ol 
{
	padding-left: 20px;
	margin: 0;
}

.terms-content .toc ol li 
{
	margin-bottom: 6px;
	line-height: 1.6;
}

.terms-content .toc ol li a 
{
	color: #D4691E;
	text-decoration: none;
	font-size: 0.97rem;
}

.terms-content .toc ol li a:hover 
{
	text-decoration: underline;
	color: #2B1810;
}

.terms-content .policy-section 
{
	margin-bottom: 40px;
	padding-bottom: 32px;
	border-bottom: 1px solid #f0e6dc;
}

.terms-content .policy-section:last-child 
{
	border-bottom: none;
}

.terms-content .policy-section h2 
{
	font-size: 1.45rem;
	color: #2B1810;
	font-weight: 700;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.terms-content .policy-section h2 .section-icon 
{
	font-size: 1.3rem;
}

.terms-content .policy-section h3 
{
	font-size: 1.1rem;
	color: #4A2C1A;
	font-weight: 600;
	margin-top: 22px;
	margin-bottom: 10px;
}

.terms-content .policy-section p,
.terms-content .policy-section li 
{
	font-size: 1rem;
	color: #444;
	line-height: 1.8;
}

.terms-content .policy-section ul,
.terms-content .policy-section ol 
{
	padding-left: 22px;
	margin: 10px 0 16px;
}

.terms-content .policy-section ul li,
.terms-content .policy-section ol li 
{
	margin-bottom: 6px;
}

.terms-content .policy-section strong 
{
	color: #2B1810;
}

.terms-content .data-table 
{
	width: 100%;
	border-collapse: collapse;
	margin: 16px 0 20px;
	font-size: 0.95rem;
}

.terms-content .data-table th,
.terms-content .data-table td 
{
	border: 1px solid #e8d5c4;
	padding: 12px 16px;
	text-align: left;
	vertical-align: top;
}

.terms-content .data-table th 
{
	background: #fdf6ef;
	color: #2B1810;
	font-weight: 600;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.terms-content .data-table td 
{
	color: #444;
	line-height: 1.6;
}

.terms-content .highlight-box 
{
	background: #fdf6ef;
	border-left: 4px solid #D4691E;
	padding: 16px 20px;
	border-radius: 0 8px 8px 0;
	margin: 16px 0 20px;
	font-size: 0.97rem;
	color: #4A2C1A;
	line-height: 1.7;
}

.terms-content .contact-card 
{
	background: linear-gradient(135deg, #fdf6ef 0%, #fff 100%);
	border: 1px solid #e8d5c4;
	border-radius: 12px;
	padding: 28px 32px;
	margin-top: 20px;
}

.terms-content .contact-card p 
{
	margin-bottom: 8px;
}

@media (max-width: 600px) 
{
	.terms-hero { padding: 80px 16px 40px; }
	.terms-hero h1 { font-size: 1.8rem; }
	.terms-content { padding: 36px 16px 60px; }
	.terms-content .toc { padding: 20px; }
	.terms-content .data-table { font-size: 0.85rem; }
	.terms-content .data-table th, .terms-content .data-table td { padding: 8px 10px; }
}
