@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/DMSans-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/DMSans-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 700 900;
	font-display: swap;
	src: url("../fonts/DMSans-Bold.ttf") format("truetype");
}

:root {
	--ei-blue: #2563eb;
	--ei-blue-2: #4f7df3;
	--ei-blue-dark: #11265f;
	--ei-text: #17356f;
	--ei-muted: #4f6592;
	--ei-soft: #eef2ff;
	--ei-soft-2: #f8fbff;
	--ei-panel: #ffffff;
	--ei-border: #cbdcff;
	--ei-shadow: 0 22px 70px rgba(17, 38, 95, 0.12);
}

body.ei-template-active {
	background: var(--ei-soft-2);
	padding-top: 0 !important;
}

body.ei-template-active #header,
body.ei-template-active .ct-header,
body.ei-template-active .ct-footer {
	display: none;
}

body.ei-template-active main#main,
body.ei-template-active [data-vertical-spacing*="top"],
body.ei-template-active [data-vertical-spacing*="bottom"] {
	padding: 0 !important;
}

.ei-home,
.ei-home * {
	box-sizing: border-box;
}

.ei-home {
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 8%, rgba(37, 99, 235, 0.10), transparent 28rem),
		linear-gradient(180deg, #f8fbff 0%, #eef2ff 42%, #f8fbff 100%);
	color: var(--ei-text);
	font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ei-container {
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
}

.ei-nav-shell {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(248, 251, 255, 0.9);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(203, 220, 255, 0.65);
}

.ei-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 84px;
	gap: 28px;
}

.ei-brand,
.ei-menu a,
.ei-footer a {
	color: var(--ei-blue-dark);
	text-decoration: none;
}

.ei-home a:focus-visible,
.ei-home button:focus-visible,
.ei-home input:focus-visible,
.ei-home select:focus-visible,
.ei-home textarea:focus-visible,
.ei-nav-shell a:focus-visible,
.ei-nav-shell button:focus-visible,
.ei-footer a:focus-visible {
	outline: 3px solid var(--ei-blue);
	outline-offset: 3px;
}

.ei-brand {
	display: grid;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.ei-brand span {
	font-size: 12px;
	letter-spacing: 0;
}

.ei-brand strong {
	font-size: 20px;
	letter-spacing: 0;
}

.ei-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 26px;
	font-size: 14px;
	font-weight: 800;
}

.ei-section {
	padding: 82px 0;
	scroll-margin-top: 110px;
}

.ei-hero,
#inicio,
#programa,
#planetas,
#galaxia,
#metodologias,
#equipe,
#contato {
	scroll-margin-top: 110px;
}

.ei-kicker {
	margin: 0 0 14px;
	color: var(--ei-blue);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ei-home h1,
.ei-home h2,
.ei-home h3,
.ei-home p {
	letter-spacing: 0;
}

.ei-home h1,
.ei-home h2,
.ei-home h3 {
	margin: 0;
	color: var(--ei-blue-dark);
	font-weight: 900;
	line-height: 1.08;
}

.ei-home h1 {
	font-size: clamp(48px, 6vw, 92px);
}

.ei-home h2 {
	max-width: 860px;
	font-size: clamp(34px, 4vw, 58px);
}

.ei-home h3 {
	font-size: 22px;
}

.ei-home p {
	margin: 0;
	color: var(--ei-text);
	font-size: 17px;
	line-height: 1.72;
}

.ei-section-heading {
	max-width: 780px;
	margin-bottom: 38px;
}

#programa .ei-section-heading {
	max-width: 930px;
}

#programa .ei-section-heading h2 {
	max-width: 930px;
	font-size: clamp(32px, 3.55vw, 54px);
}

.ei-section-heading > p:not(.ei-kicker) {
	margin-top: 20px;
	max-width: 680px;
}

.ei-heading-center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.ei-heading-center p {
	margin-right: auto;
	margin-left: auto;
}

.ei-hero {
	padding: 86px 0 72px;
}

.ei-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(400px, 0.8fr);
	align-items: center;
	gap: 58px;
}

.ei-hero-copy {
	max-width: 660px;
}

.ei-lede {
	margin-top: 28px !important;
	font-size: 24px !important;
	line-height: 1.45 !important;
	color: var(--ei-blue-dark) !important;
	font-weight: 800;
}

.ei-hero-copy > p:not(.ei-kicker):not(.ei-lede) {
	margin-top: 18px;
	max-width: 610px;
}

.ei-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin-top: 34px;
}

.ei-actions-stacked {
	align-content: center;
	justify-content: flex-end;
}

.ei-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 28px;
	border: 1px solid var(--ei-blue);
	border-radius: 7px;
	background: var(--ei-blue);
	color: #fff !important;
	font-size: 15px;
	font-weight: 900;
	text-decoration: none !important;
	box-shadow: 0 18px 36px rgba(37, 99, 235, 0.18);
	cursor: pointer;
}

.ei-button-small {
	min-height: 46px;
	padding: 0 20px;
	font-size: 14px;
}

.ei-button-ghost {
	background: transparent;
	color: var(--ei-blue-dark) !important;
	box-shadow: none;
}

.ei-hero-media {
	position: relative;
	margin: 0;
	min-height: 630px;
	overflow: hidden;
	border-radius: 34px;
	background: var(--ei-soft);
	box-shadow: var(--ei-shadow);
}

.ei-hero-media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ei-soft-panel > .ei-container,
.ei-galaxy-grid,
.ei-final-grid,
.ei-agenda-shell {
	padding: 58px;
	border-radius: 26px;
	background: rgba(238, 242, 255, 0.86);
	box-shadow: 0 1px 0 rgba(203, 220, 255, 0.7);
}

.ei-two-column {
	display: grid;
	grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
	gap: 52px;
	align-items: start;
}

.ei-image-card-grid,
.ei-text-card-grid,
.ei-destination-grid,
.ei-practice-grid,
.ei-credentials {
	display: grid;
	gap: 18px;
}

.ei-image-card-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ei-text-card-grid,
.ei-destination-grid,
.ei-practice-grid,
.ei-credentials {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ei-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	border: 1px solid var(--ei-border);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 18px 44px rgba(17, 38, 95, 0.08);
}

.ei-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.ei-card > div,
.ei-text-card {
	padding: 26px;
}

.ei-card p {
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.55;
}

.ei-text-card {
	justify-content: center;
	min-height: 190px;
}

.ei-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-bottom: 20px;
	border-radius: 14px;
	background: var(--ei-soft);
	color: var(--ei-blue);
	font-size: 26px;
	font-weight: 900;
}

.ei-icon {
	display: block;
	width: 1em;
	height: 1em;
}

.ei-card-icon .ei-icon {
	width: 27px;
	height: 27px;
}

.ei-planet-carousel {
	display: grid;
	grid-template-columns: repeat(4, minmax(230px, 1fr));
	gap: 20px;
	overflow-x: auto;
	padding: 8px 4px 24px;
	scroll-snap-type: x mandatory;
}

.ei-planet-card {
	min-width: 230px;
	scroll-snap-align: start;
}

.ei-galaxy-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
	gap: 48px;
	align-items: center;
}

.ei-galaxy-image {
	margin: 0;
	overflow: hidden;
	border-radius: 24px;
	box-shadow: var(--ei-shadow);
}

.ei-galaxy-image img {
	display: block;
	width: 100%;
	height: auto;
}

.ei-galaxy-copy p:not(.ei-kicker) {
	margin-top: 22px;
}

.ei-pills {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.ei-pills span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px 16px;
	border: 1px solid var(--ei-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	color: var(--ei-blue-dark);
	font-weight: 900;
	text-align: center;
}

.ei-method-grid,
.ei-team-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.ei-method-card,
.ei-team-card {
	padding: 34px;
	border: 1px solid var(--ei-border);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 20px 54px rgba(17, 38, 95, 0.10);
}

.ei-method-card > span {
	font-size: 46px;
}

.ei-method-icon .ei-icon {
	width: 46px;
	height: 46px;
}

.ei-method-card h3 {
	margin-top: 20px;
	font-size: 34px;
}

.ei-method-card p,
.ei-method-card ul {
	margin-top: 16px;
}

.ei-method-card ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	padding: 0;
	list-style: none;
}

.ei-method-card li {
	padding: 10px 12px;
	border-radius: 999px;
	background: var(--ei-soft);
	color: var(--ei-blue-dark);
	font-weight: 800;
	text-align: center;
}

.ei-highlight {
	margin-top: 28px !important;
	padding: 26px 30px;
	border-left: 5px solid var(--ei-blue);
	border-radius: 16px;
	background: #fff;
	font-weight: 800;
}

.ei-team-card {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr);
	gap: 26px;
	align-items: start;
}

.ei-team-card img {
	width: 116px;
	height: 116px;
	border-radius: 999px;
	object-fit: cover;
}

.ei-team-card p {
	margin-top: 6px;
	font-weight: 800;
}

.ei-team-card ul {
	margin: 18px 0 0;
	padding-left: 18px;
	color: var(--ei-text);
	line-height: 1.6;
}

.ei-credentials {
	margin-top: 24px;
}

.ei-final-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 34px;
	align-items: center;
	padding: 44px 52px;
	background: linear-gradient(135deg, var(--ei-blue), #312e81);
}

.ei-final-grid .ei-kicker,
.ei-final-grid h2,
.ei-final-grid p {
	color: #fff;
}

.ei-final-grid .ei-button-ghost {
	border-color: rgba(255, 255, 255, 0.72);
	color: #fff !important;
}

.ei-footer {
	padding: 40px 0;
	background: #f8fbff;
	color: var(--ei-text);
}

.ei-footer,
.ei-footer * {
	box-sizing: border-box;
}

.ei-footer .ei-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.ei-footer p {
	margin: 6px 0 0;
	font-size: 14px;
}

.ei-agenda-page {
	min-height: 80vh;
}

.ei-agenda-shell {
	max-width: 900px;
}

.ei-agenda-shell h1 {
	font-size: clamp(42px, 5vw, 74px);
}

.ei-agenda-form {
	margin-top: 36px;
}

.ei-form-step {
	display: none;
}

.ei-form-step.is-active {
	display: grid;
	gap: 18px;
}

.ei-form-step label,
.ei-form-step legend {
	color: var(--ei-blue-dark);
	font-weight: 900;
}

.ei-form-step input[type="text"],
.ei-form-step input[type="email"],
.ei-form-step input[type="tel"],
.ei-form-step input[type="number"],
.ei-form-step textarea {
	width: 100%;
	margin-top: 8px;
	border: 1px solid var(--ei-border);
	border-radius: 12px;
	background: #fff;
	color: var(--ei-blue-dark);
}

.ei-form-step fieldset {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 20px;
	border: 1px solid var(--ei-border);
	border-radius: 16px;
}

.ei-form-pair {
	display: grid;
	grid-template-columns: 1fr 160px;
	gap: 18px;
}

.ei-confirmation {
	padding: 40px;
	border-radius: 20px;
	background: #fff;
}

@media (max-width: 1100px) {
	.ei-menu {
		display: none;
	}

	.ei-hero-grid,
	.ei-two-column,
	.ei-galaxy-grid,
	.ei-final-grid {
		grid-template-columns: 1fr;
	}

	.ei-image-card-grid,
	.ei-planet-carousel {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ei-actions-stacked {
		justify-content: flex-start;
	}
}

@media (max-width: 720px) {
	.ei-container {
		width: min(100% - 28px, 1200px);
	}

	.ei-nav {
		min-height: 72px;
	}

	.ei-nav .ei-button {
		display: none;
	}

	.ei-section,
	.ei-hero {
		padding: 56px 0;
	}

	.ei-home h1 {
		font-size: 44px;
	}

	.ei-home h2 {
		font-size: 34px;
	}

	.ei-hero-media {
		min-height: 520px;
	}

	.ei-soft-panel > .ei-container,
	.ei-galaxy-grid,
	.ei-final-grid,
	.ei-agenda-shell {
		padding: 26px;
		border-radius: 20px;
	}

	.ei-image-card-grid,
	.ei-text-card-grid,
	.ei-destination-grid,
	.ei-practice-grid,
	.ei-credentials,
	.ei-method-grid,
	.ei-team-grid,
	.ei-pills,
	.ei-form-pair {
		grid-template-columns: 1fr;
	}

	.ei-planet-carousel {
		display: flex;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
	}

	.ei-planet-carousel::-webkit-scrollbar {
		display: none;
	}

	.ei-planet-card {
		flex: 0 0 82%;
	}

	.ei-team-card {
		grid-template-columns: 1fr;
	}

	.ei-footer .ei-container {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	* {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* 2026-07 Blocksy Consultant visual pass for the theme-owned template. */
:root {
	--ei-orange: #f97316;
	--ei-purple: #5b21b6;
	--ei-red: #e11d48;
	--ei-ink: #07193f;
}

/* 2026-07 fidelity pass against the roteiro screenshots. */
.ei-container {
	width: min(1488px, calc(100% - 48px));
}

.ei-home {
	background: linear-gradient(180deg, #f8fbff 0%, #eef2ff 46%, #f8fbff 100%);
	color: var(--ei-ink);
}

.ei-nav-shell {
	position: relative;
	background: #fff;
	border-bottom: 0;
	backdrop-filter: none;
}

.ei-template-active .ct-container-full,
.ei-template-active .site-main,
.ei-template-active #main {
	padding: 0;
}

.ei-nav {
	min-height: 136px;
}

.ei-brand {
	display: inline-flex;
	align-items: center;
	width: 365px;
	height: 128px;
	min-width: 365px;
	margin-left: 12px;
	overflow: hidden;
}

.ei-brand img {
	display: block;
	width: 365px;
	height: 128px;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

.ei-menu {
	gap: 0;
}

.ei-menu a {
	padding: 0 28px;
	border-right: 1px solid rgba(14, 44, 96, 0.14);
	color: var(--ei-ink);
	font-size: 16px;
	font-weight: 700;
}

.ei-menu a:last-child {
	border-right: 0;
}

.ei-button {
	display: inline-flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #0057d8;
	border-color: #0057d8;
	white-space: nowrap;
}

.ei-calendar-icon {
	width: 18px;
	height: 18px;
}

.ei-button-ghost {
	background: transparent;
	color: var(--ei-blue-dark) !important;
	box-shadow: none;
}

.ei-hero {
	padding: 0 0 82px;
}

.ei-hero-panel {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
	gap: 64px;
	align-items: center;
	padding: 50px 18px 50px 62px;
	border: 1px solid rgba(37, 99, 235, 0.12);
	border-radius: 44px;
	background:
		radial-gradient(ellipse at 34% 58%, transparent 0 24%, rgba(37, 99, 235, 0.08) 24.2% 24.5%, transparent 24.7% 100%),
		radial-gradient(ellipse at 34% 58%, transparent 0 38%, rgba(37, 99, 235, 0.06) 38.2% 38.45%, transparent 38.7% 100%),
		radial-gradient(circle at 14% 8%, rgba(255, 255, 255, 0.9), transparent 28%),
		linear-gradient(135deg, #f8fbff 0%, #eef2ff 100%);
	box-shadow: 0 28px 80px rgba(15, 37, 85, 0.08);
}

.ei-home h1 {
	font-size: clamp(56px, 4.95vw, 80px);
	line-height: 1.05;
}

.ei-lede {
	max-width: 620px;
	font-size: 22px !important;
	font-weight: 400;
	color: var(--ei-ink) !important;
}

.ei-hero-copy {
	min-width: 0;
	max-width: 680px;
	transform: translateY(20px);
}

.ei-hero-media {
	min-width: 0;
}

.ei-hero-copy .ei-actions {
	flex-wrap: nowrap;
}

.ei-hero-copy .ei-button {
	padding-right: 24px;
	padding-left: 24px;
}

.ei-hero-copy .ei-actions {
	margin-top: 48px;
}

.ei-hero-copy h1 span,
.ei-blue-word {
	color: var(--ei-blue);
}

.ei-hero-media {
	min-height: 748px;
	border-radius: 30px;
	box-shadow: none;
}

.ei-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ei-heading-center {
	max-width: 1040px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.ei-home h2 {
	font-size: clamp(42px, 4.15vw, 66px);
}

.ei-section {
	padding: 96px 0;
}

#desafios .ei-section-heading {
	max-width: 1260px;
	margin-bottom: 48px;
}

#desafios {
	padding-top: 72px;
}

#desafios .ei-section-heading h2 {
	max-width: 1260px;
	font-size: clamp(42px, 3.75vw, 60px);
}

#desafios .ei-section-heading > p:not(.ei-kicker) {
	max-width: 980px;
	font-size: 22px;
	line-height: 1.48;
}

.ei-image-card-grid {
	align-items: stretch;
	gap: 28px;
}

.ei-card {
	position: relative;
	overflow: hidden;
}

.ei-image-card-grid .ei-card {
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 28px 66px rgba(17, 38, 95, 0.12);
}

.ei-image-card-grid .ei-card > img {
	width: 100%;
	aspect-ratio: 1.2 / 1;
	object-fit: cover;
	border-radius: 22px 22px 0 0;
}

.ei-image-card-grid .ei-card:nth-child(4) > img {
	object-position: center 18%;
}

.ei-image-card-grid .ei-card > div {
	position: relative;
	min-height: 330px;
	padding: 80px 32px 34px;
}

.ei-floating-icon {
	position: absolute;
	top: 272px;
	left: 34px;
	z-index: 2;
	display: grid;
	width: 88px;
	height: 88px;
	place-items: center;
	border: 8px solid #fff;
	border-radius: 999px;
	background: #f8fbff;
	box-shadow: 0 14px 30px rgba(15, 37, 85, 0.12);
	color: var(--ei-card-tone, var(--ei-blue));
	font-weight: 900;
	font-size: 34px;
	line-height: 1;
}

.ei-floating-icon .ei-icon {
	width: 34px;
	height: 34px;
}

#desafios .ei-card-number {
	display: block;
	margin: 0 0 10px;
	color: var(--ei-card-tone, var(--ei-blue));
	font-size: 30px;
	line-height: 1;
	text-align: center;
}

#desafios .ei-card-number::after {
	width: 34px;
	height: 2px;
	margin: 12px auto 0;
}

#desafios .ei-image-card-grid .ei-card h3::after {
	display: none;
}

#desafios .ei-card::after {
	position: absolute;
	right: 50%;
	bottom: 36px;
	width: 38px;
	height: 3px;
	border-radius: 999px;
	background: var(--ei-card-tone, var(--ei-blue));
	content: "";
	transform: translateX(50%);
}

#desafios .ei-floating-icon {
	top: 304px;
	transform: translateY(-50%);
}

.ei-card-number {
	display: block;
	margin-bottom: 16px;
	color: var(--ei-card-tone, var(--ei-blue));
	font-weight: 900;
	font-size: 34px;
}

.ei-card-number::after,
.ei-image-card-grid .ei-card h3::after,
.ei-planet-card h3::after {
	display: block;
	width: 46px;
	height: 3px;
	margin-top: 13px;
	border-radius: 999px;
	background: var(--ei-card-tone, var(--ei-blue));
	content: "";
}

.ei-card[class*="ei-tone"] h3,
.ei-card[class*="ei-tone"] .ei-card-icon,
.ei-card[class*="ei-tone"] .ei-floating-icon {
	color: var(--ei-card-tone);
}

.ei-tone-purple,
.ei-tone-violet {
	--ei-card-tone: var(--ei-purple);
}

.ei-tone-blue {
	--ei-card-tone: var(--ei-blue);
}

.ei-tone-green {
	--ei-card-tone: #0f766e;
}

.ei-tone-orange {
	--ei-card-tone: var(--ei-orange);
}

.ei-tone-red {
	--ei-card-tone: var(--ei-red);
}

.ei-planet-carousel {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 28px;
	overflow: visible;
	padding: 8px 0 54px;
}

#programa {
	padding-top: 36px;
	background: #f8fbff;
}

.ei-program-carousel-shell {
	position: relative;
}

.ei-carousel-arrow {
	position: absolute;
	top: 42%;
	z-index: 4;
	display: grid;
	width: 52px;
	height: 52px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(15, 37, 85, 0.14);
	color: var(--ei-blue);
	font-size: 44px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
}

.ei-carousel-arrow .ei-icon {
	width: 28px;
	height: 28px;
}

.ei-carousel-arrow:disabled {
	cursor: default;
}

.ei-carousel-arrow-prev {
	left: -4px;
}

.ei-carousel-arrow-next {
	right: -4px;
}

.ei-carousel-dots {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	display: flex;
	justify-content: center;
	gap: 22px;
}

.ei-carousel-dots span {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 999px;
	background: #cfd8ee;
}

.ei-carousel-dots .is-active {
	background: #6d28d9;
}

#programa .ei-section-heading {
	max-width: 1380px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
}

#programa .ei-section-heading .ei-kicker {
	display: none;
}

#programa .ei-section-heading::before {
	display: block;
	width: 560px;
	max-width: 58vw;
	height: 38px;
	margin: 0 auto 18px;
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%235b21b6' d='M12 0c0 8 4 12 12 12-8 0-12 4-12 12 0-8-4-12-12-12 8 0 12-4 12-12Z'/%3E%3C/svg%3E") center / 38px 38px no-repeat,
		linear-gradient(90deg, transparent, rgba(91, 33, 182, 0.45), transparent) center / 100% 2px no-repeat;
	content: "";
}

#programa .ei-section-heading h2 {
	max-width: 1380px;
	margin-right: auto;
	margin-left: auto;
	font-size: clamp(42px, 3.55vw, 66px);
	text-transform: uppercase;
}

#programa .ei-section-heading > p:not(.ei-kicker) {
	margin-right: auto;
	margin-left: auto;
	font-size: 22px;
	line-height: 1.45;
}

.ei-planet-card {
	min-width: 0;
	text-align: center;
}

.ei-planet-card > img {
	aspect-ratio: 1 / 0.9;
	border-radius: 22px 22px 0 0;
}

.ei-planet-card > div {
	min-height: 316px;
	padding: 62px 26px 28px;
}

.ei-planet-card .ei-floating-icon {
	top: 36%;
	left: 50%;
	width: 72px;
	height: 72px;
	transform: translate(-50%, -50%);
}

.ei-planet-card h3::after {
	margin-right: auto;
	margin-left: auto;
}

.ei-galaxy-grid {
	background:
		linear-gradient(90deg, #fff 0%, #fff 61%, #f8fbff 100%);
}

.ei-galaxy-section {
	padding-top: 36px;
	background: #fff;
}

.ei-galaxy-grid {
	grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.42fr);
	padding: 0;
	overflow: hidden;
	border-radius: 36px;
	box-shadow: 0 28px 76px rgba(17, 38, 95, 0.08);
}

.ei-galaxy-image {
	position: relative;
	height: 660px;
	border-radius: 36px 0 0 36px;
	box-shadow: none;
}

.ei-galaxy-image::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 34%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 88%);
	content: "";
	pointer-events: none;
}

.ei-galaxy-image img {
	height: 100%;
	object-fit: cover;
}

.ei-galaxy-copy {
	padding: 82px 68px 74px 18px;
	background: transparent;
}

.ei-galaxy-copy .ei-kicker {
	display: none;
}

.ei-galaxy-copy h2::before {
	display: none;
}

.ei-galaxy-symbol {
	display: block;
	width: 72px;
	height: 72px;
	margin-bottom: 18px;
	color: var(--ei-blue);
}

.ei-galaxy-symbol .ei-icon {
	width: 72px;
	height: 72px;
}

.ei-galaxy-copy h2::after {
	display: block;
	width: 74px;
	height: 3px;
	margin-top: 22px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--ei-blue), var(--ei-purple));
	content: "";
}

.ei-galaxy-copy p:not(.ei-kicker) {
	max-width: 500px;
	font-size: 20px;
	line-height: 1.62;
}

.ei-galaxy-copy strong {
	color: var(--ei-purple);
}

.ei-pills span {
	background: #fff;
	color: var(--ei-ink);
}

#galaxia .ei-pills {
	display: none;
}

#proximos-destinos {
	padding-top: 52px;
	background: #fff;
}

#proximos-destinos > .ei-container {
	padding: 68px 0 54px;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

.ei-destination-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 24px;
}

#proximos-destinos .ei-section-heading {
	max-width: 1060px;
	margin-right: auto;
	margin-bottom: 54px;
	margin-left: auto;
	text-align: center;
}

#proximos-destinos .ei-section-heading::before {
	display: none;
}

#proximos-destinos .ei-section-heading::after {
	display: block;
	width: 74px;
	height: 3px;
	margin: 14px auto 0;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--ei-blue), var(--ei-purple));
	content: "";
}

#proximos-destinos .ei-section-heading .ei-kicker {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	color: var(--ei-blue-dark);
	font-size: 32px;
}

#proximos-destinos .ei-section-heading .ei-kicker::before,
#proximos-destinos .ei-section-heading .ei-kicker::after {
	display: inline-block;
	width: 150px;
	max-width: 20vw;
	height: 18px;
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%235b21b6' d='M12 0c0 8 4 12 12 12-8 0-12 4-12 12 0-8-4-12-12-12 8 0 12-4 12-12Z'/%3E%3C/svg%3E") right center / 18px 18px no-repeat,
		linear-gradient(90deg, transparent, var(--ei-purple)) left 50% / calc(100% - 28px) 2px no-repeat;
	content: "";
}

#proximos-destinos .ei-section-heading .ei-kicker::after {
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%235b21b6' d='M12 0c0 8 4 12 12 12-8 0-12 4-12 12 0-8-4-12-12-12 8 0 12-4 12-12Z'/%3E%3C/svg%3E") left center / 18px 18px no-repeat,
		linear-gradient(90deg, var(--ei-purple), transparent) right 50% / calc(100% - 28px) 2px no-repeat;
}

#proximos-destinos .ei-section-heading h2 {
	display: none;
}

#proximos-destinos .ei-section-heading > p:not(.ei-kicker) {
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
	font-size: 20px;
	line-height: 1.55;
}

.ei-destination-grid .ei-text-card {
	align-items: center;
	justify-content: flex-start;
	min-height: 586px;
	padding: 48px 28px 0;
	overflow: hidden;
	text-align: center;
	background: linear-gradient(180deg, #fff 0%, #f1f5ff 100%);
}

.ei-destination-grid .ei-card-icon {
	display: grid;
	width: 106px;
	height: 106px;
	place-items: center;
	margin: 0 auto 24px;
	border-radius: 999px;
	background: var(--ei-card-tone, var(--ei-blue));
	box-shadow: 0 18px 38px rgba(37, 99, 235, 0.2);
	color: #fff !important;
	font-size: 48px;
}

.ei-destination-grid .ei-card-icon .ei-icon {
	width: 48px;
	height: 48px;
}

.ei-destination-grid .ei-tone-green .ei-card-icon {
	background: #2fb36f;
}

.ei-destination-grid .ei-tone-orange .ei-card-icon {
	background: #f59e0b;
}

.ei-destination-grid .ei-tone-red .ei-card-icon {
	background: #ef4444;
}

.ei-destination-grid .ei-card h3::after {
	display: block;
	width: 38px;
	height: 3px;
	margin: 16px auto 0;
	border-radius: 999px;
	background: var(--ei-card-tone, var(--ei-blue));
	content: "";
}

.ei-destination-grid .ei-text-card-figure {
	align-self: auto;
	display: block;
	width: calc(100% + 56px);
	max-width: none;
	height: 196px;
	margin: auto -28px 0 !important;
	aspect-ratio: auto;
	mix-blend-mode: multiply;
	object-fit: cover;
	object-position: center bottom;
}

.ei-destination-grid .ei-text-card > p {
	min-height: 122px;
}

.ei-destination-grid .ei-tone-green {
	background: linear-gradient(180deg, #ffffff 0%, #eefbf3 100%);
}

.ei-destination-grid .ei-tone-blue {
	background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
}

.ei-destination-grid .ei-tone-purple {
	background: linear-gradient(180deg, #ffffff 0%, #f4efff 100%);
}

.ei-destination-grid .ei-tone-orange {
	background: linear-gradient(180deg, #ffffff 0%, #fff5e8 100%);
}

.ei-destination-grid .ei-tone-red {
	background: linear-gradient(180deg, #ffffff 0%, #fff0ee 100%);
}

.ei-destination-grid h3 {
	color: var(--ei-card-tone, var(--ei-ink));
}

.ei-destination-grid .ei-card-icon {
	color: #fff;
}

#metodologias {
	padding: 104px 0;
	background: #fff;
}

#metodologias .ei-container {
	width: min(1488px, calc(100% - 48px));
}

.ei-method-intro {
	display: grid;
	grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
	gap: 56px;
	align-items: center;
}

.ei-method-intro .ei-section-heading {
	margin: 0;
}

.ei-method-intro .ei-section-heading h2 {
	font-size: clamp(62px, 7vw, 110px);
	line-height: 0.9;
}

.ei-method-intro .ei-method-name {
	max-width: 560px;
	margin-top: 28px;
	color: var(--ei-blue-dark);
	font-size: clamp(24px, 2.25vw, 34px);
	font-weight: 800;
	line-height: 1.2;
}

.ei-method-intro .ei-section-heading > p:last-child {
	margin-top: 22px;
}

.ei-method-photo {
	margin: 0;
	overflow: hidden;
	border-radius: 28px;
	background: var(--ei-soft);
}

.ei-method-photo img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.ei-space-flow {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
	margin-top: 96px;
}

.ei-space-stage {
	position: relative;
	display: flex;
	min-height: 390px;
	padding: 62px 30px 34px;
	flex-direction: column;
	align-items: center;
	border: 1px solid var(--ei-border);
	border-radius: 20px;
	background: #f8fbff;
	text-align: center;
}

.ei-space-number {
	position: absolute;
	top: -30px;
	left: 50%;
	display: grid;
	width: 60px;
	height: 60px;
	place-items: center;
	border: 6px solid #fff;
	border-radius: 50%;
	background: var(--ei-blue);
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	transform: translateX(-50%);
}

.ei-space-icon {
	display: grid;
	width: 74px;
	height: 74px;
	margin-bottom: 24px;
	place-items: center;
	border-radius: 50%;
	background: #e8efff;
	color: var(--ei-blue);
}

.ei-space-icon .ei-icon {
	width: 38px;
	height: 38px;
}

.ei-space-stage h3 {
	font-size: 25px;
}

.ei-space-stage strong {
	display: block;
	margin-top: 18px;
	color: var(--ei-blue);
	font-size: 17px;
	line-height: 1.3;
}

.ei-space-stage p {
	margin-top: 14px;
	font-size: 15px;
	line-height: 1.55;
}

.ei-space-arrow {
	position: absolute;
	top: 50%;
	right: -44px;
	z-index: 2;
	display: grid;
	width: 58px;
	height: 42px;
	place-items: center;
	border-radius: 999px;
	background: #fff;
	color: var(--ei-blue);
	transform: translateY(-50%);
}

.ei-space-arrow .ei-icon {
	width: 26px;
	height: 26px;
}

.ei-method-dynamics {
	margin-top: 70px;
	padding-top: 44px;
	border-top: 1px solid var(--ei-border);
}

.ei-method-dynamics > h3 {
	margin-bottom: 32px;
	font-size: 30px;
}

.ei-method-dynamics-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ei-method-dynamics-grid article {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	padding: 0 30px;
	border-right: 1px solid var(--ei-border);
}

.ei-method-dynamics-grid article:first-child {
	padding-left: 0;
}

.ei-method-dynamics-grid article:last-child {
	padding-right: 0;
	border-right: 0;
}

.ei-method-dynamics-grid article > span {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 14px;
	background: #e8efff;
	color: var(--ei-blue);
}

.ei-method-dynamics-grid .ei-icon {
	width: 30px;
	height: 30px;
}

.ei-method-dynamics-grid h4 {
	margin: 2px 0 8px;
	color: var(--ei-blue-dark);
	font-size: 18px;
	line-height: 1.25;
}

.ei-method-dynamics-grid p {
	font-size: 15px;
	line-height: 1.5;
}

.ei-practice-hero {
	display: grid;
	grid-template-columns: minmax(380px, 0.34fr) minmax(0, 0.66fr);
	gap: 0;
	align-items: stretch;
	margin-bottom: 44px;
	overflow: hidden;
	border-radius: 0 28px 28px 0;
	background: #fff;
	box-shadow: none;
}

.ei-practice-hero .ei-section-heading {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 536px;
	margin: 0;
	padding: 50px 58px 50px 0;
	background:
		radial-gradient(ellipse at 24% 92%, transparent 0 28%, rgba(37, 99, 235, 0.11) 28.2% 28.5%, transparent 28.8% 100%),
		radial-gradient(ellipse at 24% 92%, transparent 0 48%, rgba(37, 99, 235, 0.08) 48.2% 48.5%, transparent 48.8% 100%);
}

.ei-practice-hero .ei-section-heading h2 {
	width: 540px;
	max-width: calc(100vw - 96px);
	font-size: clamp(50px, 4.6vw, 72px);
}

.ei-practice-hero .ei-section-heading > p:not(.ei-kicker) {
	width: 460px;
	max-width: calc(100vw - 96px);
}

.ei-practice-media {
	margin: 0;
	min-height: 536px;
	overflow: hidden;
	border-radius: 0 28px 28px 0;
}

.ei-practice-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ei-practice-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0;
	border: 0;
	background: #fff;
}

.ei-practice-grid .ei-text-card {
	align-items: center;
	justify-content: flex-start;
	min-height: 268px;
	padding: 0 30px;
	border: 0;
	border-right: 1px solid var(--ei-border);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
}

.ei-practice-grid .ei-text-card:last-child {
	border-right: 0;
}

.ei-practice-grid .ei-card-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 26px;
	border-radius: 999px;
	background: #f1f5ff;
	color: var(--ei-blue);
	font-size: 40px;
}

.ei-practice-grid .ei-card-icon .ei-icon {
	width: 40px;
	height: 40px;
}

.ei-button-icon {
	width: 16px;
	height: 16px;
	margin-left: 8px;
	vertical-align: -3px;
}

.ei-practice-grid .ei-text-card h3 {
	font-size: 22px;
	line-height: 1.15;
}

.ei-practice-grid .ei-text-card p {
	margin-top: 26px;
	font-size: 16px;
	line-height: 1.55;
}

#pratica > .ei-container {
	padding-top: 0;
	padding-bottom: 56px;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

#pratica {
	padding-top: 0;
	background: #fff;
}

#pratica .ei-highlight {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	margin-top: 54px !important;
	padding: 30px 48px;
	border: 0;
	border-radius: 24px;
	background: #f8fbff;
	font-size: 24px;
	line-height: 1.45;
	box-shadow: none;
}

#pratica .ei-highlight::before {
	display: grid;
	width: 76px;
	height: 76px;
	place-items: center;
	border-radius: 999px;
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232965ed' d='M12 0c0 8 4 12 12 12-8 0-12 4-12 12 0-8-4-12-12-12 8 0 12-4 12-12Z'/%3E%3C/svg%3E") center / 42px 42px no-repeat,
		#eaf1ff;
	content: "";
}

@media (max-width: 1180px) {
	.ei-menu {
		display: none;
	}

	.ei-hero-panel {
		grid-template-columns: 1fr;
	}

	.ei-hero-copy .ei-actions {
		flex-wrap: wrap;
	}

	.ei-container {
		width: min(1200px, calc(100% - 40px));
	}

	.ei-planet-carousel,
	.ei-destination-grid,
	.ei-practice-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ei-practice-hero {
		grid-template-columns: 1fr;
	}

	.ei-method-intro {
		grid-template-columns: 1fr;
	}

	.ei-space-flow,
	.ei-method-dynamics-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ei-space-stage:nth-child(2) .ei-space-arrow {
		display: none;
	}

	.ei-method-dynamics-grid article {
		padding: 28px;
		border-right: 0;
		border-bottom: 1px solid var(--ei-border);
	}

	.ei-method-dynamics-grid article:nth-child(odd) {
		border-right: 1px solid var(--ei-border);
	}
}

@media (max-width: 1400px) {
	.ei-brand {
		width: 300px;
		height: 106px;
		min-width: 300px;
	}

	.ei-brand img {
		width: 300px;
		height: 106px;
		max-width: none;
	}

	.ei-menu a {
		padding: 0 18px;
	}

	.ei-button-small {
		padding-right: 16px;
		padding-left: 16px;
	}

	.ei-hero-copy .ei-actions {
		gap: 12px;
	}

	.ei-hero-copy .ei-button {
		padding-right: 18px;
		padding-left: 18px;
	}
}

@media (max-width: 900px) {
	.ei-galaxy-grid {
		grid-template-columns: 1fr;
	}

	.ei-galaxy-image {
		height: 480px;
		border-radius: 28px 28px 0 0;
	}

	.ei-galaxy-image::after {
		display: none;
	}

	.ei-galaxy-copy {
		padding: 48px;
	}
}

@media (max-width: 720px) {
	.ei-nav {
		min-height: 96px;
	}

	.ei-brand {
		width: 172px;
		height: 61px;
		min-width: 0;
	}

	.ei-brand img {
		width: 172px;
		height: 61px;
		max-width: none;
	}

	.ei-hero-panel {
		grid-template-columns: minmax(0, 1fr);
		padding: 28px;
		border-radius: 24px;
	}

	.ei-hero-copy {
		transform: none;
	}

	.ei-hero-copy .ei-actions {
		flex-wrap: wrap;
		margin-top: 34px;
	}

	.ei-hero-copy .ei-button {
		width: 100%;
		min-height: 52px;
		padding-right: 18px;
		padding-left: 18px;
		font-size: 14px;
		white-space: normal;
		text-align: center;
	}

	.ei-hero-media {
		min-height: 420px;
	}

	.ei-floating-icon {
		width: 64px;
		height: 64px;
		font-size: 24px;
	}

	.ei-home h1 {
		font-size: 46px;
	}

	#programa .ei-section-heading h2 {
		font-size: 36px;
	}

	.ei-planet-carousel {
		display: flex;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
	}

	.ei-planet-carousel::-webkit-scrollbar {
		display: none;
	}

	.ei-planet-card {
		flex: 0 0 76%;
	}

	.ei-destination-grid {
		grid-template-columns: 1fr;
	}

	.ei-galaxy-grid {
		grid-template-columns: 1fr;
	}

	#proximos-destinos .ei-section-heading .ei-kicker {
		gap: 8px;
		font-size: 22px;
		white-space: nowrap;
	}

	#proximos-destinos .ei-section-heading .ei-kicker::before,
	#proximos-destinos .ei-section-heading .ei-kicker::after {
		width: 38px;
		max-width: 38px;
		font-size: 18px;
	}

	.ei-galaxy-image,
	.ei-practice-media {
		height: auto;
		min-height: 320px;
	}

	.ei-galaxy-image {
		height: 360px;
		min-height: 0;
		border-radius: 20px 20px 0 0;
	}

	.ei-galaxy-image::after {
		display: none;
	}

	.ei-galaxy-copy,
	.ei-practice-hero .ei-section-heading {
		padding: 28px;
	}

	.ei-practice-grid {
		grid-template-columns: 1fr;
	}

	.ei-practice-grid .ei-text-card {
		border-right: 0;
		border-bottom: 1px solid var(--ei-border);
	}

	#pratica .ei-highlight {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 26px;
		font-size: 20px;
		line-height: 1.35;
		text-align: center;
	}

	#pratica .ei-highlight::before {
		margin: 0 auto;
	}

	#metodologias {
		padding: 72px 0;
	}

	#metodologias .ei-container {
		width: min(100% - 32px, 1488px);
	}

	.ei-method-intro {
		gap: 34px;
	}

	.ei-method-intro .ei-section-heading h2 {
		font-size: 64px;
	}

	.ei-method-intro .ei-method-name {
		font-size: 24px;
	}

	.ei-method-photo {
		border-radius: 20px;
	}

	.ei-space-flow,
	.ei-method-dynamics-grid {
		grid-template-columns: 1fr;
	}

	.ei-space-flow {
		gap: 58px;
		margin-top: 82px;
	}

	.ei-space-stage {
		min-height: 0;
	}

	.ei-space-arrow {
		top: auto;
		right: 50%;
		bottom: -50px;
		transform: translateX(50%) rotate(90deg);
	}

	.ei-space-stage:nth-child(2) .ei-space-arrow {
		display: grid;
	}

	.ei-method-dynamics-grid article,
	.ei-method-dynamics-grid article:first-child,
	.ei-method-dynamics-grid article:last-child,
	.ei-method-dynamics-grid article:nth-child(odd) {
		padding: 24px 0;
		border-right: 0;
		border-bottom: 1px solid var(--ei-border);
	}
}


/* 2026-07 component alignment, methodology and scheduling pass. */
.ei-nav {
	min-height: 104px;
}

.ei-brand {
	width: 248px;
	height: 88px;
	min-width: 248px;
	margin-left: 0;
	padding: 10px 0;
}

.ei-brand img {
	width: 248px;
	height: 68px;
	max-width: 100%;
	object-fit: contain;
}

.ei-hero-panel {
	gap: 38px;
	padding: 28px;
}

.ei-hero-copy {
	display: flex;
	max-width: 720px;
	min-height: 100%;
	padding: 34px 22px 34px 32px;
	flex-direction: column;
	justify-content: center;
	transform: none;
}

.ei-hero-media {
	margin: 0;
	border-radius: 28px;
}

.ei-hero-media img {
	inset: 0;
	border-radius: inherit;
}

#desafios .ei-card-number,
#desafios .ei-card h3,
#desafios .ei-card p {
	text-align: left;
}

#desafios .ei-card-number::after {
	margin-right: 0;
	margin-left: 0;
}

#desafios .ei-floating-icon {
	border-width: 7px;
	background: #f8fbff;
	box-shadow: 0 12px 28px rgba(17, 38, 95, 0.1);
}

#desafios .ei-tone-purple {
	border-color: rgba(91, 33, 182, 0.2);
}

.ei-planet-card {
	overflow: visible;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.ei-planet-card:hover,
.ei-planet-card:focus-within {
	z-index: 3;
	transform: translateY(-9px) scale(1.035);
	box-shadow: 0 30px 62px rgba(17, 38, 95, 0.18);
}

.ei-planet-card > img {
	height: 246px;
	aspect-ratio: auto;
	object-fit: cover;
}

.ei-planet-card .ei-floating-icon {
	top: 246px;
	width: 82px;
	height: 82px;
	border-width: 7px;
}

.ei-planet-card .ei-floating-icon .ei-icon {
	width: 38px;
	height: 38px;
}

.ei-carousel-dots button {
	display: block;
	width: 14px;
	height: 14px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #cfd8ee;
	cursor: pointer;
	transition: width 180ms ease, background-color 180ms ease;
}

.ei-carousel-dots button.is-active {
	width: 34px;
	border-radius: 8px;
	background: var(--ei-purple);
}

.ei-galaxy-symbol,
.ei-galaxy-symbol img {
	display: block;
	width: 78px;
	height: 78px;
}

.ei-galaxy-copy .ei-galaxy-lead strong {
	color: var(--ei-purple);
	font-weight: 900;
}

.ei-destination-grid .ei-text-card {
	display: grid;
	grid-template-rows: 106px 74px 118px 196px;
	align-items: start;
	padding-top: 38px;
}

.ei-destination-grid .ei-card-icon {
	align-self: center;
	margin-bottom: 0;
}

.ei-destination-grid .ei-text-card h3 {
	display: flex;
	height: 74px;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	font-size: 20px;
}

.ei-destination-grid .ei-card h3::after {
	margin-top: 12px;
}

.ei-destination-grid .ei-text-card > p {
	min-height: 0;
	margin-top: 0;
}

.ei-destination-grid .ei-text-card-figure {
	align-self: end;
	height: 196px;
}

#metodologias,
.ei-stars-section {
	background: #fff;
}

#metodologias .ei-container,
.ei-stars-section .ei-container {
	width: min(1488px, calc(100% - 48px));
}

.ei-methods-heading {
	max-width: 980px;
	margin: 0 auto 54px;
	text-align: center;
}

.ei-methods-heading .ei-kicker {
	color: var(--ei-purple);
	font-size: 16px;
}

.ei-methods-heading h2 {
	max-width: none;
	margin: 0 auto;
}

.ei-methods-heading > p:last-child {
	max-width: 900px;
	margin: 24px auto 0;
	font-size: 20px;
}

.ei-method-photo {
	margin: 0;
	overflow: hidden;
	border-radius: 28px;
}

.ei-method-photo img {
	display: block;
	width: 100%;
	height: 520px;
	object-fit: cover;
}

.ei-method-panel {
	position: relative;
	z-index: 2;
	width: calc(100% - 96px);
	margin: -86px auto 0;
	padding: 54px;
	border: 1px solid var(--ei-border);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 28px 80px rgba(17, 38, 95, 0.12);
}

.ei-method-panel-heading {
	display: grid;
	grid-template-columns: minmax(240px, 0.35fr) minmax(0, 0.65fr);
	gap: 56px;
	align-items: end;
	margin-bottom: 66px;
}

.ei-method-panel-heading .ei-kicker {
	color: var(--ei-purple);
}

.ei-method-panel-heading h3 {
	font-size: clamp(54px, 6vw, 92px);
	line-height: 0.9;
}

.ei-method-panel-heading h4 {
	margin: 0;
	color: var(--ei-blue-dark);
	font-size: clamp(25px, 2.2vw, 36px);
	line-height: 1.15;
}

.ei-method-panel-heading p {
	margin-top: 18px;
}

.ei-method-panel .ei-space-flow {
	gap: 22px;
	margin-top: 0;
}

.ei-method-panel .ei-space-stage {
	min-height: 350px;
	padding: 56px 24px 28px;
	background: #f8fbff;
}

.ei-method-panel .ei-space-stage:nth-child(1) {
	--ei-stage-tone: #2563eb;
}

.ei-method-panel .ei-space-stage:nth-child(2) {
	--ei-stage-tone: #5b21b6;
}

.ei-method-panel .ei-space-stage:nth-child(3) {
	--ei-stage-tone: #0f766e;
}

.ei-method-panel .ei-space-stage:nth-child(4) {
	--ei-stage-tone: #f97316;
}

.ei-method-panel .ei-space-number,
.ei-method-panel .ei-space-icon {
	background: var(--ei-stage-tone);
	color: #fff;
}

.ei-method-panel .ei-space-number {
	border-color: #fff;
}

.ei-method-panel .ei-space-stage strong {
	color: var(--ei-stage-tone);
}

.ei-method-panel .ei-space-arrow {
	right: -40px;
	color: var(--ei-stage-tone);
}

.ei-method-panel .ei-method-dynamics {
	margin-top: 56px;
}

.ei-stars-section {
	padding-top: 40px;
}

.ei-stars-photo img {
	object-position: center 45%;
}

.ei-stars-panel {
	margin-top: -92px;
	background: linear-gradient(145deg, #fff 0%, #f7f4ff 100%);
}

.ei-stars-overview {
	display: grid;
	grid-template-columns: minmax(290px, 0.36fr) minmax(0, 0.64fr);
	gap: 58px;
	align-items: center;
}

.ei-stars-overview header .ei-kicker {
	color: var(--ei-purple);
}

.ei-stars-overview header h2 {
	font-size: clamp(36px, 3.3vw, 54px);
}

.ei-stars-overview header > p:last-child {
	margin-top: 22px;
}

.ei-stars-dimensions {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.ei-stars-dimensions article {
	display: grid;
	min-height: 148px;
	padding: 20px 14px;
	place-items: center;
	border: 1px solid rgba(91, 33, 182, 0.2);
	border-radius: 18px;
	background: #fff;
	text-align: center;
}

.ei-stars-dimensions .ei-icon {
	width: 32px;
	height: 32px;
	color: var(--ei-purple);
}

.ei-stars-dimensions strong {
	display: block;
	margin-top: 8px;
	color: var(--ei-purple);
	font-size: 28px;
}

.ei-stars-dimensions p {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
}

.ei-stars-stages {
	margin-top: 52px;
	padding-top: 42px;
	border-top: 1px solid rgba(91, 33, 182, 0.18);
}

.ei-stars-stages > h3 {
	margin-bottom: 30px;
	font-size: 30px;
	text-transform: uppercase;
}

.ei-stars-stages > div {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ei-stars-stages article {
	position: relative;
	min-height: 218px;
	padding: 28px 24px 24px 82px;
	border: 1px solid rgba(91, 33, 182, 0.18);
	border-radius: 18px;
	background: #fff;
}

.ei-stars-stage-icon {
	position: absolute;
	top: 28px;
	left: 24px;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 12px;
	background: #eee8ff;
	color: var(--ei-purple);
}

.ei-stars-stage-icon .ei-icon {
	width: 23px;
	height: 23px;
}

.ei-stars-stage-number {
	color: var(--ei-purple);
	font-size: 14px;
	font-weight: 900;
}

.ei-stars-stages h4 {
	margin: 6px 0 10px;
	color: var(--ei-blue-dark);
	font-size: 19px;
}

.ei-stars-stages p {
	font-size: 14px;
	line-height: 1.5;
}

#equipe {
	background: linear-gradient(180deg, #fff 0%, #f3f0ff 100%);
}

#equipe .ei-section-heading {
	max-width: 1040px;
}

.ei-team-grid {
	gap: 28px;
}

.ei-team-card {
	display: grid;
	grid-template-columns: minmax(230px, 0.46fr) minmax(0, 0.54fr);
	gap: 0;
	min-height: 520px;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 28px;
	box-shadow: 0 24px 68px rgba(17, 38, 95, 0.12);
}

.ei-team-card figure {
	margin: 0;
	min-height: 520px;
	overflow: hidden;
}

.ei-team-card figure img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
}

.ei-team-card-irenides figure {
	background: #dbeafe;
}

.ei-team-card-parcilene figure {
	background: #ede9fe;
}

.ei-team-card > div {
	display: flex;
	padding: 42px 34px;
	flex-direction: column;
	justify-content: center;
}

.ei-team-card-irenides > div {
	border-top: 8px solid var(--ei-blue);
}

.ei-team-card-parcilene > div {
	border-top: 8px solid var(--ei-purple);
}

.ei-team-index {
	margin-bottom: 28px;
	color: var(--ei-card-tone, var(--ei-blue));
	font-size: 46px;
	font-weight: 900;
	line-height: 1;
}

.ei-team-card-parcilene {
	--ei-card-tone: var(--ei-purple);
}

.ei-team-card h3 {
	font-size: 28px;
}

.ei-team-card ul {
	font-size: 15px;
}

.ei-credentials {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 28px;
}

.ei-credentials .ei-text-card {
	min-height: 210px;
	border-top: 4px solid var(--ei-purple);
	box-shadow: none;
}

.ei-final-grid h2 {
	max-width: 1080px;
	font-size: clamp(32px, 2.5vw, 44px);
}

.ei-agenda-page {
	min-height: calc(100vh - 104px);
	padding: 70px 0 96px;
	background: linear-gradient(135deg, #eef2ff 0%, #f8fbff 56%, #f4efff 100%);
	color: var(--ei-text);
	font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
}

.ei-agenda-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr);
	gap: 28px;
	align-items: stretch;
}

.ei-agenda-aside {
	padding: 52px 44px;
	border-radius: 28px;
	background: linear-gradient(145deg, #1d4ed8, #5b21b6);
	color: #fff;
}

.ei-agenda-aside > p {
	margin: 0 0 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.ei-agenda-aside h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(38px, 3.5vw, 58px);
	line-height: 1.04;
}

.ei-agenda-progress {
	display: grid;
	gap: 18px;
	margin: 58px 0 0;
	padding: 0;
	list-style: none;
}

.ei-agenda-progress li {
	display: flex;
	gap: 14px;
	align-items: center;
	opacity: 0.52;
	font-weight: 800;
}

.ei-agenda-progress li.is-active {
	opacity: 1;
}

.ei-agenda-progress span {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
}

.ei-agenda-progress li.is-active span {
	background: #fff;
	color: var(--ei-purple);
}

.ei-agenda-shell {
	width: auto;
	max-width: none;
	padding: 58px;
	background: #fff;
}

.ei-agenda-shell h2 {
	margin: 0;
	color: var(--ei-blue-dark);
	font-size: clamp(38px, 3.6vw, 58px);
	line-height: 1.08;
}

.ei-agenda-form-title {
	color: var(--ei-blue) !important;
	font-size: clamp(36px, 3.2vw, 52px) !important;
}

.ei-form-intro {
	max-width: 760px;
	font-size: 18px;
}

.ei-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.ei-field {
	display: grid;
}

.ei-field-wide {
	grid-column: 1 / -1;
}

.ei-form-step input[type="text"],
.ei-form-step input[type="email"],
.ei-form-step input[type="tel"],
.ei-form-step input[type="number"],
.ei-form-step textarea {
	min-height: 54px;
	padding: 12px 16px;
	font: inherit;
}

.ei-form-step textarea {
	min-height: 126px;
	resize: vertical;
}

.ei-form-honeypot {
	position: absolute !important;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.ei-form-status {
	margin: 0;
	color: #b42318;
	font-weight: 700;
}

.ei-choice-fieldset,
.ei-participant-fieldset {
	margin-top: 8px !important;
}

.ei-choice-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.ei-choice-grid label {
	position: relative;
	cursor: pointer;
}

.ei-choice-grid input {
	position: absolute;
	opacity: 0;
}

.ei-choice-grid label span {
	display: flex;
	min-height: 52px;
	padding: 12px 16px;
	align-items: center;
	border: 1px solid var(--ei-border);
	border-radius: 12px;
	background: #f8fbff;
}

.ei-choice-grid input:checked + span {
	border-color: var(--ei-purple);
	background: #f2edff;
	box-shadow: inset 4px 0 var(--ei-purple);
}

.ei-choice-grid input:focus-visible + span {
	outline: 3px solid var(--ei-blue);
	outline-offset: 2px;
}

.ei-form-actions {
	display: flex;
	gap: 14px;
	justify-content: flex-end;
	margin-top: 12px;
}

.ei-success-step {
	min-height: 570px;
	place-content: center;
	justify-items: start;
}

@media (max-width: 1180px) {
	.ei-method-panel {
		width: calc(100% - 44px);
		padding: 42px;
	}

	.ei-stars-overview,
	.ei-method-panel-heading {
		grid-template-columns: 1fr;
	}

	.ei-stars-dimensions {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.ei-team-card {
		grid-template-columns: 1fr;
	}

	.ei-team-card figure {
		min-height: 420px;
	}

	.ei-credentials {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.ei-agenda-layout {
		grid-template-columns: 1fr;
	}

	.ei-agenda-aside h1 {
		max-width: 620px;
	}

	.ei-agenda-progress {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin-top: 36px;
	}

	.ei-agenda-progress li {
		font-size: 13px;
	}
}

@media (max-width: 720px) {
	.ei-nav {
		min-height: 82px;
	}

	.ei-brand,
	.ei-brand img {
		width: 178px;
		height: 58px;
	}

	.ei-brand {
		min-width: 0;
		padding: 5px 0;
	}

	.ei-hero-panel {
		gap: 22px;
		padding: 18px;
	}

	.ei-hero-copy {
		padding: 22px 10px;
	}

	.ei-hero-media {
		border-radius: 18px;
	}

	.ei-method-photo img {
		height: 300px;
	}

	.ei-method-panel {
		width: calc(100% - 20px);
		margin-top: -44px;
		padding: 28px 20px;
		border-radius: 20px;
	}

	.ei-stars-dimensions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ei-stars-stages > div {
		grid-template-columns: 1fr;
	}

	.ei-team-grid,
	.ei-credentials {
		grid-template-columns: 1fr;
	}

	.ei-team-card figure {
		min-height: 360px;
	}

	.ei-team-card > div {
		padding: 30px 24px;
	}

	.ei-agenda-page {
		padding: 24px 0 56px;
	}

	.ei-agenda-aside,
	.ei-agenda-shell {
		padding: 28px 22px;
		border-radius: 20px;
	}

	.ei-agenda-progress {
		grid-template-columns: 1fr;
	}

	.ei-agenda-progress li:not(.is-active) {
		display: none;
	}

	.ei-form-grid,
	.ei-choice-grid {
		grid-template-columns: 1fr;
	}

	.ei-form-actions {
		align-items: stretch;
		flex-direction: column-reverse;
	}

	.ei-form-actions .ei-button {
		width: 100%;
	}
}

/* 2026-07 reference alignment: interactions, methodologies, team and agenda. */
#desafios .ei-image-card-grid .ei-card,
.ei-destination-grid .ei-text-card {
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

#desafios .ei-image-card-grid .ei-card:hover,
#desafios .ei-image-card-grid .ei-card:focus-within,
.ei-destination-grid .ei-text-card:hover,
.ei-destination-grid .ei-text-card:focus-within {
	z-index: 2;
	transform: translateY(-10px);
	box-shadow: 0 32px 68px rgba(17, 38, 95, 0.17);
}

#desafios .ei-floating-icon .ei-icon,
.ei-destination-grid .ei-card-icon .ei-icon {
	stroke-width: 1.5;
}

.ei-carousel-arrow,
.ei-carousel-dots {
	display: none !important;
}

.ei-planet-carousel {
	padding-bottom: 18px;
}

#metodologias {
	padding-top: 104px;
	background: #f8fbff;
}

#metodologias .ei-container {
	width: min(1488px, calc(100% - 48px));
}

.ei-methods-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: stretch;
	overflow: hidden;
	border-radius: 30px;
	background: #fff;
}

.ei-methods-heading {
	display: flex;
	max-width: none;
	margin: 0;
	padding: 62px 54px;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	text-align: left;
}

.ei-methods-heading .ei-kicker {
	color: var(--ei-purple);
	font-size: 14px;
}

.ei-methods-heading h2 {
	max-width: 650px;
	margin: 12px 0 0;
	font-size: clamp(40px, 3.25vw, 52px);
	line-height: 1.06;
}

.ei-methods-heading > p:last-child {
	max-width: 620px;
	margin: 26px 0 0;
	font-size: 17px;
	line-height: 1.55;
}

.ei-method-photo-space {
	border-radius: 0;
}

.ei-method-photo-space img {
	height: 500px;
	object-position: center;
}

.ei-space-panel {
	width: calc(100% - 72px);
	margin-top: -72px;
	padding: 46px 44px 38px;
	border: 0;
	border-radius: 30px;
	box-shadow: 0 32px 84px rgba(17, 38, 95, 0.15);
}

.ei-space-panel .ei-method-panel-heading {
	grid-template-columns: minmax(250px, 0.32fr) minmax(0, 0.68fr);
	gap: 44px;
	align-items: center;
	margin-bottom: 48px;
}

.ei-space-panel .ei-method-panel-heading .ei-kicker {
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ei-space-panel .ei-method-panel-heading h3 {
	margin-top: 4px;
	color: var(--ei-purple);
	font-size: clamp(64px, 6vw, 92px);
	line-height: 0.9;
}

.ei-space-panel .ei-method-panel-heading h4 {
	max-width: 760px;
	font-size: clamp(24px, 2.2vw, 35px);
	line-height: 1.18;
}

.ei-space-acronym-letter {
	color: var(--ei-purple);
	font-weight: 950;
}

.ei-method-panel .ei-space-flow {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 34px;
}

.ei-method-panel .ei-space-stage {
	--ei-stage-tone: var(--ei-purple);
	position: relative;
	display: flex;
	min-height: 318px;
	padding: 54px 20px 24px;
	align-items: center;
	justify-content: flex-start;
	border: 1.5px solid var(--ei-stage-tone);
	border-radius: 20px;
	background: #fff;
	box-shadow: none;
	text-align: center;
}

.ei-method-panel .ei-space-stage:nth-child(1),
.ei-method-panel .ei-space-stage:nth-child(2) {
	--ei-stage-tone: var(--ei-purple);
}

.ei-method-panel .ei-space-stage:nth-child(3),
.ei-method-panel .ei-space-stage:nth-child(4) {
	--ei-stage-tone: var(--ei-blue);
}

.ei-method-panel .ei-space-number {
	top: -22px;
	left: 50%;
	width: 46px;
	height: 46px;
	border: 5px solid #fff;
	background: var(--ei-stage-tone);
	color: #fff;
	font-size: 22px;
	transform: translateX(-50%);
}

.ei-method-panel .ei-space-icon {
	display: grid;
	width: 76px;
	height: 76px;
	place-items: center;
	margin-bottom: 18px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--ei-stage-tone) 10%, white);
	color: var(--ei-stage-tone);
}

.ei-method-panel .ei-space-icon .ei-icon {
	width: 44px;
	height: 44px;
	stroke-width: 1.5;
}

.ei-method-panel .ei-space-stage h3 {
	color: var(--ei-stage-tone);
	font-size: 19px;
	line-height: 1.2;
	text-transform: uppercase;
}

.ei-method-panel .ei-space-stage h3::after {
	display: block;
	width: 34px;
	height: 2px;
	margin: 12px auto 0;
	border-radius: 99px;
	background: var(--ei-stage-tone);
	content: "";
}

.ei-method-panel .ei-space-stage strong {
	margin-top: 14px;
	color: var(--ei-stage-tone);
	font-size: 14px;
	line-height: 1.3;
}

.ei-method-panel .ei-space-stage p {
	margin-top: 12px;
	font-size: 13px;
	line-height: 1.48;
}

.ei-method-panel .ei-space-arrow {
	right: -31px;
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	color: var(--ei-stage-tone);
}

.ei-method-panel .ei-space-arrow .ei-icon {
	width: 26px;
	height: 26px;
	stroke-width: 3;
}

.ei-method-panel .ei-method-dynamics {
	margin-top: 42px;
	padding-top: 0;
	border-top: 0;
}

.ei-method-dynamics > h3 {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
	color: var(--ei-purple);
	font-size: 16px;
	letter-spacing: 0.02em;
	text-align: center;
	text-transform: uppercase;
}

.ei-method-dynamics > h3::before,
.ei-method-dynamics > h3::after {
	height: 1px;
	flex: 1;
	background: rgba(91, 33, 182, 0.28);
	content: "";
}

.ei-method-dynamics-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

.ei-method-dynamics-grid article,
.ei-method-dynamics-grid article:first-child,
.ei-method-dynamics-grid article:last-child,
.ei-method-dynamics-grid article:nth-child(odd) {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 14px;
	min-height: 0;
	padding: 10px 22px;
	align-items: center;
	border: 0;
	border-right: 1px solid rgba(91, 33, 182, 0.18);
	background: transparent;
}

.ei-method-dynamics-grid article:last-child {
	border-right: 0;
}

.ei-method-dynamics-grid article > span {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 50%;
	background: #eee8ff;
	color: var(--ei-purple);
}

.ei-method-dynamics-grid article > span .ei-icon {
	width: 26px;
	height: 26px;
	stroke-width: 1.5;
}

.ei-method-dynamics-grid h4 {
	font-size: 14px;
	line-height: 1.25;
}

.ei-method-dynamics-grid p {
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.4;
}

.ei-stars-section {
	padding: 72px 0 104px;
	background: #f8fbff;
}

.ei-stars-section .ei-container {
	width: min(1488px, calc(100% - 48px));
}

.ei-stars-panel {
	width: 100%;
	margin: 0;
	padding: 0 0 48px;
	overflow: hidden;
	border: 0;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 28px 80px rgba(17, 38, 95, 0.1);
}

.ei-stars-overview {
	display: grid;
	grid-template-columns: minmax(400px, 0.42fr) minmax(0, 0.58fr);
	gap: 0;
	align-items: stretch;
}

.ei-stars-left {
	display: grid;
	grid-template-rows: auto 1fr;
	min-width: 0;
	background: linear-gradient(150deg, #fff 0%, #eef5ff 100%);
}

.ei-stars-left header {
	padding: 46px 48px 26px;
}

.ei-stars-left .ei-kicker {
	color: var(--ei-blue-dark);
	font-size: 15px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ei-stars-left h2 {
	margin-top: 8px;
	color: var(--ei-blue-dark);
	font-size: clamp(58px, 6vw, 94px);
	line-height: 0.95;
}

.ei-stars-tagline {
	max-width: 490px;
	margin-top: 18px;
	color: var(--ei-blue-dark);
	font-size: clamp(22px, 2.1vw, 32px);
	line-height: 1.22;
}

.ei-stars-photo {
	min-height: 330px;
	margin: 0;
	overflow: hidden;
	border-radius: 0 70px 0 0;
}

.ei-stars-photo img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 330px;
	object-fit: cover;
	object-position: center;
}

.ei-stars-right {
	position: relative;
	display: flex;
	padding: 74px 38px 54px;
	justify-content: center;
	flex-direction: column;
}

.ei-stars-right::after {
	position: absolute;
	right: 42px;
	bottom: 20px;
	width: 94px;
	height: 30px;
	background-image: radial-gradient(circle, #3b82f6 2.5px, transparent 3px);
	background-position: 0 0;
	background-size: 18px 15px;
	content: "";
	opacity: 0.72;
}

.ei-stars-intro {
	margin: 0 0 34px;
	color: var(--ei-blue-dark);
	font-size: clamp(22px, 2vw, 30px);
	line-height: 1.35;
	text-align: center;
}

.ei-stars-dimensions {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

.ei-stars-dimensions article {
	display: grid;
	min-height: 190px;
	padding: 18px 10px;
	place-items: center;
	border: 0;
	border-right: 1px solid #c9d9f5;
	border-bottom: 1px solid #c9d9f5;
	border-radius: 0;
	background: transparent;
	text-align: center;
}

.ei-stars-dimensions article:nth-child(4n) {
	border-right: 0;
}

.ei-stars-dimensions article:nth-child(n + 5) {
	border-bottom: 0;
}

.ei-stars-dimensions article > span {
	display: grid;
	width: 88px;
	height: 88px;
	place-items: center;
	border-radius: 50%;
	background: #eef5ff;
	color: var(--ei-blue-dark);
}

.ei-stars-dimensions .ei-icon {
	width: 50px;
	height: 50px;
	color: var(--ei-blue-dark);
	stroke-width: 1.5;
}

.ei-stars-dimensions article > div {
	display: flex;
	gap: 6px;
	align-items: baseline;
	justify-content: center;
}

.ei-stars-dimensions strong {
	margin: 0;
	color: #1252d2;
	font-size: 42px;
	line-height: 1;
}

.ei-stars-dimensions p {
	font-size: 17px;
	font-weight: 900;
	line-height: 1.1;
}

.ei-stars-stages {
	margin: 0;
	padding: 34px 48px 0;
	border-top: 0;
}

.ei-stars-stages > h3 {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 34px;
	color: #1252d2;
	font-size: 18px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ei-stars-stages > h3::after {
	height: 1px;
	flex: 1;
	background: #bfd3f5;
	content: "";
}

.ei-stars-stages > div {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 38px;
}

.ei-stars-stages article {
	position: relative;
	display: flex;
	min-height: 292px;
	padding: 44px 16px 20px;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	border: 1.5px solid #9bc0ff;
	border-radius: 20px;
	background: #fff;
	text-align: center;
}

.ei-stars-stage-number {
	position: absolute;
	top: -18px;
	left: 14px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 4px solid #fff;
	border-radius: 50%;
	background: #1252d2;
	color: #fff;
	font-size: 18px;
}

.ei-stars-stage-icon {
	position: static;
	display: grid;
	width: 82px;
	height: 82px;
	place-items: center;
	margin-bottom: 18px;
	border-radius: 50%;
	background: #eef5ff;
	color: var(--ei-blue-dark);
}

.ei-stars-stage-icon .ei-icon {
	width: 46px;
	height: 46px;
	stroke-width: 1.5;
}

.ei-stars-stages h4 {
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 1.2;
}

.ei-stars-stages p {
	font-size: 13px;
	line-height: 1.48;
}

.ei-stars-stage-arrow {
	position: absolute;
	top: 50%;
	right: -34px;
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	color: #1252d2;
	transform: translateY(-50%);
}

.ei-stars-stage-arrow .ei-icon {
	width: 26px;
	height: 26px;
	stroke-width: 2.5;
}

.ei-team-card figure {
	height: 100%;
	min-height: 520px;
	align-self: stretch;
}

.ei-team-card figure img {
	height: 100%;
	min-height: 100%;
}

.ei-team-card-irenides h3 {
	color: var(--ei-blue);
}

.ei-team-card-parcilene h3 {
	color: var(--ei-purple);
}

.ei-form-step.is-active {
	gap: 14px;
}

.ei-form-grid {
	gap: 14px;
}

.ei-field {
	gap: 5px;
}

.ei-form-step input[type="text"],
.ei-form-step input[type="email"],
.ei-form-step input[type="tel"],
.ei-form-step input[type="number"] {
	height: 46px;
	min-height: 46px;
	margin-top: 0;
	padding: 9px 14px;
	border: 1.5px solid #c8d7ee;
	border-radius: 10px;
	box-sizing: border-box;
	line-height: 1.2;
}

.ei-form-step textarea {
	min-height: 108px;
	margin-top: 0;
	padding: 11px 14px;
	border: 1.5px solid #c8d7ee;
	border-radius: 10px;
}

.ei-form-step input:focus,
.ei-form-step textarea:focus {
	border-color: var(--ei-blue);
	outline: 3px solid rgba(37, 99, 235, 0.16);
	outline-offset: 1px;
}

.ei-form-step fieldset {
	gap: 10px;
	padding: 16px;
}

.ei-choice-grid label span {
	min-height: 46px;
	padding: 10px 14px;
}

@media (max-width: 1180px) {
	.ei-method-panel .ei-space-flow {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 52px;
	}

	.ei-method-panel .ei-space-stage:nth-child(2) .ei-space-arrow {
		display: none;
	}

	.ei-method-dynamics-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ei-method-dynamics-grid article:nth-child(2) {
		border-right: 0;
	}

	.ei-stars-overview {
		grid-template-columns: 1fr;
	}

	.ei-stars-left {
		grid-template-columns: minmax(300px, 0.44fr) minmax(0, 0.56fr);
		grid-template-rows: 1fr;
	}

	.ei-stars-photo {
		border-radius: 70px 0 0 0;
	}

	.ei-stars-stages > div {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		row-gap: 52px;
	}

	.ei-stars-stages article:nth-child(3) .ei-stars-stage-arrow {
		display: none;
	}
}

@media (max-width: 900px) {
	.ei-methods-intro-grid {
		grid-template-columns: 1fr;
	}

	.ei-methods-heading {
		padding: 44px 36px;
	}

	.ei-method-photo-space img {
		height: 380px;
	}

	.ei-space-panel .ei-method-panel-heading {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.ei-space-panel {
		width: calc(100% - 32px);
		padding: 40px 28px 32px;
	}

	.ei-stars-left {
		grid-template-columns: 1fr;
	}

	.ei-stars-photo {
		border-radius: 0;
	}

	.ei-stars-dimensions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ei-stars-dimensions article:nth-child(2n) {
		border-right: 0;
	}

	.ei-stars-dimensions article:nth-child(4n) {
		border-right: 0;
	}

	.ei-stars-dimensions article:nth-child(n + 5) {
		border-bottom: 1px solid #c9d9f5;
	}

	.ei-stars-dimensions article:nth-child(n + 7) {
		border-bottom: 0;
	}

	.ei-team-card figure {
		min-height: 460px;
	}
}

@media (max-width: 720px) {
	#metodologias .ei-container,
	.ei-stars-section .ei-container {
		width: min(100% - 28px, 1488px);
	}

	.ei-methods-heading {
		padding: 34px 24px;
	}

	.ei-methods-heading h2 {
		font-size: 32px;
		overflow-wrap: anywhere;
	}

	.ei-method-photo-space img {
		height: 280px;
	}

	.ei-space-panel {
		width: calc(100% - 16px);
		margin-top: -32px;
		padding: 34px 18px 26px;
	}

	.ei-method-panel .ei-space-flow,
	.ei-method-dynamics-grid {
		grid-template-columns: 1fr;
	}

	.ei-method-panel .ei-space-arrow {
		display: none;
	}

	.ei-method-dynamics-grid article,
	.ei-method-dynamics-grid article:first-child,
	.ei-method-dynamics-grid article:last-child,
	.ei-method-dynamics-grid article:nth-child(odd) {
		border-right: 0;
		border-bottom: 1px solid rgba(91, 33, 182, 0.18);
	}

	.ei-stars-left header,
	.ei-stars-right,
	.ei-stars-stages {
		padding-right: 22px;
		padding-left: 22px;
	}

	.ei-stars-right {
		padding-top: 42px;
		padding-bottom: 58px;
	}

	.ei-stars-right::after {
		right: 22px;
		bottom: 18px;
	}

	.ei-stars-left h2 {
		font-size: 54px;
	}

	.ei-stars-dimensions {
		grid-template-columns: 1fr 1fr;
	}

	.ei-stars-dimensions strong {
		font-size: 34px;
	}

	.ei-stars-dimensions p {
		font-size: 12px;
	}

	.ei-stars-stages > div {
		grid-template-columns: 1fr;
	}

	.ei-stars-stage-arrow {
		display: none;
	}

	.ei-team-card figure {
		min-height: 380px;
	}
}

/* Final visual refinements: solid destination icons, ESTRELAS rhythm and team cards. */
.ei-icon-solid {
	stroke: none;
}

.ei-destination-grid .ei-card-icon .ei-icon-solid {
	width: 54px;
	height: 54px;
}

.ei-stars-right {
	padding-top: 116px;
	padding-bottom: 42px;
	justify-content: flex-start;
}

.ei-stars-right::after {
	top: 34px;
	right: 50%;
	bottom: auto;
	width: 112px;
	height: 34px;
	background-size: 18px 16px;
	transform: translateX(50%);
}

.ei-stars-intro {
	margin-bottom: 38px;
}

.ei-team-card > div {
	position: relative;
	overflow: hidden;
}

.ei-team-profile-icon {
	display: grid;
	width: 54px;
	height: 54px;
	margin-bottom: 24px;
	place-items: center;
	border-radius: 16px;
	background: #e7f0ff;
	color: var(--ei-blue);
}

.ei-team-profile-icon .ei-icon {
	width: 29px;
	height: 29px;
}

.ei-team-card-parcilene .ei-team-profile-icon {
	background: #eee8ff;
	color: var(--ei-purple);
}

.ei-team-card > div::after {
	position: absolute;
	right: -24px;
	bottom: -26px;
	width: 126px;
	height: 126px;
	border: 18px solid rgba(37, 99, 235, 0.08);
	border-radius: 50%;
	box-shadow: 0 0 0 16px rgba(37, 99, 235, 0.04);
	content: "";
	pointer-events: none;
}

.ei-team-card-parcilene > div::after {
	border-color: rgba(91, 33, 182, 0.09);
	box-shadow: 0 0 0 16px rgba(91, 33, 182, 0.04);
}

.ei-credentials .ei-text-card {
	position: relative;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: 28px;
}

.ei-credentials .ei-card-icon {
	width: 52px;
	height: 52px;
	margin-bottom: 22px;
	border-radius: 16px;
	background: #e9e5ff;
	color: var(--ei-purple);
}

.ei-credentials .ei-card-icon .ei-icon {
	width: 28px;
	height: 28px;
}

@media (min-width: 1181px) {
	.ei-team-card {
		min-height: 430px;
		grid-template-columns: minmax(270px, 0.46fr) minmax(0, 0.54fr);
	}

	.ei-team-card figure {
		height: auto;
		min-height: 430px;
		aspect-ratio: 4 / 5;
	}

	.ei-team-card figure img {
		min-height: 0;
	}
}

@media (max-width: 720px) {
	.ei-stars-right {
		padding-top: 94px;
		padding-bottom: 38px;
	}

	.ei-stars-right::after {
		top: 28px;
		right: 50%;
		bottom: auto;
		transform: translateX(50%);
	}

	.ei-team-card figure {
		height: auto;
		min-height: 0;
		aspect-ratio: 4 / 5;
	}

	.ei-team-card figure img {
		min-height: 0;
	}

	.ei-team-profile-icon {
		width: 48px;
		height: 48px;
		margin-bottom: 18px;
	}

	.ei-team-card,
	.ei-team-card figure,
	.ei-team-card > div,
	.ei-credentials .ei-text-card {
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	.ei-team-card h3,
	.ei-team-card p,
	.ei-team-card li,
	.ei-credentials h3,
	.ei-credentials p {
		overflow-wrap: anywhere;
	}
}

/* Final alignment pass: navigation scale, stable hero lines and ESTRELAS spacing. */
.ei-hero-copy h1 {
	font-size: clamp(52px, 4.1vw, 70px);
}

.ei-hero-title-main,
.ei-hero-title-accent {
	display: block;
	white-space: nowrap;
}

.ei-hero-copy h1 .ei-hero-title-main {
	color: var(--ei-ink);
}

.ei-hero-copy h1 .ei-hero-title-accent {
	color: var(--ei-blue);
}

.ei-destination-grid .ei-text-card h3 {
	align-items: center;
	justify-content: center;
	text-align: center;
}

.ei-destination-grid .ei-text-card-figure {
	object-fit: cover;
	object-position: center;
}

.ei-stars-right {
	padding: 92px 38px 0;
	justify-content: flex-start;
}

.ei-stars-right::after {
	top: 28px;
	right: 32px;
	bottom: auto;
	transform: none;
}

.ei-stars-dimensions {
	flex: 1;
	align-content: stretch;
}

.ei-stars-dimensions article {
	min-height: 0;
}

.ei-stars-custom-icon {
	display: block;
	width: 50px;
	height: 50px;
	object-fit: contain;
}

@media (min-width: 1181px) {
	.ei-nav {
		min-height: 112px;
	}

	.ei-brand {
		width: 270px;
		height: 96px;
		min-width: 270px;
	}

	.ei-brand img {
		width: 270px;
		height: 76px;
	}

	.ei-menu a {
		padding-right: 30px;
		padding-left: 30px;
		font-size: 17px;
	}

	.ei-nav > .ei-button {
		font-size: 15px;
	}
}

@media (max-width: 1400px) and (min-width: 721px) {
	.ei-hero-copy h1 {
		font-size: clamp(48px, 4.1vw, 58px);
	}
}

@media (max-width: 1400px) and (min-width: 1181px) {
	.ei-brand {
		width: 220px;
		height: 86px;
		min-width: 220px;
	}

	.ei-brand img {
		width: 220px;
		height: 66px;
	}

	.ei-menu a {
		padding-right: 14px;
		padding-left: 14px;
		font-size: 15px;
	}

	.ei-nav > .ei-button {
		padding-right: 16px;
		padding-left: 16px;
		font-size: 13px;
	}
}

@media (max-width: 720px) {
	.ei-hero-copy h1 {
		font-size: 42px;
	}

	.ei-stars-right {
		padding: 82px 22px 18px;
	}

	.ei-stars-right::after {
		top: 24px;
		right: 22px;
		transform: none;
	}

	.ei-stars-dimensions {
		flex: none;
	}

	.ei-stars-custom-icon {
		width: 42px;
		height: 42px;
	}
}

/* Mobile-first reading flow and the simplified ESTRELAS composition. */
.ei-mobile-rail:focus-visible {
	outline: 3px solid rgba(37, 99, 235, 0.28);
	outline-offset: 6px;
}

.ei-destination-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.ei-destination-grid .ei-text-card {
	display: flex;
	min-height: 286px;
	padding: 32px 22px 28px;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	grid-template-rows: none;
	text-align: center;
}

.ei-destination-grid .ei-card-icon {
	width: 88px;
	height: 88px;
	min-height: 88px;
	margin: 0 0 20px;
}

.ei-destination-grid .ei-card-icon .ei-icon-solid {
	width: 48px;
	height: 48px;
}

.ei-destination-grid .ei-text-card h3 {
	display: block;
	min-height: 0;
	height: auto;
	margin: 0;
	font-size: 18px;
	line-height: 1.18;
}

.ei-destination-grid .ei-card h3::after {
	margin: 13px auto 0;
}

.ei-destination-grid .ei-text-card > p {
	min-height: 0;
	margin: 18px 0 0;
	font-size: 14px;
	line-height: 1.5;
}

.ei-stars-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
	grid-template-areas:
		"heading photo"
		"stages photo";
	gap: 32px 48px;
	padding: 52px;
	overflow: hidden;
	border: 0;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 28px 80px rgba(17, 38, 95, 0.1);
}

.ei-stars-heading {
	grid-area: heading;
	align-self: end;
	min-width: 0;
}

.ei-stars-heading .ei-kicker {
	color: var(--ei-purple);
	font-size: 15px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ei-stars-heading h2 {
	margin-top: 10px;
	color: var(--ei-blue-dark);
	font-size: 64px;
	line-height: 0.96;
}

.ei-stars-tagline {
	max-width: 540px;
	margin-top: 20px;
	color: var(--ei-blue-dark);
	font-size: 22px;
	line-height: 1.35;
}

.ei-stars-photo {
	grid-area: photo;
	min-height: 720px;
	margin: 0;
	overflow: hidden;
	border-radius: 54px;
}

.ei-stars-photo img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 720px;
	object-fit: cover;
	object-position: center;
}

.ei-stars-stages {
	grid-area: stages;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.ei-stars-stages > h3 {
	margin-bottom: 30px;
}

.ei-stars-stages > div {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 46px 34px;
}

.ei-stars-stages article {
	min-height: 278px;
	padding: 42px 16px 22px;
}

.ei-stars-stage-arrow {
	right: -32px;
}

.ei-stars-stages article:nth-child(3) .ei-stars-stage-arrow {
	display: none;
}

@media (max-width: 1100px) and (min-width: 721px) {
	.ei-destination-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ei-stars-panel {
		grid-template-columns: 1fr;
		grid-template-areas:
			"heading"
			"photo"
			"stages";
	}

	.ei-stars-photo,
	.ei-stars-photo img {
		min-height: 520px;
	}
}

@media (max-width: 720px) {
	.ei-section,
	.ei-hero {
		padding: 52px 0;
	}

	.ei-section-heading {
		margin-bottom: 34px;
	}

	.ei-section-heading h2,
	#desafios .ei-section-heading h2 {
		font-size: 34px;
		line-height: 1.08;
	}

	.ei-section-heading > p:not(.ei-kicker),
	#desafios .ei-section-heading > p:not(.ei-kicker) {
		font-size: 17px;
		line-height: 1.55;
	}

	.ei-practice-hero {
		width: 100%;
		overflow: visible;
		border-radius: 0;
	}

	.ei-practice-hero .ei-section-heading {
		width: 100%;
		min-height: 0;
		padding: 40px 28px;
		box-sizing: border-box;
	}

	.ei-practice-hero .ei-section-heading h2,
	.ei-practice-hero .ei-section-heading > p:not(.ei-kicker) {
		width: auto;
		max-width: 100%;
	}

	.ei-practice-hero .ei-section-heading h2 {
		font-size: 40px;
		line-height: 1.08;
	}

	.ei-final-grid h2 {
		font-size: 36px;
		line-height: 1.12;
	}

	.ei-mobile-rail,
	.ei-image-card-grid.ei-mobile-rail,
	.ei-destination-grid.ei-mobile-rail,
	.ei-practice-grid.ei-mobile-rail,
	.ei-credentials.ei-mobile-rail,
	.ei-method-panel .ei-space-flow.ei-mobile-rail,
	.ei-method-dynamics-grid.ei-mobile-rail,
	.ei-stars-stages > .ei-mobile-rail {
		display: flex;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		gap: 16px;
		padding: 4px 22px 22px 0;
		overflow-x: auto;
		overflow-y: visible;
		scroll-padding-inline: 0;
		scroll-snap-type: x mandatory;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.ei-mobile-rail::-webkit-scrollbar {
		display: none;
	}

	.ei-mobile-rail > * {
		flex: 0 0 min(82vw, 320px);
		scroll-snap-align: start;
		scroll-snap-stop: normal;
	}

	#desafios .ei-image-card-grid .ei-card {
		min-height: 0;
	}

	#desafios .ei-image-card-grid .ei-card > img {
		aspect-ratio: 4 / 3;
	}

	#desafios .ei-image-card-grid .ei-card > div {
		min-height: 300px;
		padding: 68px 24px 48px;
	}

	#desafios .ei-floating-icon {
		top: auto;
		bottom: 300px;
		left: 24px;
		width: 72px;
		height: 72px;
		border-width: 6px;
		transform: translateY(50%);
	}

	#desafios .ei-card-number {
		text-align: left;
	}

	#desafios .ei-card-number::after {
		margin-right: 0;
		margin-left: 0;
	}

	.ei-planet-carousel.ei-mobile-rail > * {
		flex-basis: min(82vw, 320px);
	}

	.ei-destination-grid.ei-mobile-rail > * {
		flex-basis: min(76vw, 286px);
	}

	.ei-destination-grid .ei-text-card {
		min-height: 268px;
		padding: 28px 20px 24px;
	}

	.ei-destination-grid .ei-card-icon {
		width: 76px;
		height: 76px;
		min-height: 76px;
	}

	.ei-method-panel .ei-space-flow.ei-mobile-rail {
		grid-template-columns: none;
	}

	.ei-method-panel .ei-space-flow.ei-mobile-rail > * {
		flex-basis: min(80vw, 308px);
	}

	.ei-method-panel .ei-space-number {
		top: 14px;
		left: 14px;
		width: 38px;
		height: 38px;
		border: 3px solid #fff;
		font-size: 18px;
		transform: none;
		box-shadow: 0 5px 16px rgba(20, 59, 134, 0.16);
	}

	.ei-method-dynamics-grid.ei-mobile-rail > * {
		flex-basis: min(78vw, 300px);
		border: 1px solid rgba(91, 33, 182, 0.18);
		border-radius: 16px;
		background: rgba(255, 255, 255, 0.62);
	}

	.ei-stars-section .ei-container {
		width: min(100% - 20px, 1488px);
	}

	.ei-stars-panel {
		grid-template-columns: 1fr;
		grid-template-areas:
			"heading"
			"photo"
			"stages";
		gap: 30px;
		padding: 28px 20px 34px;
		border-radius: 22px;
	}

	.ei-stars-panel > * {
		min-width: 0;
	}

	.ei-stars-heading h2 {
		font-size: 48px;
	}

	.ei-stars-tagline {
		font-size: 19px;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.ei-stars-photo,
	.ei-stars-photo img {
		min-height: 0;
	}

	.ei-stars-photo {
		width: 100%;
		aspect-ratio: 4 / 3;
		border-radius: 28px;
	}

	.ei-stars-photo img {
		height: 100%;
		object-position: center;
	}

	.ei-stars-stages > h3 {
		margin-bottom: 24px;
		font-size: 15px;
	}

	.ei-stars-stages > .ei-mobile-rail {
		margin-right: -20px;
	}

	.ei-stars-stages > .ei-mobile-rail > * {
		flex-basis: min(76vw, 286px);
	}

	.ei-stars-stages article {
		min-height: 270px;
	}

	.ei-stars-stage-arrow {
		display: none;
	}

	.ei-practice-grid.ei-mobile-rail > *,
	.ei-credentials.ei-mobile-rail > * {
		flex-basis: min(78vw, 300px);
	}

	.ei-practice-rail-shell {
		position: relative;
		width: 100%;
		min-width: 0;
	}

	.ei-practice-grid.ei-mobile-rail {
		padding-right: 22px;
	}

	.ei-practice-grid.ei-mobile-rail > * {
		flex-basis: min(72vw, 280px);
	}

	.ei-team-card figure {
		height: 340px;
		min-height: 340px;
		aspect-ratio: auto;
		align-self: auto;
	}

	.ei-team-card figure img {
		height: 100%;
		min-height: 0;
		object-fit: cover;
		object-position: center 22%;
	}

	.ei-practice-grid .ei-text-card,
	.ei-credentials .ei-text-card {
		min-height: 260px;
	}
}

@media (max-width: 390px) {
	.ei-hero-copy h1 {
		font-size: 37px;
	}

	.ei-section-heading h2,
	#desafios .ei-section-heading h2 {
		font-size: 31px;
	}

	.ei-mobile-rail > * {
		flex-basis: 84vw;
	}

	.ei-practice-grid.ei-mobile-rail > * {
		flex-basis: 74vw;
	}

	.ei-team-card figure {
		height: 320px;
		min-height: 320px;
	}
}

.ei-menu-toggle {
	display: none;
}

@media (max-width: 1100px) {
	.ei-nav {
		position: relative;
		padding-right: 20px;
		padding-left: 20px;
	}

	.ei-menu-toggle {
		display: grid;
		width: 46px;
		height: 46px;
		min-width: 46px;
		padding: 0;
		place-items: center;
		border: 1px solid #c9d9f7;
		border-radius: 50%;
		background: #fff;
		color: var(--ei-blue-dark);
		box-shadow: 0 10px 24px rgba(17, 38, 95, 0.1);
		cursor: pointer;
	}

	.ei-menu-toggle .ei-icon {
		width: 24px;
		height: 24px;
	}

	.ei-menu-icon-close {
		display: none;
	}

	.ei-nav-shell.is-menu-open .ei-menu-icon-open {
		display: none;
	}

	.ei-nav-shell.is-menu-open .ei-menu-icon-close {
		display: block;
	}

	.ei-nav .ei-menu {
		position: absolute;
		top: calc(100% - 1px);
		right: 0;
		left: 0;
		display: none;
		gap: 0;
		align-items: stretch;
		padding: 10px 20px 16px;
		flex-direction: column;
		border-top: 1px solid #dbe6f8;
		border-bottom: 1px solid #dbe6f8;
		background: #fff;
		box-shadow: 0 22px 36px rgba(17, 38, 95, 0.12);
	}

	.ei-nav-shell.is-menu-open .ei-menu {
		display: flex;
	}

	.ei-nav .ei-menu a {
		width: 100%;
		padding: 13px 4px;
		border-right: 0;
		border-bottom: 1px solid #e7edf8;
		box-sizing: border-box;
		font-size: 16px;
		text-align: left;
	}

	.ei-nav .ei-menu a:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 720px) {
	.ei-nav {
		padding-right: 12px;
		padding-left: 12px;
	}

	.ei-nav .ei-menu {
		padding-right: 16px;
		padding-left: 16px;
	}
}

/* Keep founder portraits and biographies distinct at intermediate widths. */
@media (min-width: 721px) and (max-width: 1280px) {
	#equipe .ei-team-grid {
		grid-template-columns: 1fr;
		max-width: 1080px;
		margin-right: auto;
		margin-left: auto;
	}

	#equipe .ei-team-card {
		grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
		min-height: 420px;
	}

	#equipe .ei-team-card figure {
		height: 420px;
		min-height: 420px;
		aspect-ratio: auto;
		align-self: auto;
	}

	#equipe .ei-team-card figure img {
		height: 100%;
		min-height: 0;
		object-fit: cover;
	}

	#equipe .ei-team-card > div {
		min-width: 0;
		padding: 36px 34px;
	}
}

@media (max-width: 720px) {
	.ei-stars-stage-number {
		top: 14px;
		left: 14px;
		width: 38px;
		height: 38px;
		border: 3px solid #fff;
		font-size: 18px;
		box-shadow: 0 5px 16px rgba(20, 59, 134, 0.16);
	}
}

@media (min-width: 1281px) {
	#equipe .ei-team-card figure {
		width: 100%;
		min-width: 0;
		aspect-ratio: auto;
	}
}

@media (min-width: 721px) {
	#equipe .ei-team-card > div {
		height: 100%;
		min-height: 100%;
		box-sizing: border-box;
		align-self: stretch;
		background: #fff;
		z-index: 1;
	}

	#equipe .ei-team-card figure {
		z-index: 0;
	}
}

/* Keep viewport rails wide while containing nested methodology carousels. */
@media (max-width: 720px) {
	#desafios .ei-image-card-grid.ei-mobile-rail,
	#programa .ei-planet-carousel.ei-mobile-rail,
	#proximos-destinos .ei-destination-grid.ei-mobile-rail,
	#pratica .ei-practice-grid.ei-mobile-rail,
	#equipe .ei-credentials.ei-mobile-rail {
		width: calc(100vw - 16px);
		max-width: none;
		margin-left: calc(50% - 50vw + 8px);
	}

	.ei-space-panel {
		width: calc(100vw - 16px);
		margin-left: calc(50% - 50vw + 8px);
		box-sizing: border-box;
	}

	.ei-method-panel .ei-space-flow.ei-mobile-rail,
	.ei-method-dynamics-grid.ei-mobile-rail {
		width: calc(100% + 18px);
		max-width: none;
		margin-left: 0;
	}

	.ei-stars-stages > .ei-mobile-rail {
		width: calc(100% + 20px);
		max-width: none;
		margin-right: -20px;
		margin-left: 0;
	}

	#pratica .ei-practice-grid {
		background: transparent;
	}

	#pratica .ei-practice-grid .ei-text-card {
		min-height: 286px;
		padding: 30px 24px;
		border: 1px solid #c8d9f8;
		border-radius: 20px;
		background: #f5f8ff;
		box-shadow: 0 16px 36px rgba(17, 38, 95, 0.08);
	}

	#pratica .ei-practice-grid .ei-text-card:last-child {
		border-right: 1px solid #c8d9f8;
	}

	.ei-carousel-arrow,
	.ei-space-arrow,
	.ei-stars-stage-arrow,
	.ei-swipe-hint {
		display: none !important;
	}
}

/* Mobile-first continuity pass: full-width sections with readable inner rhythm. */
@media (max-width: 720px) {
	body.ei-template-active,
	.ei-home {
		background: #eef3fb;
	}

	.ei-home {
		overflow: clip;
	}

	.ei-container,
	#metodologias .ei-container,
	.ei-stars-section .ei-container,
	.ei-soft-panel > .ei-container,
	#pratica > .ei-container {
		width: 100%;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
		box-sizing: border-box;
	}

	.ei-section,
	.ei-hero {
		padding: 0;
	}

	.ei-section {
		border-top: 8px solid #eef3fb;
		background: #fff;
	}

	.ei-section > .ei-container {
		padding: 34px 0;
		background: #fff;
	}

	.ei-section-heading,
	.ei-methods-heading,
	#equipe .ei-section-heading {
		width: auto;
		max-width: none;
		margin-right: 0;
		margin-bottom: 26px;
		margin-left: 0;
		padding-right: 20px;
		padding-left: 20px;
		box-sizing: border-box;
	}

	.ei-section-heading h2,
	#desafios .ei-section-heading h2 {
		font-size: clamp(31px, 9vw, 36px);
		line-height: 1.08;
	}

	.ei-section-heading > p:not(.ei-kicker),
	#desafios .ei-section-heading > p:not(.ei-kicker) {
		font-size: 16px;
		line-height: 1.5;
	}

	.ei-hero > .ei-container {
		padding: 0;
	}

	.ei-hero-panel {
		gap: 0;
		padding: 0;
		overflow: hidden;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.ei-hero-copy {
		padding: 36px 20px 30px;
	}

	.ei-hero-copy h1 {
		font-size: clamp(38px, 11vw, 46px);
		line-height: 1.02;
	}

	.ei-hero-copy .ei-lede {
		font-size: 19px !important;
		line-height: 1.45;
	}

	.ei-hero-copy > p:not(.ei-kicker):not(.ei-lede) {
		font-size: 15px;
		line-height: 1.55;
	}

	.ei-hero-copy .ei-actions {
		gap: 10px;
		margin-top: 28px;
	}

	.ei-hero-media {
		height: 360px;
		min-height: 0;
		margin: 0;
		border-radius: 0;
	}

	.ei-hero-media img {
		height: 100%;
		object-position: center 38%;
	}

	#desafios,
	#programa,
	#proximos-destinos,
	#metodologias,
	#pratica,
	#equipe {
		padding-top: 0;
	}

	#desafios .ei-section-heading,
	#programa .ei-section-heading,
	#proximos-destinos .ei-section-heading {
		margin-bottom: 24px;
	}

	.ei-mobile-rail,
	#desafios .ei-image-card-grid.ei-mobile-rail,
	#programa .ei-planet-carousel.ei-mobile-rail,
	#proximos-destinos .ei-destination-grid.ei-mobile-rail,
	#pratica .ei-practice-grid.ei-mobile-rail,
	#equipe .ei-credentials.ei-mobile-rail {
		width: 100vw;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
		padding: 4px 42px 18px 0;
		box-sizing: border-box;
		scroll-padding-inline: 0;
	}

	.ei-mobile-rail > * {
		flex-basis: min(84vw, 328px);
	}

	#desafios .ei-image-card-grid .ei-card,
	.ei-planet-carousel .ei-planet-card {
		border-radius: 0 22px 22px 0;
	}

	#desafios .ei-image-card-grid .ei-card > div {
		min-height: 276px;
		padding: 62px 22px 38px;
	}

	#desafios .ei-floating-icon {
		bottom: 276px;
		left: 20px;
	}

	.ei-galaxy-section > .ei-container,
	.ei-galaxy-grid {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
		border-radius: 0;
	}

	.ei-galaxy-image {
		border-radius: 0;
	}

	.ei-galaxy-copy {
		padding: 34px 20px 38px;
	}

	#proximos-destinos .ei-destination-grid.ei-mobile-rail > * {
		flex-basis: min(76vw, 286px);
	}

	#proximos-destinos .ei-destination-grid .ei-text-card {
		min-height: 260px;
		border-radius: 0 20px 20px 0;
	}

	#metodologias > .ei-container,
	#metodologia-estrelas > .ei-container {
		padding: 0;
	}

	.ei-methods-intro-grid {
		border-radius: 0;
	}

	.ei-methods-heading {
		padding-top: 38px;
		padding-bottom: 34px;
	}

	.ei-methods-heading h2 {
		font-size: 34px;
		line-height: 1.08;
	}

	.ei-methods-heading > p:last-child {
		margin-top: 20px;
		font-size: 15px;
	}

	.ei-method-photo-space img {
		height: 240px;
	}

	.ei-space-panel {
		width: 100vw;
		max-width: none;
		margin: -24px 0 0;
		padding: 32px 0 24px;
		border-radius: 28px 28px 0 0;
		box-shadow: 0 -12px 34px rgba(17, 38, 95, 0.1);
	}

	.ei-space-panel .ei-method-panel-heading {
		gap: 18px;
		margin-bottom: 28px;
		padding: 0 20px;
	}

	.ei-space-panel .ei-method-panel-heading h3 {
		font-size: 60px;
	}

	.ei-space-panel .ei-method-panel-heading h4 {
		font-size: 25px;
		line-height: 1.18;
	}

	.ei-method-panel .ei-space-flow.ei-mobile-rail,
	.ei-method-dynamics-grid.ei-mobile-rail {
		width: 100vw;
		max-width: none;
		margin: 0;
		padding: 4px 42px 18px 0;
	}

	.ei-method-panel .ei-space-flow.ei-mobile-rail > * {
		flex-basis: min(84vw, 328px);
		border-radius: 0 20px 20px 0;
	}

	.ei-method-dynamics {
		margin-top: 24px;
	}

	.ei-method-dynamics > h3 {
		padding-right: 20px;
		padding-left: 20px;
	}

	.ei-method-dynamics-grid.ei-mobile-rail > * {
		flex-basis: min(80vw, 312px);
		border-left: 0;
		border-radius: 0 16px 16px 0;
	}

	.ei-stars-section {
		padding: 0;
	}

	.ei-stars-panel {
		gap: 24px;
		padding: 34px 0 28px;
		border-radius: 0;
		box-shadow: none;
	}

	.ei-stars-heading,
	.ei-stars-stages > h3 {
		padding-right: 20px;
		padding-left: 20px;
	}

	.ei-stars-heading h2 {
		font-size: 46px;
	}

	.ei-stars-photo {
		width: 100%;
		aspect-ratio: 16 / 10;
		border-radius: 0;
	}

	.ei-stars-stages > .ei-mobile-rail {
		width: 100vw;
		max-width: none;
		margin: 0;
		padding: 4px 42px 18px 0;
	}

	.ei-stars-stages > .ei-mobile-rail > * {
		flex-basis: min(84vw, 328px);
		border-left: 0;
		border-radius: 0 20px 20px 0;
	}

	.ei-practice-hero {
		width: 100%;
		border-radius: 0;
	}

	.ei-practice-hero .ei-section-heading {
		padding: 36px 20px 30px;
	}

	.ei-practice-hero .ei-section-heading h2 {
		font-size: 38px;
	}

	.ei-practice-media {
		height: 300px;
		min-height: 0;
		border-radius: 0;
	}

	.ei-practice-media img {
		height: 100%;
		object-fit: cover;
	}

	#pratica .ei-practice-grid.ei-mobile-rail > * {
		flex-basis: min(82vw, 320px);
	}

	#pratica .ei-practice-grid .ei-text-card {
		min-height: 270px;
		border-left: 0;
		border-radius: 0 20px 20px 0;
		box-shadow: none;
	}

	.ei-highlight {
		width: 100%;
		margin: 0;
		padding: 32px 20px;
		border-radius: 0;
		box-sizing: border-box;
	}

	#equipe > .ei-container {
		padding-bottom: 26px;
	}

	#equipe .ei-team-grid {
		gap: 12px;
	}

	#equipe .ei-team-card {
		border-radius: 0;
		box-shadow: none;
	}

	#equipe .ei-team-card figure {
		height: 340px;
		min-height: 340px;
		aspect-ratio: auto;
		border-radius: 0;
	}

	#equipe .ei-team-card figure img {
		height: 100%;
		object-position: center 18%;
	}

	#equipe .ei-team-card > div {
		padding: 26px 20px 30px;
		border-radius: 0;
	}

	#equipe .ei-team-profile-icon {
		width: 44px;
		height: 44px;
		margin-bottom: 14px;
	}

	#equipe .ei-credentials.ei-mobile-rail {
		margin-top: 20px;
	}

	#equipe .ei-credentials .ei-text-card {
		min-height: 250px;
		border-left: 0;
		border-radius: 0 18px 18px 0;
	}

	.ei-final-cta > .ei-container,
	.ei-final-grid {
		width: calc(100% - 8px);
		margin: 0 4px;
		padding: 38px 20px;
		border-radius: 24px;
		background: linear-gradient(135deg, var(--ei-blue), #312e81);
		overflow: hidden;
	}

	.ei-home .ei-final-cta {
		padding-bottom: 24px;
		background: #eef3fb;
	}

	.ei-final-grid h2 {
		font-size: 28px;
		line-height: 1.12;
	}
}

@media (max-width: 390px) {
	.ei-mobile-rail > *,
	.ei-method-panel .ei-space-flow.ei-mobile-rail > *,
	.ei-stars-stages > .ei-mobile-rail > * {
		flex-basis: 86vw;
	}

	.ei-hero-copy h1 {
		font-size: 39px;
	}
}

/* Mobile edge and card consistency: preserve full borders without wasting width. */
@media (max-width: 720px) {
	.ei-home {
		--ei-mobile-edge: 4px;
		padding-right: var(--ei-mobile-edge);
		padding-left: var(--ei-mobile-edge);
		box-sizing: border-box;
	}

	.ei-home .ei-hero,
	.ei-home .ei-section,
	.ei-home .ei-final-cta {
		border-right: 1px solid rgba(37, 99, 235, 0.14);
		border-left: 1px solid rgba(37, 99, 235, 0.14);
	}

	.ei-home .ei-section {
		border-top-width: 4px;
	}

	.ei-mobile-rail,
	#desafios .ei-image-card-grid.ei-mobile-rail,
	#programa .ei-planet-carousel.ei-mobile-rail,
	#proximos-destinos .ei-destination-grid.ei-mobile-rail,
	#pratica .ei-practice-grid.ei-mobile-rail,
	#equipe .ei-credentials.ei-mobile-rail,
	.ei-method-panel .ei-space-flow.ei-mobile-rail,
	.ei-method-dynamics-grid.ei-mobile-rail,
	.ei-stars-stages > .ei-mobile-rail {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
		padding-right: 38px;
		padding-left: 4px;
	}

	.ei-space-panel {
		width: 100%;
		max-width: 100%;
	}

	#desafios .ei-image-card-grid .ei-card,
	#programa .ei-planet-carousel .ei-planet-card,
	#proximos-destinos .ei-destination-grid .ei-text-card,
	#pratica .ei-practice-grid .ei-text-card,
	#equipe .ei-credentials .ei-text-card {
		border: 1px solid #c8d9f8;
		border-radius: 20px;
		box-shadow: 0 12px 28px rgba(17, 38, 95, 0.07);
	}

	.ei-method-panel .ei-space-flow .ei-space-stage {
		border: 1px solid #6d28d9;
		border-radius: 20px;
	}

	.ei-method-dynamics-grid.ei-mobile-rail > * {
		border: 1px solid rgba(91, 33, 182, 0.18);
		border-radius: 16px;
	}

	.ei-stars-stages > .ei-mobile-rail > * {
		border: 1px solid #8fb5f6;
		border-radius: 20px;
	}

	#equipe .ei-team-grid {
		gap: 16px;
		padding-right: 4px;
		padding-left: 4px;
	}

	#equipe .ei-team-card {
		width: auto;
		margin: 0;
		overflow: hidden;
		border: 1px solid #c8d9f8;
		border-radius: 20px;
		background: #fff;
		box-shadow: 0 14px 34px rgba(17, 38, 95, 0.09);
	}

	#equipe .ei-team-card-parcilene {
		border-color: #d8cdf8;
	}

	#equipe .ei-team-card figure {
		height: 252px;
		min-height: 252px;
		aspect-ratio: auto;
		border-radius: 0;
	}

	#equipe .ei-team-card figure img {
		height: 100%;
		object-fit: cover;
		object-position: center 24%;
	}

	#equipe .ei-team-card > div {
		padding: 22px 18px 26px;
		border-top-width: 5px;
		border-radius: 0;
	}

	#equipe .ei-team-profile-icon {
		width: 40px;
		height: 40px;
		margin-bottom: 12px;
		border-radius: 12px;
	}

	#equipe .ei-team-profile-icon .ei-icon {
		width: 23px;
		height: 23px;
	}

	#equipe .ei-team-card h3 {
		margin-bottom: 6px;
		font-size: 25px;
		line-height: 1.08;
	}

	#equipe .ei-team-card ul {
		margin-top: 14px;
		padding-left: 18px;
		font-size: 14px;
		line-height: 1.55;
	}
}

@media (max-width: 390px) {
	#equipe .ei-team-card figure {
		height: 238px;
		min-height: 238px;
	}
}

/* Institutional footer. */
.ei-footer {
	position: relative;
	overflow: hidden;
	padding: 64px 0 24px;
	border-top: 0;
	background: #1f205b;
	color: #fff;
	font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ei-footer .ei-footer-main {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr) minmax(0, .9fr);
	width: min(1488px, calc(100% - 48px));
	align-items: stretch;
	gap: 0;
	margin-right: auto;
	margin-left: auto;
}

.ei-footer-column {
	min-width: 0;
	padding: 2px 44px 24px;
}

.ei-footer-column:first-child {
	padding-left: 0;
}

.ei-footer-column + .ei-footer-column {
	border-left: 1px solid rgba(255, 255, 255, .28);
}

.ei-footer-space-logo {
	display: block;
	width: min(100%, 360px);
	height: auto;
}

.ei-footer .ei-footer-tagline {
	max-width: 370px;
	margin: 26px 0 0;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.55;
}

.ei-footer-tagline strong {
	color: #ffb05f;
	font-weight: 800;
}

.ei-footer-contexto-mark {
	display: block;
	width: min(100%, 230px);
	height: auto;
	padding: 0;
	overflow: visible;
}

.ei-footer-contexto-mark img {
	display: block;
	width: 100%;
	height: auto;
}

.ei-footer h2 {
	margin: 26px 0 18px;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}

.ei-footer-contact-column h2:first-child {
	margin-top: 0;
}

.ei-footer-nav ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 11px 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ei-footer a {
	color: #fff;
	text-decoration: none;
}

.ei-footer-nav a {
	display: inline-block;
	color: rgba(255, 255, 255, .9);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.45;
	transition: color .2s ease, transform .2s ease;
}

.ei-footer-nav a:hover {
	color: #ffb05f;
	transform: translateX(2px);
}

.ei-footer-contact-column {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.ei-footer-contact-block h2 {
	margin-bottom: 13px;
}

.ei-footer-contact-line {
	display: flex;
	margin: 0;
	align-items: flex-start;
	gap: 12px;
	color: rgba(255, 255, 255, .9);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.55;
}

.ei-footer-contact-line .ei-icon {
	width: 21px;
	height: 21px;
	margin-top: 2px;
	flex: 0 0 auto;
	color: #ffb05f;
}

.ei-footer-contact-line:hover {
	color: #fff;
}

.ei-footer-socials {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ei-footer-socials > span {
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .64);
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.ei-footer-socials .ei-icon {
	width: 20px;
	height: 20px;
}

.ei-footer-divider {
	display: grid;
	grid-template-columns: 1fr 10px 1fr;
	width: min(1488px, calc(100% - 48px));
	margin: 24px auto 20px;
	align-items: center;
	gap: 15px;
}

.ei-footer-divider::before,
.ei-footer-divider::after {
	height: 1px;
	background: rgba(255, 255, 255, .35);
	content: "";
}

.ei-footer-divider span {
	width: 8px;
	height: 8px;
	background: #ffb05f;
	transform: rotate(45deg);
}

.ei-footer .ei-footer-bottom {
	display: flex;
	width: min(1488px, calc(100% - 48px));
	align-items: center;
	justify-content: flex-start;
	gap: 28px;
	margin-right: auto;
	margin-left: auto;
}

.ei-footer-bottom > p {
	margin: 0;
	color: rgba(255, 255, 255, .72);
	font-size: 14px;
	line-height: 1.55;
}

@media (max-width: 960px) {
	.ei-footer {
		padding-top: 52px;
	}

	.ei-footer .ei-footer-main {
		grid-template-columns: 1fr 1fr;
	}

	.ei-footer-brand-column {
		grid-column: 1 / -1;
		padding: 0 0 36px;
	}

	.ei-footer-links-column {
		padding-left: 0;
		border-left: 0 !important;
	}
}

@media (max-width: 640px) {
	.ei-footer {
		padding: 38px 0 20px;
	}

	.ei-footer .ei-footer-main,
	.ei-footer .ei-footer-bottom,
	.ei-footer-divider {
		width: calc(100% - 32px);
	}

	.ei-footer .ei-footer-main {
		display: grid;
		grid-template-columns: 1fr;
	}

	.ei-footer-column,
	.ei-footer-column:first-child {
		padding: 0 0 30px;
	}

	.ei-footer-column + .ei-footer-column {
		padding-top: 30px;
		border-top: 1px solid rgba(255, 255, 255, .28);
		border-left: 0;
	}

	.ei-footer-space-logo {
		width: min(100%, 300px);
	}

	.ei-footer-tagline {
		margin-top: 24px;
		font-size: 19px;
	}

	.ei-footer-contexto-mark {
		width: 220px;
		height: auto;
	}

	.ei-footer-nav ul {
		gap: 12px 18px;
	}

	.ei-footer-contact-column {
		gap: 24px;
	}

	.ei-footer-divider {
		margin-top: 8px;
	}

	.ei-footer .ei-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

}

/* Keep the subject's face visible in the fourth challenges card. */
#desafios .ei-image-card-grid .ei-card:nth-child(4) > img {
	object-position: center top;
}
