/* BASICS: Child Development Plan - Privacy Policy Styles */

.section41 {
	padding: 36px 24px;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #FAFBFD;
	width: 100%;
	margin: 60px auto 0 auto;
}

.skdnvon {
	max-width: 820px;
	margin: 0 auto;
}

/* Main title */
.skdnvon > h1.osdvnindv {
	text-align: center;
	color: #1a1a2e;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 8px;
	letter-spacing: 1.5px;
}

/* Subtitle (app name under main title) */
.skdnvon > h1.osdvnindv + h2.osdvnindv {
	text-align: center;
	color: #4a5568;
	font-size: 1.15rem;
	font-weight: 400;
	margin-bottom: 8px;
	letter-spacing: 0.3px;
}

/* "Last updated" line right after subtitle */
.skdnvon > h1.osdvnindv + h2.osdvnindv + p.dkfbidvn {
	text-align: center;
	color: #888;
	font-size: 0.92rem;
	margin-bottom: 48px;
	padding-bottom: 32px;
	border-bottom: 1px solid #e2e8f0;
}

/* Section headings (h2) */
h2.osdvnindv {
	text-align: left;
	color: #1a1a2e;
	font-size: 1.45rem;
	font-weight: 600;
	margin-top: 48px;
	margin-bottom: 16px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e8ecf3;
	position: relative;
}

h2.osdvnindv::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #3b82f6;
	border-radius: 2px;
}

/* Sub-headings (h3) */
h3.osdvnindv {
	text-align: left;
	color: #2d3748;
	font-size: 1.1rem;
	font-weight: 600;
	margin-top: 24px;
	margin-bottom: 10px;
}

/* Body paragraphs */
.dkfbidvn {
	color: #3a4a5c;
	font-size: 1rem;
	line-height: 1.75;
	margin-bottom: 16px;
}

.dkfbidvn a {
	color: #3b82f6;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s ease;
}

.dkfbidvn a:hover {
	border-bottom-color: #3b82f6;
}

/* Lists */
.sdvudvbyg {
	padding-left: 24px;
	margin-bottom: 24px;
	margin-top: 8px;
}

.sdmvindm {
	color: #3a4a5c;
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 10px;
	list-style-type: none;
	position: relative;
	padding-left: 16px;
}

.sdmvindm::before {
	content: '';
	position: absolute;
	left: -8px;
	top: 10px;
	width: 6px;
	height: 6px;
	background: #3b82f6;
	border-radius: 50%;
}


/* ---- Responsive ---- */

@media screen and (max-width: 767px) {

	.section41 {
		padding: 18px 16px;
		padding-top: 80px;
		padding-bottom: 48px;
		margin-top: 50px;
	}

	.skdnvon {
		max-width: 100%;
	}

	.skdnvon > h1.osdvnindv {
		font-size: 1.7rem;
		letter-spacing: 1px;
	}

	.skdnvon > h1.osdvnindv + h2.osdvnindv {
		font-size: 1rem;
	}

	h2.osdvnindv {
		font-size: 1.25rem;
		margin-top: 36px;
	}

	h3.osdvnindv {
		font-size: 1.02rem;
	}

	.dkfbidvn {
		font-size: 0.95rem;
	}

	.sdmvindm {
		font-size: 0.95rem;
	}
}
