/* ACCS static mirror: restore content Elementor keeps hidden until live-site JS runs */

/* UICore text split: uicore-global.css sets .ui-split-animate{opacity:0} until animation JS runs */
.elementor .ui-split-animate,
.ui-split-animate {
	opacity: 1 !important;
}

.elementor .ui-split-animate .ui-e-animated,
.elementor .ui-split-animate .splitting,
.elementor .ui-split-animate .splitting.lines {
	opacity: 1 !important;
	transform: none !important;
	animation: none !important;
	animation-delay: 0s !important;
}

.elementor-invisible,
.animated-slow.elementor-invisible {
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	animation: none !important;
	animation-delay: 0s !important;
}

/* Replaced <img> when src 404s on mirror */
.accs-img-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 120px;
	width: 100%;
	padding: 1rem 1.25rem;
	text-align: center;
	font: 500 14px/1.45 system-ui, -apple-system, Segoe UI, sans-serif;
	color: #f4f4f5;
	background: linear-gradient(145deg, #14151c 0%, #2a2d3a 100%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
}

/* Contact: Zoho iframe + local form (visibility via ACCS_CONTACT_FORM_MODE) */
.accs-contact-deploy {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	width: 100%;
	max-width: 100%;
}

.accs-contact-zoho-wrap,
.accs-contact-local-wrap {
	width: 100%;
}

.accs-contact-wrap {
	position: relative;
	max-width: 100%;
}

.accs-contact-form {
	max-width: 36rem;
}

.accs-contact-lead {
	margin: 0 0 1.25rem;
	font: 600 16px/1.4 Manrope, system-ui, sans-serif;
	color: #111;
}

.accs-contact-field {
	margin-bottom: 1rem;
}

.accs-contact-field label {
	display: block;
	font: 500 13px/1.3 system-ui, sans-serif;
	color: #222;
	margin-bottom: 0.35rem;
}

.accs-req {
	color: #b91c1c;
}

.accs-contact-field input,
.accs-contact-field textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 0.65rem 0.75rem;
	border: 1px solid #c4c4c4;
	border-radius: 6px;
	font: 15px/1.4 system-ui, sans-serif;
	background: #fff;
}

.accs-contact-field textarea {
	resize: vertical;
	min-height: 7rem;
}

.accs-contact-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accs-contact-submit {
	margin-top: 0.5rem;
	padding: 0.75rem 1.75rem;
	font: 600 15px/1 system-ui, sans-serif;
	color: #111;
	background: #e8f070;
	border: none;
	border-radius: 999px;
	cursor: pointer;
}

.accs-contact-submit:hover {
	filter: brightness(0.97);
}

.accs-contact-thanks {
	margin-top: 1.25rem;
	padding: 1rem 1.1rem;
	background: #ecfdf5;
	border: 1px solid #6ee7b7;
	border-radius: 8px;
	color: #065f46;
	font: 500 15px/1.45 system-ui, sans-serif;
}
