:root {
	--rc-black: #050505;
	--rc-ink: #151515;
	--rc-muted: #666666;
	--rc-line: #e2e2e2;
	--rc-soft: #f7f7f7;
	--rc-white: #ffffff;
	--rc-gold: #caa45d;
	--rc-gold-light: #e7c77f;
	--rc-gold-dark: #95702f;
	--rc-shadow: 0 24px 60px rgba(5, 5, 5, 0.14);
	--rc-radius: 14px;
	--rc-header-height: 86px;
}

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

html {
	background: var(--rc-white);
	scroll-behavior: smooth;
}

[id] {
	scroll-margin-top: 120px;
}

body {
	background: var(--rc-white);
	color: var(--rc-ink);
	font-family: Inter, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
	overflow-x: hidden;
}

body.admin-bar .rc-header {
	top: 32px;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

input,
select,
button,
textarea {
	font: inherit;
}

button {
	cursor: pointer;
}

.rc-container {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 24px;
	width: 100%;
}

.rc-header {
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid rgba(202, 164, 93, 0.26);
	box-shadow: 0 10px 34px rgba(5, 5, 5, 0.04);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: box-shadow 180ms ease;
	z-index: 1000;
}

.rc-header.is-scrolled {
	box-shadow: 0 16px 36px rgba(5, 5, 5, 0.1);
}

.rc-header__inner {
	align-items: center;
	display: grid;
	gap: 26px;
	grid-template-columns: auto 1fr auto;
	min-height: var(--rc-header-height);
}

.rc-brand {
	align-items: center;
	display: inline-flex;
	gap: 14px;
	min-width: 0;
}

.rc-brand__mark {
	align-items: center;
	background: var(--rc-black);
	border: 1px solid var(--rc-gold);
	color: var(--rc-gold-light);
	display: inline-flex;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1.22rem;
	font-weight: 700;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.rc-brand__text {
	display: grid;
	line-height: 1.05;
}

.rc-brand__text strong {
	color: var(--rc-black);
	font-size: 1.04rem;
	font-weight: 900;
}

.rc-brand__text small {
	color: var(--rc-gold-dark);
	font-size: 0.72rem;
	font-weight: 900;
	margin-top: 4px;
	text-transform: uppercase;
}

.rc-nav {
	justify-self: center;
}

.rc-menu {
	align-items: center;
	display: flex;
	gap: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rc-menu a {
	color: var(--rc-ink);
	font-size: 0.92rem;
	font-weight: 800;
	position: relative;
}

.rc-menu a::after {
	background: var(--rc-gold);
	bottom: -10px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
	width: 100%;
}

.rc-menu a:hover::after,
.rc-menu a:focus-visible::after {
	transform: scaleX(1);
}

.rc-menu-toggle {
	align-items: center;
	background: var(--rc-white);
	border: 1px solid var(--rc-line);
	display: none;
	flex-direction: column;
	gap: 5px;
	height: 44px;
	justify-content: center;
	padding: 0;
	width: 44px;
}

.rc-menu-toggle span {
	background: var(--rc-black);
	display: block;
	height: 2px;
	width: 20px;
}

.rc-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 8px;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	text-align: center;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.rc-button:hover,
.rc-button:focus-visible {
	transform: translateY(-1px);
}

.rc-button--gold {
	background: var(--rc-gold);
	color: var(--rc-black);
}

.rc-button--gold:hover,
.rc-button--gold:focus-visible {
	background: var(--rc-gold-light);
}

.rc-button--black,
.rc-button--dark {
	background: var(--rc-black);
	color: var(--rc-white);
}

.rc-button--black:hover,
.rc-button--dark:hover,
.rc-button--black:focus-visible,
.rc-button--dark:focus-visible {
	background: #1f1f1f;
}

.rc-button--outline {
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(202, 164, 93, 0.55);
	color: var(--rc-black);
}

.rc-button--outline:hover,
.rc-button--outline:focus-visible {
	background: var(--rc-white);
	border-color: var(--rc-gold);
}

.rc-button--header {
	min-height: 44px;
	padding: 10px 18px;
}

.rc-main {
	padding-top: var(--rc-header-height);
}

.rc-hero {
	background: url("../img/hero-realtor-center.png") center / cover no-repeat;
	color: var(--rc-white);
	min-height: 690px;
	position: relative;
}

.rc-hero__overlay {
	background:
		linear-gradient(90deg, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.82) 34%, rgba(5, 5, 5, 0.28) 66%, rgba(5, 5, 5, 0.04) 100%),
		linear-gradient(0deg, rgba(5, 5, 5, 0.25), rgba(5, 5, 5, 0));
	inset: 0;
	position: absolute;
}

.rc-hero__inner {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 690px;
	padding-bottom: 116px;
	padding-top: 82px;
	position: relative;
	z-index: 1;
}

.rc-eyebrow {
	color: var(--rc-gold-light);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.rc-hero h1,
.rc-section-heading h1,
.rc-section-heading h2,
.rc-split-copy h1,
.rc-split-copy h2,
.rc-contact-section h2,
.rc-capture-hero h1,
.rc-property-detail h1,
.rc-panel h2 {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0;
}

.rc-hero h1 {
	font-size: 4.15rem;
	max-width: 760px;
}

.rc-hero p:not(.rc-eyebrow) {
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.1rem;
	margin: 24px 0 0;
	max-width: 620px;
}

.rc-hero__actions,
.rc-actions-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.rc-actions-row {
	margin-top: 0;
}

.rc-search-section {
	background-image:
		linear-gradient(90deg, rgba(5, 5, 5, 0.82) 0%, rgba(5, 5, 5, 0.64) 42%, rgba(5, 5, 5, 0.22) 100%),
		url("../img/hero-realtor-center.png");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 72px;
	position: relative;
	z-index: 5;
}

.rc-search {
	align-items: end;
	background: var(--rc-white);
	border: 1px solid rgba(202, 164, 93, 0.24);
	border-radius: 14px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr 1fr 1.2fr 1fr auto;
	margin-top: -48px;
	padding: 22px;
	position: relative;
	z-index: 10;
}

.rc-search--archive {
	margin: 0 0 34px;
}

.rc-search label,
.rc-lead-form label {
	display: grid;
	gap: 7px;
}

.rc-search span,
.rc-lead-form span {
	color: var(--rc-gold-dark);
	font-size: 0.74rem;
	font-weight: 900;
	text-transform: uppercase;
}

.rc-search input,
.rc-search select,
.rc-lead-form input,
.rc-lead-form select,
.rc-lead-form textarea {
	background: var(--rc-white);
	border: 1px solid var(--rc-line);
	border-radius: 8px;
	color: var(--rc-black);
	min-height: 50px;
	padding: 12px 13px;
	width: 100%;
}

.rc-lead-form textarea {
	resize: vertical;
}

.rc-search input:focus,
.rc-search select:focus,
.rc-lead-form input:focus,
.rc-lead-form select:focus,
.rc-lead-form textarea:focus {
	border-color: var(--rc-gold);
	box-shadow: 0 0 0 3px rgba(202, 164, 93, 0.18);
	outline: none;
}

.rc-section {
	padding: 92px 0;
}

.rc-parallax-section {
	background-attachment: fixed;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.86)),
		url("../img/section-parallax-realtor-center.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.rc-section-heading {
	margin-bottom: 34px;
	max-width: 760px;
}

.rc-section-heading h1,
.rc-section-heading h2,
.rc-split-copy h1,
.rc-split-copy h2,
.rc-contact-section h2,
.rc-capture-hero h1,
.rc-property-detail h1 {
	color: var(--rc-black);
	font-size: 2.55rem;
}

.rc-section-heading--light h2,
.rc-testimonials-section .rc-section-heading h2 {
	color: var(--rc-white);
}

.rc-featured-properties,
.rc-buy-section,
.rc-sell-section,
.rc-guide-section {
	border-top: 1px solid rgba(202, 164, 93, 0.16);
}

.rc-card-grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rc-card,
.rc-info-card,
.rc-benefit-card,
.rc-testimonial-card,
.rc-blog-card,
.rc-panel {
	background: var(--rc-white);
	border-radius: 14px;
	color: var(--rc-black);
	box-shadow: 0 16px 42px rgba(5, 5, 5, 0.12);
	overflow: hidden;
}

.rc-card {
	border: 1px solid rgba(0, 0, 0, 0.08);
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.rc-card:hover,
.rc-info-card:hover,
.rc-benefit-card:hover,
.rc-testimonial-card:hover,
.rc-blog-card:hover {
	box-shadow: var(--rc-shadow);
	transform: translateY(-3px);
}

.rc-card__image {
	background-position: center;
	background-size: cover;
	display: block;
	min-height: 258px;
	position: relative;
}

.rc-card__image::after {
	background: linear-gradient(180deg, rgba(5, 5, 5, 0) 42%, rgba(5, 5, 5, 0.58) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.rc-card__image span {
	background: var(--rc-gold);
	border-radius: 0 0 10px 0;
	color: var(--rc-black);
	font-size: 0.78rem;
	font-weight: 900;
	left: 0;
	padding: 9px 13px;
	position: absolute;
	top: 0;
	z-index: 1;
}

.rc-card__body {
	padding: 24px;
}

.rc-card__topline {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.rc-card__topline small {
	background: rgba(202, 164, 93, 0.13);
	border: 1px solid rgba(202, 164, 93, 0.24);
	border-radius: 999px;
	color: var(--rc-gold-dark);
	font-size: 0.72rem;
	font-weight: 900;
	padding: 5px 9px;
	text-transform: uppercase;
}

.rc-card h2,
.rc-card h3 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1.42rem;
	line-height: 1.16;
	margin: 0 0 12px;
}

.rc-card__location {
	color: var(--rc-muted);
	margin: 0 0 8px;
}

.rc-card__price {
	color: var(--rc-black);
	font-size: 1.12rem;
	font-weight: 900;
	margin: 0 0 14px;
}

.rc-card__excerpt {
	color: var(--rc-muted);
	font-size: 0.94rem;
	margin: 0 0 14px;
}

.rc-card__meta {
	border-top: 1px solid var(--rc-line);
	display: grid;
	gap: 8px 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 18px 0 0;
	padding: 16px 0 0;
}

.rc-card__meta li {
	color: var(--rc-ink);
	font-size: 0.86rem;
	font-weight: 800;
}

.rc-card__actions {
	border-top: 1px solid var(--rc-line);
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
	padding-top: 16px;
}

.rc-mini-action {
	background: var(--rc-white);
	border: 1px solid rgba(202, 164, 93, 0.34);
	border-radius: 8px;
	color: var(--rc-black);
	font-size: 0.78rem;
	font-weight: 900;
	min-height: 38px;
	padding: 8px 11px;
	transition: background 180ms ease, border-color 180ms ease;
}

.rc-mini-action:hover,
.rc-mini-action:focus-visible,
.rc-mini-action.is-active {
	background: var(--rc-gold);
	border-color: var(--rc-gold);
}

.rc-mini-action--link {
	align-items: center;
	display: inline-flex;
}

.rc-split-grid {
	align-items: center;
	display: grid;
	gap: 52px;
	grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1fr);
}

.rc-split-copy p:not(.rc-eyebrow) {
	color: var(--rc-muted);
	font-size: 1.04rem;
	margin: 22px 0 28px;
	max-width: 630px;
}

.rc-bullet-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rc-info-card {
	border: 1px solid rgba(202, 164, 93, 0.28);
	padding: 24px;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.rc-info-card span,
.rc-benefit-card span {
	color: var(--rc-gold-dark);
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 900;
	margin-bottom: 12px;
}

.rc-info-card h3,
.rc-benefit-card h3,
.rc-testimonial-card strong,
.rc-blog-card h3 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1.25rem;
	line-height: 1.18;
	margin: 0;
}

.rc-testimonials-section {
	background-attachment: fixed;
	background-image:
		linear-gradient(rgba(5, 5, 5, 0.78), rgba(5, 5, 5, 0.82)),
		url("../img/section-parallax-realtor-center.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--rc-white);
}

.rc-testimonial-grid,
.rc-blog-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rc-testimonial-card {
	border: 1px solid rgba(231, 199, 127, 0.32);
	padding: 26px;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.rc-testimonial-card p {
	color: var(--rc-muted);
	margin: 0 0 18px;
}

.rc-testimonial-card strong {
	color: var(--rc-black);
}

.rc-blog-card {
	border: 1px solid rgba(202, 164, 93, 0.24);
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.rc-blog-card a {
	display: grid;
	min-height: 100%;
}

.rc-blog-card img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	width: 100%;
}

.rc-blog-card div {
	padding: 24px;
}

.rc-blog-card p {
	color: var(--rc-muted);
	margin: 12px 0 0;
}

.rc-benefits-section {
	background: var(--rc-black);
	color: var(--rc-white);
	padding: 94px 0;
}

.rc-benefits-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rc-benefit-card {
	background: #101010;
	border: 1px solid rgba(231, 199, 127, 0.24);
	color: var(--rc-white);
	padding: 26px;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.rc-benefit-card span {
	color: var(--rc-gold-light);
}

.rc-benefit-card h3 {
	color: var(--rc-white);
}

.rc-benefit-card p {
	color: rgba(255, 255, 255, 0.74);
	margin: 12px 0 0;
}

.rc-contact-section,
.rc-capture-hero {
	background: url("../img/cta-form-realtor-center.png") center / cover no-repeat;
	color: var(--rc-white);
	padding: 104px 0;
	position: relative;
}

.rc-capture-hero {
	min-height: calc(100vh - var(--rc-header-height));
}

.rc-contact-section__overlay {
	background: linear-gradient(90deg, rgba(5, 5, 5, 0.91), rgba(5, 5, 5, 0.58));
	inset: 0;
	position: absolute;
}

.rc-contact-section__grid {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
	position: relative;
	z-index: 1;
}

.rc-contact-section h2,
.rc-capture-hero h1 {
	color: var(--rc-white);
}

.rc-contact-section p:not(.rc-eyebrow),
.rc-capture-hero p:not(.rc-eyebrow) {
	color: rgba(255, 255, 255, 0.84);
	font-size: 1.06rem;
	margin: 22px 0 0;
	max-width: 560px;
}

.rc-contact-section a,
.rc-capture-hero a:not(.rc-button) {
	color: var(--rc-gold-light);
	font-weight: 900;
}

.rc-lead-form {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(202, 164, 93, 0.42);
	border-radius: 14px;
	box-shadow: var(--rc-shadow);
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 28px;
}

.rc-lead-form button,
.rc-form-full,
.rc-calculator-result {
	grid-column: 1 / -1;
}

.rc-anchor {
	display: block;
	height: 0;
	scroll-margin-top: 120px;
}

.rc-footer {
	background: var(--rc-black);
	color: var(--rc-white);
}

.rc-footer__grid {
	display: grid;
	gap: 48px;
	grid-template-columns: 0.8fr 1.2fr;
	padding-bottom: 54px;
	padding-top: 62px;
}

.rc-brand--footer .rc-brand__text strong {
	color: var(--rc-white);
}

.rc-footer p {
	color: rgba(255, 255, 255, 0.72);
	margin: 22px 0 0;
	max-width: 420px;
}

.rc-footer h2 {
	color: var(--rc-gold-light);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1.55rem;
	margin: 0 0 16px;
}

.rc-contact-list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rc-contact-list li {
	color: rgba(255, 255, 255, 0.78);
}

.rc-contact-list strong {
	color: var(--rc-white);
}

.rc-footer__bottom {
	border-top: 1px solid rgba(231, 199, 127, 0.24);
	color: rgba(255, 255, 255, 0.64);
	padding: 18px 0;
}

.rc-whatsapp-float {
	align-items: center;
	background: var(--rc-gold);
	border: 1px solid var(--rc-gold-light);
	border-radius: 8px;
	bottom: 24px;
	box-shadow: 0 16px 34px rgba(5, 5, 5, 0.22);
	color: var(--rc-black);
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 900;
	min-height: 48px;
	padding: 12px 18px;
	position: fixed;
	right: 24px;
	z-index: 900;
}

.rc-page {
	padding-top: 76px;
}

.rc-archive-grid {
	margin-top: 34px;
}

.rc-single h1 {
	color: var(--rc-black);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 2.55rem;
	font-weight: 700;
	line-height: 1.04;
	margin: 0;
}

.rc-single__image {
	background-position: center;
	background-size: cover;
	border-radius: 14px;
	box-shadow: var(--rc-shadow);
	margin: 24px 0;
	min-height: 420px;
}

.rc-empty-state {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(202, 164, 93, 0.28);
	border-radius: 14px;
	box-shadow: var(--rc-shadow);
	padding: 34px;
}

.rc-empty-state h2 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 2rem;
	margin: 0 0 12px;
}

.rc-empty-state p {
	color: var(--rc-muted);
	margin: 0 0 22px;
}

.rc-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 34px;
}

.rc-pagination .page-numbers {
	background: var(--rc-white);
	border: 1px solid rgba(202, 164, 93, 0.32);
	border-radius: 8px;
	font-weight: 900;
	padding: 9px 13px;
}

.rc-pagination .current {
	background: var(--rc-gold);
	color: var(--rc-black);
}

.rc-property-detail__grid {
	align-items: stretch;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
}

.rc-property-detail__media,
.rc-property-detail__summary {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(202, 164, 93, 0.24);
	border-radius: 14px;
	box-shadow: var(--rc-shadow);
	overflow: hidden;
}

.rc-property-detail__media img {
	height: 100%;
	min-height: 520px;
	object-fit: cover;
	width: 100%;
}

.rc-property-detail__summary {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 34px;
}

.rc-detail-meta {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 24px 0;
	padding: 0;
}

.rc-detail-meta li {
	background: var(--rc-white);
	border: 1px solid rgba(202, 164, 93, 0.24);
	border-radius: 10px;
	padding: 14px;
}

.rc-detail-meta strong,
.rc-detail-meta span {
	display: block;
}

.rc-detail-meta strong {
	font-size: 1.08rem;
	font-weight: 900;
}

.rc-detail-meta span {
	color: var(--rc-muted);
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
}

.rc-property-content-grid,
.rc-property-lower-grid,
.rc-calculator-grid {
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.56fr);
	margin-top: 34px;
}

.rc-panel {
	border: 1px solid rgba(202, 164, 93, 0.24);
	padding: 30px;
}

.rc-panel h2 {
	font-size: 1.85rem;
	margin-bottom: 18px;
}

.rc-panel p {
	color: var(--rc-muted);
}

.rc-lead {
	color: var(--rc-ink);
	font-size: 1.05rem;
	font-weight: 700;
}

.rc-content {
	color: var(--rc-muted);
	max-width: 780px;
}

.rc-small-note {
	font-size: 0.92rem;
	margin-bottom: 0;
}

.rc-gallery-panel,
.rc-property-lower-grid {
	margin-top: 34px;
}

.rc-gallery-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rc-gallery-grid img {
	aspect-ratio: 4 / 3;
	border-radius: 10px;
	object-fit: cover;
	width: 100%;
}

.rc-map-frame iframe {
	border: 0;
	border-radius: 10px;
	display: block;
	min-height: 320px;
	width: 100%;
}

.rc-lead-form--single {
	box-shadow: none;
	padding: 0;
}

.rc-calculator-page {
	align-items: center;
	background-attachment: fixed;
	background-image:
		linear-gradient(rgba(5, 5, 5, 0.44), rgba(5, 5, 5, 0.58)),
		url("../img/section-parallax-realtor-center.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	min-height: calc(100vh - var(--rc-header-height));
	padding: 104px 0;
}

.rc-calculator-card {
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid rgba(202, 164, 93, 0.34);
	border-radius: 14px;
	box-shadow: var(--rc-shadow);
	margin: 0 auto;
	max-width: 860px;
	padding: 36px;
}

.rc-calculator-card .rc-section-heading {
	margin-bottom: 28px;
	max-width: 680px;
}

.rc-calculator-card .rc-section-heading p:not(.rc-eyebrow) {
	color: var(--rc-muted);
	font-size: 1.04rem;
	margin: 14px 0 0;
}

.rc-calculator-form {
	display: grid;
	gap: 20px;
}

.rc-calculator-fields {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rc-calculator-form label {
	display: grid;
	gap: 7px;
}

.rc-calculator-form span {
	color: var(--rc-gold-dark);
	font-size: 0.74rem;
	font-weight: 900;
	text-transform: uppercase;
}

.rc-calculator-form input {
	background: var(--rc-white);
	border: 1px solid var(--rc-line);
	border-radius: 8px;
	color: var(--rc-black);
	min-height: 50px;
	padding: 12px 13px;
	width: 100%;
}

.rc-calculator-form input:focus {
	border-color: var(--rc-gold);
	box-shadow: 0 0 0 3px rgba(202, 164, 93, 0.18);
	outline: none;
}

.rc-calculator-result {
	background: var(--rc-black);
	border-radius: 12px;
	color: var(--rc-white);
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 22px;
}

.rc-calculator-result div,
.rc-calculator-result span,
.rc-calculator-result strong,
.rc-calculator-result p {
	display: block;
}

.rc-calculator-result span {
	color: var(--rc-gold-light);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.rc-calculator-result strong {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 2rem;
	line-height: 1.1;
	margin-top: 6px;
}

.rc-calculator-result p {
	border-top: 1px solid rgba(231, 199, 127, 0.2);
	color: rgba(255, 255, 255, 0.72);
	grid-column: 1 / -1;
	margin: 0;
	padding-top: 14px;
}

.rc-calculator-error {
	background: rgba(202, 164, 93, 0.16);
	border: 1px solid rgba(231, 199, 127, 0.36);
	border-radius: 8px;
	color: var(--rc-gold-light) !important;
	font-weight: 800;
	grid-column: 1 / -1;
	padding: 12px;
}

.rc-calculator-error[hidden] {
	display: none;
}

.rc-compare-bar {
	align-items: center;
	background: rgba(5, 5, 5, 0.96);
	border: 1px solid rgba(231, 199, 127, 0.36);
	border-radius: 10px;
	bottom: 24px;
	box-shadow: var(--rc-shadow);
	color: var(--rc-white);
	display: none;
	gap: 14px;
	left: 50%;
	padding: 12px 14px;
	position: fixed;
	transform: translateX(-50%);
	z-index: 950;
}

.rc-compare-bar.is-visible {
	display: flex;
}

.rc-compare-bar span {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.84rem;
	font-weight: 800;
	white-space: nowrap;
}

.rc-compare-bar strong {
	color: var(--rc-gold-light);
}

.rc-compare-bar button {
	background: var(--rc-gold);
	border: 0;
	border-radius: 8px;
	color: var(--rc-black);
	font-size: 0.78rem;
	font-weight: 900;
	padding: 8px 10px;
}

@media (max-width: 1120px) {
	.rc-header__inner {
		grid-template-columns: auto auto 1fr;
	}

	.rc-menu-toggle {
		display: inline-flex;
		order: 2;
	}

	.rc-nav {
		background: var(--rc-white);
		border: 1px solid var(--rc-line);
		box-shadow: var(--rc-shadow);
		display: none;
		grid-column: 1 / -1;
		justify-self: stretch;
		order: 4;
		padding: 16px;
	}

	.rc-nav.is-open {
		display: block;
	}

	.rc-menu {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.rc-menu a {
		display: block;
		padding: 12px 0;
	}

	.rc-menu a::after {
		display: none;
	}

	.rc-button--header {
		justify-self: end;
		order: 3;
	}

	.rc-search,
	.rc-card-grid,
	.rc-split-grid,
	.rc-testimonial-grid,
	.rc-blog-grid,
	.rc-benefits-grid,
	.rc-footer__grid,
	.rc-property-detail__grid,
	.rc-property-content-grid,
	.rc-property-lower-grid,
	.rc-calculator-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rc-search button {
		grid-column: 1 / -1;
	}

	.rc-contact-section__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	body.admin-bar .rc-header {
		top: 46px;
	}

	:root {
		--rc-header-height: 76px;
	}

	.rc-container {
		padding: 0 18px;
	}

	.rc-header__inner {
		grid-template-columns: 1fr auto;
		min-height: var(--rc-header-height);
	}

	.rc-brand__mark {
		height: 42px;
		width: 42px;
	}

	.rc-brand__text strong {
		font-size: 0.96rem;
	}

	.rc-brand__text small {
		font-size: 0.66rem;
	}

	.rc-button--header {
		display: none;
	}

	.rc-hero {
		background-position: center right 32%;
		min-height: 650px;
	}

	.rc-hero__overlay {
		background: linear-gradient(90deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.62));
	}

	.rc-hero__inner {
		min-height: 650px;
		padding-bottom: 98px;
		padding-top: 56px;
	}

	.rc-hero h1 {
		font-size: 2.45rem;
		max-width: 100%;
	}

	.rc-hero p:not(.rc-eyebrow) {
		font-size: 1rem;
	}

	.rc-hero__actions,
	.rc-hero__actions .rc-button,
	.rc-actions-row,
	.rc-actions-row .rc-button {
		width: 100%;
	}

	.rc-search,
	.rc-card-grid,
	.rc-split-grid,
	.rc-bullet-grid,
	.rc-testimonial-grid,
	.rc-blog-grid,
	.rc-benefits-grid,
	.rc-footer__grid,
	.rc-lead-form,
	.rc-property-detail__grid,
	.rc-property-content-grid,
	.rc-property-lower-grid,
	.rc-calculator-grid,
	.rc-gallery-grid {
		grid-template-columns: 1fr;
	}

	.rc-search {
		margin-top: -42px;
		padding: 18px;
	}

	.rc-section,
	.rc-benefits-section,
	.rc-contact-section,
	.rc-capture-hero {
		padding: 68px 0;
	}

	.rc-parallax-section,
	.rc-testimonials-section,
	.rc-calculator-page {
		background-attachment: scroll;
	}

	.rc-section-heading h1,
	.rc-section-heading h2,
	.rc-split-copy h1,
	.rc-split-copy h2,
	.rc-contact-section h2,
	.rc-capture-hero h1,
	.rc-property-detail h1,
	.rc-single h1 {
		font-size: 2.05rem;
	}

	.rc-card__image {
		min-height: 235px;
	}

	.rc-lead-form,
	.rc-panel,
	.rc-property-detail__summary,
	.rc-calculator-card {
		padding: 22px;
	}

	.rc-calculator-fields,
	.rc-calculator-result {
		grid-template-columns: 1fr;
	}

	.rc-property-detail__media img {
		min-height: 340px;
	}

	.rc-whatsapp-float {
		bottom: 16px;
		left: 18px;
		justify-content: center;
		right: 18px;
	}

	.rc-compare-bar {
		bottom: 76px;
		left: 18px;
		right: 18px;
		transform: none;
		width: auto;
	}
}

@media (max-width: 480px) {
	.rc-brand {
		gap: 10px;
	}

	.rc-brand__text {
		max-width: 180px;
	}

	.rc-button {
		white-space: normal;
		width: 100%;
	}

	.rc-card__body {
		padding: 20px;
	}

	.rc-compare-bar {
		align-items: stretch;
		flex-direction: column;
		gap: 8px;
	}
}


/* =========================================================
   REALTOR CENTER - PRODUCCIÓN FINAL
========================================================= */

[id] {
	scroll-margin-top: 120px;
}

.rc-parallax-section,
.rc-featured-properties,
.rc-developments-home,
.rc-buy-section,
.rc-sell-section,
.rc-testimonials-section {
	background-image:
		linear-gradient(rgba(255,255,255,.76), rgba(255,255,255,.84)),
		url("../img/section-parallax-realtor-center.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.rc-developments-home {
	position: relative;
}

.rc-benefits-section {
	background: #050505;
	color: #fff;
}

.rc-benefits-section h2,
.rc-benefits-section p,
.rc-benefits-section h3 {
	color: #fff;
}

.rc-contact-section {
	background-image:
		linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.36)),
		url("../img/cta-form-realtor-center.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rc-empty-state {
	background: rgba(255,255,255,.96);
	border: 1px solid rgba(0,0,0,.08);
	border-radius: 18px;
	padding: 34px;
	text-align: center;
	box-shadow: 0 22px 55px rgba(0,0,0,.12);
}

.rc-mini-list,
.rc-check-list {
	list-style: none;
	padding: 0;
	margin: 16px 0;
	display: grid;
	gap: 8px;
}

.rc-mini-list li,
.rc-check-list li {
	position: relative;
	padding-left: 22px;
	color: #3d3d3d;
}

.rc-mini-list li::before,
.rc-check-list li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--rc-gold, #caa24d);
	font-weight: 800;
}

.rc-card__actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 18px;
}

.rc-button--full {
	width: 100%;
	justify-content: center;
	text-align: center;
}

.rc-detail-page .rc-detail-hero {
	min-height: 440px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	color: #fff;
}

.rc-detail-page .rc-detail-hero h1,
.rc-detail-page .rc-detail-hero p {
	color: #fff;
}

.rc-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(320px, .7fr);
	gap: 28px;
}

.rc-panel {
	background: rgba(255,255,255,.96);
	border: 1px solid rgba(0,0,0,.08);
	border-radius: 18px;
	padding: 28px;
	box-shadow: 0 22px 55px rgba(0,0,0,.10);
}

@media (max-width: 900px) {
	.rc-detail-grid {
		grid-template-columns: 1fr;
	}

	.rc-parallax-section,
	.rc-featured-properties,
	.rc-developments-home,
	.rc-buy-section,
	.rc-sell-section,
	.rc-testimonials-section {
		background-attachment: scroll;
	}
}

/* =========================================================
   ARCHIVE DESARROLLOS - Fondo parallax producción
========================================================= */

.post-type-archive-desarrollo main,
.archive.post-type-archive-desarrollo main,
body.post-type-archive-desarrollo main {
  background-image:
    linear-gradient(rgba(255,255,255,0.74), rgba(255,255,255,0.84)),
    url("../img/section-parallax-realtor-center.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

.post-type-archive-desarrollo .rc-section,
.archive.post-type-archive-desarrollo .rc-section,
body.post-type-archive-desarrollo .rc-section {
  background: transparent !important;
}

.post-type-archive-desarrollo .rc-card,
.archive.post-type-archive-desarrollo .rc-card,
body.post-type-archive-desarrollo .rc-card {
  background: rgba(255,255,255,0.96) !important;
  box-shadow: 0 22px 55px rgba(0,0,0,0.14) !important;
}

@media (max-width: 768px) {
  .post-type-archive-desarrollo main,
  .archive.post-type-archive-desarrollo main,
  body.post-type-archive-desarrollo main {
    background-attachment: scroll !important;
  }
}



/* =========================================================
   REALTOR CENTER - RESPONSIVE Y QA PRODUCCIÓN
========================================================= */

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
}

img,
video,
iframe {
	max-width: 100%;
}

.rc-site-header,
.site-header,
header {
	z-index: 999;
}

[id] {
	scroll-margin-top: 120px;
}

.rc-card,
.rc-panel,
.rc-search,
.rc-lead-form,
.rc-calculator-card {
	max-width: 100%;
}

.rc-card h3,
.rc-card p,
.rc-panel h2,
.rc-panel h3 {
	overflow-wrap: anywhere;
}

.rc-floating-whatsapp {
	z-index: 998;
}

@media (max-width: 1100px) {
	.rc-container {
		width: min(100% - 32px, 1120px);
	}

	.rc-hero h1 {
		font-size: clamp(42px, 8vw, 72px);
	}

	.rc-search form,
	.rc-search-section form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.rc-site-header,
	.site-header,
	header {
		position: sticky;
		top: 0;
	}

	.rc-header-inner,
	.rc-nav,
	.site-header .rc-container {
		gap: 14px;
	}

	.rc-nav {
		overflow-x: auto;
		white-space: nowrap;
		padding-bottom: 8px;
	}

	.rc-hero {
		min-height: 680px;
		background-position: center right;
	}

	.rc-hero__content {
		padding-top: 72px;
		padding-bottom: 110px;
	}

	.rc-hero h1 {
		font-size: clamp(38px, 12vw, 56px);
		line-height: .95;
	}

	.rc-search,
	.rc-search-section form {
		margin-inline: 16px;
	}

	.rc-search form,
	.rc-search-section form {
		grid-template-columns: 1fr;
	}

	.rc-card-grid,
	.rc-card-grid--three,
	.rc-service-grid,
	.rc-benefits-grid {
		grid-template-columns: 1fr !important;
	}

	.rc-section {
		padding-block: 72px;
	}

	.rc-split,
	.rc-contact-section__grid,
	.rc-detail-grid {
		grid-template-columns: 1fr !important;
	}

	.rc-contact-section {
		padding-block: 72px;
	}

	.rc-floating-whatsapp {
		right: 16px;
		bottom: 16px;
	}
}

@media (max-width: 480px) {
	.rc-hero h1 {
		font-size: 42px;
	}

	.rc-button,
	.rc-card__actions .rc-button {
		width: 100%;
		text-align: center;
		justify-content: center;
	}

	.rc-card__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.rc-section-heading h2 {
		font-size: clamp(34px, 11vw, 44px);
	}
}


/* =========================================================
   REALTOR CENTER 2.0 — HEADER SOBRE PLANTILLA ANTERIOR
========================================================= */

:root {
	--rc-header-height: 112px;
	--rc-gold-v2: #d2a84e;
	--rc-black-v2: #070707;
	--rc-white-v2: #ffffff;
}

.rc-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	width: 100%;
	background: rgba(255, 255, 255, 0.97);
	border-top: 4px solid #202529;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
	backdrop-filter: blur(16px);
}

.admin-bar .rc-site-header {
	top: 32px;
}

.rc-header-inner {
	min-height: var(--rc-header-height);
	display: flex;
	align-items: center;
	gap: 28px;
}

.rc-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	flex: 0 0 auto;
	color: var(--rc-black-v2);
	text-decoration: none;
}

.rc-brand__logo,
.rc-brand__logo .custom-logo-link {
	display: flex;
	align-items: center;
}

.rc-brand__logo img,
.rc-brand .custom-logo {
	width: 74px;
	height: 74px;
	object-fit: contain;
	border-radius: 50%;
}

.rc-brand__symbol {
	width: 56px;
	height: 56px;
	display: grid;
	place-items: center;
	background: var(--rc-black-v2);
	border: 1px solid var(--rc-gold-v2);
	color: var(--rc-gold-v2);
	font-family: Georgia, serif;
	font-size: 22px;
}

.rc-brand__text {
	display: grid;
	gap: 3px;
	min-width: 178px;
}

.rc-brand__text strong {
	color: #111;
	font-size: 21px;
	line-height: 1;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.rc-brand__text small {
	color: #9a6b16;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.rc-main-nav {
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
}

.rc-main-nav a {
	position: relative;
	color: #171717;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.25;
	text-decoration: none;
	white-space: nowrap;
}

.rc-main-nav a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: -9px;
	height: 2px;
	background: var(--rc-gold-v2);
	transition: right 180ms ease;
}

.rc-main-nav a:hover::after,
.rc-main-nav a:focus-visible::after {
	right: 0;
}

.rc-header-whatsapp {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 26px;
	border-radius: 8px;
	background: linear-gradient(135deg, #edc866, #c89936);
	color: #080808;
	font-size: 16px;
	font-weight: 850;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(195, 145, 44, 0.24);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.rc-header-whatsapp:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(195, 145, 44, 0.34);
}

.rc-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 9px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: #fff;
	border-radius: 8px;
	cursor: pointer;
}

.rc-menu-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	margin: 5px 0;
	background: #111;
}

.rc-site-main {
	min-height: 60vh;
}

[id] {
	scroll-margin-top: 130px;
}

@media (max-width: 1440px) {
	.rc-header-inner {
		gap: 18px;
	}

	.rc-main-nav {
		gap: 17px;
	}

	.rc-main-nav a {
		font-size: 14px;
	}

	.rc-header-whatsapp {
		padding-inline: 20px;
	}
}

@media (max-width: 1180px) {
	.rc-menu-toggle {
		display: block;
		margin-left: auto;
	}

	.rc-main-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		margin: 0;
		padding: 22px 24px;
		background: rgba(255, 255, 255, 0.99);
		border-top: 1px solid rgba(0, 0, 0, 0.08);
		box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
	}

	.rc-main-nav.is-open {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px 24px;
	}

	.rc-main-nav a {
		white-space: normal;
	}

	.rc-header-whatsapp {
		margin-left: 0;
	}
}

@media (max-width: 760px) {
	:root {
		--rc-header-height: 86px;
	}

	.admin-bar .rc-site-header {
		top: 46px;
	}

	.rc-header-inner {
		min-height: var(--rc-header-height);
		gap: 12px;
	}

	.rc-brand__logo img,
	.rc-brand .custom-logo {
		width: 52px;
		height: 52px;
	}

	.rc-brand__symbol {
		width: 48px;
		height: 48px;
	}

	.rc-brand__text {
		min-width: 0;
	}

	.rc-brand__text strong {
		font-size: 16px;
	}

	.rc-brand__text small {
		font-size: 10px;
	}

	.rc-header-whatsapp {
		display: none;
	}

	.rc-main-nav.is-open {
		grid-template-columns: 1fr 1fr;
	}

	[id] {
		scroll-margin-top: 105px;
	}
}

@media (max-width: 480px) {
	.rc-main-nav.is-open {
		grid-template-columns: 1fr;
	}

	.rc-brand__text strong {
		font-size: 14px;
	}
}


/* =========================================================
   REALTOR CENTER 2.0
   LAYOUT AMPLIO + HEADER RESPONSIVE DEFINITIVO
========================================================= */

:root {
	--rc-page-max: 1480px;
	--rc-page-padding: clamp(20px, 3vw, 52px);
	--rc-header-height: 100px;
}

/* Contenedor general más amplio */
.rc-container {
	width: min(
		calc(100% - (var(--rc-page-padding) * 2)),
		var(--rc-page-max)
	);
	max-width: var(--rc-page-max);
	margin-inline: auto;
}

/* Secciones a todo el ancho */
.rc-site-main,
.rc-hero,
.rc-section,
.rc-parallax-section,
.rc-featured-properties,
.rc-developments-home,
.rc-buy-section,
.rc-sell-section,
.rc-testimonials-section,
.rc-benefits-section,
.rc-contact-section,
.site-footer {
	width: 100%;
	max-width: none;
}

/* Evita desbordamiento horizontal */
html,
body {
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
}

img,
video,
iframe,
svg {
	max-width: 100%;
	height: auto;
}

/* ---------------------------------------------------------
   HEADER DE ESCRITORIO
--------------------------------------------------------- */

.rc-site-header {
	width: 100%;
}

.rc-header-inner {
	position: relative;
	width: min(
		calc(100% - (var(--rc-page-padding) * 2)),
		var(--rc-page-max)
	);
	max-width: var(--rc-page-max);
	min-height: var(--rc-header-height);
	margin-inline: auto;
	padding: 0;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	column-gap: clamp(18px, 2vw, 34px);
}

/* Marca más compacta */
.rc-brand {
	min-width: 0;
	gap: 12px;
}

.rc-brand__logo img,
.rc-brand .custom-logo {
	width: 62px;
	height: 62px;
	object-fit: contain;
}

.rc-brand__symbol {
	width: 56px;
	height: 56px;
	flex: 0 0 56px;
}

.rc-brand__text {
	min-width: 150px;
}

.rc-brand__text strong {
	font-size: clamp(17px, 1.3vw, 21px);
	white-space: nowrap;
}

.rc-brand__text small {
	font-size: 11px;
	white-space: nowrap;
}

/* Menú flexible */
.rc-main-nav {
	min-width: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(12px, 1.35vw, 24px);
}

.rc-main-nav a {
	font-size: clamp(13px, 0.95vw, 15px);
	line-height: 1.2;
	white-space: nowrap;
}

/* Botón WhatsApp más compacto */
.rc-header-whatsapp {
	min-height: 52px;
	padding-inline: clamp(18px, 1.8vw, 28px);
	font-size: clamp(14px, 1vw, 16px);
	white-space: nowrap;
}

/* ---------------------------------------------------------
   HERO Y CONTENIDO MÁS AMPLIOS
--------------------------------------------------------- */

.rc-hero__content {
	width: min(
		calc(100% - (var(--rc-page-padding) * 2)),
		var(--rc-page-max)
	);
	max-width: var(--rc-page-max);
	margin-inline: auto;
}

.rc-hero__content > * {
	max-width: min(720px, 58vw);
}

.rc-hero h1 {
	font-size: clamp(58px, 5.4vw, 92px);
	line-height: 0.96;
	letter-spacing: -0.035em;
}

/* Buscador usa mayor ancho */
.rc-search,
.rc-search-panel,
.rc-property-search,
.rc-search-section form {
	width: min(
		calc(100% - (var(--rc-page-padding) * 2)),
		var(--rc-page-max)
	);
	max-width: var(--rc-page-max);
	margin-inline: auto;
}

/* Grids aprovechan mejor la pantalla */
.rc-card-grid,
.rc-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(20px, 2vw, 34px);
}

.rc-service-grid,
.rc-benefits-grid {
	gap: clamp(18px, 1.8vw, 30px);
}

/* ---------------------------------------------------------
   LAPTOPS: menú hamburguesa antes de que se corte
--------------------------------------------------------- */

@media (max-width: 1480px) {

	:root {
		--rc-page-max: 1320px;
		--rc-header-height: 92px;
	}

	.rc-header-inner {
		grid-template-columns: auto auto auto;
	}

	.rc-menu-toggle {
		display: block;
		justify-self: end;
		margin-left: auto;
	}

	.rc-main-nav {
		position: absolute;
		top: calc(100% + 1px);
		left: 0;
		right: 0;
		z-index: 1200;
		display: none;
		width: 100%;
		padding: 26px var(--rc-page-padding);
		background: rgba(255, 255, 255, 0.99);
		border-top: 1px solid rgba(0, 0, 0, 0.08);
		box-shadow: 0 24px 45px rgba(0, 0, 0, 0.14);
		backdrop-filter: blur(18px);
	}

	.rc-main-nav.is-open {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px 28px;
	}

	.rc-main-nav a {
		display: block;
		padding: 10px 0;
		font-size: 15px;
		white-space: normal;
	}

	.rc-header-whatsapp {
		justify-self: end;
	}

	.rc-hero h1 {
		font-size: clamp(54px, 6.2vw, 82px);
	}
}

/* ---------------------------------------------------------
   TABLETAS
--------------------------------------------------------- */

@media (max-width: 1024px) {

	:root {
		--rc-page-padding: 28px;
		--rc-header-height: 86px;
	}

	.rc-header-inner {
		grid-template-columns: auto 1fr auto;
		column-gap: 14px;
	}

	.rc-brand__logo img,
	.rc-brand .custom-logo {
		width: 54px;
		height: 54px;
	}

	.rc-brand__symbol {
		width: 50px;
		height: 50px;
		flex-basis: 50px;
	}

	.rc-brand__text {
		min-width: 0;
	}

	.rc-brand__text strong {
		font-size: 16px;
	}

	.rc-brand__text small {
		font-size: 10px;
	}

	.rc-header-whatsapp {
		display: none;
	}

	.rc-main-nav.is-open {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rc-hero {
		min-height: 680px;
		background-position: center right;
	}

	.rc-hero__content > * {
		max-width: 680px;
	}

	.rc-hero h1 {
		font-size: clamp(50px, 8vw, 74px);
	}

	.rc-search form,
	.rc-search-section form,
	.rc-property-search form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rc-card-grid,
	.rc-card-grid--three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rc-split,
	.rc-detail-grid,
	.rc-contact-section__grid {
		grid-template-columns: 1fr;
	}

	[id] {
		scroll-margin-top: 110px;
	}
}

/* ---------------------------------------------------------
   CELULARES
--------------------------------------------------------- */

@media (max-width: 700px) {

	:root {
		--rc-page-padding: 18px;
		--rc-header-height: 78px;
	}

	.admin-bar .rc-site-header {
		top: 46px;
	}

	.rc-header-inner {
		min-height: var(--rc-header-height);
	}

	.rc-brand {
		gap: 9px;
	}

	.rc-brand__logo img,
	.rc-brand .custom-logo {
		width: 46px;
		height: 46px;
	}

	.rc-brand__symbol {
		width: 46px;
		height: 46px;
		flex-basis: 46px;
	}

	.rc-brand__text strong {
		font-size: 14px;
	}

	.rc-brand__text small {
		font-size: 9px;
	}

	.rc-menu-toggle {
		width: 42px;
		height: 42px;
	}

	.rc-main-nav {
		padding: 20px var(--rc-page-padding);
		max-height: calc(100vh - 78px);
		overflow-y: auto;
	}

	.rc-main-nav.is-open {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.rc-main-nav a {
		padding: 13px 4px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.07);
		font-size: 16px;
	}

	.rc-hero {
		min-height: 640px;
		background-position: 68% center;
	}

	.rc-hero__content {
		padding-top: 64px;
		padding-bottom: 125px;
	}

	.rc-hero__content > * {
		max-width: 100%;
	}

	.rc-hero h1 {
		font-size: clamp(42px, 12vw, 58px);
		line-height: 0.98;
	}

	.rc-hero p {
		font-size: 16px;
		line-height: 1.55;
	}

	.rc-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.rc-hero__actions .rc-button {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.rc-search,
	.rc-search-panel,
	.rc-property-search,
	.rc-search-section form {
		width: calc(100% - 24px);
	}

	.rc-search form,
	.rc-search-section form,
	.rc-property-search form {
		grid-template-columns: 1fr;
	}

	.rc-card-grid,
	.rc-card-grid--three,
	.rc-service-grid,
	.rc-benefits-grid {
		grid-template-columns: 1fr !important;
	}

	.rc-section {
		padding-block: 64px;
	}

	.rc-section-heading {
		align-items: flex-start;
	}

	.rc-section-heading h2 {
		font-size: clamp(36px, 10vw, 48px);
	}

	.rc-card__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.rc-card__actions .rc-button {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.rc-floating-whatsapp {
		right: 14px;
		bottom: 14px;
	}

	[id] {
		scroll-margin-top: 94px;
	}
}

/* Teléfonos pequeños */
@media (max-width: 420px) {

	.rc-brand__text strong {
		max-width: 145px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.rc-hero h1 {
		font-size: 40px;
	}

	.rc-section-heading h2 {
		font-size: 34px;
	}
}


/* =========================================================
   REALTOR CENTER 2.0
   LAYOUT AMPLIO + HEADER RESPONSIVE DEFINITIVO
========================================================= */

:root {
	--rc-page-max: 1480px;
	--rc-page-padding: clamp(20px, 3vw, 52px);
	--rc-header-height: 100px;
}

/* Contenedor general más amplio */
.rc-container {
	width: min(
		calc(100% - (var(--rc-page-padding) * 2)),
		var(--rc-page-max)
	);
	max-width: var(--rc-page-max);
	margin-inline: auto;
}

/* Secciones a todo el ancho */
.rc-site-main,
.rc-hero,
.rc-section,
.rc-parallax-section,
.rc-featured-properties,
.rc-developments-home,
.rc-buy-section,
.rc-sell-section,
.rc-testimonials-section,
.rc-benefits-section,
.rc-contact-section,
.site-footer {
	width: 100%;
	max-width: none;
}

/* Evita desbordamiento horizontal */
html,
body {
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
}

img,
video,
iframe,
svg {
	max-width: 100%;
	height: auto;
}

/* ---------------------------------------------------------
   HEADER DE ESCRITORIO
--------------------------------------------------------- */

.rc-site-header {
	width: 100%;
}

.rc-header-inner {
	position: relative;
	width: min(
		calc(100% - (var(--rc-page-padding) * 2)),
		var(--rc-page-max)
	);
	max-width: var(--rc-page-max);
	min-height: var(--rc-header-height);
	margin-inline: auto;
	padding: 0;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	column-gap: clamp(18px, 2vw, 34px);
}

/* Marca más compacta */
.rc-brand {
	min-width: 0;
	gap: 12px;
}

.rc-brand__logo img,
.rc-brand .custom-logo {
	width: 62px;
	height: 62px;
	object-fit: contain;
}

.rc-brand__symbol {
	width: 56px;
	height: 56px;
	flex: 0 0 56px;
}

.rc-brand__text {
	min-width: 150px;
}

.rc-brand__text strong {
	font-size: clamp(17px, 1.3vw, 21px);
	white-space: nowrap;
}

.rc-brand__text small {
	font-size: 11px;
	white-space: nowrap;
}

/* Menú flexible */
.rc-main-nav {
	min-width: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(12px, 1.35vw, 24px);
}

.rc-main-nav a {
	font-size: clamp(13px, 0.95vw, 15px);
	line-height: 1.2;
	white-space: nowrap;
}

/* Botón WhatsApp más compacto */
.rc-header-whatsapp {
	min-height: 52px;
	padding-inline: clamp(18px, 1.8vw, 28px);
	font-size: clamp(14px, 1vw, 16px);
	white-space: nowrap;
}

/* ---------------------------------------------------------
   HERO Y CONTENIDO MÁS AMPLIOS
--------------------------------------------------------- */

.rc-hero__content {
	width: min(
		calc(100% - (var(--rc-page-padding) * 2)),
		var(--rc-page-max)
	);
	max-width: var(--rc-page-max);
	margin-inline: auto;
}

.rc-hero__content > * {
	max-width: min(720px, 58vw);
}

.rc-hero h1 {
	font-size: clamp(58px, 5.4vw, 92px);
	line-height: 0.96;
	letter-spacing: -0.035em;
}

/* Buscador usa mayor ancho */
.rc-search,
.rc-search-panel,
.rc-property-search,
.rc-search-section form {
	width: min(
		calc(100% - (var(--rc-page-padding) * 2)),
		var(--rc-page-max)
	);
	max-width: var(--rc-page-max);
	margin-inline: auto;
}

/* Grids aprovechan mejor la pantalla */
.rc-card-grid,
.rc-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(20px, 2vw, 34px);
}

.rc-service-grid,
.rc-benefits-grid {
	gap: clamp(18px, 1.8vw, 30px);
}

/* ---------------------------------------------------------
   LAPTOPS: menú hamburguesa antes de que se corte
--------------------------------------------------------- */

@media (max-width: 1480px) {

	:root {
		--rc-page-max: 1320px;
		--rc-header-height: 92px;
	}

	.rc-header-inner {
		grid-template-columns: auto auto auto;
	}

	.rc-menu-toggle {
		display: block;
		justify-self: end;
		margin-left: auto;
	}

	.rc-main-nav {
		position: absolute;
		top: calc(100% + 1px);
		left: 0;
		right: 0;
		z-index: 1200;
		display: none;
		width: 100%;
		padding: 26px var(--rc-page-padding);
		background: rgba(255, 255, 255, 0.99);
		border-top: 1px solid rgba(0, 0, 0, 0.08);
		box-shadow: 0 24px 45px rgba(0, 0, 0, 0.14);
		backdrop-filter: blur(18px);
	}

	.rc-main-nav.is-open {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px 28px;
	}

	.rc-main-nav a {
		display: block;
		padding: 10px 0;
		font-size: 15px;
		white-space: normal;
	}

	.rc-header-whatsapp {
		justify-self: end;
	}

	.rc-hero h1 {
		font-size: clamp(54px, 6.2vw, 82px);
	}
}

/* ---------------------------------------------------------
   TABLETAS
--------------------------------------------------------- */

@media (max-width: 1024px) {

	:root {
		--rc-page-padding: 28px;
		--rc-header-height: 86px;
	}

	.rc-header-inner {
		grid-template-columns: auto 1fr auto;
		column-gap: 14px;
	}

	.rc-brand__logo img,
	.rc-brand .custom-logo {
		width: 54px;
		height: 54px;
	}

	.rc-brand__symbol {
		width: 50px;
		height: 50px;
		flex-basis: 50px;
	}

	.rc-brand__text {
		min-width: 0;
	}

	.rc-brand__text strong {
		font-size: 16px;
	}

	.rc-brand__text small {
		font-size: 10px;
	}

	.rc-header-whatsapp {
		display: none;
	}

	.rc-main-nav.is-open {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rc-hero {
		min-height: 680px;
		background-position: center right;
	}

	.rc-hero__content > * {
		max-width: 680px;
	}

	.rc-hero h1 {
		font-size: clamp(50px, 8vw, 74px);
	}

	.rc-search form,
	.rc-search-section form,
	.rc-property-search form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rc-card-grid,
	.rc-card-grid--three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rc-split,
	.rc-detail-grid,
	.rc-contact-section__grid {
		grid-template-columns: 1fr;
	}

	[id] {
		scroll-margin-top: 110px;
	}
}

/* ---------------------------------------------------------
   CELULARES
--------------------------------------------------------- */

@media (max-width: 700px) {

	:root {
		--rc-page-padding: 18px;
		--rc-header-height: 78px;
	}

	.admin-bar .rc-site-header {
		top: 46px;
	}

	.rc-header-inner {
		min-height: var(--rc-header-height);
	}

	.rc-brand {
		gap: 9px;
	}

	.rc-brand__logo img,
	.rc-brand .custom-logo {
		width: 46px;
		height: 46px;
	}

	.rc-brand__symbol {
		width: 46px;
		height: 46px;
		flex-basis: 46px;
	}

	.rc-brand__text strong {
		font-size: 14px;
	}

	.rc-brand__text small {
		font-size: 9px;
	}

	.rc-menu-toggle {
		width: 42px;
		height: 42px;
	}

	.rc-main-nav {
		padding: 20px var(--rc-page-padding);
		max-height: calc(100vh - 78px);
		overflow-y: auto;
	}

	.rc-main-nav.is-open {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.rc-main-nav a {
		padding: 13px 4px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.07);
		font-size: 16px;
	}

	.rc-hero {
		min-height: 640px;
		background-position: 68% center;
	}

	.rc-hero__content {
		padding-top: 64px;
		padding-bottom: 125px;
	}

	.rc-hero__content > * {
		max-width: 100%;
	}

	.rc-hero h1 {
		font-size: clamp(42px, 12vw, 58px);
		line-height: 0.98;
	}

	.rc-hero p {
		font-size: 16px;
		line-height: 1.55;
	}

	.rc-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.rc-hero__actions .rc-button {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.rc-search,
	.rc-search-panel,
	.rc-property-search,
	.rc-search-section form {
		width: calc(100% - 24px);
	}

	.rc-search form,
	.rc-search-section form,
	.rc-property-search form {
		grid-template-columns: 1fr;
	}

	.rc-card-grid,
	.rc-card-grid--three,
	.rc-service-grid,
	.rc-benefits-grid {
		grid-template-columns: 1fr !important;
	}

	.rc-section {
		padding-block: 64px;
	}

	.rc-section-heading {
		align-items: flex-start;
	}

	.rc-section-heading h2 {
		font-size: clamp(36px, 10vw, 48px);
	}

	.rc-card__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.rc-card__actions .rc-button {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.rc-floating-whatsapp {
		right: 14px;
		bottom: 14px;
	}

	[id] {
		scroll-margin-top: 94px;
	}
}

/* Teléfonos pequeños */
@media (max-width: 420px) {

	.rc-brand__text strong {
		max-width: 145px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.rc-hero h1 {
		font-size: 40px;
	}

	.rc-section-heading h2 {
		font-size: 34px;
	}
}


/* =========================================================
   REALTOR CENTER 2.0
   HEADER RESPONSIVE DEFINITIVO — DESKTOP DESDE 1200 PX
========================================================= */

/* Evitar que reglas anteriores oculten o reubiquen elementos */
.rc-header-inner {
	position: relative;
}

/* ---------------------------------------------------------
   DESKTOP, MONITORES GRANDES Y TELEVISORES
--------------------------------------------------------- */

@media (min-width: 1200px) {

	.rc-site-header {
		overflow: visible;
	}

	.rc-header-inner {
		width: calc(100% - 48px);
		max-width: 1720px;
		min-height: 94px;
		margin-inline: auto;
		padding-inline: 0;
		display: grid;
		grid-template-columns:
			minmax(220px, auto)
			minmax(0, 1fr)
			auto;
		align-items: center;
		column-gap: clamp(18px, 1.6vw, 32px);
	}

	.rc-brand {
		min-width: 220px;
		gap: 10px;
	}

	.rc-brand__logo img,
	.rc-brand .custom-logo {
		width: 56px;
		height: 56px;
		object-fit: contain;
	}

	.rc-brand__symbol {
		width: 56px;
		height: 56px;
		flex: 0 0 56px;
	}

	.rc-brand__text {
		min-width: 145px;
	}

	.rc-brand__text strong {
		font-size: clamp(15px, 1.05vw, 19px);
		line-height: 1;
		white-space: nowrap;
	}

	.rc-brand__text small {
		font-size: 10px;
		line-height: 1.2;
		white-space: nowrap;
	}

	/*
	 * Forzar menú visible aunque reglas anteriores
	 * hayan aplicado display:none o posición absoluta.
	 */
	.rc-main-nav,
	.rc-main-nav.is-open {
		position: static !important;
		inset: auto !important;
		z-index: auto;
		display: flex !important;
		width: auto !important;
		max-width: none;
		min-width: 0;
		max-height: none;
		margin: 0;
		padding: 0 !important;
		align-items: center;
		justify-content: flex-end;
		gap: clamp(10px, 1vw, 18px);
		overflow: visible;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		backdrop-filter: none !important;
	}

	.rc-main-nav a {
		display: inline-flex;
		align-items: center;
		padding: 8px 0;
		border: 0;
		font-size: clamp(12px, 0.84vw, 14px);
		font-weight: 750;
		line-height: 1.2;
		white-space: nowrap;
	}

	.rc-menu-toggle {
		display: none !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}

	.rc-header-whatsapp {
		display: inline-flex !important;
		min-height: 52px;
		padding-inline: clamp(16px, 1.5vw, 25px);
		font-size: clamp(13px, 0.9vw, 15px);
		white-space: nowrap;
	}
}

/* Monitores de 1600 px o más */
@media (min-width: 1600px) {

	.rc-header-inner {
		width: calc(100% - 80px);
		max-width: 1800px;
		min-height: 100px;
		column-gap: 38px;
	}

	.rc-main-nav {
		gap: clamp(16px, 1.25vw, 26px);
	}

	.rc-main-nav a {
		font-size: 15px;
	}

	.rc-brand__text strong {
		font-size: 20px;
	}

	.rc-header-whatsapp {
		padding-inline: 28px;
		font-size: 16px;
	}
}

/* Pantallas 4K y televisores */
@media (min-width: 2200px) {

	.rc-header-inner {
		max-width: 2040px;
		min-height: 112px;
	}

	.rc-brand {
		min-width: 270px;
	}

	.rc-brand__logo img,
	.rc-brand .custom-logo {
		width: 68px;
		height: 68px;
	}

	.rc-brand__symbol {
		width: 68px;
		height: 68px;
		flex-basis: 68px;
	}

	.rc-brand__text strong {
		font-size: 23px;
	}

	.rc-brand__text small {
		font-size: 12px;
	}

	.rc-main-nav {
		gap: 28px;
	}

	.rc-main-nav a {
		font-size: 17px;
	}

	.rc-header-whatsapp {
		min-height: 60px;
		padding-inline: 34px;
		font-size: 18px;
	}
}

/* ---------------------------------------------------------
   LAPTOPS PEQUEÑAS Y TABLETAS
--------------------------------------------------------- */

@media (max-width: 1199px) {

	.rc-header-inner {
		width: calc(100% - 48px);
		max-width: none;
		min-height: 88px;
		margin-inline: auto;
		display: grid;
		grid-template-columns: auto 1fr auto;
		align-items: center;
		column-gap: 16px;
	}

	.rc-menu-toggle {
		display: block !important;
		justify-self: end;
		position: relative;
		z-index: 1302;
	}

	.rc-main-nav {
		position: absolute !important;
		top: calc(100% + 1px) !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 1300;
		display: none !important;
		width: 100% !important;
		max-height: calc(100vh - 100px);
		margin: 0;
		padding: 24px !important;
		overflow-y: auto;
		background: rgba(255, 255, 255, 0.99) !important;
		border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
		box-shadow: 0 22px 40px rgba(0, 0, 0, 0.14) !important;
	}

	.rc-main-nav.is-open {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px 24px;
	}

	.rc-main-nav a {
		display: block;
		padding: 13px 5px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.07);
		font-size: 15px;
		white-space: normal;
	}

	.rc-menu-toggle.is-active span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.rc-menu-toggle.is-active span:nth-child(2) {
		opacity: 0;
	}

	.rc-menu-toggle.is-active span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.rc-menu-toggle span {
		transition:
			transform 180ms ease,
			opacity 180ms ease;
	}
}

/* ---------------------------------------------------------
   TABLETAS
--------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 1199px) {

	.rc-header-whatsapp {
		display: inline-flex !important;
	}

	.rc-brand__text strong {
		font-size: 16px;
	}
}

/* ---------------------------------------------------------
   CELULARES
--------------------------------------------------------- */

@media (max-width: 767px) {

	.rc-header-inner {
		width: calc(100% - 28px);
		min-height: 78px;
		grid-template-columns: minmax(0, 1fr) auto;
		column-gap: 12px;
	}

	.rc-header-whatsapp {
		display: none !important;
	}

	.rc-brand {
		min-width: 0;
	}

	.rc-brand__text {
		min-width: 0;
	}

	.rc-brand__text strong {
		display: block;
		max-width: 165px;
		overflow: hidden;
		font-size: 14px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.rc-brand__text small {
		font-size: 9px;
	}

	.rc-main-nav {
		padding: 18px !important;
		max-height: calc(100vh - 78px);
	}

	.rc-main-nav.is-open {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.rc-main-nav a {
		padding: 14px 4px;
		font-size: 16px;
	}

	body.rc-menu-open {
		overflow: hidden;
	}
}


/* =========================================================
   CORRECCIÓN DE ESPACIO ENTRE HEADER Y CONTENIDO
========================================================= */

.rc-site-main {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.rc-site-main > .rc-hero:first-child,
.rc-site-main > section:first-child,
main.rc-site-main > section:first-child {
	margin-top: 0 !important;
}

body:not(.admin-bar) .rc-site-main {
	padding-top: 0 !important;
}

@media (min-width: 1200px) {
	.rc-site-header + .rc-site-main {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
}


/* =========================================================
   REALTOR CENTER 2.0
   IDENTIDAD OFICIAL EN HEADER
========================================================= */

.rc-brand--official {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 12px;
	min-width: 0;
	text-decoration: none;
}

.rc-brand__official-symbol {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
}

.rc-brand__official-symbol img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.rc-brand__official-text {
	display: flex;
	align-items: center;
	width: clamp(175px, 14vw, 250px);
	height: 62px;
	overflow: hidden;
}

.rc-brand__official-text img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 58px;
	object-fit: contain;
	object-position: left center;
}

/*
 * Ocultar cualquier estructura anterior de la marca
 * en caso de que algún CSS previo continúe cargado.
 */
.rc-brand--official .rc-brand__symbol,
.rc-brand--official .rc-brand__text,
.rc-brand--official .custom-logo-link {
	display: none !important;
}

/* Escritorio convencional */
@media (min-width: 1200px) {

	.rc-brand--official {
		min-width: clamp(245px, 19vw, 330px);
		gap: 12px;
	}

	.rc-brand__official-symbol {
		width: 60px;
		height: 60px;
	}

	.rc-brand__official-text {
		width: clamp(175px, 13vw, 245px);
		height: 60px;
	}

	.rc-brand__official-text img {
		max-height: 54px;
	}
}

/* Monitores amplios */
@media (min-width: 1600px) {

	.rc-brand--official {
		min-width: 335px;
		gap: 15px;
	}

	.rc-brand__official-symbol {
		width: 68px;
		height: 68px;
	}

	.rc-brand__official-text {
		width: 250px;
		height: 68px;
	}

	.rc-brand__official-text img {
		max-height: 62px;
	}
}

/* Televisores y pantallas 4K */
@media (min-width: 2200px) {

	.rc-brand--official {
		min-width: 405px;
		gap: 18px;
	}

	.rc-brand__official-symbol {
		width: 80px;
		height: 80px;
	}

	.rc-brand__official-text {
		width: 300px;
		height: 80px;
	}

	.rc-brand__official-text img {
		max-height: 72px;
	}
}

/* Laptops pequeñas y tabletas */
@media (max-width: 1199px) {

	.rc-brand--official {
		gap: 10px;
	}

	.rc-brand__official-symbol {
		width: 55px;
		height: 55px;
	}

	.rc-brand__official-text {
		width: 195px;
		height: 55px;
	}

	.rc-brand__official-text img {
		max-height: 49px;
	}
}

/* Celulares */
@media (max-width: 767px) {

	.rc-brand--official {
		max-width: calc(100vw - 92px);
		gap: 8px;
	}

	.rc-brand__official-symbol {
		width: 45px;
		height: 45px;
	}

	.rc-brand__official-text {
		width: min(170px, calc(100vw - 155px));
		height: 45px;
	}

	.rc-brand__official-text img {
		max-height: 39px;
	}
}

/* Celulares compactos */
@media (max-width: 390px) {

	.rc-brand__official-symbol {
		width: 42px;
		height: 42px;
	}

	.rc-brand__official-text {
		width: 145px;
		height: 42px;
	}
}


/* =========================================================
   FIX HEADER / BRAND REALTOR CENTER
========================================================= */

.rc-header-shell {
	width: 100%;
	background: #ffffff;
	border-bottom: 1px solid #e9e9e9;
}

.rc-header-inner {
	width: min(1720px, calc(100% - 48px));
	margin: 0 auto;
	min-height: 96px;
	display: flex;
	align-items: center;
	gap: 22px;
}

.rc-brand--official {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	flex: 0 0 auto;
	min-width: 360px;
	max-width: 460px;
	overflow: visible;
}

.rc-brand__official-symbol {
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rc-brand__official-symbol img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.rc-brand__official-text {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex: 0 1 380px;
	width: 380px;
	max-width: 380px;
	min-width: 380px;
	overflow: visible;
}

.rc-brand__official-text img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 74px;
	object-fit: contain;
	object-position: left center;
}

/* navegación escritorio */
.rc-main-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	flex: 1 1 auto;
	min-width: 0;
}

.rc-main-nav a {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: #111111;
	text-decoration: none;
	white-space: nowrap;
}

.rc-main-nav a:hover {
	color: #d7a13c;
}

.rc-header-whatsapp {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 26px;
	border-radius: 12px;
	background: #d7a13c;
	color: #111111;
	text-decoration: none;
	font-weight: 800;
	white-space: nowrap;
}

.rc-header-whatsapp:hover {
	opacity: .92;
}

.rc-menu-toggle {
	display: none !important;
	width: 52px;
	height: 52px;
	border: 1px solid #d9d9d9;
	border-radius: 12px;
	background: #ffffff;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 6px;
	cursor: pointer;
}

.rc-menu-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	background: #111111;
	border-radius: 999px;
}

/* ==========================
   pantallas grandes
========================== */
@media (min-width: 1500px) {
	.rc-header-inner {
		width: min(1820px, calc(100% - 64px));
		gap: 28px;
	}

	.rc-brand--official {
		min-width: 430px;
		max-width: 520px;
	}

	.rc-brand__official-symbol {
		width: 66px;
		height: 66px;
		flex-basis: 66px;
	}

	.rc-brand__official-text {
		width: 430px;
		min-width: 430px;
		max-width: 430px;
	}

	.rc-brand__official-text img {
		max-height: 82px;
	}

	.rc-main-nav {
		gap: 30px;
	}
}

/* ==========================
   escritorio / laptop
========================== */
@media (min-width: 992px) {
	.rc-menu-toggle {
		display: none !important;
	}

	.rc-main-nav {
		display: flex !important;
		position: static !important;
		background: transparent !important;
		box-shadow: none !important;
		padding: 0 !important;
	}
}

/* ==========================
   tablet
========================== */
@media (max-width: 1199px) {
	.rc-header-inner {
		width: calc(100% - 32px);
		gap: 16px;
	}

	.rc-brand--official {
		min-width: 280px;
		max-width: 320px;
	}

	.rc-brand__official-symbol {
		width: 52px;
		height: 52px;
		flex-basis: 52px;
	}

	.rc-brand__official-text {
		width: 250px;
		min-width: 250px;
		max-width: 250px;
	}

	.rc-brand__official-text img {
		max-height: 58px;
	}

	.rc-main-nav {
		gap: 18px;
	}

	.rc-main-nav a {
		font-size: 15px;
	}
}

/* ==========================
   tablet / móvil
========================== */
@media (max-width: 991px) {
	.rc-header-inner {
		position: relative;
		min-height: 88px;
	}

	.rc-brand--official {
		min-width: 0;
		max-width: calc(100% - 180px);
	}

	.rc-brand__official-symbol {
		width: 46px;
		height: 46px;
		flex-basis: 46px;
	}

	.rc-brand__official-text {
		width: 190px;
		min-width: 190px;
		max-width: 190px;
	}

	.rc-brand__official-text img {
		max-height: 45px;
	}

	.rc-menu-toggle {
		display: inline-flex !important;
		margin-left: auto;
	}

	.rc-header-whatsapp {
		padding: 13px 18px;
		font-size: 14px;
	}

	.rc-main-nav {
		display: none;
		position: absolute;
		top: calc(100% + 10px);
		left: 0;
		right: 0;
		z-index: 999;
		background: #ffffff;
		border-radius: 16px;
		box-shadow: 0 16px 40px rgba(0,0,0,.12);
		padding: 18px;
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}

	.rc-main-nav.is-open {
		display: flex !important;
	}
}

@media (max-width: 767px) {
	.rc-header-inner {
		width: calc(100% - 20px);
		gap: 12px;
		min-height: 82px;
	}

	.rc-brand--official {
		max-width: calc(100% - 150px);
		gap: 8px;
	}

	.rc-brand__official-symbol {
		width: 42px;
		height: 42px;
		flex-basis: 42px;
	}

	.rc-brand__official-text {
		width: 160px;
		min-width: 160px;
		max-width: 160px;
	}

	.rc-brand__official-text img {
		max-height: 38px;
	}

	.rc-header-whatsapp {
		padding: 12px 14px;
		font-size: 13px;
		border-radius: 10px;
	}
}

/* =========================================================
   FOOTER PREMIUM — REALTOR CENTER 2.0
========================================================= */

.rc-footer,
.rc-footer *,
.rc-footer *::before,
.rc-footer *::after {
	box-sizing: border-box;
}

.rc-footer {
	background:
		linear-gradient(180deg, #050505 0%, #070707 100%);
	color: #f4f1eb;
	padding-top: 58px;
	border-top: 1px solid rgba(220, 148, 29, 0.14);
}

.rc-footer__container {
	width: min(1840px, calc(100% - 48px));
	margin-inline: auto;
	display: grid;
	grid-template-columns: 1.05fr 1.25fr 0.95fr;
	gap: 52px;
	align-items: start;
	padding-bottom: 42px;
}

.rc-footer__brand,
.rc-footer__brand:visited {
	display: flex;
	align-items: center;
	gap: 16px;
	text-decoration: none;
	color: inherit;
}

.rc-footer__brand-symbol {
	width: 58px;
	height: 58px;
	object-fit: contain;
	flex: 0 0 58px;
}

.rc-footer__brand-wordmark {
	width: 250px;
	max-width: 100%;
	height: 46px;
	object-fit: contain;
	object-position: left center;
	display: block;
}

.rc-footer__tagline {
	margin: 28px 0 0;
	max-width: 460px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 20px;
	line-height: 1.75;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.rc-footer__title {
	margin: 6px 0 28px;
	color: #e0b256;
	font-size: clamp(30px, 2.1vw, 42px);
	line-height: 1.1;
	font-weight: 700;
	font-family: Georgia, "Times New Roman", serif;
}

.rc-footer__contact-list,
.rc-footer__social-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 18px;
}

.rc-footer__contact-list li,
.rc-footer__social-list li {
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 1.75;
}

.rc-footer__contact-list strong,
.rc-footer__social-list strong {
	color: #ffffff;
	font-weight: 800;
}

.rc-footer__contact-list a,
.rc-footer__social-list a {
	color: #ffffff;
	text-decoration: none;
}

.rc-footer__contact-list a:hover,
.rc-footer__social-list a:hover {
	color: #e0b256;
}

.rc-footer__note {
	display: inline-block;
	margin-left: 6px;
	color: rgba(224, 178, 86, 0.95);
	font-size: 14px;
	line-height: 1.45;
}

.rc-footer__cta {
	margin-top: 28px;
}

.rc-footer__whatsapp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 10px;
	background: linear-gradient(135deg, #efc563, #d59a30);
	color: #090909;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 14px 34px rgba(188, 132, 27, 0.22);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.rc-footer__whatsapp-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 38px rgba(188, 132, 27, 0.26);
}

.rc-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	background: rgba(255, 255, 255, 0.015);
}

.rc-footer__bottom-container {
	width: min(1840px, calc(100% - 48px));
	margin-inline: auto;
	padding: 18px 0 22px;
}

.rc-footer__bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 14px;
	line-height: 1.5;
}

/* Desktop medio */
@media (max-width: 1400px) {
	.rc-footer__container {
		grid-template-columns: 1fr 1.15fr 0.9fr;
		gap: 36px;
	}

	.rc-footer__tagline {
		font-size: 18px;
	}

	.rc-footer__contact-list li,
	.rc-footer__social-list li {
		font-size: 16px;
	}
}

/* Tablet */
@media (max-width: 1024px) {
	.rc-footer__container {
		width: calc(100% - 36px);
		grid-template-columns: 1fr;
		gap: 34px;
		padding-bottom: 34px;
	}

	.rc-footer__bottom-container {
		width: calc(100% - 36px);
	}

	.rc-footer__title {
		margin-bottom: 18px;
		font-size: 32px;
	}

	.rc-footer__tagline {
		max-width: 100%;
		font-size: 17px;
		line-height: 1.65;
	}
}

/* Celular */
@media (max-width: 640px) {
	.rc-footer {
		padding-top: 42px;
	}

	.rc-footer__container {
		width: calc(100% - 24px);
		gap: 28px;
	}

	.rc-footer__bottom-container {
		width: calc(100% - 24px);
	}

	.rc-footer__brand {
		align-items: flex-start;
		gap: 12px;
	}

	.rc-footer__brand-symbol {
		width: 46px;
		height: 46px;
		flex-basis: 46px;
	}

	.rc-footer__brand-wordmark {
		width: 210px;
		height: 38px;
	}

	.rc-footer__tagline {
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.6;
	}

	.rc-footer__title {
		font-size: 28px;
	}

	.rc-footer__contact-list li,
	.rc-footer__social-list li {
		font-size: 15px;
		line-height: 1.65;
	}

	.rc-footer__note {
		display: block;
		margin: 6px 0 0;
	}
}

/* =========================================================
   CONTACTO + FOOTER FINAL DE PRODUCCIÓN
========================================================= */

.rc-footer,
.rc-footer *,
.rc-contact-cta-section,
.rc-contact-cta-section * {
	box-sizing: border-box;
}

/* ---------- CONTACTO CTA ---------- */
.rc-contact-cta-section {
	position: relative;
	padding: 72px 0;
	background:
		linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.58) 100%),
		radial-gradient(circle at top left, rgba(218,168,71,.12), transparent 30%);
}

.rc-contact-cta {
	width: min(1840px, calc(100% - 48px));
	margin-inline: auto;
	display: grid;
	grid-template-columns: 1.02fr 1fr;
	gap: 42px;
	align-items: stretch;
}

.rc-contact-cta__copy {
	padding: 18px 0;
	color: #fff;
}

.rc-contact-cta__copy .rc-eyebrow {
	margin: 0 0 14px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #ddb252;
}

.rc-contact-cta__copy h2 {
	margin: 0 0 18px;
	font-size: clamp(40px, 4.2vw, 64px);
	line-height: 1.05;
	font-weight: 700;
	font-family: Georgia, "Times New Roman", serif;
	color: #fff;
	max-width: 840px;
}

.rc-contact-cta__lead {
	margin: 0 0 22px;
	max-width: 760px;
	color: rgba(255,255,255,.82);
	font-size: 19px;
	line-height: 1.75;
}

.rc-contact-cta__info {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
	display: grid;
	gap: 12px;
}

.rc-contact-cta__info li {
	color: rgba(255,255,255,.88);
	font-size: 16px;
	line-height: 1.75;
}

.rc-contact-cta__info strong {
	color: #fff;
	font-weight: 800;
}

.rc-contact-cta__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.rc-contact-cta__form-card {
	background: rgba(255,255,255,.98);
	border: 1px solid rgba(218,168,71,.18);
	border-radius: 20px;
	padding: 28px;
	box-shadow: 0 24px 60px rgba(0,0,0,.24);
}

.rc-contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 18px;
}

.rc-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.rc-field label {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #a97a25;
}

.rc-field input,
.rc-field select,
.rc-field textarea {
	width: 100%;
	min-height: 52px;
	padding: 14px 16px;
	border: 1px solid #d8d8d8;
	border-radius: 12px;
	background: #fff;
	color: #171717;
	font-size: 15px;
	outline: none;
	transition: border-color .18s ease, box-shadow .18s ease;
}

.rc-field textarea {
	min-height: 120px;
	resize: vertical;
}

.rc-field input:focus,
.rc-field select:focus,
.rc-field textarea:focus {
	border-color: #d4a03a;
	box-shadow: 0 0 0 4px rgba(212,160,58,.12);
}

.rc-field--full {
	margin-top: 18px;
}

.rc-contact-form__submit {
	margin-top: 20px;
	width: 100%;
	min-height: 56px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(135deg, #efc563, #d59a30);
	color: #111;
	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 18px 40px rgba(188,132,27,.18);
	transition: transform .18s ease, box-shadow .18s ease;
}

.rc-contact-form__submit:hover {
	transform: translateY(-1px);
	box-shadow: 0 22px 44px rgba(188,132,27,.24);
}

/* ---------- FOOTER ---------- */
.rc-footer {
	background: linear-gradient(180deg, #040404 0%, #070707 100%);
	color: #f5f1e8;
	padding-top: 56px;
	border-top: 1px solid rgba(221,178,82,.14);
}

.rc-footer__container {
	width: min(1840px, calc(100% - 48px));
	margin-inline: auto;
	display: grid;
	grid-template-columns: .95fr 1.2fr .9fr;
	gap: 56px;
	align-items: stretch;
	padding-bottom: 42px;
}

.rc-footer__brand-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100%;
}

.rc-footer__brand-wrap {
	display: flex;
	align-items: center;
	gap: 16px;
}

.rc-footer__brand-symbol {
	width: 58px;
	height: 58px;
	flex: 0 0 58px;
	object-fit: contain;
}

.rc-footer__brand-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.rc-footer__brand-name {
	color: #ffffff;
	font-size: 19px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: .02em;
}

.rc-footer__brand-subtitle {
	margin-top: 6px;
	color: #d7a649;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: .18em;
}

.rc-footer__tagline {
	margin: 24px 0 0;
	max-width: 430px;
	color: rgba(255,255,255,.84);
	font-size: 18px;
	line-height: 1.75;
	font-weight: 600;
}

.rc-footer__title {
	margin: 0 0 22px;
	color: #ddb252;
	font-size: clamp(30px, 2.1vw, 42px);
	line-height: 1.1;
	font-weight: 700;
	font-family: Georgia, "Times New Roman", serif;
}

.rc-footer__contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 18px;
}

.rc-footer__contact-list li {
	color: rgba(255,255,255,.84);
	font-size: 17px;
	line-height: 1.7;
}

.rc-footer__contact-list strong {
	color: #fff;
	font-weight: 800;
}

.rc-footer__contact-list a {
	color: #fff;
	text-decoration: none;
}

.rc-footer__contact-list a:hover {
	color: #ddb252;
}

.rc-footer__social-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 28px;
}

.rc-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: rgba(255,255,255,.04);
	border: 1px solid rgba(221,178,82,.28);
	color: #ddb252;
	text-decoration: none;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
	transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.rc-social-icon:hover {
	transform: translateY(-1px);
	background: rgba(221,178,82,.10);
	border-color: rgba(221,178,82,.55);
}

.rc-social-icon svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.rc-footer__whatsapp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 24px;
	border-radius: 12px;
	background: linear-gradient(135deg, #efc563, #d59a30);
	color: #111;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 16px 34px rgba(188,132,27,.22);
	transition: transform .18s ease, box-shadow .18s ease;
}

.rc-footer__whatsapp-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 20px 40px rgba(188,132,27,.26);
}

.rc-footer__bottom {
	border-top: 1px solid rgba(255,255,255,.08);
	background: rgba(255,255,255,.015);
}

.rc-footer__bottom-container {
	width: min(1840px, calc(100% - 48px));
	margin-inline: auto;
	padding: 18px 0 22px;
}

.rc-footer__bottom p {
	margin: 0;
	color: rgba(255,255,255,.58);
	font-size: 14px;
	line-height: 1.5;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1200px) {
	.rc-contact-cta {
		grid-template-columns: 1fr;
	}

	.rc-footer__container {
		grid-template-columns: 1fr;
		gap: 34px;
	}
}

@media (max-width: 768px) {
	.rc-contact-cta {
		width: calc(100% - 24px);
	}

	.rc-footer__container,
	.rc-footer__bottom-container {
		width: calc(100% - 24px);
	}

	.rc-contact-cta__copy h2 {
		font-size: 34px;
	}

	.rc-contact-cta__lead,
	.rc-footer__tagline {
		font-size: 16px;
		line-height: 1.65;
	}

	.rc-contact-form__grid {
		grid-template-columns: 1fr;
	}

	.rc-footer__title {
		font-size: 28px;
	}

	.rc-footer__contact-list li {
		font-size: 15px;
	}
}


/* =========================================================
   NOSOTROS — REALTOR CENTER
========================================================= */

.rc-about-page,
.rc-about-page *,
.rc-about-page *::before,
.rc-about-page *::after {
	box-sizing: border-box;
}

.rc-about-page {
	--about-black: #050505;
	--about-white: #ffffff;
	--about-cream: #f5f0e8;
	--about-gold: #dfa83c;
	--about-gold-light: #f0c96c;
	--about-text: #252525;
	--about-muted: #696969;

	overflow: hidden;
	background: var(--about-cream);
	color: var(--about-text);
}

.rc-about-shell {
	width: min(1380px, calc(100% - 48px));
	margin-inline: auto;
}

.rc-about-eyebrow {
	margin: 0 0 18px;

	color: var(--about-gold);

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.3;
	text-transform: uppercase;
}

/* =========================================================
   HERO
========================================================= */

.rc-about-hero {
	position: relative;
	isolation: isolate;

	min-height: min(820px, calc(100vh - 110px));

	display: flex;
	align-items: center;

	background:
		url("/wp-content/themes/realtor-center-v2/assets/img/hero/hero-realtor-center.jpg")
		center / cover no-repeat;
}

.rc-about-hero__overlay {
	position: absolute;
	z-index: -1;
	inset: 0;

	background:
		linear-gradient(
			90deg,
			rgba(0, 0, 0, 0.95) 0%,
			rgba(0, 0, 0, 0.82) 35%,
			rgba(0, 0, 0, 0.3) 70%,
			rgba(0, 0, 0, 0.08) 100%
		);
}

.rc-about-hero__content {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.5fr);
	gap: 80px;
	align-items: end;

	padding-block: 110px;
}

.rc-about-hero__copy {
	max-width: 860px;
}

.rc-about-hero h1 {
	max-width: 900px;
	margin: 0;

	color: var(--about-white);

	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(48px, 6.2vw, 94px);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.rc-about-hero__lead {
	max-width: 760px;
	margin: 34px 0 0;

	color: rgba(255, 255, 255, 0.82);

	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(18px, 1.6vw, 24px);
	line-height: 1.65;
}

.rc-about-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 38px;
}

.rc-about-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-height: 58px;
	padding: 0 28px;

	border-radius: 10px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;

	transition:
		transform 180ms ease,
		background 180ms ease,
		color 180ms ease,
		box-shadow 180ms ease;
}

.rc-about-button:hover {
	transform: translateY(-2px);
}

.rc-about-button--gold {
	background:
		linear-gradient(
			135deg,
			#efc769 0%,
			#d69b2c 100%
		);

	color: #070707;

	box-shadow: 0 18px 42px rgba(196, 138, 30, 0.28);
}

.rc-about-button--outline {
	border: 1px solid rgba(255, 255, 255, 0.34);
	background: rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(12px);
	color: #ffffff;
}

.rc-about-hero__seal {
	justify-self: end;

	width: min(100%, 290px);
	padding: 32px;

	border: 1px solid rgba(223, 168, 60, 0.34);
	border-radius: 50%;

	aspect-ratio: 1;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	background: rgba(5, 5, 5, 0.68);
	backdrop-filter: blur(14px);

	text-align: center;

	box-shadow:
		0 30px 60px rgba(0, 0, 0, 0.32),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.rc-about-hero__seal-number {
	color: var(--about-gold-light);

	font-family: Georgia, "Times New Roman", serif;
	font-size: 62px;
	font-weight: 700;
	line-height: 1;
}

.rc-about-hero__seal-line {
	width: 60px;
	height: 1px;
	margin: 18px 0;

	background: rgba(223, 168, 60, 0.6);
}

.rc-about-hero__seal-text {
	max-width: 180px;

	color: rgba(255, 255, 255, 0.72);

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.55;
}

/* =========================================================
   ORIGEN
========================================================= */

.rc-about-origin {
	padding: 120px 0;
	background: #f6f1e9;
}

.rc-about-origin__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(60px, 7vw, 110px);
	align-items: center;
}

.rc-about-origin__image {
	position: relative;
	overflow: hidden;

	min-height: 680px;
	border-radius: 24px;

	background:
		url("/wp-content/themes/realtor-center-v2/assets/img/hero/hero-realtor-center.jpg")
		center / cover no-repeat;

	box-shadow: 0 35px 75px rgba(32, 25, 18, 0.18);
}

.rc-about-origin__image-overlay {
	position: absolute;
	inset: 0;

	background:
		linear-gradient(
			180deg,
			rgba(5, 5, 5, 0.02) 35%,
			rgba(5, 5, 5, 0.86) 100%
		);
}

.rc-about-origin__caption {
	position: absolute;
	z-index: 2;
	right: 32px;
	bottom: 32px;
	left: 32px;

	display: grid;
	gap: 7px;
}

.rc-about-origin__caption span {
	color: var(--about-gold-light);

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rc-about-origin__caption strong {
	max-width: 480px;
	color: #ffffff;

	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 3vw, 44px);
	line-height: 1.12;
}

.rc-about-origin__content h2,
.rc-about-section-heading h2,
.rc-about-territory h2,
.rc-about-vision h2,
.rc-about-promise h2 {
	margin: 0;

	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.07;
}

.rc-about-origin__content h2 {
	max-width: 730px;
	font-size: clamp(42px, 5vw, 68px);
}

.rc-about-origin__content > p {
	max-width: 720px;
	margin: 27px 0 0;

	color: var(--about-muted);

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.8;
}

.rc-about-origin__quote {
	position: relative;

	margin-top: 38px;
	padding: 30px 32px 30px 86px;

	border-left: 3px solid var(--about-gold);
	border-radius: 0 16px 16px 0;

	background: rgba(255, 255, 255, 0.76);

	box-shadow: 0 18px 42px rgba(43, 33, 22, 0.08);
}

.rc-about-origin__quote > span {
	position: absolute;
	top: 12px;
	left: 27px;

	color: var(--about-gold);

	font-family: Georgia, "Times New Roman", serif;
	font-size: 72px;
	line-height: 1;
}

.rc-about-origin__quote p {
	margin: 0;

	color: #292929;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	line-height: 1.55;
}

/* =========================================================
   PROPÓSITO
========================================================= */

.rc-about-purpose {
	padding: 120px 0;
	background: #ffffff;
}

.rc-about-section-heading {
	max-width: 900px;
	margin-bottom: 58px;
}

.rc-about-section-heading h2 {
	font-size: clamp(44px, 5.2vw, 72px);
}

.rc-about-section-heading > p:last-child {
	max-width: 760px;
	margin: 25px 0 0;

	color: var(--about-muted);

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.75;
}

.rc-about-purpose__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.rc-about-value-card {
	min-height: 320px;
	padding: 34px;

	border: 1px solid rgba(205, 157, 62, 0.22);
	border-radius: 18px;

	background:
		linear-gradient(
			145deg,
			#ffffff,
			#f8f4ee
		);

	box-shadow:
		0 18px 46px rgba(56, 42, 24, 0.08);

	transition:
		transform 180ms ease,
		box-shadow 180ms ease;
}

.rc-about-value-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 28px 60px rgba(56, 42, 24, 0.13);
}

.rc-about-value-card__number {
	color: var(--about-gold);

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.rc-about-value-card h3 {
	margin: 55px 0 18px;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	line-height: 1.1;
}

.rc-about-value-card p {
	margin: 0;

	color: var(--about-muted);

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

/* =========================================================
   TERRITORIO
========================================================= */

.rc-about-territory {
	position: relative;
	isolation: isolate;

	min-height: 680px;

	display: flex;
	align-items: center;

	background:
		url("/wp-content/themes/realtor-center-v2/assets/img/hero/hero-realtor-center.jpg")
		center / cover fixed no-repeat;
}

.rc-about-territory__overlay {
	position: absolute;
	z-index: -1;
	inset: 0;

	background:
		linear-gradient(
			90deg,
			rgba(5, 5, 5, 0.94),
			rgba(5, 5, 5, 0.65)
		);
}

.rc-about-territory__content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
	gap: 90px;
	align-items: center;

	padding-block: 100px;
}

.rc-about-territory h2 {
	max-width: 760px;

	color: #ffffff;
	font-size: clamp(44px, 5.2vw, 72px);
}

.rc-about-territory__copy > p:last-child {
	max-width: 700px;
	margin: 28px 0 0;

	color: rgba(255, 255, 255, 0.74);

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.8;
}

.rc-about-territory__facts {
	display: grid;
	gap: 16px;
}

.rc-about-fact {
	padding: 25px 27px;

	border: 1px solid rgba(223, 168, 60, 0.3);
	border-radius: 14px;

	background: rgba(5, 5, 5, 0.6);
	backdrop-filter: blur(12px);
}

.rc-about-fact strong {
	display: block;
	margin-bottom: 6px;

	color: var(--about-gold-light);

	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
}

.rc-about-fact span {
	color: rgba(255, 255, 255, 0.68);

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

/* =========================================================
   VISIÓN
========================================================= */

.rc-about-vision {
	padding: 120px 0;
	background: #f6f1e9;
}

.rc-about-vision__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 90px;
	align-items: start;
}

.rc-about-vision h2 {
	font-size: clamp(44px, 5vw, 68px);
}

.rc-about-vision__copy {
	padding-top: 40px;
}

.rc-about-vision__copy p {
	margin: 0 0 26px;

	color: var(--about-muted);

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.85;
}

/* =========================================================
   PROMESA FINAL
========================================================= */

.rc-about-promise {
	padding: 100px 0;
	background: #050505;
}

.rc-about-promise__panel {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) auto;
	gap: 60px;
	align-items: center;

	padding: clamp(42px, 6vw, 78px);

	border: 1px solid rgba(223, 168, 60, 0.28);
	border-radius: 24px;

	background:
		radial-gradient(
			circle at 88% 18%,
			rgba(223, 168, 60, 0.14),
			transparent 34%
		),
		linear-gradient(
			145deg,
			#111111,
			#080808
		);

	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.32);
}

.rc-about-promise h2 {
	max-width: 900px;

	color: #ffffff;
	font-size: clamp(40px, 4.5vw, 64px);
}

.rc-about-promise__copy > p:last-child {
	max-width: 760px;
	margin: 22px 0 0;

	color: rgba(255, 255, 255, 0.68);

	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.7;
}

.rc-about-promise__actions {
	display: grid;
	gap: 18px;
	justify-items: center;
}

.rc-about-promise__secondary {
	color: rgba(255, 255, 255, 0.72);

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1080px) {

	.rc-about-hero__content,
	.rc-about-origin__grid,
	.rc-about-territory__content,
	.rc-about-vision__grid {
		grid-template-columns: 1fr;
	}

	.rc-about-hero__seal {
		justify-self: start;
		width: 240px;
	}

	.rc-about-origin__image {
		min-height: 560px;
	}

	.rc-about-purpose__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rc-about-territory__content {
		gap: 54px;
	}

	.rc-about-territory__facts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rc-about-promise__panel {
		grid-template-columns: 1fr;
	}

	.rc-about-promise__actions {
		justify-items: start;
	}
}

@media (max-width: 720px) {

	.rc-about-shell {
		width: min(100% - 24px, 1380px);
	}

	.rc-about-hero {
		min-height: auto;
	}

	.rc-about-hero__content {
		gap: 48px;
		padding-block: 84px 70px;
	}

	.rc-about-hero h1 {
		font-size: clamp(46px, 14vw, 68px);
	}

	.rc-about-hero__lead {
		font-size: 17px;
	}

	.rc-about-hero__seal {
		width: 205px;
	}

	.rc-about-origin,
	.rc-about-purpose,
	.rc-about-vision {
		padding: 82px 0;
	}

	.rc-about-origin__image {
		min-height: 440px;
	}

	.rc-about-origin__caption {
		right: 22px;
		bottom: 22px;
		left: 22px;
	}

	.rc-about-origin__quote {
		padding: 70px 24px 25px;
	}

	.rc-about-origin__quote > span {
		top: 14px;
		left: 22px;
	}

	.rc-about-purpose__grid,
	.rc-about-territory__facts {
		grid-template-columns: 1fr;
	}

	.rc-about-value-card {
		min-height: auto;
	}

	.rc-about-territory {
		background-attachment: scroll;
	}

	.rc-about-territory__content {
		padding-block: 82px;
	}

	.rc-about-promise {
		padding: 70px 0;
	}

	.rc-about-promise__panel {
		padding: 32px 24px;
	}

	.rc-about-hero__actions,
	.rc-about-promise__actions {
		align-items: stretch;
	}

	.rc-about-button {
		width: 100%;
	}
}

/* =========================================================
   NOSOTROS — CORRECCIÓN DE IMÁGENES REALES
========================================================= */

.rc-about-origin__image {
	background-image:
		linear-gradient(
			180deg,
			rgba(5, 5, 5, 0.04) 25%,
			rgba(5, 5, 5, 0.76) 100%
		),
		url("/wp-content/themes/realtor-center-v2/assets/img/hero/hero-realtor-center.jpg");

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.rc-about-territory {
	background-image:
		linear-gradient(
			90deg,
			rgba(5, 5, 5, 0.94),
			rgba(5, 5, 5, 0.62)
		),
		url("/wp-content/themes/realtor-center-v2/assets/img/hero/hero-realtor-center.jpg");

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

@media (max-width: 720px) {
	.rc-about-territory {
		background-attachment: scroll;
	}
}
