/* Shared styling for policy, privacy, and about pages */
body.page-id-195,
body.page-id-207,
body.page-id-211,
body.page-id-230 {
	background: linear-gradient(135deg, #002f6c 0%, #005bbb 45%, #0ea5e9 100%);
	min-height: 100vh;
}

body.page-id-195 .site-header,
body.page-id-207 .site-header,
body.page-id-211 .site-header,
body.page-id-230 .site-header {
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 12px 30px -24px rgba(15, 23, 42, 0.4);
	border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

body.page-id-195 .main-header-bar,
body.page-id-207 .main-header-bar,
body.page-id-211 .main-header-bar,
body.page-id-230 .main-header-bar {
	background: transparent;
}

body.page-id-195 .ast-primary-header-bar .site-title a,
body.page-id-207 .ast-primary-header-bar .site-title a,
body.page-id-211 .ast-primary-header-bar .site-title a,
body.page-id-230 .ast-primary-header-bar .site-title a,
body.page-id-195 .ast-primary-header-bar .site-title a:focus,
body.page-id-207 .ast-primary-header-bar .site-title a:focus,
body.page-id-211 .ast-primary-header-bar .site-title a:focus,
body.page-id-230 .ast-primary-header-bar .site-title a:focus,
body.page-id-195 .ast-primary-header-bar .site-title a:hover,
body.page-id-207 .ast-primary-header-bar .site-title a:hover,
body.page-id-211 .ast-primary-header-bar .site-title a:hover,
body.page-id-230 .ast-primary-header-bar .site-title a:hover {
	color: #0f172a;
}

body.page-id-195 .main-header-menu > li > a,
body.page-id-207 .main-header-menu > li > a,
body.page-id-211 .main-header-menu > li > a,
body.page-id-230 .main-header-menu > li > a {
	color: #0f172a;
	font-weight: 600;
}

body.page-id-195 .main-header-menu > li > a:hover,
body.page-id-207 .main-header-menu > li > a:hover,
body.page-id-211 .main-header-menu > li > a:hover,
body.page-id-230 .main-header-menu > li > a:hover {
	color: #0284c7;
}

@media (max-width: 921px) {
	body.page-id-195 .ast-mobile-header-wrap,
	body.page-id-207 .ast-mobile-header-wrap,
	body.page-id-211 .ast-mobile-header-wrap,
	body.page-id-230 .ast-mobile-header-wrap {
		background: rgba(255, 255, 255, 0.98);
		border-bottom: 1px solid rgba(148, 163, 184, 0.18);
	}

	body.page-id-195 .ast-mobile-menu-buttons .menu-toggle,
	body.page-id-207 .ast-mobile-menu-buttons .menu-toggle,
	body.page-id-211 .ast-mobile-menu-buttons .menu-toggle,
	body.page-id-230 .ast-mobile-menu-buttons .menu-toggle {
		color: #0f172a;
	}
}

body.page-id-195 #page,
body.page-id-207 #page,
body.page-id-211 #page,
body.page-id-230 #page {
	background: transparent;
}

body.page-id-195 .site-content,
body.page-id-207 .site-content,
body.page-id-211 .site-content,
body.page-id-230 .site-content {
	padding: clamp(3rem, 6vw, 5rem) 1.5rem clamp(4rem, 8vw, 6rem);
}

body.page-id-195 .site-main,
body.page-id-207 .site-main,
body.page-id-211 .site-main,
body.page-id-230 .site-main {
	max-width: 960px;
	margin: 0 auto;
}

body.page-id-195 .type-page,
body.page-id-207 .type-page,
body.page-id-211 .type-page,
body.page-id-230 .type-page {
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 30px 60px -32px rgba(15, 23, 42, 0.6);
	border-radius: 28px;
	padding: clamp(2.5rem, 4vw, 3.75rem);
	backdrop-filter: blur(6px);
}

body.page-id-195 .entry-header,
body.page-id-207 .entry-header,
body.page-id-211 .entry-header,
body.page-id-230 .entry-header {
	margin-bottom: clamp(2rem, 4vw, 3rem);
	text-align: center;
}

body.page-id-195 .entry-title,
body.page-id-207 .entry-title,
body.page-id-211 .entry-title,
body.page-id-230 .entry-title {
	font-size: clamp(2.25rem, 4vw, 3rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #0f172a;
}

body.page-id-195 .entry-content,
body.page-id-207 .entry-content,
body.page-id-211 .entry-content,
body.page-id-230 .entry-content {
	font-size: 1.05rem;
	line-height: 1.75;
	color: #1e293b;
}

body.page-id-195 .entry-content > * + *,
body.page-id-207 .entry-content > * + *,
body.page-id-211 .entry-content > * + *,
body.page-id-230 .entry-content > * + * {
	margin-top: clamp(1.1rem, 2.1vw, 1.75rem);
}

body.page-id-195 .entry-content h2,
body.page-id-207 .entry-content h2,
body.page-id-211 .entry-content h2,
body.page-id-230 .entry-content h2 {
	margin-top: clamp(2.5rem, 4vw, 3rem);
	font-size: clamp(1.7rem, 3.2vw, 2.1rem);
	font-weight: 700;
	color: #0f172a;
}

body.page-id-195 .entry-content h3,
body.page-id-207 .entry-content h3,
body.page-id-211 .entry-content h3,
body.page-id-230 .entry-content h3 {
	margin-top: clamp(2rem, 3vw, 2.5rem);
	font-size: clamp(1.35rem, 2.6vw, 1.75rem);
	font-weight: 600;
	color: #0f172a;
}

body.page-id-195 .entry-content p,
body.page-id-207 .entry-content p,
body.page-id-211 .entry-content p,
body.page-id-230 .entry-content p {
	margin: 0;
}

body.page-id-195 .entry-content a,
body.page-id-207 .entry-content a,
body.page-id-211 .entry-content a,
body.page-id-230 .entry-content a {
	color: #005bbb;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(14, 165, 233, 0.35);
	transition: color 0.2s ease, border-color 0.2s ease;
}

body.page-id-195 .entry-content a:hover,
body.page-id-207 .entry-content a:hover,
body.page-id-211 .entry-content a:hover,
body.page-id-230 .entry-content a:hover {
	color: #0284c7;
	border-bottom-color: rgba(2, 132, 199, 0.65);
}

body.page-id-195 .entry-content ul,
body.page-id-207 .entry-content ul,
body.page-id-211 .entry-content ul,
body.page-id-230 .entry-content ul {
	list-style: none;
	padding: 0;
	margin: clamp(1rem, 2vw, 1.5rem) 0;
}

body.page-id-195 .entry-content ul li,
body.page-id-207 .entry-content ul li,
body.page-id-211 .entry-content ul li,
body.page-id-230 .entry-content ul li {
	position: relative;
	padding-left: 1.75rem;
	margin-bottom: 0.75rem;
}

body.page-id-195 .entry-content ul li::before,
body.page-id-207 .entry-content ul li::before,
body.page-id-211 .entry-content ul li::before,
body.page-id-230 .entry-content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.6rem;
	width: 0.65rem;
	height: 0.65rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #0f172a, #0ea5e9);
}

body.page-id-195 .entry-content ol,
body.page-id-207 .entry-content ol,
body.page-id-211 .entry-content ol,
body.page-id-230 .entry-content ol {
	margin: clamp(1rem, 2vw, 1.5rem) 0;
	padding-left: 1.4rem;
}

body.page-id-195 .entry-content blockquote,
body.page-id-207 .entry-content blockquote,
body.page-id-211 .entry-content blockquote,
body.page-id-230 .entry-content blockquote {
	margin: clamp(1.75rem, 3vw, 2.5rem) 0;
	padding: 1.5rem 2rem;
	border-left: 4px solid #0ea5e9;
	background: rgba(14, 165, 233, 0.08);
	border-radius: 20px;
	font-style: normal;
	color: #0f172a;
}

body.page-id-195 .entry-content table,
body.page-id-207 .entry-content table,
body.page-id-211 .entry-content table,
body.page-id-230 .entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin: clamp(1.5rem, 3vw, 2rem) 0;
	font-size: 1rem;
}

body.page-id-195 .entry-content table th,
body.page-id-207 .entry-content table th,
body.page-id-211 .entry-content table th,
body.page-id-230 .entry-content table th,
body.page-id-195 .entry-content table td,
body.page-id-207 .entry-content table td,
body.page-id-211 .entry-content table td,
body.page-id-230 .entry-content table td {
	padding: 0.9rem 1rem;
	border: 1px solid rgba(148, 163, 184, 0.4);
}

body.page-id-195 .entry-content table th,
body.page-id-207 .entry-content table th,
body.page-id-211 .entry-content table th,
body.page-id-230 .entry-content table th {
	background: rgba(14, 165, 233, 0.12);
	font-weight: 700;
}

body.page-id-195 .entry-content .wp-block-separator,
body.page-id-207 .entry-content .wp-block-separator,
body.page-id-211 .entry-content .wp-block-separator,
body.page-id-230 .entry-content .wp-block-separator {
	margin: clamp(2.25rem, 4vw, 3rem) auto;
	background-color: rgba(14, 165, 233, 0.3);
	height: 1px;
	max-width: 320px;
}

body.page-id-195 .entry-content .wp-block-button__link,
body.page-id-207 .entry-content .wp-block-button__link,
body.page-id-211 .entry-content .wp-block-button__link,
body.page-id-230 .entry-content .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.8rem;
	border-radius: 999px;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(135deg, #005bbb, #0ea5e9);
	box-shadow: 0 12px 25px -12px rgba(14, 165, 233, 0.65);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.page-id-195 .entry-content .wp-block-button__link:hover,
body.page-id-207 .entry-content .wp-block-button__link:hover,
body.page-id-211 .entry-content .wp-block-button__link:hover,
body.page-id-230 .entry-content .wp-block-button__link:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 35px -18px rgba(14, 165, 233, 0.8);
}

@media (max-width: 768px) {
	body.page-id-195 .site-content,
	body.page-id-207 .site-content,
	body.page-id-211 .site-content,
	body.page-id-230 .site-content {
		padding: 2.25rem 1rem 3.5rem;
	}

	body.page-id-195 .type-page,
	body.page-id-207 .type-page,
	body.page-id-211 .type-page,
	body.page-id-230 .type-page {
		padding: 2rem;
		border-radius: 22px;
	}

	body.page-id-195 .entry-content ul li,
	body.page-id-207 .entry-content ul li,
	body.page-id-211 .entry-content ul li,
	body.page-id-230 .entry-content ul li {
		padding-left: 1.5rem;
	}

	body.page-id-195 .entry-content ul li::before,
	body.page-id-207 .entry-content ul li::before,
	body.page-id-211 .entry-content ul li::before,
	body.page-id-230 .entry-content ul li::before {
		top: 0.55rem;
	}
}

