:root {
	--ec-primary: #063f38;
	--ec-primary-2: #043c35;
	--ec-accent: #20f000;
	--ec-bg: #f5f7f4;
	--ec-text: #13201d;
	--ec-muted: #65716d;
	--ec-line: #dfe7e1;
	--ec-font: Inter, Arial, sans-serif;
}

* { box-sizing: border-box; }
html {
	background: #000;
	min-height: 100%;
	scroll-behavior: smooth;
}
body {
	display: flex;
	flex-direction: column;
	margin: 0;
	min-height: 100vh;
	font-family: var(--ec-font);
	color: var(--ec-text);
	background: #000;
	font-size: 16px;
	line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.site-main { flex: 1 0 auto; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; z-index: 999; background: #fff; padding: 10px; }
.skip-link:focus { left: 12px; }

.site-header {
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	z-index: 50;
	background: transparent;
	border-bottom: 0;
}
.header-inner { width: min(1020px, calc(100% - 40px)); height: 62px; display: flex; align-items: center; gap: 28px; }
.site-logo { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 800; letter-spacing: 0; }
.site-logo img { max-height: 50px; width: auto; }
.logo-mark { color: var(--ec-accent); font-size: 1.35rem; }
.logo-text { color: #fff; font-size: 1.35rem; }
.main-nav { margin-left: 22px; padding-left: 22px; border-left: 1px solid rgba(255,255,255,.72); }
.nav-list { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.nav-list a { position: relative; color: #fff; font-weight: 800; font-size: .72rem; transition: color .2s ease; }
.nav-list .current-menu-item > a::after, .nav-list a:hover::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -7px;
	height: 2px;
	background: var(--ec-accent);
}
.nav-list a:hover { color: var(--ec-accent); }
.header-actions { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.header-cta, .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border-radius: 4px;
	padding: 0 22px;
	font-weight: 800;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.header-cta { min-height: 46px; min-width: 178px; font-size: .92rem; }
.header-cta-outline { gap: 12px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.9); }
.header-cta-outline .header-whatsapp-icon { display: grid; place-items: center; width: 24px; height: 24px; border: 2px solid #fff; border-radius: 50%; color: #fff; flex: 0 0 24px; }
.header-cta-outline .header-whatsapp-icon svg { width: 17px; height: 17px; color: #fff; fill: #fff; }
.header-cta-outline .header-whatsapp-icon svg path { fill: #fff; }
.header-cta-green, .btn-primary { background: var(--ec-accent); color: #063f38; box-shadow: 0 8px 0 rgba(0,0,0,.18), 0 16px 35px rgba(32,240,0,.18); }
.btn-secondary { color: #fff; border: 1px solid rgba(255,255,255,.32); }
.btn:hover, .header-cta:hover { transform: translateY(-2px); }
.menu-toggle { display: none; width: 44px; height: 44px; background: transparent; border: 1px solid rgba(255,255,255,.28); border-radius: 8px; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: #fff; }

.hero, .page-hero {
	position: relative;
	overflow: hidden;
	background-color: #0a3838 !important;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}
.hero::before, .dark-section::before, .map-section::before {
	content: "";
	position: absolute;
	inset: auto -12% -42% auto;
	width: 460px;
	height: 460px;
	border: 1px solid rgba(32,240,0,.22);
	border-radius: 50%;
}
.hero::before { display: none; }
.hero-grid { position: relative; z-index: 2; width: min(1020px, calc(100% - 40px)); height: 690px; min-height: 690px; display: grid; grid-template-columns: minmax(0, 760px) 1fr; gap: 50px; align-items: center; padding: 78px 0 0; }
.eyebrow { display: inline-flex; color: var(--ec-accent); font-weight: 800; text-transform: uppercase; letter-spacing: 0; font-size: .78rem; margin-bottom: 14px; }
.eyebrow.dark { color: var(--ec-primary); }
h1, h2, h3 { margin: 0; line-height: 1.05; letter-spacing: 0; }
.hero-copy { align-self: center; padding-top: 26px; }
.hero-copy .eyebrow { display: none; }
.hero h1 { max-width: 760px; font-size: clamp(1.89rem, 2.205vw, 2.8rem); font-weight: 900; line-height: 1.16; }
.hero p { max-width: 430px; color: #fff; font-size: 1.14rem; font-weight: 800; line-height: 1.16; margin: 26px 0 48px; }
.hero [data-typewriter] { visibility: visible; }
.hero [data-typewriter].is-typing::after {
	content: "";
	display: inline-block;
	width: .08em;
	height: .86em;
	margin-left: .08em;
	background: currentColor;
	vertical-align: -.08em;
	animation: typewriterCaret .72s steps(1) infinite;
}
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { min-height: 56px; min-width: 172px; padding: 0 26px; font-size: 1.35rem; font-weight: 500; }
.hero-media { position: relative; min-height: calc(100vh - 112px); align-self: end; display: grid; place-items: end center; }
.hero-slider-bg .hero-media { display: none; }
.hero-media img { position: relative; z-index: 2; width: min(620px, 100%); height: calc(100vh - 92px); min-height: 520px; object-fit: contain; object-position: center bottom; border-radius: 0; box-shadow: none; }
.tech-ring { position: absolute; z-index: 1; right: 42px; bottom: 118px; width: min(430px, 78%); aspect-ratio: 1; border: 4px solid var(--ec-accent); border-radius: 50%; }
.tech-ring::after { display: none; }
.hero-orbit-icon { position: absolute; z-index: 3; display: grid; place-items: center; width: 54px; height: 54px; color: var(--ec-primary); background: #fff; border-radius: 50%; box-shadow: 0 8px 24px rgba(0,0,0,.16); }
.hero-orbit-icon .icon { width: 30px; height: 30px; }
.hero-orbit-icon-one { top: 230px; left: 74px; }
.hero-orbit-icon-two { right: 26px; top: 360px; }
.hero-orbit-icon-three { left: 24px; bottom: 112px; }
.hero-placeholder { position: relative; width: min(430px, 100%); min-height: 500px; border-radius: 220px 220px 22px 22px; background: linear-gradient(150deg, rgba(32,240,0,.22), rgba(255,255,255,.06)); border: 1px solid rgba(32,240,0,.35); display: grid; place-content: center; text-align: center; }
.hero-placeholder span { color: var(--ec-accent); font-weight: 900; font-size: 1.7rem; }
.hero-placeholder strong { font-size: 4.2rem; line-height: 1; }
.hero-placeholder small { color: rgba(255,255,255,.75); }

@keyframes typewriterCaret {
	0%, 45% { opacity: 1; }
	46%, 100% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
	.hero [data-typewriter].is-typing::after {
		animation: none;
	}
}

.section { position: relative; padding: 96px 0; }
.section-heading { max-width: 790px; margin-bottom: 42px; }
.section-heading h2, .split-copy h2, .map-copy h2, .integration-copy h2 { font-size: clamp(2rem, 4vw, 4rem); font-weight: 900; }
.section-heading.light h2, .section-heading.light p { color: #fff; }
.benefits { background: #fff; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.beneficios {
	position: relative;
	overflow: hidden;
	min-height: 920px;
	background: #f3f3f3;
	color: var(--ec-primary);
}
.beneficios-inner {
	position: relative;
	z-index: 2;
	display: grid;
	justify-items: center;
}
.beneficios-orbit {
	position: absolute;
	left: 50%;
	top: -260px;
	width: 1320px;
	height: 1320px;
	border: 2px solid var(--ec-accent);
	border-radius: 50%;
	transform: translateX(-50%);
	pointer-events: none;
}
.beneficios-coin {
	position: absolute;
	z-index: 3;
	width: 118px;
	height: 118px;
	overflow: hidden;
	text-indent: -999px;
	background: url("../img/icone-rs.png") center / contain no-repeat;
	border: 0;
	border-radius: 50%;
	filter: drop-shadow(0 12px 20px rgba(21,210,0,.32));
}
.beneficios-coin-left { left: max(28px, calc(50% - 690px)); top: 128px; }
.beneficios-coin-right { right: max(28px, calc(50% - 690px)); bottom: 116px; }
.beneficios-heading {
	margin: 0 0 46px;
	text-align: center;
}
.beneficios-heading span {
	display: inline-block;
	margin-bottom: 48px;
	color: var(--ec-primary);
	font-size: .9rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-color: var(--ec-accent);
	text-decoration-thickness: 3px;
	text-underline-offset: 3px;
}
.beneficios-heading h2 {
	max-width: 540px;
	color: var(--ec-primary);
	font-size: clamp(1.9rem, 2.5vw, 2.5rem);
	font-weight: 900;
	line-height: 1.08;
}
.beneficios-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px 36px;
	width: min(1320px, 100%);
}
.beneficio-card {
	position: relative;
	border-radius: 5px;
	color: var(--ec-primary);
	transition: transform .28s cubic-bezier(.2,.72,.18,1), box-shadow .28s ease, border-color .28s ease, background .28s ease;
	will-change: transform;
}
.beneficio-card-featured {
	overflow: hidden;
	background: #fff;
	box-shadow: 0 16px 34px rgba(0,0,0,.1);
}
.beneficio-card-simple {
	min-height: 178px;
	border: 1px solid var(--ec-primary);
	background: transparent;
}
.beneficio-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	box-shadow: inset 0 0 0 0 rgba(32,240,0,0);
	pointer-events: none;
	transition: box-shadow .28s ease;
}
.beneficio-card:hover,
.beneficio-card:focus-within {
	border-color: rgba(32,240,0,.9);
	box-shadow: 0 24px 54px rgba(6,63,56,.16), 0 0 0 6px rgba(32,240,0,.08);
	transform: translateY(-8px);
}
.beneficio-card:hover::after,
.beneficio-card:focus-within::after {
	box-shadow: inset 0 0 0 2px rgba(32,240,0,.75);
}
.beneficio-card-featured:hover,
.beneficio-card-featured:focus-within {
	box-shadow: 0 28px 62px rgba(6,63,56,.18), 0 0 0 6px rgba(32,240,0,.1);
}
.beneficio-image {
	width: 100%;
	height: 280px;
	object-fit: cover;
	transition: transform .42s cubic-bezier(.2,.72,.18,1), filter .32s ease;
	transform-origin: center;
}
.beneficio-card:hover .beneficio-image,
.beneficio-card:focus-within .beneficio-image {
	filter: saturate(1.08) contrast(1.04);
	transform: scale(1.035);
}
.beneficio-body {
	position: relative;
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 0 12px;
	padding: 24px 28px 30px;
}
.beneficio-card-simple .beneficio-body {
	grid-template-columns: 36px 1fr;
	padding: 22px 18px;
}
.beneficio-body .card-icon {
	width: 44px;
	height: 44px;
	margin: 0;
	border-radius: 4px;
	background: var(--ec-primary);
	color: var(--ec-accent);
	transition: transform .28s cubic-bezier(.2,.72,.18,1), box-shadow .28s ease, background .28s ease;
}
.beneficio-card:hover .card-icon,
.beneficio-card:focus-within .card-icon {
	background: #042f2a;
	box-shadow: 0 0 0 6px rgba(32,240,0,.16), 0 10px 22px rgba(6,63,56,.18);
	transform: translateY(-3px) scale(1.06);
}
.beneficio-body .card-icon-image {
	width: 28px;
	height: 28px;
	object-fit: contain;
}
.beneficio-card-simple .beneficio-body .card-icon {
	width: 32px;
	height: 32px;
}
.beneficio-body .icon {
	width: 25px;
	height: 25px;
}
.beneficio-card-simple .beneficio-body .icon {
	width: 19px;
	height: 19px;
}
.beneficio-card-simple .beneficio-body .card-icon-image {
	width: 22px;
	height: 22px;
}
.beneficio-body h3 {
	align-self: center;
	margin: 0;
	color: var(--ec-primary);
	font-size: 1.58rem;
	font-weight: 900;
	line-height: 1.12;
}
.beneficio-card-simple .beneficio-body h3 {
	font-size: 1.18rem;
}
.beneficio-body p {
	grid-column: 1 / -1;
	margin: 18px 0 0;
	color: var(--ec-primary);
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.18;
}
.beneficio-card-simple .beneficio-body p {
	margin-top: 14px;
	font-size: .92rem;
}
.beneficios-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 224px;
	min-height: 40px;
	margin-top: 60px;
	padding: 0 28px;
	color: var(--ec-primary);
	font-weight: 700;
	background: var(--ec-accent);
	border-radius: 3px;
	box-shadow: 0 8px 16px rgba(0,0,0,.18);
	transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.beneficios-cta:hover {
	background: #17ff00;
	box-shadow: 0 14px 28px rgba(0,0,0,.22), 0 0 0 6px rgba(32,240,0,.18);
	transform: translateY(-4px) scale(1.04);
}
.benefit-card, .post-card, .partner-card, .mini-card {
	background: #fff;
	border: 1px solid var(--ec-line);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(15, 35, 30, .08);
}
.benefit-card { padding: 28px; min-height: 245px; transition: transform .2s ease, border-color .2s ease; }
.benefit-card:hover { transform: translateY(-5px); border-color: rgba(32,240,0,.75); }
.card-icon { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: rgba(32,240,0,.16); color: var(--ec-primary); margin-bottom: 24px; }
.icon { width: 24px; height: 24px; }
.benefit-card h3, .differential-item h3 { font-size: 1.28rem; margin-bottom: 10px; }
.benefit-card p, .differential-item p, .split-copy p, .map-copy p, .integration-copy p { color: var(--ec-muted); margin: 0; }

.dark-section, .map-section { overflow: hidden; background: var(--ec-primary); color: #fff; }
.wide-image { width: 100%; max-height: 430px; object-fit: cover; border-radius: 16px; margin-bottom: 26px; }
.differential-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.differential-item { padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: rgba(255,255,255,.04); }
.differential-item span { color: var(--ec-accent); font-size: 2.6rem; font-weight: 900; }
.differential-item p { color: rgba(255,255,255,.72); }

.sobre-nos {
	position: relative;
	overflow: hidden;
	padding: 106px 0 112px;
	color: #fff;
	background:
		radial-gradient(circle at 50% 38%, rgba(13, 94, 80, .56), transparent 34%),
		#0a3838;
}
.sobre-nos::before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	opacity: .26;
	background:
		radial-gradient(circle at 100% 0, transparent 0 49%, rgba(255,255,255,.09) 50% 99%, transparent 100%) 0 0 / 220px 220px,
		radial-gradient(circle at 0 100%, transparent 0 49%, rgba(255,255,255,.08) 50% 99%, transparent 100%) 0 0 / 220px 220px;
}
.sobre-nos::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 55%, transparent 0 28%, rgba(10,56,56,.42) 62%, rgba(10,56,56,.9) 100%);
	pointer-events: none;
}
.sobre-nos-inner {
	position: relative;
	z-index: 2;
	display: grid;
	justify-items: center;
}
.sobre-nos-heading {
	margin: 0 0 62px;
	text-align: center;
}
.sobre-nos-heading span {
	display: inline-block;
	margin-bottom: 58px;
	color: #fff;
	font-size: .9rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-color: var(--ec-accent);
	text-decoration-thickness: 3px;
	text-underline-offset: 3px;
}
.sobre-nos-heading h2 {
	color: #fff;
	font-size: clamp(1.9rem, 2.2vw, 2.45rem);
	font-weight: 800;
	line-height: 1.12;
}
.sobre-nos-image {
	width: min(840px, 100%);
	height: 380px;
	object-fit: cover;
	border-radius: 14px;
	box-shadow: 0 26px 60px rgba(0,0,0,.22);
	transition: transform .28s cubic-bezier(.2,.72,.18,1), box-shadow .28s ease, filter .32s ease;
	transform-origin: center;
	will-change: transform;
}
.sobre-nos-image:hover,
.sobre-nos-image:focus-visible {
	box-shadow: 0 28px 62px rgba(6,63,56,.18), 0 0 0 6px rgba(32,240,0,.1);
	filter: saturate(1.08) contrast(1.04);
	transform: translateY(-8px);
}
.sobre-nos-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 78px;
	width: min(840px, 100%);
	margin-top: 54px;
}
.sobre-nos-item {
	color: #fff;
}
.sobre-nos-icon {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	margin-bottom: 22px;
	color: #0a3838;
	background: var(--ec-accent);
	border-radius: 4px;
}
.sobre-nos-icon .icon {
	width: 22px;
	height: 22px;
}
.sobre-nos-icon-image {
	width: 22px;
	height: 22px;
	object-fit: contain;
}
.sobre-nos-item h3 {
	max-width: 160px;
	margin: 0 0 18px;
	color: #fff;
	font-size: 1.08rem;
	font-weight: 900;
	line-height: 1.08;
}
.sobre-nos-item p {
	margin: 0;
	color: rgba(255,255,255,.86);
	font-size: .86rem;
	font-weight: 400;
	line-height: 1.16;
}

.map-grid, .split-grid, .integration-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.map-copy p { color: rgba(255,255,255,.74); font-size: 1.12rem; margin: 18px 0 28px; }
.mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.mini-card { padding: 18px; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); color: #fff; }
.mini-card .icon { color: var(--ec-accent); margin-bottom: 8px; }
.mini-card strong, .mini-card small { display: block; }
.mini-card small { color: rgba(255,255,255,.66); }
.brazil-map { display: grid; place-items: center; }
.brazil-map img { width: min(450px, 92%); filter: drop-shadow(0 0 28px rgba(32,240,0,.38)); }

.atendimento-brasil {
	position: relative;
	overflow: hidden;
	min-height: 790px;
	padding: 88px 0 76px;
	color: #fff;
	background: #0a3838 url("../img/background-brasil.jpg") center center / cover no-repeat;
}
.atendimento-bg-map {
	display: none;
}
.atendimento-bg-map img {
	display: none;
}
.atendimento-orbit {
	display: none;
}
.atendimento-coin {
	position: absolute;
	z-index: 3;
	right: max(70px, calc(50% - 640px));
	bottom: 170px;
	width: 118px;
	height: 118px;
	background: url("../img/icone-rs.png") center / contain no-repeat;
	filter: drop-shadow(0 12px 20px rgba(21,210,0,.32));
}
.atendimento-inner {
	position: relative;
	z-index: 2;
	width: min(900px, calc(100% - 40px));
}
.atendimento-hero {
	display: grid;
	grid-template-columns: .92fr 1.08fr;
	align-items: center;
	gap: 42px;
}
.atendimento-copy {
	padding-top: 40px;
}
.atendimento-copy h2 {
	max-width: 420px;
	color: #fff;
	font-size: clamp(2.8rem, 4vw, 4.35rem);
	font-weight: 500;
	line-height: 1.02;
}
.atendimento-copy p {
	max-width: 420px;
	margin: 14px 0 0;
	color: #fff;
	font-size: clamp(1.35rem, 2.1vw, 2rem);
	font-weight: 400;
	line-height: 1.18;
}
.atendimento-map {
	display: grid;
	place-items: center;
}
.atendimento-map img {
	width: min(455px, 100%);
	filter: drop-shadow(0 0 28px rgba(32,240,0,.42));
	transition: transform .34s cubic-bezier(.2,.72,.18,1), filter .34s ease;
}
.atendimento-map img:hover {
	filter: drop-shadow(0 0 40px rgba(32,240,0,.58));
	transform: translateY(-7px) scale(1.025);
}
.atendimento-line {
	height: 1px;
	width: 100%;
	margin: 62px 0 48px;
	background: rgba(255,255,255,.55);
}
.atendimento-metrics {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 42px;
}
.atendimento-metric {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 16px;
	align-items: start;
	padding-right: 32px;
	border-right: 1px solid rgba(255,255,255,.58);
	border-radius: 8px;
	transition: transform .28s cubic-bezier(.2,.72,.18,1), background .28s ease, box-shadow .28s ease;
}
.atendimento-metric:last-child {
	border-right: 0;
}
.atendimento-metric-icon {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	color: var(--ec-primary);
	background: #fff;
	border-radius: 4px;
	transition: transform .28s cubic-bezier(.2,.72,.18,1), box-shadow .28s ease, background .28s ease;
}
.atendimento-metric-icon .icon {
	width: 22px;
	height: 22px;
}
.atendimento-metric strong,
.atendimento-metric span {
	display: block;
}
.atendimento-metric strong {
	color: #fff;
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1;
	transition: color .24s ease, text-shadow .24s ease;
}
.atendimento-metric:hover,
.atendimento-metric:focus-within {
	background: rgba(255,255,255,.06);
	box-shadow: 0 18px 38px rgba(0,0,0,.16), inset 0 0 0 1px rgba(32,240,0,.22);
	transform: translateY(-6px);
}
.atendimento-metric:hover .atendimento-metric-icon,
.atendimento-metric:focus-within .atendimento-metric-icon {
	background: var(--ec-accent);
	box-shadow: 0 0 0 6px rgba(32,240,0,.14), 0 10px 20px rgba(0,0,0,.22);
	transform: translateY(-2px) scale(1.06);
}
.atendimento-metric:hover strong,
.atendimento-metric:focus-within strong {
	color: var(--ec-accent);
	text-shadow: 0 0 18px rgba(32,240,0,.24);
}
.atendimento-metric span {
	margin-top: 3px;
	color: rgba(255,255,255,.9);
	font-size: .82rem;
	font-weight: 400;
	line-height: 1.08;
}
.atendimento-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 226px;
	min-height: 36px;
	margin: 104px auto 0;
	color: var(--ec-primary);
	font-weight: 700;
	background: var(--ec-accent);
	border-radius: 3px;
	box-shadow: 0 8px 16px rgba(0,0,0,.18);
	transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.atendimento-cta:hover {
	background: #17ff00;
	box-shadow: 0 14px 28px rgba(0,0,0,.22), 0 0 0 6px rgba(32,240,0,.18);
	transform: translateY(-4px) scale(1.04);
}

.institutional { background: #fff; }
.split-copy p, .integration-copy p { font-size: 1.08rem; margin: 22px 0 30px; }
.split-image img, .image-fallback { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 18px; }
.image-fallback { display: grid; place-items: center; background: linear-gradient(135deg, var(--ec-primary), #0b665b); color: var(--ec-accent); font-weight: 900; font-size: 2rem; }

.institucional-localizacao {
	position: relative;
	overflow: hidden;
	min-height: 740px;
	padding: 132px 0 112px;
	background: #f3f3f3 url("../img/background-local.png") center center / cover no-repeat;
	color: var(--ec-primary);
}
.institucional-ring {
	display: none;
}
.institucional-map-bg {
	display: none;
}
.institucional-inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: .82fr 1.18fr;
	align-items: center;
	gap: 84px;
	width: min(930px, calc(100% - 40px));
}
.institucional-copy span {
	display: block;
	margin-bottom: 24px;
	color: var(--ec-primary);
	font-size: 1rem;
	font-weight: 700;
}
.institucional-copy h2 {
	max-width: 400px;
	color: var(--ec-primary);
	font-size: clamp(1.8rem, 2.5vw, 2.35rem);
	font-weight: 900;
	line-height: 1.08;
}
.institucional-copy p {
	max-width: 420px;
	margin: 20px 0 28px;
	color: var(--ec-primary);
	font-size: 1.35rem;
	font-weight: 400;
	line-height: 1.08;
}
.institucional-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-width: 174px;
	min-height: 40px;
	padding: 0 18px;
	color: var(--ec-primary);
	font-weight: 700;
	background: var(--ec-accent);
	border-radius: 3px;
	box-shadow: 0 8px 16px rgba(0,0,0,.18);
	transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.institucional-cta .icon {
	width: 18px;
	height: 18px;
}
.institucional-cta:hover {
	background: #17ff00;
	box-shadow: 0 14px 28px rgba(0,0,0,.22), 0 0 0 6px rgba(32,240,0,.18);
	transform: translateY(-4px) scale(1.04);
}
.institucional-carousel {
	position: relative;
	width: min(560px, 100%);
	height: 360px;
}
.institucional-slide {
	position: absolute;
	top: 34px;
	left: 50%;
	width: 260px;
	height: 335px;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 18px 35px rgba(0,0,0,.18);
	opacity: 0;
	transform: translateX(-50%) scale(.9);
	transition: opacity .35s ease, transform .35s ease, z-index .35s ease, box-shadow .28s ease, filter .32s ease;
	will-change: transform;
}
.institucional-slide.is-prev {
	z-index: 1;
	opacity: 1;
	transform: translateX(calc(-50% - 132px)) scale(.9);
}
.institucional-slide.is-active {
	top: 16px;
	z-index: 3;
	opacity: 1;
	width: 292px;
	height: 370px;
	transform: translateX(-50%) scale(1);
}
.institucional-slide.is-active:hover,
.institucional-slide.is-active:focus-visible {
	box-shadow: 0 28px 62px rgba(6,63,56,.18), 0 0 0 6px rgba(32,240,0,.1);
	filter: saturate(1.08) contrast(1.04);
	transform: translateX(-50%) translateY(-8px);
}
.institucional-slide.is-prev:hover,
.institucional-slide.is-prev:focus-visible {
	filter: saturate(1.06) contrast(1.03);
	transform: translateX(calc(-50% - 132px)) translateY(-6px) scale(.9);
}
.institucional-slide.is-next:hover,
.institucional-slide.is-next:focus-visible {
	filter: saturate(1.06) contrast(1.03);
	transform: translateX(calc(-50% + 132px)) translateY(-6px) scale(.9);
}
.institucional-slide.is-next {
	z-index: 1;
	opacity: 1;
	transform: translateX(calc(-50% + 132px)) scale(.9);
}
.institucional-slide.is-hidden {
	opacity: 0;
	transform: translateX(-50%) scale(.84);
}
.institucional-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -54px;
	display: flex;
	justify-content: center;
	gap: 8px;
}
.institucional-dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 1px solid var(--ec-primary);
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}
.institucional-dots button.is-active {
	background: var(--ec-primary);
}

.faq-section {
	position: relative;
	overflow: hidden;
	min-height: 820px;
	padding: 120px 0 82px;
	color: #fff;
	background:
		radial-gradient(circle at 50% 46%, rgba(13, 87, 76, .6), transparent 35%),
		#0a3838;
}
.faq-inner {
	position: relative;
	z-index: 2;
	display: grid;
	justify-items: center;
}
.faq-heading {
	margin: 0 0 58px;
	text-align: center;
}
.faq-heading h2 {
	color: #fff;
	font-size: clamp(1.9rem, 2.4vw, 2.5rem);
	font-weight: 900;
	line-height: 1;
}
.faq-list {
	width: min(820px, 100%);
	margin: 0 auto;
	display: grid;
	gap: 12px;
}
.faq-item {
	border: 2px solid var(--ec-accent);
	border-radius: 14px;
	background: rgba(10, 56, 56, .62);
	overflow: hidden;
	transition: transform .28s cubic-bezier(.2,.72,.18,1), box-shadow .28s ease, border-color .28s ease, background .28s ease;
	will-change: transform;
}
.faq-item:hover,
.faq-item:focus-within {
	border-color: #17ff00;
	background: rgba(10, 56, 56, .82);
	box-shadow: 0 24px 54px rgba(0,0,0,.18), 0 0 0 6px rgba(32,240,0,.1);
	transform: translateY(-6px);
}
.faq-item summary {
	position: relative;
	cursor: pointer;
	padding: 22px 66px 22px 22px;
	color: #fff;
	font-size: 1.08rem;
	font-weight: 900;
	line-height: 1.2;
	list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 24px;
	color: var(--ec-accent);
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
	transform: translateY(-50%);
	transition: transform .24s ease, color .24s ease, text-shadow .24s ease;
}
.faq-item:hover summary::after,
.faq-item:focus-within summary::after {
	color: #17ff00;
	text-shadow: 0 0 18px rgba(32,240,0,.35);
	transform: translateY(-50%) scale(1.12);
}
.faq-item[open] summary::after {
	content: "";
	width: 22px;
	height: 5px;
	background: var(--ec-accent);
	border-radius: 999px;
	transform: translateY(-50%) rotate(45deg);
}
.faq-item div {
	padding: 18px 22px 42px;
	color: rgba(255,255,255,.9);
	font-size: 1.08rem;
	font-weight: 400;
	line-height: 1.25;
}
.faq-item div p {
	margin: 0;
}
.faq-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 226px;
	min-height: 36px;
	margin: 88px auto 0;
	color: var(--ec-primary);
	font-weight: 700;
	background: var(--ec-accent);
	border-radius: 3px;
	box-shadow: 0 8px 16px rgba(0,0,0,.18);
	transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.faq-cta:hover {
	background: #17ff00;
	box-shadow: 0 14px 28px rgba(0,0,0,.22), 0 0 0 6px rgba(32,240,0,.18);
	transform: translateY(-4px) scale(1.04);
}
.faq-question {
	position: absolute;
	z-index: 1;
	display: block;
	width: 180px;
	height: 183px;
	overflow: hidden;
	text-indent: -999px;
	background: url("../img/icone-interrogacao.png") center / contain no-repeat;
	filter: drop-shadow(0 20px 32px rgba(32,240,0,.26));
	transform: rotate(-16deg);
	pointer-events: none;
}
.faq-question-left {
	left: 9%;
	top: 300px;
	width: 140px;
	height: 142px;
}
.faq-question-right {
	right: 5%;
	top: 150px;
	width: 280px;
	height: 285px;
	transform: rotate(8deg);
}
.faq-question-small {
	right: 17%;
	top: 445px;
	width: 110px;
	height: 112px;
}

.integration {
	position: relative;
	overflow: hidden;
	min-height: 820px;
	padding: 54px 0 0;
	background: #073f3b url("../img/background-indicacao-premiada.png") center center / cover no-repeat;
	color: #fff;
}
.integration-wrap {
	position: relative;
	min-height: 766px;
}
.integration-copy {
	position: absolute;
	left: 18%;
	top: 0;
	z-index: 3;
	width: 330px;
	color: #fff;
}
.integration-copy span {
	display: block;
	margin-bottom: 24px;
	font-size: 1.05rem;
	font-weight: 800;
}
.integration-copy h2 {
	max-width: 300px;
	margin: 0 0 18px;
	font-size: 2rem;
	line-height: 1.08;
	font-weight: 900;
	color: #fff;
}
.integration-copy p {
	margin: 0 0 66px;
	font-size: 1.55rem;
	line-height: 1.08;
	font-weight: 500;
	color: #fff;
}
.integration-prize {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 374px;
	min-height: 78px;
	border-radius: 4px;
	background: #00e80a;
	box-shadow: 0 18px 32px rgba(0,232,10,.28);
	color: #073f3b;
	font-size: 1.65rem;
	font-style: italic;
	font-weight: 950;
	line-height: 1;
	text-align: center;
	transform: translateY(-34px) rotate(.2deg);
}
.integration-prize small {
	display: inline-block;
	margin-left: 6px;
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.05;
}
.integration-seal {
	position: absolute;
	top: -32px;
	left: 46%;
	z-index: 2;
	width: 300px;
	height: 300px;
	overflow: hidden;
	filter: drop-shadow(0 0 30px rgba(0,232,10,.48));
}
.integration-seal::after {
	content: "";
	position: absolute;
	inset: -18% -44%;
	background: linear-gradient(115deg, transparent 34%, rgba(255,255,255,.22) 43%, rgba(255,255,255,.92) 50%, rgba(255,255,255,.22) 57%, transparent 66%);
	mix-blend-mode: screen;
	transform: translateX(-72%) rotate(6deg);
	animation: integrationSealLight 3.4s cubic-bezier(.45,0,.2,1) infinite;
	pointer-events: none;
}
.integration-seal img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.integration-seal strong,
.integration-seal small {
	display: none;
}

@keyframes integrationSealLight {
	0%, 18% { transform: translateX(-72%) rotate(6deg); opacity: 0; }
	30% { opacity: .85; }
	58% { transform: translateX(72%) rotate(6deg); opacity: 0; }
	100% { transform: translateX(72%) rotate(6deg); opacity: 0; }
}
.integration-person {
	position: absolute;
	left: 17%;
	bottom: 0;
	z-index: 2;
	width: min(370px, 30vw);
	max-height: 545px;
	object-fit: contain;
	object-position: bottom center;
	filter: drop-shadow(0 22px 36px rgba(0,0,0,.28));
}
.integration-flow {
	position: absolute;
	left: 44%;
	top: 356px;
	z-index: 4;
	width: 610px;
	color: #fff;
	text-align: center;
}
.integration-who {
	width: 432px;
	margin: 0 auto -1px;
	padding: 11px 24px 14px;
	border: 2px solid #00e80a;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	background: rgba(7,63,59,.68);
}
.integration-who strong {
	display: block;
	color: #00e80a;
	font-size: 1.28rem;
	font-weight: 950;
}
.integration-who span {
	display: block;
	margin-top: 8px;
	font-size: .95rem;
	font-weight: 850;
	line-height: 1.08;
}
.integration-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	min-height: 136px;
	border: 2px solid #00e80a;
	border-radius: 8px;
	background: rgba(16,90,72,.78);
	box-shadow: 0 18px 46px rgba(0,0,0,.22);
}
.integration-step {
	display: flex;
	min-height: 120px;
	padding: 18px 18px 16px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.integration-step-icon {
	display: block;
	width: 42px;
	height: 42px;
	margin-bottom: 14px;
	position: relative;
	color: #00e80a;
}
.integration-step-icon::before,
.integration-step-icon::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: currentColor;
}
.integration-step-icon-1::before {
	top: 1px;
	width: 21px;
	height: 21px;
	border-radius: 50%;
}
.integration-step-icon-1::after {
	bottom: 0;
	width: 38px;
	height: 25px;
	border-radius: 17px 17px 7px 7px;
}
.integration-step-icon-2::before {
	top: 13px;
	width: 42px;
	height: 12px;
	border-radius: 8px;
	transform: translateX(-50%) rotate(-35deg);
	box-shadow: 0 13px 0 currentColor;
}
.integration-step-icon-2::after {
	top: 4px;
	width: 16px;
	height: 16px;
	border: 5px solid currentColor;
	border-radius: 4px;
	background: transparent;
	transform: translateX(-50%) rotate(45deg);
}
.integration-step-icon-3::before {
	top: 4px;
	width: 30px;
	height: 34px;
	border-radius: 9px 9px 15px 15px;
}
.integration-step-icon-3::after {
	top: 10px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #073f3b;
	box-shadow: 0 13px 0 #073f3b;
}
.integration-step strong {
	display: block;
	font-size: 1rem;
	font-weight: 950;
	line-height: 1.05;
}
.integration-step small {
	display: block;
	margin-top: 3px;
	font-size: .9rem;
	font-weight: 850;
	line-height: 1.04;
}
.integration-cta {
	position: absolute;
	left: 50%;
	bottom: 92px;
	z-index: 5;
	width: 416px;
	min-height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: #00e80a;
	box-shadow: 0 14px 22px rgba(0,0,0,.24), 0 0 32px rgba(0,232,10,.22);
	color: #073f3b;
	font-size: 1.55rem;
	font-weight: 800;
	text-decoration: none;
	transform: translateX(-50%);
	transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.integration-cta:hover {
	transform: translateX(-50%) translateY(-4px) scale(1.025);
	box-shadow: 0 20px 28px rgba(0,0,0,.28), 0 0 42px rgba(0,232,10,.36);
	filter: brightness(1.05);
}
.integration-plus {
	position: absolute;
	z-index: 1;
	color: #00e80a;
	font-weight: 950;
	line-height: 1;
	text-shadow: 0 0 14px rgba(0,232,10,.75);
}
.plus-1 { left: 4%; top: 236px; font-size: 5.4rem; }
.plus-2 { left: 21%; top: 238px; font-size: 2.6rem; }
.plus-3 { left: 48%; top: 332px; font-size: 2.3rem; }
.plus-4 { right: 26%; top: 68px; font-size: 1.8rem; transform: rotate(12deg); }
.plus-5 { right: 5%; top: 92px; font-size: 3.1rem; }
.plus-6 { right: 18%; bottom: 208px; font-size: 6.8rem; }

.partners {
	position: relative;
	overflow: hidden;
	height: clamp(520px, 40.45vw, 827px);
	min-height: 0;
	padding: 0;
	background: #f3f3f3 url("../img/extrema-background-parceiros.png") center center / 100% 100% no-repeat;
}
.partners::before {
	display: none;
}
.partners::after {
	display: none;
}
.partners .container { position: relative; z-index: 1; }
.partners-heading {
	max-width: none;
	margin: 0;
	padding-top: clamp(82px, 6.45vw, 132px);
	text-align: center;
}
.partners-heading h2 { color: var(--ec-primary); font-size: clamp(1.25rem, 1.38vw, 1.76rem); font-weight: 900; }
.partner-carousel { display: grid; place-items: center; margin-top: clamp(68px, 5.35vw, 110px); }
.partner-stage {
	position: relative;
	width: min(652px, 100%);
	height: clamp(252px, 18vw, 368px);
}
.partner-slide {
	position: absolute;
	top: clamp(10px, .78vw, 16px);
	left: 50%;
	display: grid;
	place-items: center;
	width: auto;
	height: auto;
	min-width: 0;
	min-height: 0;
	padding: 0;
	overflow: visible;
	color: var(--ec-primary);
	font-size: 1.5rem;
	font-weight: 800;
	text-align: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	opacity: 0;
	transform: translateX(-50%) scale(.9);
	transition: transform .52s cubic-bezier(.2,.72,.18,1), opacity .36s ease, z-index .36s ease, filter .36s ease;
	pointer-events: none;
}
.partner-slide img {
	width: auto;
	height: auto;
	max-width: none;
	max-height: clamp(230px, 16.35vw, 335px);
	object-fit: contain;
	filter: saturate(.94) contrast(1.02);
	transition: transform .36s cubic-bezier(.2,.72,.18,1), filter .36s ease;
}
.partner-slide:hover,
.partner-slide:focus-visible {
	filter: translateZ(0);
}
.partner-slide:hover img,
.partner-slide:focus-visible img {
	transform: translateY(-6px) scale(1.045);
	filter: saturate(1.08) contrast(1.05) drop-shadow(0 12px 18px rgba(6,63,56,.16));
}
.partner-slide.is-prev {
	z-index: 1;
	opacity: 1;
	transform: translateX(calc(-50% - clamp(112px, 8.8vw, 180px)));
	pointer-events: auto;
}
.partner-slide.is-active {
	top: 0;
	z-index: 3;
	opacity: 1;
	transform: translateX(-50%) scale(1);
	pointer-events: auto;
}
.partner-slide.is-active img {
	max-height: clamp(252px, 17.92vw, 367px);
}
.partner-slide.is-next {
	z-index: 1;
	opacity: 1;
	transform: translateX(calc(-50% + clamp(112px, 8.8vw, 180px)));
	pointer-events: auto;
}
.partner-slide.is-hidden { transform: translateX(-50%) scale(.8); }
.partner-dots {
	position: relative;
	z-index: 3;
	display: flex;
	gap: 7px;
	justify-content: center;
	margin-top: clamp(18px, 1.7vw, 35px);
}
.partner-dots button {
	width: 7px;
	height: 7px;
	padding: 0;
	border: 1px solid #0d4a49;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}
.partner-dots button.is-active { background: #0d4a49; border-color: #0d4a49; }

.site-footer {
	flex-shrink: 0;
	background: #000;
	color: #fff;
	margin: 0;
}
.site-footer .footer-inner {
	width: min(1320px, calc(100% - 40px));
	margin: 0 auto;
	padding: 40px 0 44px;
	text-align: left;
}
.site-footer .footer-logo {
	display: block;
	width: fit-content;
	max-width: 600px;
	margin: 0 0 40px;
	color: #fff;
	text-decoration: none;
}
.site-footer .footer-logo img {
	display: block;
	width: auto;
	max-width: 600px;
	max-height: 170px;
	object-fit: contain;
}
.site-footer .footer-logo-fallback {
	display: grid;
	width: 150px;
	gap: 2px;
	line-height: 1;
}
.site-footer .footer-logo-mark {
	display: block;
	color: var(--ec-accent);
	font-size: 3.05rem;
	font-weight: 900;
	letter-spacing: 0;
}
.site-footer .footer-logo-name {
	display: block;
	color: #fff;
	font-size: .92rem;
	font-weight: 800;
	letter-spacing: 0;
}
.site-footer .footer-rule {
	width: min(838px, 100%);
	height: 1px;
	margin: 0 0 34px;
	background: var(--ec-accent);
}
.site-footer .footer-nav {
	margin: 0 0 46px;
}
.site-footer .footer-menu,
.site-footer .footer-menu ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 42px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-footer .footer-menu li {
	margin: 0;
	padding: 0;
	line-height: 1;
}
.site-footer .footer-menu a {
	position: relative;
	display: inline-block;
	color: #f5f5f5;
	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: color .22s ease, transform .22s ease, text-shadow .22s ease;
}
.site-footer .footer-menu a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: -9px;
	height: 2px;
	border-radius: 999px;
	background: var(--ec-accent);
	box-shadow: 0 0 14px rgba(32,240,0,.68);
	transition: right .24s ease;
}
.site-footer .footer-menu a:hover,
.site-footer .footer-menu li:nth-child(4) > a {
	color: var(--ec-accent);
}
.site-footer .footer-menu a:hover {
	transform: translateY(-3px);
	text-shadow: 0 0 16px rgba(32,240,0,.38);
}
.site-footer .footer-menu a:hover::after,
.site-footer .footer-menu li:nth-child(4) > a::after {
	right: 0;
}
.site-footer .footer-company {
	display: grid;
	gap: 0;
	margin: 0 0 40px;
	color: #fff;
	font-size: .82rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.48;
}
.site-footer .footer-legal {
	margin: 0;
	color: #5f5f5f;
	font-size: .78rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
	text-align: left;
	text-transform: uppercase;
}
.site-footer .footer-legal a {
	color: #5f5f5f;
	text-decoration: none;
}
.site-footer .footer-legal a:hover {
	color: var(--ec-accent);
}

.compact { padding: 90px 0; }
.compact h1 { font-size: clamp(2.2rem, 4vw, 4rem); }
.content-area { max-width: 820px; }
.content-area a { color: var(--ec-primary); text-decoration: underline; }
.page-thumb { width: 100%; border-radius: 14px; margin-bottom: 28px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { overflow: hidden; }
.post-card-image { min-height: 170px; background: var(--ec-line); display: block; }
.post-card-image img { width: 100%; height: 210px; object-fit: cover; }
.post-card-body { padding: 22px; }
.post-meta { color: var(--ec-muted); font-size: .9rem; margin-bottom: 10px; }
.text-link { color: var(--ec-primary); font-weight: 800; }
.pagination { margin-top: 34px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
	.site-header { position: absolute; }
	.header-inner { height: 72px; width: min(100% - 28px, 1160px); }
	.menu-toggle { display: block; margin-left: auto; }
	.main-nav { position: fixed; inset: 72px 0 auto 0; display: none; margin: 0; padding: 18px 20px; background: var(--ec-primary); border-left: 0; border-bottom: 1px solid rgba(32,240,0,.22); }
	.main-nav.is-open { display: block; }
	.nav-list { display: grid; gap: 14px; }
	.header-actions { display: none; }
	.hero-grid, .map-grid, .split-grid, .integration-grid { grid-template-columns: 1fr; gap: 36px; }
	.hero-grid { height: auto; min-height: 690px; padding-top: 96px; padding-bottom: 56px; }
	.hero-copy { padding-top: 0; }
	.hero-media { min-height: 430px; place-items: center; }
	.hero-media img { height: 430px; }
	.tech-ring { right: 50%; bottom: 42px; width: 340px; transform: translateX(50%); }
	.hero-orbit-icon-one { top: 96px; left: calc(50% - 184px); }
	.hero-orbit-icon-two { right: calc(50% - 190px); top: 208px; }
	.hero-orbit-icon-three { left: calc(50% - 180px); bottom: 72px; }
	.benefit-grid, .beneficios-grid, .differential-grid, .sobre-nos-grid, .post-grid { grid-template-columns: repeat(2, 1fr); }
	.beneficios { min-height: auto; }
	.beneficios-orbit { width: 1080px; height: 1080px; }
	.beneficios-coin { width: 86px; height: 86px; font-size: 2rem; }
	.sobre-nos-grid { gap: 34px; }
	.atendimento-hero, .atendimento-metrics { grid-template-columns: 1fr; }
	.atendimento-bg-map { width: 78%; opacity: .12; }
	.atendimento-orbit, .atendimento-coin { display: none; }
	.atendimento-copy { padding-top: 0; }
	.atendimento-line { margin: 44px 0 34px; }
	.atendimento-metric { border-right: 0; padding-right: 0; }
	.atendimento-cta { margin-top: 54px; }
	.institucional-inner { grid-template-columns: 1fr; gap: 54px; }
	.institucional-carousel { justify-self: center; }
	.faq-question { opacity: .22; }
	.faq-question-left { left: -20px; }
	.faq-question-right { right: -40px; }
	.integration { min-height: 980px; }
	.integration-wrap { min-height: 900px; }
	.integration-copy { left: 24px; top: 0; }
	.integration-seal { left: auto; right: 4%; top: 18px; width: 230px; height: 230px; }
	.integration-seal strong { top: 66px; font-size: 3rem; }
	.integration-seal small { bottom: 50px; }
	.integration-prize { width: min(374px, calc(100vw - 48px)); }
	.integration-person { left: 10%; width: min(340px, 45vw); }
	.integration-flow { left: 34%; top: 430px; width: min(610px, 64vw); }
	.integration-cta { bottom: 58px; }
	.partner-stage { width: min(520px, 100%); }
	.site-footer .footer-inner { padding-top: 40px; }
}

@media (max-width: 640px) {
	.container { width: min(100% - 28px, 1160px); }
	.section { padding: 70px 0; }
	.site-logo img { max-height: 44px; }
	.hero h1 { font-size: 2.1rem; }
	.hero p { font-size: 1rem; margin-bottom: 28px; }
	.button-row, .button-row .btn { width: 100%; }
	.btn { min-width: 0; font-size: 1.08rem; }
	.hero-media { min-height: 360px; }
	.hero-media img { height: 360px; }
	.tech-ring { width: 285px; bottom: 34px; }
	.hero-orbit-icon { width: 44px; height: 44px; }
	.hero-orbit-icon .icon { width: 24px; height: 24px; }
	.hero-orbit-icon-one { top: 86px; left: 4px; }
	.hero-orbit-icon-two { right: 4px; top: 176px; }
	.hero-orbit-icon-three { left: 8px; bottom: 58px; }
	.hero-placeholder { min-height: 340px; }
	.hero-placeholder strong { font-size: 3rem; }
	.benefit-grid, .beneficios-grid, .differential-grid, .sobre-nos-grid, .mini-grid, .post-grid { grid-template-columns: 1fr; }
	.benefit-card { min-height: auto; }
	.beneficios-heading span { margin-bottom: 28px; }
	.beneficios-grid { width: min(360px, 100%); }
	.beneficios-coin { display: none; }
	.beneficios-orbit { top: -80px; width: 620px; height: 620px; }
	.sobre-nos { padding: 78px 0; }
	.sobre-nos-heading span { margin-bottom: 30px; }
	.sobre-nos-image { height: 240px; }
	.sobre-nos-grid { gap: 30px; margin-top: 36px; }
	.atendimento-brasil { min-height: auto; padding: 74px 0; }
	.atendimento-copy h2 { font-size: 2.75rem; }
	.atendimento-copy p { font-size: 1.2rem; }
	.atendimento-map img { width: min(340px, 100%); }
	.institucional-localizacao { min-height: auto; padding: 84px 0 110px; }
	.institucional-ring { left: -240px; width: 340px; height: 340px; }
	.institucional-carousel { width: min(360px, 100%); height: 310px; }
	.institucional-slide { width: 180px; height: 250px; }
	.institucional-slide.is-active { width: 210px; height: 285px; }
	.institucional-slide.is-prev { transform: translateX(calc(-50% - 82px)) scale(.9); }
	.institucional-slide.is-next { transform: translateX(calc(-50% + 82px)) scale(.9); }
	.faq-section { min-height: auto; padding: 78px 0; }
	.faq-question { display: none; }
	.faq-list { width: 100%; }
	.faq-item summary { font-size: 1rem; padding-right: 54px; }
	.faq-cta { margin-top: 48px; }
	.integration { min-height: auto; padding: 76px 0 86px; }
	.integration-wrap { min-height: 0; display: grid; gap: 30px; }
	.integration-copy,
	.integration-seal,
	.integration-person,
	.integration-flow,
	.integration-cta {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		width: 100%;
		transform: none;
	}
	.integration-copy { text-align: left; }
	.integration-copy p { margin-bottom: 28px; font-size: 1.25rem; }
	.integration-seal { width: 230px; height: 230px; justify-self: center; }
	.integration-person { justify-self: center; width: min(300px, 86vw); max-height: 430px; }
	.integration-flow { order: 4; }
	.integration-who { width: 100%; }
	.integration-steps { grid-template-columns: 1fr; }
	.integration-cta { order: 5; width: 100%; min-height: 54px; font-size: 1.2rem; }
	.integration-plus { opacity: .28; }
	.plus-1 { left: 4%; top: 26%; font-size: 4rem; }
	.plus-2, .plus-3, .plus-4, .plus-5, .plus-6 { display: none; }
	.partners { height: 520px; background-size: auto 100%; background-position: center bottom; }
	.partners-heading { padding-top: 70px; margin-bottom: 0; }
	.partner-carousel { margin-top: 58px; }
	.partner-stage { height: 215px; }
	.partner-slide img { max-height: 190px; }
	.partner-slide.is-active img { max-height: 210px; }
	.partner-slide.is-prev { transform: translateX(calc(-50% - 92px)); }
	.partner-slide.is-next { transform: translateX(calc(-50% + 92px)); }
	.partner-dots { margin-top: 18px; }
	.site-footer .footer-inner { padding: 40px 0 38px; }
	.site-footer .footer-logo { margin-bottom: 40px; }
	.site-footer .footer-rule { margin-bottom: 28px; }
	.site-footer .footer-menu,
	.site-footer .footer-menu ul { align-items: flex-start; flex-direction: column; gap: 14px; }
	.site-footer .footer-company { margin-bottom: 28px; }
}
