
/* === AMR PT200 PROJETO PAGE CUSTOM STYLES === */

/* Remove global section margins for AMR PT200 sections */
.fapricela-amr-pt200-projeto-wrapper section {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	display: block !important;
	justify-content: unset !important;
}

/* Hero Section */
.fapricela-amr-pt200-hero {
	position: relative;
}

/* Sobre o Projeto Section */
.fapricela-amr-pt200-sobre {
	background: linear-gradient(to bottom, #fff 0%, #f9fafb 100%);
}

/* Características Grid */
.caracteristicas-lista-grid {
	grid-template-columns: repeat(3, 1fr);
	width: 90%;
	margin: 0 auto;
}

/* Característica Card Hover Effect */
.caracteristica-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.caracteristica-card a:hover {
	background: #00d4c7 !important;
}

/* Testemunhos Section */
.testemunho-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

/* Responsive testemunhos grid */
@media (max-width: 768px) {
	.testemunhos-grid {
		grid-template-columns: 1fr !important;
	}

	.caracteristicas-lista-grid {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.equipa-grid {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 1024px) {
	.equipa-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media (max-width: 1150px) {
	.equipa-grid {
		grid-template-columns: 1fr !important;
		width: 100%;
	}
}

/* Equipa Section */
.equipa-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.equipa-card a:hover {
	background: #005a8c !important;
}

/* Contacto Section */
.contacto-form-container {
	animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.fapricela-amr-pt200-sobre p {
		text-align: left !important;
		word-spacing: normal;
		hyphens: auto;
	}

	.fapricela-amr-pt200-hero h1 {
		font-size: 2.2rem !important;
	}

	.fapricela-amr-pt200-hero p {
		font-size: 1.1rem !important;
	}

	.fapricela-amr-pt200-sobre h2,
	.fapricela-amr-pt200-caracteristicas h2,
	.fapricela-amr-pt200-testemunhos h2,
	.fapricela-amr-pt200-contacto h2 {
		font-size: 1.8rem !important;
	}

	.contacto-form-container {
		padding: 24px !important;
	}
}
