/* ============================================================
   CENTURY 21 – Hogar Cercano preset
   Fonts : Nunito (headings + body)
   Palette: #1a1a1a dark · #ffffff light · #B89A5E C21 gold
   Residential commercial preset visual system.
   ============================================================ */

.ntz-preset-century21 {
	--ntz-c21-gold:   var(--ntz-primary, #B89A5E);
	--ntz-c21-gold2:  var(--ntz-primary, #9e8040);
	--ntz-c21-black:  var(--ntz-secondary, #1a1a1a);
	--ntz-c21-gray:   #555555;
	--ntz-c21-light:  var(--ntz-accent, #f7f4ef);
	--ntz-c21-line:   var(--ntz-accent, #e5e0d6);
	font-family: "Nunito", "Source Sans 3", Arial, sans-serif;
	background: #ffffff;
	color: var(--ntz-c21-black);
}

/* ── Headings ────────────────────────────────────────── */

.ntz-preset-century21 h1,
.ntz-preset-century21 h2,
.ntz-preset-century21 h3,
.ntz-preset-century21 h4 {
	font-family: "Nunito", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.15;
}

.ntz-preset-century21 p,
.ntz-preset-century21 li {
	font-family: "Nunito", Arial, sans-serif;
}

/* ── Section inner width ─────────────────────────────── */

.ntz-preset-century21 .ntz-section__inner {
	width: min(100% - 48px, var(--ntz-container, 1220px));
}

/* ── Site header ─────────────────────────────────────── */

.ntz-preset-century21 .ntz-section-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--ntz-c21-black) !important;
}

.ntz-preset-century21 .ntz-site-header__brand {
	font-family: "Nunito", sans-serif;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #ffffff;
}

.ntz-preset-century21 .ntz-site-header__brand img {
	max-height: 38px;
}

.ntz-preset-century21 .ntz-site-header__nav a {
	font-family: "Nunito", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: rgba(255,255,255,0.88);
	letter-spacing: 0.03em;
}

.ntz-preset-century21 .ntz-site-header__nav a:hover {
	color: var(--ntz-c21-gold);
}

.ntz-preset-century21 .ntz-site-header__cta {
	background: var(--ntz-c21-gold);
	color: var(--ntz-c21-black);
	font-weight: 700;
	border-radius: 4px;
}

/* ── Hero C21 ────────────────────────────────────────── */

.ntz-preset-century21 .ntz-section-hero-c21 {
	min-height: 88vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover !important;
	background-position: center center !important;
}

.ntz-preset-century21 .ntz-hero-c21__content {
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
	padding: 0 16px;
}

.ntz-preset-century21 .ntz-hero-c21__eyebrow {
	font-family: "Nunito", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 16px;
}

.ntz-preset-century21 .ntz-hero-c21__content h1 {
	font-size: clamp(40px, 5.5vw, 72px);
	font-weight: 700;
	color: #ffffff;
	line-height: 1.1;
	margin-bottom: 32px;
	letter-spacing: -0.02em;
}

/* Search box ─────────────────────────────────────────── */

.ntz-preset-century21 .ntz-hero-c21__search-box {
	background: #ffffff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0,0,0,0.28);
	max-width: 680px;
	margin: 0 auto;
}

.ntz-preset-century21 .ntz-hero-c21__tabs {
	display: flex;
	border-bottom: 1px solid var(--ntz-c21-line);
	background: #f5f5f5;
}

.ntz-preset-century21 .ntz-hero-c21__tab {
	padding: 12px 22px;
	font-family: "Nunito", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: var(--ntz-c21-gray);
	background: transparent;
	border: none;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	transition: color 0.15s, border-color 0.15s;
}

.ntz-preset-century21 .ntz-hero-c21__tab.is-active,
.ntz-preset-century21 .ntz-hero-c21__tab:hover {
	color: var(--ntz-c21-black);
	border-bottom-color: var(--ntz-c21-gold);
}

.ntz-preset-century21 .ntz-hero-c21__form {
	display: flex;
	align-items: center;
}

.ntz-preset-century21 .ntz-hero-c21__form input {
	flex: 1;
	border: none;
	outline: none;
	padding: 18px 20px;
	font-family: "Nunito", sans-serif;
	font-size: 15px;
	color: var(--ntz-c21-black);
	background: #ffffff;
}

.ntz-preset-century21 .ntz-hero-c21__form input::placeholder {
	color: #9ca3af;
}

.ntz-preset-century21 .ntz-hero-c21__form button {
	background: var(--ntz-c21-gold);
	color: #ffffff;
	border: none;
	padding: 18px 24px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.15s;
}

.ntz-preset-century21 .ntz-hero-c21__form button:hover {
	background: var(--ntz-c21-gold2);
}

/* ── Hero centered fallback (old variant) ────────────── */

.ntz-preset-century21 .ntz-section-hero-centered {
	min-height: 80vh;
	display: flex;
	align-items: center;
	background-size: cover !important;
	background-position: center !important;
}

.ntz-preset-century21 .ntz-section-hero-centered .ntz-card {
	max-width: 640px;
	margin: 0 auto;
	padding: 48px 44px;
	border: none;
	border-top: 4px solid var(--ntz-c21-gold);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.96) !important;
	box-shadow: 0 20px 60px rgba(0,0,0,0.22);
}

.ntz-preset-century21 .ntz-section-hero-centered h1 {
	font-size: clamp(36px, 5vw, 64px);
	color: var(--ntz-c21-black);
}

/* ── Global buttons ──────────────────────────────────── */

.ntz-preset-century21 .ntz-button {
	font-family: "Nunito", sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-transform: none;
	border-radius: 4px;
	background: var(--ntz-c21-gold);
	color: var(--ntz-c21-black);
	box-shadow: none;
	border: 2px solid transparent;
	transition: background 0.18s, color 0.18s;
}

.ntz-preset-century21 .ntz-button:hover {
	background: var(--ntz-c21-gold2);
	color: #ffffff;
}

/* ── Eyebrow ─────────────────────────────────────────── */

.ntz-preset-century21 .ntz-eyebrow,
.ntz-preset-century21 .ntz-section-kicker {
	background: transparent;
	color: var(--ntz-c21-gold);
	font-family: "Nunito", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 0;
	border-radius: 0;
}

/* ── Property search ─────────────────────────────────── */

.ntz-preset-century21 .ntz-property-search {
	border-radius: 0;
	border: none;
	border-top: 3px solid var(--ntz-c21-gold);
	box-shadow: none;
	background: var(--ntz-c21-light) !important;
}

.ntz-preset-century21 .ntz-property-search h2 {
	font-size: clamp(28px, 3.5vw, 48px);
}

.ntz-preset-century21 .ntz-property-search__form {
	border-radius: 4px;
	border: 1px solid var(--ntz-c21-line);
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
	background: #ffffff;
}

.ntz-preset-century21 .ntz-property-search__form input,
.ntz-preset-century21 .ntz-property-search__form button {
	min-height: 54px;
	border-radius: 0;
}

.ntz-preset-century21 .ntz-property-search__form button {
	background: var(--ntz-c21-gold);
	color: #fff;
	border-radius: 0 4px 4px 0;
}

.ntz-preset-century21 .ntz-property-search__links a {
	border: 1px solid var(--ntz-c21-line);
	border-radius: 4px;
	background: #ffffff;
	color: var(--ntz-c21-black);
	font-weight: 600;
	transition: background 0.15s;
}

.ntz-preset-century21 .ntz-property-search__links a:hover {
	background: var(--ntz-c21-gold);
	border-color: var(--ntz-c21-gold);
	color: #fff;
}

/* ── Section headings ────────────────────────────────── */

.ntz-preset-century21 .ntz-section h2 {
	font-size: clamp(30px, 4vw, 56px);
	font-weight: 700;
}

/* ── Houses / property cards ─────────────────────────── */

.ntz-preset-century21 .ntz-houses-heading {
	font-size: clamp(28px, 3.8vw, 52px);
}

.ntz-preset-century21 .ntz-houses-grid {
	gap: 20px;
}

.ntz-preset-century21 .house-item.block {
	border: 1px solid var(--ntz-c21-line);
	border-radius: 6px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
	transition: box-shadow 0.2s, transform 0.2s;
}

.ntz-preset-century21 .house-item.block:hover {
	box-shadow: 0 8px 32px rgba(0,0,0,0.12);
	transform: translateY(-2px);
}

.ntz-preset-century21 .house-item.block figure {
	height: 220px;
	border-radius: 6px 6px 0 0;
}

.ntz-preset-century21 .house-item.block figure .category {
	border-radius: 4px;
	background: var(--ntz-c21-gold);
	color: var(--ntz-c21-black);
	font-family: "Nunito", sans-serif;
	font-weight: 700;
}

.ntz-preset-century21 .house-item.block .content .price {
	font-family: "Nunito", sans-serif;
	font-size: 22px;
	font-weight: 800;
}

/* ── Services cards ──────────────────────────────────── */

.ntz-preset-century21 .ntz-section-services .ntz-card {
	border-radius: 6px;
	border: 1px solid var(--ntz-c21-line);
	box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.ntz-preset-century21 .ntz-section-services .ntz-card h3 {
	font-size: 22px;
	font-weight: 700;
	color: var(--ntz-c21-black);
}

/* ── Advisors ────────────────────────────────────────── */

.ntz-preset-century21 .ntz-section-advisors .ntz-card {
	border-radius: 6px;
	border: 1px solid var(--ntz-c21-line);
	box-shadow: none;
}

.ntz-preset-century21 .ntz-section-advisors .ntz-card__role {
	color: var(--ntz-c21-gold);
	font-weight: 700;
}

/* ── CTA banner ──────────────────────────────────────── */

.ntz-preset-century21 .ntz-section-cta {
	text-align: center;
}

.ntz-preset-century21 .ntz-section-cta h2 {
	color: #ffffff;
}

.ntz-preset-century21 .ntz-section-cta p {
	color: rgba(255,255,255,0.85);
}

.ntz-preset-century21 .ntz-section-cta .ntz-button {
	background: var(--ntz-c21-black);
	color: #ffffff;
	border-color: var(--ntz-c21-black);
}

.ntz-preset-century21 .ntz-section-cta .ntz-button:hover {
	background: #333333;
}

/* ── Testimonials ────────────────────────────────────── */

.ntz-preset-century21 .ntz-section-testimonials .ntz-quote {
	border-radius: 6px;
	border: 1px solid var(--ntz-c21-line);
	box-shadow: none;
}

.ntz-preset-century21 .ntz-section-testimonials .ntz-quote__icon {
	color: var(--ntz-c21-gold);
}

/* ── Contact ─────────────────────────────────────────── */

.ntz-preset-century21 .ntz-section-contact .ntz-card,
.ntz-preset-century21 .ntz-section-contact-split .ntz-card {
	border-radius: 6px;
	border: 1px solid var(--ntz-c21-line);
	box-shadow: none;
}

/* ── Footer ──────────────────────────────────────────── */

.ntz-preset-century21 .ntz-section-footer {
	background: var(--ntz-c21-black) !important;
	color: rgba(255,255,255,0.85) !important;
	border-top: 4px solid var(--ntz-c21-gold);
}

.ntz-preset-century21 .ntz-section-footer p,
.ntz-preset-century21 .ntz-section-footer a,
.ntz-preset-century21 .ntz-section-footer span {
	font-family: "Nunito", sans-serif;
	font-size: 13px;
	color: rgba(255,255,255,0.72) !important;
}

.ntz-preset-century21 .ntz-section-footer a:hover {
	color: var(--ntz-c21-gold) !important;
}

.ntz-preset-century21 .ntz-site-header__nav a {
	color: rgba(255,255,255,0.88) !important;
}

.ntz-preset-century21 .ntz-site-header__nav a:hover {
	color: var(--ntz-c21-gold) !important;
}

.ntz-preset-century21 .ntz-site-header__brand {
	color: #ffffff !important;
}

/* ── Theme microsite header (outside shell) ──────────── */

.microsite-header--century21 .navbar {
	background: var(--ntz-secondary, #1a1a1a) !important;
	border-bottom: none !important;
}

.microsite-header--century21 .navbar-brand,
.microsite-header--century21 .microsite-brand {
	font-family: "Nunito", sans-serif !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: 0.05em !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
}

.microsite-header--century21 .navbar-brand img,
.microsite-header--century21 .microsite-brand img {
	filter: brightness(0) invert(1);
}

.microsite-header--century21 .nav-link {
	font-family: "Nunito", sans-serif !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	color: rgba(255, 255, 255, 0.88) !important;
	letter-spacing: 0.03em !important;
}

.microsite-header--century21 .nav-link:hover {
	color: var(--ntz-primary, #B89A5E) !important;
}

.microsite-header--century21 .navbar-toggler {
	border-color: rgba(255, 255, 255, 0.25) !important;
	color: #ffffff !important;
}

.microsite-header--century21 .navbar-toggler i {
	color: #ffffff !important;
}

/* ── Theme microsite footer (outside shell) ──────────── */

.microsite-footer--century21 {
	background: var(--ntz-secondary, #1a1a1a) !important;
	color: rgba(255, 255, 255, 0.80) !important;
	border-top: 4px solid var(--ntz-primary, #B89A5E) !important;
}

.microsite-footer--century21 small,
.microsite-footer--century21 a {
	font-family: "Nunito", sans-serif !important;
	font-size: 12px !important;
	color: rgba(255, 255, 255, 0.55) !important;
}

.microsite-footer--century21 a:hover {
	color: var(--ntz-primary, #B89A5E) !important;
}

/* ── Responsive ──────────────────────────────────────── */

@media (max-width: 768px) {
	.ntz-preset-century21 .ntz-section-hero-c21 {
		min-height: 70vh;
	}

	.ntz-preset-century21 .ntz-hero-c21__content h1 {
		font-size: clamp(32px, 8vw, 48px);
	}

	.ntz-preset-century21 .ntz-hero-c21__tabs {
		flex-wrap: wrap;
	}

	.ntz-preset-century21 .ntz-hero-c21__tab {
		padding: 10px 16px;
		font-size: 13px;
	}
}

@container ntz-preview (max-width: 768px) {
	.ntz-preset-century21 .ntz-section-hero-c21 {
		min-height: 70vh;
	}

	.ntz-preset-century21 .ntz-hero-c21__content h1 {
		font-size: clamp(28px, 7vw, 44px);
	}
}
