.archive-landing {
	background:
		radial-gradient(circle at top, rgba(0, 182, 122, 0.12), transparent 24%),
		linear-gradient(180deg, #f4f8fb 0%, #ffffff 28%, #f5f9fc 100%);
	color: #071a2e;
	padding-bottom: 7rem;
}

.archive-landing__shell {
	display: grid;
	gap: 1.5rem;
}

.archive-hero {
	background-color: #071a2e;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 1.15rem 0 1.5rem;
	position: relative;
	overflow: hidden;
}

.archive-hero::after {
	background: linear-gradient(135deg, rgba(0, 182, 122, 0.28), transparent 52%);
	content: "";
	inset: 0;
	position: absolute;
	pointer-events: none;
}

.archive-hero__inner,
.archive-search-section .container,
.archive-sections .container,
.archive-market .container,
.archive-faq .container {
	position: relative;
	z-index: 1;
}

.archive-breadcrumbs {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-bottom: 1rem;
}

.archive-breadcrumbs a,
.archive-breadcrumbs span {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	color: #fff;
	font-size: 0.78rem;
	padding: 0.35rem 0.7rem;
}

.archive-hero__content {
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.9fr);
	align-items: center;
}

.archive-hero__copy h1 {
	color: #fff;
	font-size: clamp(1.9rem, 4vw, 3.4rem);
	line-height: 1.08;
	margin: 0 0 0.65rem;
}

.archive-hero__copy p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.94rem;
	line-height: 1.7;
	max-width: 46rem;
	margin: 0;
}

.archive-hero__eyebrow,
.archive-section-heading__eyebrow {
	color: #00b67a;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 0.45rem;
	text-transform: uppercase;
}

.archive-hero__panel,
.archive-search-section__card,
.archive-feature-card,
.archive-side-card,
.archive-insight-card,
.archive-copy-card,
.archive-faq__item {
	background: #fff;
	border: 1px solid rgba(7, 26, 46, 0.06);
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(7, 26, 46, 0.08);
}

.archive-hero__panel {
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(16px);
	border-color: rgba(255, 255, 255, 0.12);
	padding: 1rem;
}

.archive-hero__stats {
	display: grid;
	gap: 0.7rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 0.8rem;
}

.archive-hero__stat {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	padding: 0.85rem;
}

.archive-hero__stat strong {
	color: #fff;
	display: block;
	font-size: 1rem;
	margin-bottom: 0.2rem;
}

.archive-hero__stat span {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.8rem;
}

.archive-hero__actions,
.archive-search-form__actions,
.property-card__cta-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.archive-search-section {
	margin-top: -2rem;
	position: relative;
	z-index: 2;
}

.archive-search-section__card {
	padding: 1rem;
	overflow: visible;
}

.archive-section-heading {
	margin-bottom: 1rem;
}

.archive-section-heading h2 {
	font-size: clamp(1.3rem, 2.6vw, 1.9rem);
	margin: 0;
}

.archive-section-heading--inline,
.archive-section-heading--split {
	align-items: center;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.archive-search-form__submit,
.archive-feature-card__cta,
.property-card__whatsapp,
.archive-mobile-cta .button {
	background: #00b67a;
	border-radius: 12px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 0.8rem 1.15rem;
	text-decoration: none;
}

.archive-search-form__submit--desktop {
	min-width: 120px;
}

.archive-grid-layout {
	display: grid;
	gap: 1.6rem;
	grid-template-columns: minmax(0, 1.75fr) minmax(270px, 0.8fr);
}

.archive-block {
	margin-bottom: 1.5rem;
}

.archive-featured-grid {
	display: grid;
	gap: 1.2rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.archive-feature-card {
	overflow: hidden;
}

.archive-feature-card__image,
.archive-feature-card__image img {
	display: block;
}

.archive-feature-card__image img,
.archive-feature-card__placeholder {
	height: 220px;
	object-fit: cover;
	width: 100%;
}

.archive-feature-card__placeholder {
	background: linear-gradient(135deg, #cad8e6, #eef4f8);
}

.archive-feature-card__body {
	display: grid;
	gap: 0.85rem;
	padding: 1rem;
}

.archive-feature-card__meta,
.archive-feature-card__stats {
	color: #5f7185;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 1rem;
	font-size: 0.92rem;
}

.archive-feature-card h3,
.archive-side-card h3 {
	margin: 0;
	font-size: 1.1rem;
}

.archive-side-card {
	padding: 1rem;
}

.archive-side-card ul {
	display: grid;
	gap: 0.9rem;
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
}

.archive-side-card li {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	gap: 0.75rem;
}

.archive-side-card li span {
	color: #6d8094;
	font-size: 0.88rem;
}

.archive-pagination {
	margin-top: 1.5rem;
}

.archive-insights-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.archive-insight-card {
	padding: 1rem;
}

.archive-insight-card span {
	color: #5a7187;
	display: block;
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}

.archive-insight-card strong {
	display: block;
	font-size: 1.15rem;
	margin-bottom: 0.45rem;
}

.archive-insight-card p {
	color: #00b67a;
	margin: 0;
}

.archive-seo__grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
}

.archive-seo__content p {
	font-size: 1.02rem;
	line-height: 1.9;
	margin: 0;
}

.archive-seo__cards {
	display: grid;
	gap: 1rem;
}

.compound-archive {
	background:
		radial-gradient(circle at 20% 0%, rgba(0, 182, 122, 0.16), transparent 28%),
		radial-gradient(circle at 80% 8%, rgba(255, 255, 255, 0.08), transparent 20%),
		linear-gradient(180deg, #edf3f8 0%, #ffffff 22%, #f6fafc 100%);
	padding-bottom: 6rem;
}

.compound-hero {
	background:
		radial-gradient(circle at top center, rgba(0, 182, 122, 0.22), transparent 32%),
		linear-gradient(135deg, #071a2e 0%, #0c233d 56%, #0f5b55 100%);
	color: #fff;
	padding: 3.2rem 0 5.75rem;
	position: relative;
	overflow: hidden;
}

.compound-hero::before,
.compound-hero::after {
	content: "";
	position: absolute;
	inset: auto;
	border-radius: 999px;
	filter: blur(12px);
	opacity: 0.52;
	pointer-events: none;
}

.compound-hero::before {
	background: rgba(0, 182, 122, 0.24);
	height: 220px;
	left: -60px;
	top: 110px;
	width: 220px;
}

.compound-hero::after {
	background: rgba(255, 255, 255, 0.08);
	height: 280px;
	inset-inline-end: -80px;
	top: 40px;
	width: 280px;
}

.compound-hero .container {
	position: relative;
	z-index: 1;
}

.compound-hero__layout {
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	align-items: center;
}

.compound-hero__content h1 {
	color: #fff;
	font-size: clamp(2.2rem, 5vw, 4.2rem);
	line-height: 1.04;
	margin: 0 0 0.8rem;
	max-width: 13ch;
}

.compound-hero__content > p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.02rem;
	line-height: 1.9;
	margin: 0 0 1.5rem;
	max-width: 38rem;
}

.compound-hero__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-bottom: 1.35rem;
}

.compound-hero__stat,
.compound-hero__metric {
	background: rgba(255, 255, 255, 0.09);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	box-shadow: 0 16px 40px rgba(3, 12, 22, 0.18);
}

.compound-hero__stat {
	min-width: 150px;
	padding: 0.95rem 1.1rem;
}

.compound-hero__stat strong,
.compound-hero__metric strong {
	color: #fff;
	display: block;
}

.compound-hero__stat strong {
	font-size: 1.18rem;
	margin-bottom: 0.2rem;
}

.compound-hero__stat span,
.compound-hero__metric span {
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.86rem;
}

.compound-hero__metrics {
	display: grid;
	gap: 0.9rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.compound-hero__metric {
	padding: 0.95rem 1rem;
}

.compound-hero__metric strong {
	font-size: 1.1rem;
	margin-top: 0.35rem;
}

.compound-hero__visual {
	display: flex;
	justify-content: center;
}

.compound-hero__image-shell {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='720' height='540' viewBox='0 0 720 540'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23152940'/%3E%3Cstop offset='1' stop-color='%2328706b'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='720' height='540' rx='36' fill='url(%23a)'/%3E%3Cpath d='M60 440L180 250L250 320L350 170L430 260L510 210L660 440H60Z' fill='%23d7e3ef' fill-opacity='.15'/%3E%3Cpath d='M150 420V210h80v210M275 420V160h90v260M390 420V240h70v180M500 420V190h85v230' stroke='%23ffffff' stroke-opacity='.55' stroke-width='16'/%3E%3Cpath d='M150 260h80M275 210h90M500 240h85' stroke='%2300B67A' stroke-width='16' stroke-linecap='round'/%3E%3C/svg%3E");
	background-position: center;
	background-size: cover;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 32px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
	height: 400px;
	position: relative;
	width: min(100%, 500px);
}

.compound-hero__image-glow {
	background: radial-gradient(circle, rgba(0, 182, 122, 0.35), transparent 62%);
	filter: blur(10px);
	inset: auto;
	height: 180px;
	left: 50%;
	position: absolute;
	top: 55%;
	transform: translateX(-50%);
	width: 180px;
}

.compound-search-card {
	margin-top: 2.2rem;
}

.compound-search-card .archive-search-form__card {
	border-radius: 24px;
	box-shadow: 0 24px 80px rgba(6, 24, 43, 0.18);
	padding: 1rem 1rem 1.1rem;
}

.compound-search-card .archive-search-form__compact {
	align-items: center;
	display: grid;
	gap: 0.9rem;
	grid-template-columns: minmax(0, 1fr) auto;
}

.compound-search-card__desktop-row {
	grid-template-columns: minmax(250px, 1.6fr) repeat(3, minmax(150px, 0.9fr));
}

.compound-search-card .archive-search-form__compact-field,
.compound-search-card .archive-search-form__field {
	background: #f8fbfd;
	border: 1px solid rgba(7, 26, 46, 0.08);
	border-radius: 18px;
}

.compound-search-card .archive-search-form__compact-field span,
.compound-search-card .archive-search-form__field span {
	color: #0c2744;
	font-weight: 800;
}

.compound-search-card .archive-search-form__compact-field input,
.compound-search-card .archive-search-form__compact-field select,
.compound-search-card .archive-search-form__field input,
.compound-search-card .archive-search-form__field select {
	background: transparent;
}

.compound-search-card__actions {
	align-self: stretch;
	display: grid;
	gap: 0.7rem;
	grid-auto-flow: column;
	grid-auto-columns: minmax(138px, 1fr);
}

.compound-search-card .archive-search-form__submit {
	background: linear-gradient(135deg, #00b67a, #11c38b);
	box-shadow: 0 14px 36px rgba(0, 182, 122, 0.24);
}

.compound-search-card .archive-search-form__submit.is-loading {
	opacity: 0.86;
	pointer-events: none;
}

.compound-search-card .archive-search-form__filters-button {
	border-radius: 14px;
	color: #071a2e;
	font-weight: 800;
}

.compound-search-card__recent {
	margin-top: 0.8rem;
}

.compound-search-card__recent > span {
	color: #42586e;
	font-size: 0.86rem;
	font-weight: 700;
}

.compound-search-card .archive-search-form__chip {
	background: #f2f6f8;
	border: 1px solid rgba(7, 26, 46, 0.07);
	color: #102b47;
}

.compound-search-card .archive-search-form__advanced-sheet {
	border-radius: 28px 28px 0 0;
}

.compound-search-card__advanced-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.compound-archive__section {
	padding-top: 2.2rem;
}

.compound-archive__section--tight {
	padding-top: 1.4rem;
}

.compound-archive__section--last {
	padding-bottom: 0.5rem;
}

.compound-archive__link {
	color: #00b67a;
	font-weight: 800;
	text-decoration: none;
}

.compound-archive__pill-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.compound-archive__pill-card {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(7, 26, 46, 0.07);
	border-radius: 18px;
	box-shadow: 0 12px 40px rgba(7, 26, 46, 0.06);
	color: #071a2e;
	display: flex;
	font-weight: 800;
	justify-content: center;
	min-height: 88px;
	padding: 1rem;
	text-align: center;
	text-decoration: none;
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.compound-archive__pill-card:hover,
.compound-archive__category-card:hover,
.compound-archive__compound-card:hover {
	border-color: rgba(0, 182, 122, 0.24);
	box-shadow: 0 22px 48px rgba(7, 26, 46, 0.1);
	transform: translateY(-4px);
}

.compound-archive__category-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.compound-archive__category-card {
	align-items: center;
	background: linear-gradient(180deg, #ffffff, #f6fafc);
	border: 1px solid rgba(7, 26, 46, 0.07);
	border-radius: 22px;
	box-shadow: 0 16px 40px rgba(7, 26, 46, 0.06);
	color: #071a2e;
	display: grid;
	gap: 0.75rem;
	justify-items: center;
	min-height: 132px;
	padding: 1.15rem;
	text-align: center;
	text-decoration: none;
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.compound-archive__category-icon {
	background:
		radial-gradient(circle at center, rgba(0, 182, 122, 0.2), transparent 68%),
		linear-gradient(135deg, #dff9ef, #edf3f8);
	border-radius: 50%;
	display: block;
	height: 54px;
	position: relative;
	width: 54px;
}

.compound-archive__category-icon::before,
.compound-archive__category-icon::after {
	content: "";
	position: absolute;
}

.compound-archive__category-icon::before {
	background: #00b67a;
	border-radius: 8px 8px 0 0;
	height: 18px;
	inset-inline-start: 16px;
	top: 16px;
	width: 22px;
}

.compound-archive__category-icon::after {
	background: #071a2e;
	border-radius: 2px;
	height: 8px;
	inset-inline-start: 24px;
	top: 25px;
	width: 6px;
}

.compound-archive__compound-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.compound-archive__compound-card {
	background: #fff;
	border: 1px solid rgba(7, 26, 46, 0.06);
	border-radius: 24px;
	box-shadow: 0 18px 52px rgba(7, 26, 46, 0.08);
	overflow: hidden;
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.compound-archive__compound-media {
	display: block;
	height: 240px;
	overflow: hidden;
	position: relative;
}

.compound-archive__compound-media img,
.compound-archive__compound-placeholder {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.compound-archive__compound-placeholder {
	background: linear-gradient(135deg, #cad8e6, #e9f2f7);
}

.compound-archive__compound-media::after {
	background: linear-gradient(180deg, transparent, rgba(7, 26, 46, 0.38));
	content: "";
	inset: 0;
	position: absolute;
}

.compound-archive__compound-badges {
	align-items: center;
	display: flex;
	gap: 0.65rem;
	justify-content: space-between;
	left: 1rem;
	position: absolute;
	right: 1rem;
	top: 1rem;
	z-index: 1;
}

.compound-archive__compound-badges span,
.compound-archive__compound-badges button {
	background: rgba(255, 255, 255, 0.92);
	border: 0;
	border-radius: 999px;
	color: #071a2e;
	font-weight: 800;
	min-height: 38px;
	padding: 0.55rem 0.85rem;
}

.compound-archive__compound-badges button {
	cursor: pointer;
	font-size: 1rem;
	padding-inline: 0.8rem;
}

.compound-archive__compound-badges button.is-active {
	color: #d6336c;
}

.compound-archive__compound-body {
	display: grid;
	gap: 0.9rem;
	padding: 1.05rem;
}

.compound-archive__compound-heading {
	align-items: start;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.compound-archive__compound-heading h3 {
	font-size: 1.24rem;
	margin: 0 0 0.3rem;
}

.compound-archive__compound-heading h3 a {
	color: #071a2e;
	text-decoration: none;
}

.compound-archive__compound-heading p,
.compound-archive__compound-description,
.compound-archive__empty-state p {
	color: #607486;
	line-height: 1.8;
	margin: 0;
}

.compound-archive__compound-rating {
	background: #f4f9f7;
	border-radius: 18px;
	min-width: 72px;
	padding: 0.55rem 0.7rem;
	text-align: center;
}

.compound-archive__compound-rating strong {
	color: #071a2e;
	display: block;
	font-size: 1rem;
}

.compound-archive__compound-rating span {
	color: #00b67a;
	font-size: 0.77rem;
	font-weight: 800;
}

.compound-archive__compound-meta,
.compound-archive__compound-signals {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.compound-archive__compound-meta span,
.compound-archive__compound-signals span {
	background: #f4f8fb;
	border-radius: 999px;
	color: #183551;
	font-size: 0.83rem;
	font-weight: 700;
	padding: 0.5rem 0.7rem;
}

.compound-archive__compound-footer {
	align-items: end;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.compound-archive__compound-footer small {
	color: #688094;
	display: block;
	font-size: 0.8rem;
	margin-bottom: 0.2rem;
}

.compound-archive__compound-footer strong {
	color: #071a2e;
	font-size: 1rem;
}

.compound-archive__properties-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.compound-archive__empty-state {
	background: linear-gradient(180deg, #ffffff, #f7fbfd);
	border: 1px solid rgba(7, 26, 46, 0.07);
	border-radius: 24px;
	box-shadow: 0 18px 48px rgba(7, 26, 46, 0.06);
	padding: 1.5rem;
}

.compound-archive__empty-state strong {
	color: #071a2e;
	display: block;
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}

@media (max-width: 1199px) {
	.compound-hero__layout {
		grid-template-columns: 1fr;
	}

	.compound-hero__visual {
		order: -1;
	}

	.compound-hero__image-shell {
		height: 320px;
		max-width: 620px;
		width: 100%;
	}

	.compound-search-card .archive-search-form__compact {
		grid-template-columns: 1fr;
	}

	.compound-search-card__actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-flow: initial;
		grid-auto-columns: initial;
	}

	.compound-archive__pill-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.compound-archive__category-grid,
	.compound-archive__compound-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.compound-hero {
		padding-bottom: 5rem;
	}

	.compound-hero__metrics,
	.compound-archive__properties-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.compound-archive__pill-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.compound-archive__category-grid,
	.compound-archive__compound-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.compound-search-card__advanced-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.compound-hero {
		padding: 2.35rem 0 4.25rem;
	}

	.compound-hero__content h1 {
		max-width: none;
	}

	.compound-hero__stats {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.compound-hero__metrics,
	.compound-archive__pill-grid,
	.compound-archive__category-grid,
	.compound-archive__compound-grid,
	.compound-archive__properties-grid,
	.compound-search-card__advanced-grid {
		grid-template-columns: 1fr;
	}

	.compound-hero__image-shell {
		height: 220px;
	}

	.compound-search-card {
		margin-top: 1.6rem;
	}

	.compound-search-card .archive-search-form__card {
		border-radius: 22px;
		padding: 0.9rem;
	}

	.compound-search-card .archive-search-form__compact {
		gap: 0.8rem;
	}

	.compound-search-card .archive-search-form__mobile-row {
		display: block;
	}

	.compound-search-card__actions {
		bottom: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		position: sticky;
		z-index: 3;
	}

	.compound-search-card__actions .archive-search-form__filters-button,
	.compound-search-card__actions .archive-search-form__submit {
		min-height: 50px;
	}

	.compound-search-card .archive-search-form__recent {
		display: grid;
		gap: 0.55rem;
	}

	.compound-search-card .archive-search-form__chips {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 0.2rem;
		scrollbar-width: none;
	}

	.compound-search-card .archive-search-form__chips::-webkit-scrollbar {
		display: none;
	}

	.compound-search-card .archive-search-form__advanced-sheet {
		border-radius: 28px 28px 0 0;
		max-height: min(84vh, 820px);
		padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
	}

	.compound-search-card .archive-search-form__advanced-actions {
		background: rgba(255, 255, 255, 0.96);
		bottom: 0;
		position: sticky;
	}
}

.archive-copy-card {
	padding: 1rem;
}

.archive-copy-card ul {
	display: grid;
	gap: 0.7rem;
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
}

.archive-copy-card li {
	padding-inline-start: 1.4rem;
	position: relative;
}

.archive-copy-card li::before {
	background: #00b67a;
	border-radius: 999px;
	content: "";
	height: 8px;
	inset-inline-start: 0;
	position: absolute;
	top: 0.7rem;
	width: 8px;
}

.archive-faq__list {
	display: grid;
	gap: 0.95rem;
}

.archive-faq__item {
	padding: 0 1rem;
}

.archive-faq__item summary {
	cursor: pointer;
	font-size: 0.96rem;
	font-weight: 800;
	list-style: none;
	padding: 1.15rem 0;
}

.archive-faq__item p {
	color: #5a7187;
	line-height: 1.8;
	margin: 0 0 1.1rem;
}

.archive-mobile-cta {
	display: none;
}

.property-card__cta-row {
	border-top: 1px solid rgba(7, 26, 46, 0.08);
	margin-top: 1rem;
	padding-top: 1rem;
}

.property-card__roi-pill {
	background: rgba(0, 182, 122, 0.1);
	border-radius: 999px;
	color: #008659;
	font-size: 0.92rem;
	font-weight: 700;
	padding: 0.55rem 0.9rem;
}

.property-card__whatsapp {
	margin-inline-start: auto;
	min-width: 120px;
}

@media (max-width: 1100px) {
	.archive-hero__content,
	.archive-grid-layout,
	.archive-seo__grid {
		grid-template-columns: 1fr;
	}

	.archive-featured-grid,
	.archive-insights-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.archive-landing {
		padding-bottom: 8.5rem;
	}

	.archive-hero {
		padding-top: 1.2rem;
	}

	.archive-search-section {
		margin-top: -1.2rem;
	}

	.archive-hero__stats,
	.archive-featured-grid,
	.archive-insights-grid {
		grid-template-columns: 1fr;
	}

	.archive-mobile-cta {
		background: rgba(7, 26, 46, 0.92);
		bottom: 0;
		display: grid;
		gap: 0.75rem;
		grid-template-columns: 1fr 1fr;
		left: 0;
		padding: 0.8rem 1rem calc(0.8rem + env(safe-area-inset-bottom));
		position: fixed;
		right: 0;
		z-index: 30;
	}

	.archive-mobile-cta .button--ghost {
		background: #fff;
		color: #071a2e;
	}

	.property-card__whatsapp {
		margin-inline-start: 0;
		width: 100%;
	}
}
