.material-symbols-outlined {
	font-family: "Material Symbols Outlined";
	font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
	line-height: 1;
	vertical-align: middle;
}

.green-hero-block {
	position: relative;
}

.green-hero-bg {
	position: relative;
	min-height: 870px;
	padding-top: var(--green-header-offset, var(--green-header-height, 72px));
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.green-hero-bg--carousel {
	background-image: none !important;
}

.green-hero-bg--carousel .green-hero-slides {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.green-hero-bg--carousel .green-hero-slide {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity var(--green-hero-fade, 1200ms) ease-in-out;
	will-change: opacity;
}

.green-hero-bg--carousel .green-hero-slide--a {
	z-index: 1;
}

.green-hero-bg--carousel .green-hero-slide--b {
	z-index: 2;
}

.green-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 3;
	background: linear-gradient(
		95deg,
		rgba(0, 96, 96, 0.88) 0%,
		rgba(0, 96, 96, 0.78) 38%,
		rgba(0, 40, 40, 0.66) 72%,
		rgba(0, 20, 20, 0.5) 100%
	);
}

/* Camada extra para leitura do texto branco sobre a fotografia (acima do gradiente). */
.green-hero-dim {
	position: absolute;
	inset: 0;
	z-index: 4;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.28);
}

.green-hero-content {
	position: relative;
	z-index: 10;
	width: 100%;
}

.green-hero-inner {
	max-width: min(768px, 100%);
	padding-block: clamp(40px, 8vw, 96px) clamp(100px, 14vw, 148px);
}

.green-hero-badge {
	display: inline-block;
	padding: 6px 18px;
	margin-bottom: 24px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.green-hero-title {
	margin: 0 0 32px;
	color: #fff;
	font-size: clamp(1.875rem, 4.2vw, 3.75rem);
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.green-hero-subtitle {
	margin: 0 0 40px;
	color: rgba(252, 249, 247, 0.92);
	font-size: clamp(1.125rem, 2vw, 1.25rem);
	line-height: 1.625;
	font-weight: 300;
	max-width: 760px;
}

.green-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.green-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 32px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 9999px;
	border: 1px solid transparent;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.green-btn:focus-visible {
	outline: 2px solid #00b4d8;
	outline-offset: 3px;
}

.green-btn-primary {
	background: #00b4d8;
	color: #ffffff;
}

.green-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 32px rgba(0, 180, 216, 0.35);
}

.green-btn-outline {
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.green-btn-outline:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.green-btn-wa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: #00b4d8;
	color: #ffffff;
	padding: 18px 36px;
	font-size: 18px;
	border-radius: 999px;
	text-decoration: none;
}

.green-btn-wa-icon {
	flex-shrink: 0;
	display: block;
}

.green-btn-wa-label {
	white-space: nowrap;
}

.green-btn-wa:hover {
	box-shadow: 0 14px 36px rgba(0, 34, 25, 0.22);
}

/* Arcos: só Bézier Q (ver PHP); alinhar subpixel com a secção seguinte. */
.green-nb-arc-hero-bottom {
	line-height: 0;
	font-size: 0;
}
.green-nb-arc-hero-bottom svg,
.green-nb-wave-between-sections svg {
	display: block;
	width: 100%;
	height: 100%;
}
.green-nb-wave-between-sections {
	margin-bottom: -1px;
	line-height: 0;
	font-size: 0;
	position: relative;
	z-index: 1;
}
.green-ia-block,
.green-security-block,
.green-team-block,
.green-contact-block {
	margin-top: -1px;
	position: relative;
	z-index: 2;
}
.green-nb-wave-between-sections svg {
	vertical-align: bottom;
}

.green-highlight-wrap {
	position: relative;
	z-index: 20;
}

.green-highlight-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.green-highlight-card {
	padding: clamp(28px, 4vw, 40px);
}

.green-highlight-light {
	background: #fff;
	border-bottom: 4px solid #00b4d8;
}

.green-highlight-primary {
	background: #006060;
	color: #fff;
}

.green-highlight-muted {
	background: #eae8e6;
}

/* Card «NOSSA EQUIPE» / ícone groups + link #equipe: ciano de destaque (#00B4D8), por cima de .green-highlight-primary. */
.green-highlight-primary.green-highlight-equipe {
	background: #00b4d8 !important;
}
.green-highlight-equipe {
	background: #00b4d8 !important;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.25) !important;
}

.green-highlight-equipe h3,
.green-highlight-equipe p,
.green-highlight-equipe .green-highlight-bullets li {
	color: #fff;
}

.green-highlight-equipe .green-card-icon,
.green-highlight-equipe .green-highlight-bullet-icon {
	color: rgba(255, 255, 255, 0.95) !important;
}

.green-highlight-equipe .green-card-link {
	color: #fff;
}

.green-highlight-equipe .green-card-link:hover {
	color: var(--green-secondary-fixed, #33c4e0);
}

.green-highlight-equipe.green-highlight-light {
	border-bottom-color: rgba(255, 255, 255, 0.35);
}

.green-card-icon {
	font-size: 36px;
	margin-bottom: 24px;
	display: inline-block;
}

.green-highlight-card h3 {
	margin: 0 0 16px;
	font-size: 20px;
	font-weight: 700;
	color: inherit;
}

.green-highlight-card p {
	margin: 0 0 1.5rem;
	font-size: 14px;
	line-height: 1.65;
}

.green-card-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	transition: transform 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.green-card-link:hover {
	transform: translateX(4px);
	color: var(--green-secondary-fixed, #33c4e0);
}

.green-highlight-bullets {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.green-highlight-bullets li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	line-height: 1.5;
	color: inherit;
}

.green-highlight-muted .green-highlight-bullets li {
	color: #3e4945;
}

.green-highlight-bullet-icon {
	font-size: 18px !important;
	color: #006060;
	flex-shrink: 0;
	margin-top: 1px;
}

.green-areas-block {
	background: #ffffff;
	overflow: visible;
	padding-bottom: 0 !important;
}

.green-areas-intro {
	text-align: left;
	max-width: 100%;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 8px;
}

.green-areas-intro .green-section-divider {
	margin-left: 0;
	margin-right: 0;
}

.green-areas-intro .green-section-description {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	width: 100%;
}

.green-section-title {
	margin: 0;
	font-size: clamp(28px, 4vw, 38px);
	line-height: 1.15;
	font-weight: 700;
	color: #006060;
	letter-spacing: -0.02em;
}

.green-section-divider {
	width: 80px;
	height: 6px;
	background: #00b4d8;
	margin: 24px 0;
}

.green-section-description {
	margin: 0 0 1.5rem;
	max-width: min(52rem, 100%);
	font-size: 18px;
	line-height: 1.625;
	color: #3e4945;
}

.green-service-grid {
	margin-top: 56px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(24px, 4vw, 40px);
	justify-items: start;
}

.green-service-card {
	background: transparent;
	padding: 0;
	max-width: 42rem;
}

.green-service-icon {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #006060;
}

.green-service-card h3 {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 700;
	color: #006060;
}

.green-service-card p,
.green-service-lead {
	margin: 0 0 1.5rem;
	font-size: 14px;
	line-height: 1.625;
	color: #3e4945;
}

.green-service-head {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
}

.green-service-icon-wrap {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(66, 253, 211, 0.2);
	border-radius: 50%;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	overflow: hidden;
}

.green-service-icon-wrap .material-symbols-outlined {
	font-size: 24px;
	line-height: 1;
}

.green-service-head h3 {
	margin: 0;
}

.green-service-columns {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px 24px;
	margin-top: 8px;
}

@media (min-width: 640px) {
	.green-service-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.green-service-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.green-service-list li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 14px;
	line-height: 1.625;
	color: #3e4945;
	margin-bottom: 8px;
}

.green-service-list--as-tags {
	margin-top: 8px;
}

.green-service-dot {
	flex-shrink: 0;
	width: 4px;
	height: 4px;
	margin-top: 7px;
	border-radius: 999px;
	background: #006060;
}

.green-service-subsections {
	display: grid;
	gap: 32px;
	margin-top: 8px;
}

@media (min-width: 640px) {
	.green-service-subsections--pair {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px;
	}
}

.green-service-subsection-title {
	margin: 0 0 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(0, 96, 96, 0.2);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #006060;
}

.green-service-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
}

.green-service-tag {
	display: inline-block;
	padding: 4px 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: rgba(62, 73, 69, 0.85);
	background: #fff;
	border: 1px solid #e7e5e4;
	border-radius: 4px;
}

.green-areas-block .green-service-subsection-title {
	color: #006060;
	border-bottom-color: rgba(0, 96, 96, 0.2);
}

.green-areas-block .green-service-dot {
	background: #00b4d8;
}

.green-ia-block {
	background: #006060;
	color: #fff;
}

.green-ia-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: clamp(32px, 5vw, 56px);
	align-items: center;
}

.green-ia-label {
	margin: 0 0 20px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: #5eead4;
}

.green-ia-title {
	margin: 0 0 32px;
	font-size: clamp(28px, 4.5vw, 46px);
	line-height: 1.12;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.green-ia-paragraph {
	margin: 0 0 1.5rem;
	font-size: 17px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.9);
}

/* Coluna dos cards: sempre em coluna (um card por linha), nunca lado a lado */
.green-ia-feature-list {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 24px;
	width: 100%;
}

.green-ia-feature-list > .green-ia-feature {
	flex: 0 0 auto;
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

@media (min-width: 1025px) {
	.green-ia-grid > div:last-child {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		width: 100%;
	}

	.green-ia-feature-list {
		max-width: 440px;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}

.green-ia-feature {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;
	padding: 32px;
	background: rgba(255, 255, 255, 0.05);
	width: 100%;
	box-sizing: border-box;
}

.green-ia-feature .material-symbols-outlined {
	color: #5eead4;
	font-size: 32px;
}

.green-ia-feature h4 {
	margin: 0 0 6px;
	font-size: 20px;
}

.green-ia-feature p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: #f6f3f1;
}

.green-security-block {
	background: #ffffff;
	position: relative;
	z-index: 2;
	margin-top: -10px !important;
}

.green-security-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(32px, 5vw, 56px);
	align-items: start;
}

.green-security-grid > div.reveal > h2.green-section-title {
	margin-bottom: 0.875rem !important;
}

.green-security-grid > div.reveal > .green-security-intro {
	margin-top: 0.625rem !important;
}

.green-security-intro + .green-security-paragraph {
	margin-top: 1.125rem !important;
}

.green-team-block h2.green-section-title ~ .green-section-description {
	margin-top: 1.25rem !important;
}

.green-security-label {
	margin: 0 0 12px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #00b4d8;
}

.green-security-intro {
	margin: 0 0 1.5rem;
	padding-left: 0;
	border-left: 0;
	font-size: 17px;
	line-height: 1.65;
	color: #475569;
	font-weight: 500;
}

.green-security-paragraph {
	margin: 0 0 1.5rem;
	font-size: 15px;
	line-height: 1.65;
	color: rgba(62, 73, 69, 0.8);
}

.green-security-pillar-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.green-security-pillar {
	background: #fff;
	padding: 28px;
}

.green-security-pillar .material-symbols-outlined {
	font-size: 24px;
	color: #fff;
}

.green-security-pillar h4 {
	margin: 12px 0 8px;
	font-size: 16px;
	color: #006060;
}

.green-security-pillar p {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	color: rgba(62, 73, 69, 0.75);
}

.green-team-block {
	background: #fafaf7;
}

.green-team-block .green-section-description {
	max-width: 100%;
	width: 100%;
	text-wrap: unset;
}

.green-team-block .green-section-description.green-center {
	display: block;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	width: 100%;
	text-wrap: unset;
}

.green-center {
	text-align: center;
}

.green-team-grid {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.green-team-card {
	display: flex;
	gap: 16px;
	align-items: center;
}

.green-team-photo-wrap {
	flex: 0 0 96px;
	width: 96px;
	height: 96px;
	border-radius: 1.5rem 0.35rem 1.5rem 0.35rem;
	overflow: hidden;
}

.green-team-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform-origin: center;
	transition: transform 0.5s ease;
}

.green-team-text h4 {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #005646;
}

.green-team-text p {
	margin: 0 0 8px;
	font-size: 11px;
	color: #78716c;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.green-team-link {
	display: inline-flex;
	align-items: center;
	color: #006060;
	text-decoration: none;
	transition: color 0.2s ease;
}

.green-team-link:hover,
.green-team-link:focus-visible {
	color: var(--green-secondary-fixed, #33c4e0);
}

.green-contact-block {
	background: #006060;
}

.green-contact-card {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	color: #1e293b;
	padding: 80px 48px;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 32px;
	align-items: center;
}

.green-contact-title {
	margin: 0 0 20px;
	font-size: 36px;
	line-height: 1.2;
	color: #006060;
}

.green-contact-description {
	margin: 0 0 32px;
	font-size: 18px;
	line-height: 1.65;
	color: #475569;
}

.green-contact-list span {
	display: block;
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0.02em;
	color: #64748b;
}

.green-contact-list p {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.35;
	color: #1e293b;
}

.green-contact-line {
	display: flex;
	align-items: center;
	gap: 12px;
}

.green-contact-list p.green-contact-line {
	font-size: clamp(1.3125rem, 1vw + 1.05rem, 1.625rem);
	font-weight: 500;
	line-height: 1.38;
	color: #1e293b;
}

.green-contact-line__icon.material-symbols-outlined {
	font-size: 20px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #006060;
	flex-shrink: 0;
	align-self: center;
	font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.green-contact-line__text {
	min-width: 0;
	flex: 1;
	display: flex;
	align-items: center;
}

.green-contact-list p.green-contact-line .green-contact-link {
	font-size: inherit;
	vertical-align: middle;
	color: #006060;
	text-decoration: underline;
	text-decoration-color: rgba(0, 96, 96, 0.35);
}

.green-contact-list .green-contact-link:hover,
.green-contact-list .green-contact-link:focus {
	text-decoration-color: var(--green-secondary-fixed, #33c4e0);
	color: var(--green-secondary-fixed, #33c4e0);
}

.green-contact-cta {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.green-footer-grid {
	margin-top: 32px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	padding: 80px 0 48px;
	border-top: 1px solid #e7e5e4;
}

.green-footer-grid h4 {
	margin: 0 0 16px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #005646;
}

.green-footer-grid p {
	margin: 0;
	font-size: 14px;
	color: #57534e;
}

.green-footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 6px;
}

.green-footer-links a {
	font-size: 14px;
	color: #57534e;
	text-decoration: none;
}

.green-footer-meta-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	padding-top: 16px;
	border-top: 1px solid #e7e5e4;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #a8a29e;
}

/*
 * main e o div wrapper da home têm .green-section mas são contentores altos.
 * Com threshold 0.08 no IntersectionObserver, a razão visível/total no viewport
 * móvel fica frequentemente abaixo do limiar; .green-in-view nunca é aplicado
 * ao pai. Opacity no pai anula os filhos (mesmo com .green-in-view nas secções).
 * Excluir estes wrappers da animação; as secções internas continuam a revelar-se.
 */
main.green-site-main.green-section:not(.green-in-view),
main.green-site-main > .green-section:not(.green-in-view) {
	opacity: 1;
	transform: none;
}

.green-section:not(.green-hero-block):not(.green-in-view) {
	opacity: 0;
	transform: translate3d(0, 18px, 0);
}

.green-section.green-in-view {
	opacity: 1;
	transform: none;
	transition: opacity 0.55s ease, transform 0.55s ease;
}
/* Evita espaço sob ondas onde o fundo emenda com a próxima secção. */
#ai,
#ia,
#seguranca,
#security {
	padding-bottom: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
	.green-section:not(.green-hero-block):not(.green-in-view) {
		opacity: 1;
		transform: none;
	}

	.green-section.green-in-view {
		transition: none;
	}

	.green-service-card,
	.green-highlight-card,
	.green-security-pillar,
	.green-ia-feature {
		transform: none !important;
		transition: none !important;
	}

	.green-team-card .green-team-photo {
		transform: none !important;
		transition: none !important;
	}
}

@media (max-width: 1024px) {
	.green-highlight-grid,
	.green-service-grid,
	.green-security-pillar-grid,
	.green-team-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.green-ia-grid,
	.green-security-grid,
	.green-contact-card,
	.green-footer-grid {
		grid-template-columns: 1fr;
	}

	.green-contact-card {
		padding: 64px 40px;
	}
}

@media (max-width: 767px) {
	.green-hero-bg {
		min-height: auto;
	}

	.green-hero-inner {
		padding-block: 10px 88px;
	}

	.green-highlight-grid,
	.green-service-grid,
	.green-security-pillar-grid,
	.green-team-grid {
		grid-template-columns: 1fr;
	}

	.green-contact-card {
		padding: 48px 24px;
	}
}

@media (max-width: 480px) {
	.green-hero-title {
		font-size: 1.75rem;
	}

	.green-section-title {
		font-size: 28px;
	}

	.green-contact-title {
		font-size: 28px;
	}

	.green-contact-list p {
		font-size: 17px;
	}

	.green-contact-list p.green-contact-line {
		font-size: clamp(1.0625rem, 2vw, 1.25rem);
	}
}

