/* TryinoHomes UX audit — design system alignment & accessibility */

body {
	font-size: 16px;
	line-height: 1.6;
}

/* Visually hidden H1 for Elementor marketing pages */
.tryinohomes-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Yellow CTAs: navy text for WCAG AA contrast */
.dl-btn,
.header-btn,
.elementor-button,
.elementor-button-link,
a.dl-btn-2,
.btn-primary,
button[type="submit"],
.wpcf7-submit {
	color: #091534 !important;
}

.dl-btn:hover,
.header-btn:hover,
.elementor-button:hover,
a.dl-btn-2:hover {
	color: #091534 !important;
}

/* SEO / contact buttons — match theme yellow primary */
.tryinohomes-btn {
	background: #ffc107 !important;
	color: #091534 !important;
	border: 2px solid #ffc107;
}

.tryinohomes-btn-outline {
	background: transparent !important;
	color: #091534 !important;
	border: 2px solid #091534;
}

.tryinohomes-btn:hover,
.tryinohomes-btn-outline:hover {
	opacity: 0.92;
}

/* Focus states */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.header-btn:focus-visible,
.dl-btn:focus-visible,
.tryinohomes-btn:focus-visible {
	outline: 3px solid #091534;
	outline-offset: 2px;
}

/* WhatsApp widget — bottom-right, above cookie banner */
.wHelp,
.wHelp-multi {
	right: 24px !important;
	left: auto !important;
	bottom: 88px !important;
	z-index: 99998;
}

@media (max-width: 767px) {
	.wHelp,
	.wHelp-multi {
		bottom: 120px !important;
		right: 16px !important;
	}
}

/* Disable footer truck animation for perceived performance */
.footer-2 .truck,
.footer-2 .truck-2,
.footer-2 .truck-3 {
	display: none !important;
}
