body {
	font-family: 'Inter', sans-serif;
	-webkit-font-smoothing: antialiased;
}

.card-hover:hover {
	transform: translateY(-4px);
}

.transition-all {
	transition: all 0.3s ease;
}

.quote-fade {
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.quote-hidden {
	opacity: 0;
	transform: translateY(10px);
	position: absolute;
	pointer-events: none;
}

.quote-visible {
	opacity: 1;
	transform: translateY(0);
	position: relative;
}

.header-search:focus-within {
	border-color: #ef4444;
	box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.1);
}

.line-clamp-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.np-footer-widgets ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.np-footer-widgets li {
	margin-top: 0.5rem;
}

.np-footer-widgets a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.np-footer-widgets a:hover {
	color: #ef4444;
}

.np-footer-widgets h2,
.np-footer-widgets h3,
.np-footer-widgets h4 {
	color: #fff;
	font-weight: 700;
	margin: 0 0 1rem;
}

.np-content {
	color: #0f172a;
	font-size: 1.05rem;
	line-height: 1.8;
}

.np-content > * + * {
	margin-top: 1.1rem;
}

.np-content h2,
.np-content .wp-block-heading:is(h2) {
	color: #0f172a;
	font-weight: 800;
	font-size: 1.6rem;
	line-height: 1.25;
	margin-top: 2.25rem;
	margin-bottom: 0.75rem;
	letter-spacing: -0.01em;
}

.np-content h3,
.np-content .wp-block-heading:is(h3) {
	color: #0f172a;
	font-weight: 800;
	font-size: 1.25rem;
	line-height: 1.3;
	margin-top: 1.75rem;
	margin-bottom: 0.5rem;
	letter-spacing: -0.01em;
}

.np-content h4,
.np-content .wp-block-heading:is(h4) {
	color: #0f172a;
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 1.35;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}

.np-content a {
	color: #dc2626;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.np-content a:hover {
	color: #b91c1c;
}

.np-content ul,
.np-content ol {
	padding-left: 1.25rem;
}

.np-content li + li {
	margin-top: 0.4rem;
}

.np-content blockquote {
	border-left: 3px solid #ef4444;
	padding-left: 1rem;
	color: #334155;
}

.np-content code {
	font-size: 0.95em;
	padding: 0.15em 0.35em;
	background: #f1f5f9;
	border-radius: 0.4rem;
}

.np-content pre {
	padding: 1rem;
	background: #0b1220;
	color: #e2e8f0;
	border-radius: 1rem;
	overflow: auto;
}

.np-content pre code {
	background: transparent;
	padding: 0;
}
