.fivcf-banner {
	position: relative;
	overflow: hidden;
	background-color: #003c6e;
	color: #ffffff;
	padding: 40px 20px;
	min-height: 30em;
}

/* Overlay trasparente con immagine akua.png */
.fivcf-banner .fivcf-overlay {
	position: absolute;
	inset: 0;
	background-image: url("../img/akua.png");
	background-size: cover;
	background-position: center;
	opacity: 0.2;
	pointer-events: none;
}

.fivcf-inner {
	position: relative;
	/* layout ora gestito da Bootstrap (.container, .row, .col-*) */
	gap: 25px;
	max-width: 1440px;
	margin: 5.5em auto 0 auto;
	z-index: 1;
}

.fivcf-inner p {
	color: #ffffff !important;
}
.fivcf-left {
	text-align: end;
}

.fivcf-title-main {
	font-size: 2.667em;
	line-height: 1.1;
	margin: 0;
	font-weight: 700;
}

.fivcf-right {
}

.fivcf-subtitle-1 {
	font-size: 1.443em;	
	margin: 0 0 4px;
}

.fivcf-subtitle-2 {
	font-size: 1em;
	margin: 0 0 20px;
}

.fivcf-form {
	max-width: 100%;
}

.fivcf-fields {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}

.fivcf-fields input,
.fivcf-fields button {
	border: none;
	padding: 10px 12px;
	font-size: 0.95rem;
	border-radius: 2px;
}

.fivcf-fields input {
	min-width: 0;
	flex: 1 1 150px;
}

.fivcf-fields button {
	flex: 0 0 auto;
	background-color: #ffffff;
	color: #003c6e;
	cursor: pointer;
	font-weight: 600;
	white-space: nowrap;
}

.fivcf-fields button:hover {
	opacity: 0.9;
}

.fivcf-privacy {
	font-size: 0.625em;
	line-height: 1.3;
	max-width: 600px;
	margin: 0;
}

.fivcf-loader {
	font-size: 1em;
	color: #003c6e;
	animation: spin 1s linear infinite;
	z-index: 3;
}

.fivcf-loading-overlay {
	z-index: 4;
}

/* Mobile */
@media (max-width: 768px) {
	.fivcf-banner {
		padding: 0;
	}
	.fivcf-inner {
		margin: 1em auto 0 auto;
		padding-top: 0 !important;
	}
	.fivcf-col-image img {
		width: 7em;
		height: auto;
	}
	.fivcf-right {
		text-align: center;
    padding: 0 !important;
    margin: 0 !important;
	}
	.fivcf-title-main {
		font-size: 2rem;
	}
	.fivcf-subtitle-1 {
		line-height: 1.1em;
	}
	.fivcf-subtitle-2 {
		font-size: 1em;
		margin: 0 !important;
		line-height: 1.1em !important;
	}
	.fivcf-subtitle-2_last {
		margin-bottom: 1em !important;
	}
	.fivcf-form {
    max-width: 90%;
		margin: 0 auto;
		margin-bottom: 1em;
	}

	.fivcf-fields {
		flex-direction: column;
		align-items: stretch;
	}

	.fivcf-fields input {
		flex: 0 1 20px;
	}

	.fivcf-fields button {
		width: 100%;
		text-align: center;
	}
}
