/* Fin Consultation form — matches the Elementor page (primary #01439B, Lato/Karla, white card) */
.fincon-wrap {
	font-family: "Karla", "Lato", sans-serif;
	color: #3a3a3a;
	text-align: left;
}
.fincon-field { margin-bottom: 18px; }
.fincon-field label {
	display: block;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 6px;
	color: #01439b;
}
.fincon-field label span { color: #d63638; }
.fincon-field input {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 14px;
	font-size: 15px;
	font-family: inherit;
	color: #3a3a3a;
	background: #fff;
	border: 1px solid #c9c1c1;
	border-radius: 8px;
	outline: none;
	transition: border-color .2s, box-shadow .2s;
}
.fincon-field input:focus {
	border-color: #01439b;
	box-shadow: 0 0 0 3px rgba(1, 67, 155, .12);
}
.fincon-field input.fincon-invalid { border-color: #d63638; }
.fincon-phone-row { display: flex; gap: 8px; }
.fincon-phone-row .fincon-cc {
	flex: 0 0 42%;
	max-width: 180px;
	min-width: 110px;
	padding: 12px 8px;
	font-size: 14px;
	font-family: inherit;
	color: #3a3a3a;
	background: #fff;
	border: 1px solid #c9c1c1;
	border-radius: 8px;
	outline: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: border-color .2s, box-shadow .2s;
}
.fincon-phone-row .fincon-cc:focus {
	border-color: #01439b;
	box-shadow: 0 0 0 3px rgba(1, 67, 155, .12);
}
.fincon-phone-row input { flex: 1 1 auto; min-width: 0; }
.fincon-field small {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	color: #8a8a8a;
}
.fincon-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px; height: 1px;
	opacity: 0;
}
.fincon-error {
	background: #fdecea;
	color: #b32d2e;
	border: 1px solid #f5c6c6;
	border-radius: 8px;
	padding: 10px 14px;
	font-size: 14px;
	margin-bottom: 16px;
}
.fincon-submit {
	display: block;
	width: 100%;
	padding: 14px 20px;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #f4f4f4;
	background: #01439b;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background .2s, transform .1s;
}
.fincon-submit:hover { background: #033b86; }
.fincon-submit:active { transform: scale(.99); }
.fincon-submit[disabled] { opacity: .7; cursor: wait; }
.fincon-spinner {
	display: inline-block;
	width: 16px; height: 16px;
	margin-left: 8px;
	vertical-align: -3px;
	border: 2px solid rgba(255, 255, 255, .4);
	border-top-color: #fff;
	border-radius: 50%;
	animation: fincon-spin .7s linear infinite;
}
@keyframes fincon-spin { to { transform: rotate(360deg); } }

/* Success screen */
.fincon-success { text-align: center; padding: 10px 0; }
.fincon-check { width: 64px; margin: 0 auto 14px; }
.fincon-check svg { width: 64px; height: 64px; }
.fincon-success-title {
	font-family: "Lato", sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #01439b;
	margin: 0 0 10px;
}
.fincon-success-msg {
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 18px;
}
.fincon-email-warn { color: #b45309; }
.fincon-join-btn {
	display: inline-block;
	padding: 14px 40px;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #f4f4f4 !important;
	background: #01439b;
	border-radius: 8px;
	text-decoration: none !important;
	transition: background .2s;
}
.fincon-join-btn:hover { background: #033b86; color: #fff !important; }
.fincon-success-note {
	font-size: 12px;
	color: #8a8a8a;
	margin: 14px 0 0;
}
@media (max-width: 767px) {
	.fincon-field input { font-size: 16px; } /* prevents iOS zoom-on-focus */
}
