.seoisma-block {
	box-sizing: border-box;
	margin: 28px 0;
	padding: 24px;
	border: 1px solid #d9dee8;
	border-radius: 8px;
	background: #ffffff;
	color: #172033;
	font-family: inherit;
}

.seoisma-block *,
.seoisma-block *::before,
.seoisma-block *::after {
	box-sizing: border-box;
}

.seoisma-block h2,
.seoisma-block h3,
.seoisma-block p {
	letter-spacing: 0;
}

.seoisma-block h2 {
	margin: 0 0 12px;
	font-size: clamp(1.35rem, 2vw, 1.85rem);
	line-height: 1.18;
}

.seoisma-block h3 {
	margin: 12px 0 8px;
	font-size: 1.05rem;
	line-height: 1.25;
}

.seoisma-block p {
	margin: 0;
	color: #4b5565;
	line-height: 1.65;
}

.seoisma-block span {
	display: inline-block;
	margin: 0 0 8px;
	color: #0f766e;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}

.seoisma-zone-card,
.seoisma-whatsapp-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	background: #f8fafc;
}

.seoisma-block-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 42px;
	padding: 10px 15px;
	border-radius: 6px;
	background: #0f766e;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.seoisma-block-button:hover,
.seoisma-block-button:focus {
	background: #115e59;
	color: #ffffff;
}

.seoisma-faq-block details {
	margin-top: 10px;
	padding: 14px 0;
	border-top: 1px solid #e5e7eb;
}

.seoisma-faq-block summary {
	cursor: pointer;
	color: #172033;
	font-weight: 700;
	line-height: 1.35;
}

.seoisma-faq-block details p {
	margin-top: 10px;
}

.seoisma-buyer-guide ol {
	margin: 14px 0 0 20px;
	padding: 0;
	color: #4b5565;
	line-height: 1.65;
}

.seoisma-buyer-guide li + li {
	margin-top: 8px;
}

.seoisma-buyer-guide .seoisma-block-button {
	margin-top: 18px;
}

.seoisma-property-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 16px;
	margin-top: 16px;
}

.seoisma-property-grid article {
	min-width: 0;
}

.seoisma-property-grid img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 6px;
}

.seoisma-property-grid a {
	color: #172033;
	text-decoration: none;
}

.seoisma-property-grid a:hover,
.seoisma-property-grid a:focus {
	color: #0f766e;
}

.seoisma-province-summary {
	background: #f9fafb;
}

.seoisma-investment-summary {
	border-color: #fde68a;
	background: #fffbeb;
}

.seoisma-block-note,
.seoisma-legal-notice p {
	margin-top: 12px;
	font-size: 0.92rem;
}

.seoisma-legal-notice {
	border-color: #cbd5e1;
	background: #f8fafc;
}

.seoisma-legal-notice strong {
	display: block;
	margin-bottom: 8px;
	color: #172033;
}

@media (max-width: 640px) {
	.seoisma-zone-card,
	.seoisma-whatsapp-cta {
		display: block;
	}

	.seoisma-zone-card .seoisma-block-button,
	.seoisma-whatsapp-cta .seoisma-block-button {
		width: 100%;
		margin-top: 18px;
	}
}
