/* About page - Dor Tshuva */

body.page-template-page-about,
body.page-id-22 {
	background: var(--dt-site-background, #dcebed);
}

body.page-template-page-about #main-content.container,
body.page-id-22 #main-content.container {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.page-template-page-about #main-content,
body.page-id-22 #main-content,
body.page-template-page-about .container-wrapper,
body.page-id-22 .container-wrapper,
body.page-template-page-about .content,
body.page-id-22 .content {
	background: transparent !important;
	border: 0 !important;
	width: 100% !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.page-template-page-about #sidebar,
body.page-id-22 #sidebar,
body.page-template-page-about .breadcrumbs,
body.page-id-22 .breadcrumbs,
body.page-template-page-about .share-post,
body.page-id-22 .share-post,
body.page-template-page-about .post-title,
body.page-id-22 .post-title,
body.page-template-page-about .entry,
body.page-id-22 .entry,
body.page-template-page-about #check-also-box,
body.page-id-22 #check-also-box,
body.page-template-page-about .e3lan,
body.page-id-22 .e3lan {
	display: none !important;
}

.dt-about-page {
	max-width: 760px;
	margin: 0 auto;
	padding: 48px 20px 88px;
	font-family: 'Heebo', Arial, sans-serif;
	color: #1c2430;
}

.dt-about-hero {
	text-align: center;
	margin-bottom: 36px;
	animation: dtAboutFadeUp .55s ease both;
}

.dt-about-brand {
	margin: 0 0 10px;
	font-size: clamp(2rem, 4.5vw, 2.75rem);
	font-weight: 700;
	color: #1f3d5c;
	line-height: 1.15;
}

.dt-about-hero h1 {
	margin: 0 0 14px;
	font-size: clamp(1.35rem, 2.6vw, 1.7rem);
	font-weight: 600;
	color: #334155;
	line-height: 1.3;
}

.dt-about-lead {
	margin: 0 auto;
	max-width: 32rem;
	font-size: 1.08rem;
	line-height: 1.75;
	color: #5b6472;
}

.dt-about-body {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(31, 61, 92, 0.10);
	border-radius: 20px;
	padding: 36px 34px;
	box-shadow: 0 12px 32px rgba(28, 36, 48, 0.06);
	backdrop-filter: blur(6px);
	animation: dtAboutFadeUp .6s ease both;
	animation-delay: .06s;
}

.dt-about-body > *:first-child {
	margin-top: 0;
}

.dt-about-body > *:last-child {
	margin-bottom: 0;
}

.dt-about-body h2 {
	margin: 1.6em 0 0.55em;
	font-size: 1.25rem;
	font-weight: 700;
	color: #1f3d5c;
	line-height: 1.35;
}

.dt-about-body h2:first-child {
	margin-top: 0;
}

.dt-about-body p {
	margin: 0 0 1.05em;
	font-size: 1.05rem;
	line-height: 1.85;
	color: #2a3340;
}

.dt-about-body ul {
	margin: 0 0 1.2em;
	padding: 0 1.2em 0 0;
	list-style: none;
}

.dt-about-body ul li {
	position: relative;
	margin: 0 0 0.7em;
	padding-right: 1.1em;
	font-size: 1.02rem;
	line-height: 1.7;
	color: #2a3340;
}

.dt-about-body ul li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0.72em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #8a7040;
}

.dt-about-body strong {
	color: #1f3d5c;
	font-weight: 700;
}

.dt-about-cta {
	text-align: center;
	margin-top: 36px;
	animation: dtAboutFadeUp .65s ease both;
	animation-delay: .12s;
}

.dt-about-cta p {
	margin: 0 0 14px;
	font-size: 1.05rem;
	color: #5b6472;
}

.dt-about-cta-btn {
	display: inline-block;
	padding: 12px 26px;
	border-radius: 999px;
	background: #1f3d5c;
	color: #fff !important;
	font-weight: 600;
	font-size: 1rem;
	text-decoration: none !important;
	transition: background .2s ease, transform .2s ease;
}

.dt-about-cta-btn:hover {
	background: #163049;
	transform: translateY(-2px);
}

@keyframes dtAboutFadeUp {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 640px) {
	.dt-about-page {
		padding: 36px 16px 72px;
	}

	.dt-about-body {
		padding: 26px 20px;
		border-radius: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dt-about-hero,
	.dt-about-body,
	.dt-about-cta {
		animation: none !important;
	}

	.dt-about-cta-btn:hover {
		transform: none;
	}
}
