/* System fonts */
body, h1, h2, h3, h4, h5, h6, .wp-block-navigation {
	font-family: Helvetica, Arial, sans-serif !important;
}

/* Header transparente en home */
.home .wp-block-template-part[data-area="header"] {
	background: transparent;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.home .wp-block-navigation a,
.home .wp-block-site-title a,
.home .wp-block-site-logo {
	color: #ffffff !important;
}

/* Botones CTA — negro por defecto */
.wp-block-button__link {
	background-color: #000000 !important;
	color: #ffffff !important;
	border: 1px solid #000000;
	border-radius: 30px !important;
	font-weight: 300;
	padding: 8px 16px;
	transition: opacity .3s ease;
}

.wp-block-button__link:hover {
	opacity: .85;
}

/* Outline button style override */
.is-style-outline .wp-block-button__link {
	background-color: transparent !important;
	color: #000000 !important;
	border: 1px solid #000000;
}

.is-style-outline .wp-block-button__link:hover {
	background-color: #000000 !important;
	color: #ffffff !important;
}

/* Cover/Hero */
.wp-block-cover {
	min-height: 90vh;
}

.wp-block-cover h1 {
	font-size: 24px !important;
	font-weight: 400 !important;
	line-height: 1.4;
}

/* Section headings - uppercase labels */
.wp-block-heading[style*="text-transform: uppercase"] {
	letter-spacing: 3px;
}

/* Service cards */
.wp-block-columns .wp-block-column .wp-block-image {
	margin-bottom: 8px;
}

/* Navigation */
.wp-block-navigation a {
	color: #000000;
	font-size: 20px;
	font-weight: 400;
}

.wp-block-navigation a:hover {
	color: #1e73be;
}

/* Clean heading links */
h3 a {
	text-decoration: none;
	color: #000000;
}

h3 a:hover {
	color: #1e73be;
}

/* Footer override */
.wp-block-template-part[data-area="footer"] {
	background-color: #f2f2f2;
}

/* Category filter tabs */
.category-tabs .wp-block-button__link {
	background-color: transparent !important;
	color: #000000 !important;
	border: 1px solid #000000;
	font-size: 14px;
	padding: 6px 16px;
}

.category-tabs .wp-block-button__link:hover,
.category-tabs .is-active .wp-block-button__link {
	background-color: #000000 !important;
	color: #ffffff !important;
}

/* Media text responsive */
@media (max-width: 600px) {
	.wp-block-media-text {
		grid-template-columns: 1fr !important;
	}
}