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

/* Remove global section margins for AMR PT200 sections */
.fapricela-amr-pt200-projeto-wrapper.titan-projeto-wrapper section {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 75px !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;
}

.titan-features-section {
	width: 100%;
	background: #1a1a1a;
	color: #fff;
	padding: 60px 0;
}

.titan-features-shell {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.titan-features-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 28px;
	text-align: center;
}

.titan-features-list-card {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto 40px;
	padding: 36px 40px;
	border: 1px solid rgba(0, 255, 255, 0.12);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
}

.titan-features-items {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}

.titan-feature-item {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: start;
	justify-items: start;
	column-gap: 14px;
	font-size: 1.15rem;
	line-height: 1.55;
	text-align: left;
}

.titan-feature-check {
	color: #00ffff;
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1;
	transform: translateY(2px);
}

.titan-features-stats-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(280px, 1fr));
	gap: 28px;
	max-width: 1040px;
	margin: 0 auto;
}

.titan-stat-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 230px;
	padding: 32px 24px;
	border: 1px solid rgba(0, 255, 255, 0.12);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(0, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
	text-align: center;
}

.titan-stat-value {
	font-size: 4.5rem;
	font-weight: 700;
	color: transparent;
	-webkit-text-stroke: 2px #00ffff;
	letter-spacing: -2px;
	line-height: 1;
}

.titan-stat-label {
	font-size: 1.3rem;
	font-weight: 500;
	margin-top: 12px;
	color: #fff;
	text-align: center;
}

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

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

/* Responsive adjustments */
@media (max-width: 768px) {
	.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;
	}

	.titan-features-section {
		padding: 48px 0;
	}

	.titan-features-title {
		font-size: 2rem;
		margin-bottom: 24px;
	}

	.titan-features-list-card {
		padding: 28px 22px;
		margin-bottom: 28px;
	}

	.titan-feature-item {
		grid-template-columns: 24px minmax(0, 1fr);
		font-size: 1.02rem;
		column-gap: 12px;
	}

	.titan-features-stats-grid {
		grid-template-columns: 1fr;
	}

	.titan-stat-card {
		min-height: 190px;
		padding: 28px 20px;
	}

	.titan-stat-value {
		font-size: 3.4rem;
	}

	.titan-stat-label {
		font-size: 1.1rem;
	}
}

.titan-title {
    font-family: 'Gtek Technology', Sans-serif;
    color: #00FFFF;
    font-size: 32px;
    letter-spacing: 0.1em;
   margin-bottom: 40px !important;
    text-align: center;
}
