/* Realty Vitrine — estilos base (mobile-first). */

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; } /* garante que elementos com [hidden] fiquem ocultos mesmo com display:flex */
body { margin: 0; color: var(--wp--preset--color--text, #1a1a1a); background: #fff; font-size: 16px; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--wp--preset--color--brand-primary, #c0392b); }

.rvit-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.screen-reader-text { position: absolute !important; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }

/* Botões */
.rvit-btn { display: inline-block; padding: 12px 18px; border-radius: 8px; background: #eef0f2; color: #1a1a1a; text-decoration: none; border: 0; cursor: pointer; font-size: 1rem; min-height: 44px; }
.rvit-btn--primary { background: var(--wp--preset--color--brand-primary, #c0392b); color: #fff; }
.rvit-btn--whatsapp { background: #25d366; color: #fff; }

/* Cabeçalho */
.rvit-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid #ececec; }
.rvit-header__inner { display: flex; align-items: center; gap: 12px; min-height: 64px; }
.rvit-site-title { font-weight: 700; font-size: 1.25rem; text-decoration: none; color: var(--wp--preset--color--brand-secondary, #2c3e50); }
.rvit-header__phone { margin-left: auto; font-weight: 600; text-decoration: none; }
.rvit-menu-toggle { background: none; border: 0; width: 44px; height: 44px; cursor: pointer; }
.rvit-menu-toggle__bars, .rvit-menu-toggle__bars::before, .rvit-menu-toggle__bars::after { display: block; width: 22px; height: 2px; background: #1a1a1a; position: relative; margin: 0 auto; content: ''; }
.rvit-menu-toggle__bars::before { position: absolute; top: -7px; content: ''; }
.rvit-menu-toggle__bars::after { position: absolute; top: 7px; content: ''; }
.rvit-nav { display: none; position: absolute; top: 64px; left: 0; right: 0; background: #fff; border-bottom: 1px solid #ececec; padding: 8px 16px; }
.rvit-nav.is-open { display: block; }
.rvit-menu { list-style: none; margin: 0; padding: 0; }
.rvit-menu li { padding: 6px 0; }

/* Hero */
.rvit-hero { background: var(--wp--preset--color--brand-secondary, #2c3e50); color: #fff; padding: 32px 0; }
.rvit-hero__title { font-size: 1.8rem; margin: 0 0 16px; }

/* Filtros */
.rvit-filters { background: #fff; color: #1a1a1a; border-radius: 12px; padding: 16px; }
.rvit-filters__ops { display: flex; gap: 8px; margin-bottom: 12px; }
.rvit-chip { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border: 1px solid #d8dade; border-radius: 999px; cursor: pointer; }
.rvit-filters__grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.rvit-filters label { display: block; font-size: 0.9rem; }
.rvit-filters label span { display: block; margin-bottom: 4px; color: #555; }
.rvit-filters input, .rvit-filters select { width: 100%; padding: 10px; border: 1px solid #d8dade; border-radius: 8px; min-height: 44px; font-size: 1rem; }
.rvit-filters__bycode { margin-top: 12px; }
.rvit-filters__submit { width: 100%; margin-top: 12px; }

/* Grade de cards */
.rvit-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.rvit-section { padding: 28px 0; }
.rvit-section__title { font-size: 1.4rem; margin: 0 0 16px; }
.rvit-section__more { margin-top: 16px; text-align: center; }

/* Card */
.rvit-card { border: 1px solid #ececec; border-radius: 12px; overflow: hidden; background: #fff; display: flex; flex-direction: column; }
.rvit-card__media { position: relative; display: block; aspect-ratio: 16/10; background: #f0f0f1; }
.rvit-card__img { width: 100%; height: 100%; object-fit: cover; }
.rvit-card__img--placeholder { display: block; width: 100%; height: 100%; background: repeating-linear-gradient(45deg,#eceff1,#eceff1 10px,#e2e6e9 10px,#e2e6e9 20px); }
.rvit-card__body { padding: 12px 14px 16px; }
.rvit-card__price { font-size: 1.2rem; font-weight: 700; margin: 0 0 4px; color: var(--wp--preset--color--brand-secondary, #2c3e50); }
.rvit-card__title { font-size: 1rem; margin: 0 0 4px; }
.rvit-card__title a { text-decoration: none; color: #1a1a1a; }
.rvit-card__location { color: #666; font-size: 0.9rem; margin: 0 0 8px; }
.rvit-card__specs { list-style: none; display: flex; flex-wrap: wrap; gap: 12px; padding: 0; margin: 0 0 8px; font-size: 0.85rem; color: #444; }
.rvit-card__ref { color: #999; font-size: 0.8rem; margin: 0; }

/* Selo / faixa */
.rvit-badge { position: absolute; z-index: 2; color: #fff; font-size: 0.8rem; font-weight: 700; padding: 4px 10px; }
.rvit-badge--corner { top: 10px; left: 10px; border-radius: 6px; }
.rvit-badge--overlay { top: 14px; left: 0; right: 0; text-align: center; text-transform: uppercase; letter-spacing: 1px; padding: 8px; }

/* Favoritar */
.rvit-fav { position: absolute; top: 10px; right: 10px; z-index: 3; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(255,255,255,0.92); cursor: pointer; font-size: 1.1rem; line-height: 1; box-shadow: 0 1px 4px rgba(0,0,0,0.15); }
.rvit-fav__icon { color: #b32d2e; }
.rvit-fav.is-fav { background: #b32d2e; }
.rvit-fav.is-fav .rvit-fav__icon { color: #fff; }
.rvit-header__fav { margin-left: auto; text-decoration: none; font-weight: 600; color: #b32d2e; white-space: nowrap; }
.rvit-header__fav + .rvit-header__phone { margin-left: 16px; }

/* Alternância Lista/Mapa */
.rvit-viewtoggle { display: inline-flex; gap: 4px; background: #eef0f2; border-radius: 999px; padding: 4px; margin-bottom: 16px; }
.rvit-viewtoggle__btn { border: 0; background: transparent; padding: 8px 18px; border-radius: 999px; cursor: pointer; min-height: 36px; }
.rvit-viewtoggle__btn.is-active { background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.12); font-weight: 600; }
.rvit-map--archive { height: 480px; }

/* Archive */
.rvit-archive { padding: 24px 0; }
.rvit-page-title { font-size: 1.6rem; margin: 0 0 4px; }
.rvit-archive__count { color: #666; margin: 0 0 16px; }
.rvit-empty { padding: 32px; text-align: center; background: #f7f7f8; border-radius: 12px; }

/* Single */
.rvit-single__gallery { position: relative; background: #f0f0f1; }
.rvit-single__cover { width: 100%; max-height: 60vh; object-fit: cover; }
.rvit-single__body { padding: 20px 16px; }
.rvit-single__title { font-size: 1.5rem; margin: 0 0 4px; }
.rvit-single__location { color: #666; margin: 0 0 8px; }
.rvit-single__price { font-size: 1.5rem; font-weight: 700; color: var(--wp--preset--color--brand-primary, #c0392b); margin: 0 0 12px; }
.rvit-single__ref { font-size: 0.9rem; color: #999; font-weight: 400; margin-left: 8px; }
.rvit-single__specs { list-style: none; display: flex; flex-wrap: wrap; gap: 16px; padding: 12px 0; margin: 0 0 16px; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec; }
.rvit-single__section { margin: 20px 0; }
.rvit-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; }
.rvit-tags li { background: #f0f2f4; border-radius: 6px; padding: 6px 10px; font-size: 0.85rem; }
.rvit-map { height: 280px; border-radius: 12px; overflow: hidden; }

/* Contato / lead */
.rvit-single__contact { background: #f7f7f8; border-radius: 12px; padding: 16px; margin-top: 20px; }
.rvit-single__actions { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.rvit-single__actions .rvit-btn { flex: 1; text-align: center; }
.rvit-lead label { display: block; margin-bottom: 10px; font-size: 0.9rem; }
.rvit-lead label span { display: block; margin-bottom: 4px; color: #555; }
.rvit-lead input, .rvit-lead textarea { width: 100%; padding: 10px; border: 1px solid #d8dade; border-radius: 8px; font-size: 1rem; }
.rvit-lead__consent { display: flex; gap: 8px; align-items: flex-start; }
.rvit-lead__consent input { width: auto; margin-top: 4px; }
.rvit-hp { position: absolute !important; left: -9999px; }
.rvit-lead__msg { margin: 8px 0 0; font-size: 0.9rem; }
.rvit-lead__msg.is-ok { color: #1a7f37; }
.rvit-lead__msg.is-error { color: #b32d2e; }
.rvit-btn:disabled { opacity: 0.7; cursor: progress; }

/* Painel de sucesso (efeito "enviado") */
.rvit-lead-success { text-align: center; padding: 24px 12px; }
.rvit-lead-success.is-visible { animation: rvit-pop 0.35s ease both; }
.rvit-lead-success h3 { margin: 14px 0 4px; color: #1a7f37; }
.rvit-lead-success p { margin: 0; color: #555; }
.rvit-lead-success__check { display: inline-block; width: 72px; height: 72px; }
.rvit-lead-success__check svg { width: 72px; height: 72px; }
.rvit-lead-success__circle {
	stroke: #1a7f37; stroke-width: 3;
	stroke-dasharray: 151; stroke-dashoffset: 151;
}
.rvit-lead-success__mark {
	stroke: #1a7f37; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round;
	stroke-dasharray: 40; stroke-dashoffset: 40;
}
.rvit-lead-success.is-visible .rvit-lead-success__circle { animation: rvit-draw 0.5s ease forwards; }
.rvit-lead-success.is-visible .rvit-lead-success__mark { animation: rvit-draw 0.35s 0.45s ease forwards; }

@keyframes rvit-draw { to { stroke-dashoffset: 0; } }
@keyframes rvit-pop { from { opacity: 0; transform: scale(0.94); } to { opacity: 1; transform: scale(1); } }

@media (prefers-reduced-motion: reduce) {
	.rvit-lead-success, .rvit-lead-success__circle, .rvit-lead-success__mark { animation: none !important; }
	.rvit-lead-success__circle, .rvit-lead-success__mark { stroke-dashoffset: 0; }
}

/* Footer */
.rvit-footer { background: var(--wp--preset--color--brand-secondary, #2c3e50); color: #d7dde3; margin-top: 40px; }
.rvit-footer__inner { display: flex; flex-direction: column; gap: 16px; padding: 28px 16px; }
.rvit-footer a { color: #fff; }
.rvit-footer__menu { list-style: none; padding: 0; margin: 0; }
.rvit-footer__bottom { border-top: 1px solid rgba(255,255,255,0.12); padding: 14px 0; font-size: 0.85rem; }

/* Galeria (detalhe) */
.rvit-gallery-thumbs { list-style: none; display: flex; gap: 8px; padding: 8px; margin: 0; overflow-x: auto; }
.rvit-gallery-thumb { border: 2px solid transparent; padding: 0; background: none; cursor: pointer; border-radius: 6px; overflow: hidden; line-height: 0; }
.rvit-gallery-thumb.is-active { border-color: var(--wp--preset--color--brand-primary, #c0392b); }
.rvit-gallery-thumb img { width: 72px; height: 56px; object-fit: cover; }

/* Lightbox */
.rvit-lightbox { position: fixed; inset: 0; background: rgba(0,0,0,0.92); z-index: 100; display: flex; align-items: center; justify-content: center; }
.rvit-lightbox__img { max-width: 92vw; max-height: 86vh; object-fit: contain; }
.rvit-lightbox button { position: absolute; background: rgba(255,255,255,0.15); color: #fff; border: 0; cursor: pointer; font-size: 2rem; width: 52px; height: 52px; border-radius: 50%; }
.rvit-lightbox__close { top: 16px; right: 16px; font-size: 1.6rem; }
.rvit-lightbox__prev { left: 12px; top: 50%; transform: translateY(-50%); }
.rvit-lightbox__next { right: 12px; top: 50%; transform: translateY(-50%); }

/* Comparar */
.rvit-compare-toggle { display: inline-flex; align-items: center; gap: 6px; font-size: 0.85rem; color: #555; margin-top: 8px; cursor: pointer; }
.rvit-comparebar { position: fixed; left: 0; right: 0; bottom: 0; background: var(--wp--preset--color--brand-secondary, #2c3e50); color: #fff; z-index: 65; }
.rvit-comparebar__inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 16px; flex-wrap: wrap; }
.rvit-compare-scroll { overflow-x: auto; }
.rvit-compare-table { width: 100%; border-collapse: collapse; min-width: 480px; }
.rvit-compare-table th, .rvit-compare-table td { border: 1px solid #e3e3e3; padding: 10px; text-align: left; vertical-align: top; }
.rvit-compare-table thead th { background: #f4f5f7; }
.rvit-compare-table tbody th { background: #fafafa; width: 120px; }

/* WhatsApp flutuante */
.rvit-whatsapp-float { position: fixed; right: 16px; bottom: 16px; z-index: 60; background: #25d366; color: #fff; padding: 12px 16px; border-radius: 999px; text-decoration: none; box-shadow: 0 4px 12px rgba(0,0,0,0.2); min-height: 44px; }

/* Cookies */
.rvit-cookies { position: fixed; left: 0; right: 0; bottom: 0; background: #1a1a1a; color: #fff; z-index: 70; }
.rvit-cookies__inner { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding: 12px 16px; }
.rvit-cookies p { margin: 0; flex: 1; font-size: 0.85rem; }

/* Paginação */
.pagination, .nav-links { display: flex; gap: 8px; flex-wrap: wrap; margin: 24px 0; }
.page-numbers { display: inline-block; padding: 8px 12px; border: 1px solid #d8dade; border-radius: 8px; text-decoration: none; }
.page-numbers.current { background: var(--wp--preset--color--brand-primary, #c0392b); color: #fff; border-color: transparent; }

/* Tablet/Desktop */
@media (min-width: 768px) {
	.rvit-menu-toggle { display: none; }
	.rvit-nav { display: block; position: static; border: 0; padding: 0; }
	.rvit-menu { display: flex; gap: 18px; }
	.rvit-hero__title { font-size: 2.4rem; }
	.rvit-filters__grid { grid-template-columns: repeat(4, 1fr); }
	.rvit-filters__submit { width: auto; }
	.rvit-grid { grid-template-columns: repeat(2, 1fr); }
	.rvit-archive__layout { display: grid; grid-template-columns: 280px 1fr; gap: 24px; align-items: start; }
	.rvit-single__body { display: grid; grid-template-columns: 1fr 340px; gap: 28px; max-width: 1200px; margin: 0 auto; }
	.rvit-single__contact { margin-top: 0; position: sticky; top: 80px; }
}
@media (min-width: 1024px) {
	.rvit-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Breadcrumbs (E8 — SEO/navegação). */
.rvit-breadcrumbs { font-size: 0.85rem; padding: 10px 0; color: #6b7280; }
.rvit-breadcrumbs a { color: #6b7280; text-decoration: none; }
.rvit-breadcrumbs a:hover,
.rvit-breadcrumbs a:focus { color: var(--wp--preset--color--brand-primary, #C0392B); text-decoration: underline; }
.rvit-breadcrumbs [aria-current="page"] { color: #1a1a1a; font-weight: 600; }
.rvit-breadcrumbs__sep { margin: 0 4px; color: #c0c4cc; }

/* Blog nativo + institucional (E9). */
.rvit-blog { padding: 24px 0 48px; }
.rvit-blog__main { min-width: 0; }
.rvit-postlist { display: grid; gap: 28px; }
.rvit-post--card { display: grid; gap: 12px; padding-bottom: 24px; border-bottom: 1px solid #ececec; }
.rvit-post__thumb img { width: 100%; height: auto; border-radius: 8px; display: block; }
.rvit-post__title { font-size: 1.4rem; margin: 0; line-height: 1.25; }
.rvit-post__title a { color: #1a1a1a; text-decoration: none; }
.rvit-post__title a:hover, .rvit-post__title a:focus { color: var(--wp--preset--color--brand-primary, #C0392B); }
.rvit-post__meta { font-size: 0.82rem; color: #6b7280; margin: 0; }
.rvit-post__meta a { color: #6b7280; }
.rvit-post__excerpt { color: #333; }
.rvit-post__more { display: inline-block; font-weight: 600; color: var(--wp--preset--color--brand-primary, #C0392B); text-decoration: none; }
.rvit-post__more:hover, .rvit-post__more:focus { text-decoration: underline; }
.rvit-post--single .rvit-post__title { font-size: 2rem; }
.rvit-post__featured { margin: 0 0 20px; }
.rvit-post__featured img { width: 100%; height: auto; border-radius: 10px; }
.rvit-post__content { line-height: 1.7; }
.rvit-post__content img { max-width: 100%; height: auto; }
.rvit-post__footer { margin-top: 28px; padding-top: 18px; border-top: 1px solid #ececec; }

/* Compartilhar. */
.rvit-share { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 14px; }
.rvit-share__label { font-weight: 600; font-size: 0.85rem; }
.rvit-share__btn { font-size: 0.8rem; padding: 6px 12px; border-radius: 999px; background: #f1f3f5; color: #1a1a1a; text-decoration: none; }
.rvit-share__btn:hover, .rvit-share__btn:focus { background: var(--wp--preset--color--brand-primary, #C0392B); color: #fff; }

/* Sidebar + widgets. */
.rvit-sidebar { min-width: 0; }
.rvit-widget { margin-bottom: 28px; }
.rvit-widget__title { font-size: 1.05rem; margin: 0 0 12px; }
.rvit-widget ul { list-style: none; margin: 0; padding: 0; }
.rvit-widget li { padding: 5px 0; border-bottom: 1px solid #f0f0f0; }

/* Busca. */
.rvit-searchform { display: flex; gap: 6px; }
.rvit-searchform__field { flex: 1; padding: 9px 12px; border: 1px solid #d4d7dd; border-radius: 6px; }

/* Páginas institucionais. */
.rvit-page { padding: 24px 0 48px; }
.rvit-page__intro, .rvit-page__content { line-height: 1.7; }
.rvit-contact__list { list-style: none; margin: 0; padding: 0; }
.rvit-contact__list li { padding: 6px 0; }
.rvit-about__photo img, .rvit-about__card { border-radius: 10px; }
.rvit-about__card { background: #f7f8fa; padding: 20px; }
.rvit-about__facts { list-style: none; margin: 0; padding: 0; }
.rvit-about__facts li { padding: 5px 0; }

@media (min-width: 900px) {
	.rvit-blog { display: grid; grid-template-columns: 1fr 300px; gap: 36px; align-items: start; }
	.rvit-blog--single { grid-template-columns: 1fr 300px; }
	.rvit-contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
	.rvit-about__grid { display: grid; grid-template-columns: 1fr 300px; gap: 32px; align-items: start; }
}

/* ===== E11 — Mobile / Acessibilidade / Performance ===== */

/* Foco visível AA (teclado) — RNF-04. */
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
	outline: 3px solid #1d4ed8;
	outline-offset: 2px;
	border-radius: 2px;
}

/* Alvos de toque >= 44px — RM-02. */
.rvit-btn, .rvit-chip, .rvit-menu-toggle, .rvit-fav, .rvit-viewtoggle__btn,
.rvit-filters-close, .rvit-filters-toggle, .rvit-share__btn,
.rvit-lightbox__close, .rvit-lightbox__prev, .rvit-lightbox__next {
	min-height: 44px;
	min-width: 44px;
}
.rvit-btn, .rvit-filters-toggle { display: inline-flex; align-items: center; justify-content: center; }

body.rvit-noscroll { overflow: hidden; }

/* Filtros em bottom-sheet no mobile — RM-03. */
.rvit-filters-toggle { width: 100%; margin-bottom: 16px; }
.rvit-filters-sheet__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.rvit-filters-sheet__title { font-weight: 700; font-size: 1.1rem; }
.rvit-filters-close { background: none; border: 0; font-size: 1.8rem; line-height: 1; cursor: pointer; }
.rvit-filters-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 1000; }

@media (max-width: 767px) {
	.rvit-archive__sidebar {
		position: fixed; left: 0; right: 0; bottom: 0; z-index: 1001;
		max-height: 85vh; overflow-y: auto;
		background: #fff; padding: 18px;
		border-radius: 16px 16px 0 0; box-shadow: 0 -4px 24px rgba(0,0,0,.18);
		transform: translateY(100%); transition: transform .25s ease;
	}
	.rvit-archive__sidebar.is-open { transform: translateY(0); }

	/* Barra de ação fixa no detalhe — RM-05. */
	.rvit-single-actionbar {
		position: fixed; left: 0; right: 0; bottom: 0; z-index: 900;
		display: flex; gap: 8px; padding: 8px;
		background: #fff; box-shadow: 0 -2px 12px rgba(0,0,0,.15);
	}
	.rvit-single-actionbar .rvit-btn { flex: 1; }
	body.single-rlst_property { padding-bottom: 72px; }
}

/* No desktop não há sheet nem barra fixa: filtros viram coluna normal. */
@media (min-width: 768px) {
	.rvit-filters-toggle, .rvit-filters-sheet__head, .rvit-filters-backdrop,
	.rvit-single-actionbar { display: none; }
	.rvit-archive__sidebar { position: static; transform: none; max-height: none; box-shadow: none; padding: 0; }
}

/* Respeita "reduzir movimento". */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

/* Classes padrão geradas pelo WordPress (alinhamentos, legendas, sticky, autor). */
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption img { display: block; max-width: 100%; height: auto; }
.wp-caption-text, .gallery-caption { font-size: 0.85rem; color: #6b7280; text-align: center; margin: 6px 0; }
.sticky { display: block; }
.bypostauthor { display: block; }
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px; overflow: hidden;
	clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
	position: static !important;
	width: auto; height: auto; clip: auto;
	background: #fff; padding: 8px 16px; z-index: 100000;
}

/* =========================================================================
 *  Refinamento visual v1.1 — identidade de imobiliária (ícones, cards, hero).
 *  Usa os tokens de marca (var --wp--preset--color--*) configuráveis no Customizer.
 * ====================================================================== */

:root {
	--rvit-primary: var(--wp--preset--color--brand-primary, #E0A106);
	--rvit-secondary: var(--wp--preset--color--brand-secondary, #16263F);
	--rvit-accent: var(--wp--preset--color--accent, #F2B705);
	--rvit-ink: var(--rvit-c-ink, #16263F);
	--rvit-muted: #6b7280;
	--rvit-line: #e8eaee;
	--rvit-shadow: 0 1px 2px rgba(16,24,40,.06), 0 8px 24px rgba(16,24,40,.08);
	--rvit-radius: 12px;

	/* Tokens de cor por categoria (CR-005). Default = cor atual; o plugin
	   Realty Listings -> Personalização sobrescreve cada um no :root quando
	   o usuário escolhe. Sem escolha, a aparência não muda. */
	--rvit-c-header: #ffffff;
	--rvit-c-footer: var(--rvit-secondary);
	--rvit-c-hero: var(--rvit-secondary);
	--rvit-c-btn: var(--rvit-primary);
	--rvit-c-btn-text: var(--rvit-secondary);
	--rvit-c-chip: var(--rvit-primary);
	--rvit-c-cardop: var(--rvit-primary);
	--rvit-c-cardop-text: var(--rvit-secondary);
	--rvit-c-link: var(--rvit-primary);
	--rvit-c-hs: #ff5a3c;
	--rvit-c-badge: var(--wp--preset--color--badge-sold, #C0392B);
	--rvit-c-whatsapp: #25d366;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	line-height: 1.55;
	color: var(--rvit-ink);
	background: #fff;
}

/* Ícones SVG. */
.rvit-icon { width: 1.15em; height: 1.15em; flex: 0 0 auto; vertical-align: -0.18em; }

/* Botões. */
.rvit-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 12px 20px; border-radius: 10px; font-weight: 600; line-height: 1.1;
	transition: transform .08s ease, box-shadow .15s ease, background-color .15s ease, filter .15s ease;
}
.rvit-btn:hover { filter: brightness(.95); }
.rvit-btn:active { transform: translateY(1px); }
/* Botão primário: dourado com texto navy (contraste AA) — estilo navy+gold. */
.rvit-btn--primary { background: var(--rvit-c-btn, var(--rvit-primary)); color: var(--rvit-c-btn-text, var(--rvit-secondary)); box-shadow: 0 4px 12px rgba(224,161,6,.30); }
.rvit-btn--primary:hover { box-shadow: 0 6px 16px rgba(224,161,6,.40); filter: brightness(1.05); }
.rvit-btn--whatsapp { background: var(--rvit-c-whatsapp, #25d366); color: #fff; box-shadow: 0 4px 12px rgba(37,211,102,.28); }

/* Cabeçalho. */
.rvit-header { background: var(--rvit-c-header, #fff); box-shadow: 0 1px 0 var(--rvit-line); border-bottom: 0; }
.rvit-custom-logo-link img, .custom-logo-link img { max-height: 46px; width: auto; }
.rvit-menu a { text-decoration: none; color: var(--rvit-ink); font-weight: 500; padding: 6px 0; }
.rvit-menu a:hover { color: var(--rvit-primary); }
.rvit-header__phone, .rvit-header__fav { display: inline-flex; align-items: center; gap: 6px; }
.rvit-header__phone { color: var(--rvit-secondary); }

/* Hero com gradiente + caixa de busca elevada. */
.rvit-hero {
	background: linear-gradient(135deg, var(--rvit-c-hero, var(--rvit-secondary)) 0%, #1b2735 100%);
	padding: 56px 0 64px;
}
.rvit-hero__title { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; letter-spacing: -.01em; }
.rvit-filters { box-shadow: var(--rvit-shadow); border-radius: var(--rvit-radius); }
.rvit-filters__submit { gap: 8px; }
.rvit-chip { font-weight: 600; transition: all .12s ease; }
.rvit-chip:has(input:checked) { background: var(--rvit-c-chip, var(--rvit-primary)); color: #fff; border-color: var(--rvit-c-chip, var(--rvit-primary)); }

/* Títulos de seção com traço de destaque. */
.rvit-section__title, .rvit-page-title { font-weight: 800; letter-spacing: -.01em; color: var(--rvit-ink); }
.rvit-section__title { position: relative; padding-bottom: 10px; }
.rvit-section__title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 48px; height: 3px; border-radius: 3px; background: var(--rvit-accent); }

/* Cards. */
.rvit-card {
	border: 1px solid var(--rvit-line); border-radius: var(--rvit-radius);
	box-shadow: var(--rvit-shadow);
	transition: transform .15s ease, box-shadow .15s ease;
}
.rvit-card:hover { transform: translateY(-3px); box-shadow: 0 2px 4px rgba(16,24,40,.08), 0 14px 34px rgba(16,24,40,.14); }
.rvit-card__media { aspect-ratio: 16/11; }
.rvit-card__img { transition: transform .35s ease; }
.rvit-card:hover .rvit-card__img { transform: scale(1.04); }
.rvit-card__price { font-size: 1.3rem; font-weight: 800; color: var(--rvit-secondary); }
.rvit-card__title a { font-weight: 700; }
.rvit-card__location { display: inline-flex; align-items: center; gap: 5px; }
.rvit-card__location .rvit-icon { color: var(--rvit-primary); }
.rvit-card__specs { gap: 14px; border-top: 1px solid var(--rvit-line); padding-top: 10px; }
.rvit-card__specs li { display: inline-flex; align-items: center; gap: 5px; color: var(--rvit-muted); }
.rvit-card__specs .rvit-icon { color: var(--rvit-secondary); }
.rvit-card__specs strong { color: var(--rvit-ink); }
.rvit-card__ref { display: inline-flex; align-items: center; gap: 5px; }
.rvit-card__ref .rvit-icon { color: #b9bfc9; }

/* Faixa/selo. */
.rvit-badge { border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,.2); }
.rvit-badge--overlay { background: var(--rvit-c-badge, var(--wp--preset--color--badge-sold, #C0392B)) !important; }

/* Favoritar. */
.rvit-fav { display: inline-flex; align-items: center; justify-content: center; transition: transform .1s ease; }
.rvit-fav:hover { transform: scale(1.08); }
.rvit-fav .rvit-icon { width: 20px; height: 20px; color: var(--rvit-primary); }
.rvit-fav.is-fav { background: var(--rvit-primary); }
.rvit-fav.is-fav .rvit-icon { color: #fff; }

/* Single. */
.rvit-single__price { color: var(--rvit-primary); font-size: clamp(1.6rem, 3vw, 2rem); font-weight: 800; }
.rvit-single__location { display: inline-flex; align-items: center; gap: 6px; }
.rvit-single__location .rvit-icon { color: var(--rvit-primary); }
.rvit-single__specs { gap: 22px; }
.rvit-single__specs li { display: inline-flex; align-items: center; gap: 7px; }
.rvit-single__specs .rvit-icon { width: 22px; height: 22px; color: var(--rvit-secondary); }
.rvit-single__contact { box-shadow: var(--rvit-shadow); background: #fff; border: 1px solid var(--rvit-line); }

/* WhatsApp flutuante (FAB circular). */
.rvit-whatsapp-float {
	position: fixed; right: 18px; bottom: 18px; z-index: 800;
	width: 56px; height: 56px; border-radius: 50%;
	display: inline-flex; align-items: center; justify-content: center;
	background: var(--rvit-c-whatsapp, #25d366); color: #fff; box-shadow: 0 6px 18px rgba(37,211,102,.45);
	transition: transform .12s ease;
}
.rvit-whatsapp-float:hover { transform: scale(1.06); }
.rvit-whatsapp-float .rvit-icon { width: 30px; height: 30px; }

/* Barra de ação fixa do mobile com ícones. */
.rvit-single-actionbar .rvit-btn { gap: 6px; }

/* Footer mais sóbrio. */
.rvit-footer { background: var(--rvit-c-footer, var(--rvit-secondary)); color: #d6dbe2; margin-top: 40px; }
.rvit-footer a { color: #fff; }
.rvit-footer__inner { display: flex; flex-wrap: wrap; gap: 24px; justify-content: space-between; padding-top: 32px; padding-bottom: 24px; }
.rvit-footer__bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 14px 0; font-size: .85rem; color: #aab2bd; }

/* =========================================================================
 *  Estilo "navy + dourado" inspirado em referência de imobiliária moderna.
 * ====================================================================== */

/* Fundo geral claro para os cards/seções brancas se destacarem. */
body { background: #f6f7f9; }

/* Hero centralizado, com opção de imagem de fundo + overlay. */
.rvit-hero { position: relative; text-align: center; padding: 72px 0 80px; overflow: hidden; }
.rvit-hero--image { background-size: cover; background-position: center; }
.rvit-hero--image::before {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(16,24,40,.55) 0%, rgba(16,24,40,.72) 100%);
}
.rvit-hero__inner { position: relative; z-index: 1; max-width: 880px; }
.rvit-hero__title { color: #fff; margin-bottom: 10px; }
.rvit-hero__subtitle { color: rgba(255,255,255,.92); font-size: 1.15rem; margin: 0 auto 26px; max-width: 620px; }
.rvit-hero .rvit-filters { text-align: left; }

/* Tag de operação (Venda/Locação) no card — dourada com texto navy. */
.rvit-card__op {
	position: absolute; left: 12px; bottom: 12px; z-index: 2;
	background: var(--rvit-c-cardop, var(--rvit-primary)); color: var(--rvit-c-cardop-text, var(--rvit-secondary));
	font-size: .72rem; font-weight: 800; letter-spacing: .02em; text-transform: uppercase;
	padding: 5px 10px; border-radius: 6px; box-shadow: 0 2px 6px rgba(0,0,0,.22);
}

/* Cabeçalho: nome/realce em dourado. */
.rvit-site-title { color: var(--rvit-secondary); }
.rvit-header__fav .rvit-icon { color: var(--rvit-primary); }

/* Links em dourado escuro o suficiente para leitura. */
a { color: var(--rvit-c-link, var(--rvit-primary)); }

/* Realça o botão de busca do hero. */
.rvit-filters__submit { font-size: 1.05rem; }

/* =========================================================================
 *  Ajustes de UX (revisão observando o site renderizado).
 * ====================================================================== */

/* 1) Venda/Locação como segmented control (some o "rádio cru" feio). */
.rvit-filters__ops {
	display: flex; gap: 0; padding: 4px; margin-bottom: 16px;
	background: var(--wp--preset--color--muted, #f1f3f5); border-radius: 999px;
}
.rvit-filters__ops .rvit-chip {
	flex: 1; justify-content: center; margin: 0; border: 0; background: transparent;
	border-radius: 999px; padding: 10px 14px; font-weight: 700; color: var(--rvit-secondary);
}
.rvit-filters__ops .rvit-chip input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.rvit-filters__ops .rvit-chip:has(input:checked) {
	background: var(--rvit-c-chip, var(--rvit-primary)); color: var(--rvit-c-cardop-text, var(--rvit-secondary));
	box-shadow: 0 1px 3px rgba(0,0,0,.18);
}
.rvit-filters__ops .rvit-chip:focus-within { outline: 3px solid #1d4ed8; outline-offset: 2px; }

/* 2) Placeholder de imagem mais elegante (sem listras), com ícone de casa. */
.rvit-card__img--placeholder {
	background: linear-gradient(135deg, #eef1f5 0%, #e1e7ee 100%);
	position: relative;
}
.rvit-card__img--placeholder::after {
	content: "\1F3E0"; position: absolute; inset: 0;
	display: flex; align-items: center; justify-content: center;
	font-size: 2.4rem; opacity: .28;
}

/* 3) Corrige cascata: botão "Filtros" e itens do bottom-sheet só no mobile. */
@media (min-width: 768px) {
	.rvit-filters-toggle,
	.rvit-filters-sheet__head,
	.rvit-filters-backdrop,
	.rvit-single-actionbar { display: none; }
}

/* 4) Telefone do header não quebra; em telas pequenas mostra só o ícone. */
.rvit-header__phone { white-space: nowrap; }
@media (max-width: 600px) {
	.rvit-header__phone span { display: none; }
	.rvit-header__inner { gap: 8px; }
}

/* =========================================================================
 *  Montserrat (OFL, embutida em assets/fonts) — usada no Hero Search.
 * ====================================================================== */
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/montserrat-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/montserrat-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/montserrat-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/montserrat-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 800; font-display: swap; src: url("../fonts/montserrat-latin-800-normal.woff2") format("woff2"); }

/* =========================================================================
 *  Hero Search — busca premium (inspirado em Houzez/RealHomes/Quarter).
 * ====================================================================== */
.rvit-hs {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	background: #f3f5f7;
	border: 1px solid #e6e9ed;
	border-radius: 16px;
	padding: 22px;
	box-shadow: 0 18px 50px rgba(16,24,40,.18);
	text-align: left;
	--hs-orange: var(--rvit-c-hs, #ff5a3c);
}

/* Abas Compra/Aluguel. */
.rvit-hs__tabs { display: inline-flex; background: #fff; border: 1px solid #e2e6ea; border-radius: 12px; padding: 4px; margin-bottom: 18px; }
.rvit-hs__tab { position: relative; margin: 0; cursor: pointer; }
.rvit-hs__tab input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.rvit-hs__tab span { display: block; padding: 10px 26px; border-radius: 9px; font-weight: 700; font-size: .95rem; color: #6b7280; transition: background .15s ease, color .15s ease; }
.rvit-hs__tab:has(input:checked) span { background: var(--hs-orange); color: #fff; box-shadow: 0 4px 10px rgba(255,90,60,.32); }
.rvit-hs__tab:focus-within span { outline: 3px solid #1d4ed8; outline-offset: 2px; }

/* Grade de campos. */
.rvit-hs__grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.rvit-hs__field { position: relative; }
.rvit-hs__ico { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); display: flex; color: var(--hs-orange); pointer-events: none; }
.rvit-hs__field select,
.rvit-hs__field input {
	width: 100%; height: 54px; margin: 0;
	padding: 0 16px 0 44px;
	border: 1px solid #e2e6ea; border-radius: 10px; background: #fff;
	font-family: inherit; font-size: 1rem; font-weight: 500; color: #16263F;
	-webkit-appearance: none; -moz-appearance: none; appearance: none;
}
.rvit-hs__field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2398a2b3' d='M6 8 0 2 1.4.6 6 5.2 10.6.6 12 2z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 38px; }
.rvit-hs__field select:focus,
.rvit-hs__field input:focus { border-color: var(--hs-orange); outline: none; box-shadow: 0 0 0 3px rgba(255,90,60,.15); }
.rvit-hs__field input::placeholder { color: #98a2b3; }

/* Faixa de preço (slider duplo). */
.rvit-hs__range { margin: 18px 2px 6px; }
.rvit-hs__range-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; font-size: .9rem; }
.rvit-hs__range-label { font-weight: 700; color: #16263F; }
.rvit-hs__range-vals { font-weight: 600; color: var(--hs-orange); }
.rvit-hs__slider { position: relative; height: 34px; }
.rvit-hs__slider-rail { position: absolute; top: 50%; left: 0; right: 0; height: 6px; transform: translateY(-50%); background: #e2e6ea; border-radius: 4px; }
.rvit-hs__slider-fill { position: absolute; top: 50%; height: 6px; transform: translateY(-50%); background: var(--hs-orange); border-radius: 4px; }
.rvit-hs__slider input[type="range"] {
	position: absolute; top: 0; left: 0; width: 100%; height: 34px; margin: 0;
	background: none; -webkit-appearance: none; appearance: none; pointer-events: none;
}
.rvit-hs__slider input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none; pointer-events: auto; cursor: pointer;
	width: 32px; height: 32px; border-radius: 50%; border: 2px solid #fff;
	background: var(--hs-orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M12 3 3 10v11h6v-6h6v6h6V10z'/%3E%3C/svg%3E") center/16px no-repeat;
	box-shadow: 0 2px 8px rgba(16,24,40,.35);
}
.rvit-hs__slider input[type="range"]::-moz-range-thumb {
	pointer-events: auto; cursor: pointer;
	width: 32px; height: 32px; border-radius: 50%; border: 2px solid #fff;
	background: var(--hs-orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M12 3 3 10v11h6v-6h6v6h6V10z'/%3E%3C/svg%3E") center/16px no-repeat;
	box-shadow: 0 2px 8px rgba(16,24,40,.35);
}
.rvit-hs__slider input[type="range"]::-moz-range-track { background: transparent; }
.rvit-hs__slider input[type="range"]:focus-visible::-webkit-slider-thumb { outline: 3px solid #1d4ed8; outline-offset: 2px; }

/* Botão principal. */
.rvit-hs__submit {
	display: flex; align-items: center; justify-content: center; gap: 10px;
	width: 100%; margin-top: 18px; padding: 16px 24px;
	border: 0; border-radius: 12px; cursor: pointer;
	background: var(--hs-orange); color: #fff; font-family: inherit; font-size: 1.05rem; font-weight: 700;
	box-shadow: 0 8px 18px rgba(255,90,60,.35); transition: transform .08s ease, filter .15s ease;
}
.rvit-hs__submit:hover { filter: brightness(1.05); }
.rvit-hs__submit:active { transform: translateY(1px); }
.rvit-hs__submit .rvit-icon { width: 22px; height: 22px; }

@media (min-width: 700px) {
	.rvit-hs { padding: 28px; }
	.rvit-hs__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 980px) {
	.rvit-hs__grid { grid-template-columns: repeat(3, 1fr); }
	.rvit-hs__submit { width: max-content; min-width: 260px; margin-left: auto; }
}

/* Slideshow no hover do card (fotos passam ao apontar o mouse). */
.rvit-card__media { overflow: hidden; }
.rvit-card__media.has-slideshow .rvit-card__img { transition: opacity .12s ease; }
.rvit-card__dots { position: absolute; bottom: 10px; left: 0; right: 0; z-index: 3; display: flex; gap: 5px; justify-content: center; pointer-events: none; }
.rvit-card__dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.55); box-shadow: 0 0 2px rgba(0,0,0,.4); transition: background .2s ease, transform .2s ease; }
.rvit-card__dot.is-active { background: #fff; transform: scale(1.35); }

/* =========================================================================
 *  Página do imóvel — complementos (galeria Swiper, detalhes, características,
 *  galeria secundária, card do corretor). Identidade preservada; usa os tokens
 *  da marca com fallback nas cores pedidas (#FF5A3C / #1F2937 / #F8FAFC / #E5E7EB).
 * ====================================================================== */
.rvit-single { --rvit-primary: var(--wp--preset--color--brand-primary, #FF5A3C); --rvit-text: #1F2937; --rvit-bg: #F8FAFC; --rvit-border: #E5E7EB; }

/* Galeria principal (Swiper). */
.rvit-single__gallery.is-swiper { background: #0f1115; }
.rvit-gallery-main { position: relative; }
.rvit-gallery-main .swiper-slide { display: flex; align-items: center; justify-content: center; background: #0f1115; }
.rvit-gallery-main .rvit-gallery-photo { width: 100%; max-height: 64vh; object-fit: cover; display: block; cursor: zoom-in; }
.rvit-single__gallery .swiper-button-prev, .rvit-single__gallery .swiper-button-next { color: #fff; background: rgba(0,0,0,.35); width: 44px; height: 44px; border-radius: 50%; border: 0; }
.rvit-single__gallery .swiper-button-prev:after, .rvit-single__gallery .swiper-button-next:after { font-size: 18px; font-weight: 700; }
.rvit-single__gallery .swiper-button-prev:hover, .rvit-single__gallery .swiper-button-next:hover { background: var(--rvit-primary); }
.rvit-gallery-count { position: absolute; left: 12px; bottom: 12px; z-index: 2; display: inline-flex; align-items: center; gap: 6px; background: rgba(0,0,0,.6); color: #fff; font-size: 12px; font-weight: 600; padding: 5px 10px; border-radius: 999px; }
.rvit-gallery-count .rvit-icon { width: 15px; height: 15px; }
.rvit-gallery-thumbs { margin-top: 8px; padding: 0 8px 8px; }
.rvit-gallery-thumbs .swiper-slide { width: 84px; opacity: .55; cursor: pointer; border-radius: 6px; overflow: hidden; transition: opacity .15s ease; }
.rvit-gallery-thumbs .swiper-slide-thumb-active { opacity: 1; outline: 2px solid var(--rvit-primary); }
.rvit-gallery-thumbs img { width: 84px; height: 60px; object-fit: cover; display: block; }

/* Grid "Detalhes". */
.rvit-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--rvit-border); border: 1px solid var(--rvit-border); border-radius: 12px; overflow: hidden; margin: 0; }
.rvit-details__item { background: #fff; padding: 12px 14px; }
.rvit-details__item dt { font-size: 12px; color: #6b7280; margin: 0 0 2px; }
.rvit-details__item dd { margin: 0; font-size: 15px; font-weight: 600; color: var(--rvit-text); }
@media (min-width: 640px) { .rvit-details { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .rvit-details { grid-template-columns: repeat(4, 1fr); } }

/* Características com ícones. */
.rvit-features { list-style: none; display: grid; grid-template-columns: 1fr; gap: 10px 18px; padding: 0; margin: 0; }
.rvit-features li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--rvit-text); }
.rvit-features .rvit-icon { color: var(--rvit-primary); flex: 0 0 auto; }
@media (min-width: 560px) { .rvit-features { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .rvit-features { grid-template-columns: repeat(3, 1fr); } }

/* Galeria secundária (grid 3/2/1). */
.rvit-gallery-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.rvit-gallery-grid__item { margin: 0; border-radius: 10px; overflow: hidden; }
.rvit-gallery-grid__item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
@media (min-width: 600px) { .rvit-gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .rvit-gallery-grid { grid-template-columns: repeat(3, 1fr); } }

/* Card do corretor. */
.rvit-agent { display: flex; align-items: center; gap: 12px; padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px solid var(--rvit-border); }
.rvit-agent__photo { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.rvit-agent__info { display: flex; flex-direction: column; gap: 2px; }
.rvit-agent__name { font-size: 16px; color: var(--rvit-text); }
.rvit-agent__role { font-size: 13px; color: #6b7280; }
.rvit-agent__creci { font-size: 12px; color: #9aa1ab; }
.rvit-agent__contacts { list-style: none; padding: 0; margin: 0 0 12px; display: flex; flex-direction: column; gap: 6px; }
.rvit-agent__contacts li { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.rvit-agent__contacts .rvit-icon { color: var(--rvit-primary); }
.rvit-agent__contacts a { color: var(--rvit-text); text-decoration: none; }
.rvit-agent__contacts a:hover { color: var(--rvit-primary); }
