/* CTA — do celular para o telão */
#como-funciona.how-it-works {
	position: relative;
	overflow: hidden;
	padding: 0;
	background: #eff7fd;
	color: #4b5563;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	text-align: center;
	scroll-margin-top: 4.5em;
}

	#como-funciona.how-it-works .how-stage {
		position: relative;
		min-height: 40em;
		padding: 4em 0 3em;
	}

	#como-funciona.how-it-works .how-art {
		position: absolute;
		top: 50%;
		z-index: 0;
		width: 44%;
		max-width: 42em;
		pointer-events: none;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

		#como-funciona.how-it-works .how-art img {
			display: block;
			width: 100%;
			height: auto;
		}

		#como-funciona.how-it-works .how-art--left {
			left: 0;
			-webkit-mask-image: linear-gradient(90deg, #000 58%, transparent 100%);
			mask-image: linear-gradient(90deg, #000 58%, transparent 100%);
		}

		#como-funciona.how-it-works .how-art--right {
			right: 0;
			-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 42%);
			mask-image: linear-gradient(90deg, transparent 0%, #000 42%);
		}

	#como-funciona.how-it-works .how-copy {
		position: relative;
		z-index: 1;
		width: 38em;
		max-width: 46%;
		margin: 0 auto;
		padding: 1.5em 1em 0.4em;
	}

	#como-funciona.how-it-works .how-kicker {
		margin: 0 0 0.85em;
		color: #7ea4d4;
		font-size: 0.72em;
		font-weight: 700;
		letter-spacing: 0.38em;
		text-transform: uppercase;
	}

	#como-funciona.how-it-works h2 {
		margin: 0 0 0.55em;
		border: 0;
		color: #0f2744;
		font-size: 2.85em;
		font-weight: 800;
		letter-spacing: -0.03em;
		line-height: 1.12;
		text-transform: none;
	}

		#como-funciona.how-it-works h2 span {
			display: block;
			color: #1f7ae0;
		}

	#como-funciona.how-it-works .how-lead {
		margin: 0 0 1.7em;
		color: #7b8da3;
		font-size: 1.08em;
		font-style: italic;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 1.55;
		text-transform: none;
	}

	#como-funciona.how-it-works .how-cta {
		background: #1f7ae0 !important;
		border-radius: 2.6em;
		box-shadow: 0 10px 24px rgba(31, 122, 224, 0.22) !important;
		color: #ffffff !important;
		font-family: Inter, "Open Sans", Helvetica, sans-serif;
		font-size: 0.82em;
		font-weight: 800;
		height: 3.35em;
		letter-spacing: 0.1em;
		line-height: 3.35em;
		margin: 0 0 2.1em;
		overflow: visible;
		padding: 0 2.2em 0 2.35em;
		text-transform: uppercase;
	}

		#como-funciona.how-it-works .how-cta:after {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: 'Font Awesome 5 Free';
			font-weight: 900;
			content: '\f061';
			margin-left: 0.7em;
			font-size: 0.85em;
		}

		#como-funciona.how-it-works .how-cta:hover,
		#como-funciona.how-it-works .how-cta:active {
			background: #1f7ae0 !important;
			color: #ffffff !important;
			opacity: 0.92;
		}

	#como-funciona.how-it-works .how-perks {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: stretch;
		-webkit-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		list-style: none;
		margin: 0 0 1.8em;
		padding: 0;
	}

		#como-funciona.how-it-works .how-perks li {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			gap: 0.7em;
			margin: 0;
			padding: 0 1.25em;
			border-right: 1px solid #d5e3f2;
			color: #64748b;
			font-size: 0.78em;
			font-weight: 500;
			letter-spacing: 0;
			line-height: 1.35;
			text-align: left;
			text-transform: none;
		}

			#como-funciona.how-it-works .how-perks li:last-child {
				border-right: 0;
			}

			#como-funciona.how-it-works .how-perks .icon {
				-moz-flex: 0 0 auto;
				-webkit-flex: 0 0 auto;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: auto;
				height: auto;
				border: 0;
				color: #1f7ae0;
				font-size: 1.15em;
				line-height: 1;
			}

	#como-funciona.how-it-works .how-more {
		display: inline-block;
		border: 0;
		color: #94a3b8;
		font-size: 0.68em;
		font-weight: 700;
		letter-spacing: 0.24em;
		line-height: 1.4;
		text-transform: uppercase;
	}

		#como-funciona.how-it-works .how-more:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: 'Font Awesome 5 Free';
			font-weight: 900;
			content: '\f078';
			display: block;
			margin: 0 auto 0.45em;
			font-size: 0.9em;
			letter-spacing: 0;
		}

		#como-funciona.how-it-works .how-more:hover {
			color: #1f7ae0;
		}

@media screen and (max-width: 1280px) {

	#como-funciona.how-it-works h2 {
		font-size: 2.35em;
	}

	#como-funciona.how-it-works .how-copy {
		width: 34em;
	}

	#como-funciona.how-it-works .how-perks li {
		padding: 0 0.9em;
		font-size: 0.72em;
	}

}

@media screen and (max-width: 980px) {

	#como-funciona.how-it-works {
		scroll-margin-top: 4.5em;
	}

	#como-funciona.how-it-works .how-stage {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		min-height: 0;
		padding: 1.2em 0 2em;
	}

	#como-funciona.how-it-works .how-copy {
		-moz-flex: none;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		-moz-order: -1;
		-webkit-order: -1;
		-ms-order: -1;
		order: -1;
		width: auto;
		max-width: 34em;
		padding: 3.2em 1.5em 1.2em;
	}

	#como-funciona.how-it-works .how-art {
		position: relative;
		top: auto;
		width: 50%;
		max-width: none;
		-moz-transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

		#como-funciona.how-it-works .how-art--left,
		#como-funciona.how-it-works .how-art--right {
			left: auto;
			right: auto;
			-webkit-mask-image: none;
			mask-image: none;
		}

	#como-funciona.how-it-works h2 {
		font-size: 2.1em;
	}

}

@media screen and (max-width: 736px) {

	#como-funciona.how-it-works .how-stage {
		min-height: 0;
		padding: 2.2em 0 2.6em;
	}

	#como-funciona.how-it-works .how-art {
		display: none;
	}

	#como-funciona.how-it-works .how-copy {
		width: 100%;
		max-width: 100%;
		padding: 2.4em 1.35em 1.6em;
	}

	#como-funciona.how-it-works h2 {
		font-size: 1.85em;
	}

	#como-funciona.how-it-works .how-lead {
		max-width: 16.5em;
		margin-left: auto;
		margin-right: auto;
		white-space: normal;
	}

	#como-funciona.how-it-works .how-perks {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		gap: 1em;
	}

		#como-funciona.how-it-works .how-perks li {
			border-right: 0;
			padding: 0;
			text-align: left;
		}

}

/* Menu lateral aberto */
#menu {
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	background: #0b1f38 !important;
	color: #ffffff;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	padding: 5.2em 1.9em 2.2em;
	pointer-events: none;
	width: 22.5em;
}

body.is-menu-visible #menu {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	pointer-events: auto;
}

	#menu ul {
		margin: 0;
	}

		#menu ul > li {
			border-top: 0 !important;
			margin: 0;
			padding: 0;
		}

			#menu ul > li > a {
				border: 0;
				border-left: 3px solid transparent;
				color: #ffffff !important;
				font-size: 1.32em;
				font-weight: 500;
				letter-spacing: 0;
				line-height: 1.25 !important;
				padding: 0.5em 0 0.5em 0.95em;
				text-transform: none;
			}

				#menu ul > li.is-current > a,
				#menu ul > li > a:hover {
					border-left-color: #1f7ae0;
					color: #1f7ae0 !important;
				}

	#menu .menu-actions {
		margin: 1.9em 0 0;
	}

	#menu .menu-btn {
		display: block;
		width: 100%;
		max-width: none;
		height: 3.25em;
		margin: 0 0 0.8em;
		overflow: visible;
		border-radius: 2.6em;
		box-shadow: none !important;
		color: #ffffff !important;
		font-family: Inter, "Open Sans", Helvetica, sans-serif;
		font-size: 0.78em;
		font-weight: 800;
		letter-spacing: 0.1em;
		line-height: 3.25em;
		padding: 0 1.4em;
		text-align: center;
		text-transform: uppercase;
	}

		#menu .menu-btn:after {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: 'Font Awesome 5 Free';
			font-weight: 900;
			content: '\f061';
			margin-left: 0.65em;
			font-size: 0.85em;
		}

		#menu .menu-btn:hover,
		#menu .menu-btn:active {
			color: #ffffff !important;
			opacity: 0.92;
		}

	#menu .menu-btn--primary {
		background: #1f7ae0 !important;
	}

	#menu .menu-btn--dark {
		background: #0d4a94 !important;
	}

	#menu .menu-ig {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		gap: 0.75em;
		margin: 0.4em 0 0;
		padding: 1.25em 0 0;
		border: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.14);
		color: rgba(255, 255, 255, 0.88);
		font-size: 0.95em;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1.3;
		text-transform: none;
	}

		#menu .menu-ig:hover {
			color: #ffffff;
		}

		#menu .menu-ig .icon {
			display: -moz-inline-flex;
			display: -webkit-inline-flex;
			display: -ms-inline-flex;
			display: inline-flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 1.85em;
			height: 1.85em;
			border: 0;
			border-radius: 0.4em;
			background: rgba(255, 255, 255, 0.08);
			font-size: 1.15em;
			line-height: 1;
		}

	#menu .close {
		background-image: none !important;
		color: rgba(255, 255, 255, 0.78);
		font-family: Inter, "Open Sans", Helvetica, sans-serif;
		font-size: 0.7em;
		font-weight: 700;
		height: auto;
		letter-spacing: 0.28em;
		line-height: 1;
		padding: 0.4em 0;
		right: 1.65em;
		text-transform: uppercase;
		top: 1.4em;
		width: auto;
	}

		#menu .close:before {
			content: 'Menu';
			margin-right: 0.7em;
			vertical-align: middle;
		}

		#menu .close:after {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: 'Font Awesome 5 Free';
			font-weight: 900;
			content: '\f00d';
			font-size: 1.45em;
			letter-spacing: 0;
			vertical-align: middle;
		}

@media screen and (max-width: 736px) {

	#menu {
		padding: 4.8em 1.45em 2em;
		width: 20.5em;
	}

	#menu ul > li > a {
		font-size: 1.22em;
		padding-top: 0.34em;
		padding-bottom: 0.34em;
	}

}

/* Banner com blur azul, fotos em rotação e layout do print */
body.landing #page-wrapper {
	background-image: none !important;
	background-color: #1b1f27;
}

body.is-mobile.landing #home {
	background-image: none !important;
}

body.landing #contagratis {
	background: none;
}

@media (prefers-reduced-motion: reduce) {

	#home .hero-slide.is-zooming {
		-moz-animation: none;
		-webkit-animation: none;
		-ms-animation: none;
		animation: none;
	}

}

body.landing #header.alt {
	height: 5.6em;
	background: transparent;
}

body.landing #header.alt h1,
body.landing #header.alt .site-title {
	left: 3.5em;
	top: 1.25em;
	height: auto;
	width: auto;
	line-height: 1;
	opacity: 1 !important;
	pointer-events: auto;
}

body.landing #header:not(.alt) {
	height: 4.4em;
	line-height: 4.4em;
}

body.landing #header:not(.alt) h1,
body.landing #header:not(.alt) .site-title {
	top: 0.7em;
	height: auto;
	line-height: 1;
}

body.landing #header h1 a.brand,
body.landing #header .site-title a.brand {
	display: block;
	height: auto;
	line-height: 1;
	font-size: 1em;
	width: auto;
}

#header .site-title {
	margin: 0;
}

body.landing #header .brand {
	color: #ffffff;
	line-height: 1;
}

body.landing #header .brand img {
	display: block;
	height: 3.05em;
	width: auto;
	max-width: 13.5em;
}

body.landing #header:not(.alt) .brand img {
	height: 2.35em;
}

body.landing #header.alt nav > ul > li > a {
	padding-top: 1.15em;
}

body.landing #header nav > ul > li > a.menuToggle,
body.landing #header nav > ul > li > a.header-access,
#header nav > ul > li > a.header-access {
	display: -moz-inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0.7em 1.15em 0 0;
	padding: 0.62em 1.05em 0.62em 1.15em !important;
	border-radius: 2.4em;
	background: #1f7ae0 !important;
	box-shadow: 0 8px 22px rgba(15, 39, 68, 0.35);
	color: #ffffff !important;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	font-size: 0.78em;
	font-weight: 800;
	height: auto;
	letter-spacing: 0.2em;
	line-height: 1 !important;
	text-shadow: none;
}

	body.landing #header nav > ul > li > a.menuToggle span,
	body.landing #header nav > ul > li > a.header-access span,
	#header nav > ul > li > a.header-access span {
		display: inline !important;
		padding: 0;
	}

	body.landing #header nav > ul > li > a.menuToggle:after {
		width: 1.15em;
		height: 1.05em;
		margin: 0 0 0 0.15em;
		background-size: 1.15em 0.85em;
		background-position: center;
		vertical-align: middle;
	}

	body.landing #header nav > ul > li > a.header-access,
	#header nav > ul > li > a.header-access {
		margin-right: 0.4em;
		padding: 0.62em 1.15em !important;
	}

	body.landing #header nav > ul > li > a.header-access:after,
	#header nav > ul > li > a.header-access:after {
		display: none;
	}

	body.landing #header nav > ul > li > a.menuToggle:hover,
	body.landing #header nav > ul > li > a.header-access:hover,
	#header nav > ul > li > a.header-access:hover {
		background: #1a6bc7 !important;
		color: #ffffff !important;
	}

@media screen and (max-width: 736px) {

	body.landing #header nav > ul > li > a.menuToggle,
	body.landing #header nav > ul > li > a.header-access,
	#header nav > ul > li > a.header-access {
		margin: 0.85em 0.85em 0 0;
		padding: 0.58em 0.9em 0.58em 1em !important;
		font-size: 0.72em;
	}

	body.landing #header nav > ul > li > a.header-access,
	#header nav > ul > li > a.header-access {
		margin-right: 0.3em;
		padding: 0.58em 0.95em !important;
	}

}

#home {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	text-align: left;
}

	#home:after {
		display: none;
	}

	#home .hero-slides,
	#home .hero-slide,
	#home .hero-blur,
	#home .hero-veil {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#home .hero-slides {
		z-index: 0;
		overflow: hidden;
	}

	#home .hero-slide {
		background-position: 68% center;
		background-repeat: no-repeat;
		background-size: cover;
		-moz-transform-origin: 72% 50%;
		-webkit-transform-origin: 72% 50%;
		-ms-transform-origin: 72% 50%;
		transform-origin: 72% 50%;
		opacity: 0;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-moz-transition: opacity 0.8s ease;
		-webkit-transition: opacity 0.8s ease;
		-ms-transition: opacity 0.8s ease;
		transition: opacity 0.8s ease;
	}

		#home .hero-slide.is-active {
			opacity: 1 !important;
			z-index: 1;
		}

		#home .hero-slide.is-zooming {
			-moz-animation: heroKenBurns 8s ease-out forwards;
			-webkit-animation: heroKenBurns 8s ease-out forwards;
			-ms-animation: heroKenBurns 8s ease-out forwards;
			animation: heroKenBurns 8s ease-out forwards;
		}

	#home .hero-blur {
		z-index: 1;
		width: 100%;
		background: rgba(20, 70, 160, 0.06);
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(8px);
		-webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.7) 24%, rgba(0, 0, 0, 0.28) 46%, transparent 58%);
		mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.7) 24%, rgba(0, 0, 0, 0.28) 46%, transparent 58%);
		pointer-events: none;
	}

	#home .hero-veil {
		z-index: 2;
		background: linear-gradient(90deg, rgba(12, 52, 120, 0.4) 0%, rgba(18, 78, 168, 0.32) 20%, rgba(31, 122, 224, 0.16) 40%, rgba(31, 122, 224, 0.05) 54%, rgba(31, 122, 224, 0) 66%);
		pointer-events: none;
	}

	@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {

		#home .hero-blur {
			background: rgba(12, 52, 120, 0.28);
		}

	}

	#home .inner {
		position: relative;
		z-index: 4;
		display: block;
		width: 38em;
		max-width: calc(100% - 11em);
		margin: 0 0 0 7.2em;
		padding: 1em 0 4em;
	}

	#home .hero-heading {
		margin: 0 0 1.15em 0;
		padding: 0 0 0 1.35em;
		border-left: 3px solid #1f7ae0;
	}

	#home .hero-kicker {
		margin: 0 0 0.7em 0;
		color: rgba(255, 255, 255, 0.82);
		font-size: 0.72em;
		font-weight: 700;
		letter-spacing: 0.28em;
		text-transform: uppercase;
		position: static;
		top: 0;
	}

	#home h1 {
		display: block;
		margin: 0;
		padding: 0;
		border: 0;
		color: #ffffff !important;
		font-family: Inter, "Open Sans", Helvetica, sans-serif;
		font-size: 3.05em;
		font-weight: 800;
		letter-spacing: -0.038em;
		line-height: 1.12;
		text-align: left;
		text-transform: none;
		white-space: normal;
		text-shadow: none;
		opacity: 1 !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}

		#home h1:before,
		#home h1:after {
			display: none;
		}

		#home h1 br {
			display: block !important;
		}

		#home h1 span {
			display: block;
			color: #1f7ae0;
		}

	#home .hero-lead {
		margin: 0 0 2em 1.35em;
		max-width: 24em;
		color: rgba(255, 255, 255, 0.9);
		font-size: 1.02em;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 1.65;
		text-transform: none;
		position: static;
		top: 0;
	}

	#home .hero-ctas {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1.15em 1.5em;
		margin: 0 0 0 1.35em;
	}

	#home .hero-cta {
		background: #1f7ae0 !important;
		border-radius: 2.6em;
		box-shadow: none !important;
		color: #ffffff !important;
		font-family: Inter, "Open Sans", Helvetica, sans-serif;
		font-size: 0.82em;
		font-weight: 800;
		height: 3.35em;
		letter-spacing: 0.12em;
		line-height: 3.35em;
		max-width: none;
		overflow: visible;
		padding: 0 1.55em 0 1.9em;
		text-overflow: clip;
		text-transform: uppercase;
	}

		#home .hero-cta .icon {
			width: auto;
			height: auto;
			margin: 0 0 0 0.65em;
			border: 0;
			font-size: 0.92em;
			line-height: inherit;
			vertical-align: middle;
		}

		#home .hero-cta:hover,
		#home .hero-cta:active {
			background: #1f7ae0 !important;
			color: #ffffff !important;
			opacity: 0.92;
		}

	#home .hero-play {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		border: 0;
		color: #ffffff;
		gap: 0.8em;
		text-decoration: none;
	}

		#home .hero-play:hover {
			color: #ffffff;
		}

	#home .hero-play__icon {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		width: 3.15em;
		height: 3.15em;
		border: 2px solid rgba(255, 255, 255, 0.85);
		border-radius: 50%;
		color: #ffffff;
	}

		#home .hero-play__icon .icon {
			width: auto;
			height: auto;
			margin: 0 0 0 0.12em;
			border: 0;
			font-size: 0.85em;
			line-height: 1;
		}

	#home .hero-play__text {
		display: block;
		font-size: 0.72em;
		font-weight: 800;
		letter-spacing: 0.16em;
		line-height: 1.35;
		text-transform: uppercase;
	}

		#home .hero-play__text small {
			display: block;
			font-size: 0.86em;
			font-weight: 700;
			letter-spacing: 0.14em;
			opacity: 0.8;
		}

	#home .hero-arrow {
		position: absolute;
		top: 50%;
		z-index: 5;
		width: 3em;
		height: 3em;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.16);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		box-shadow: none !important;
		color: #ffffff !important;
		font-size: 0.95em;
		letter-spacing: 0;
		line-height: 1;
		max-width: none;
		overflow: visible;
		text-transform: none;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

		#home .hero-arrow:hover {
			background: rgba(255, 255, 255, 0.28);
		}

		#home .hero-prev {
			left: 1.4em;
		}

		#home .hero-next {
			right: 1.4em;
			background: rgba(255, 255, 255, 0.22);
		}

	#home .hero-dots {
		position: absolute;
		left: 58%;
		bottom: 2.4em;
		z-index: 5;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		gap: 0.45em;
		list-style: none;
		margin: 0 0 0 -4.5em;
		padding: 0;
	}

		#home .hero-dots li {
			padding: 0;
		}

		#home .hero-dots button {
			display: block;
			width: 1.7em;
			height: 3px;
			margin: 0;
			padding: 0;
			border: 0;
			border-radius: 4px;
			background: rgba(255, 255, 255, 0.38);
			box-shadow: none !important;
			letter-spacing: 0;
			line-height: 1;
			max-width: none;
			min-height: 0;
			overflow: hidden;
			text-indent: -9999px;
		}

			#home .hero-dots button.is-active,
			#home .hero-dots button:hover {
				width: 3.1em;
				background: #ffffff;
			}

	#home .hero-scroll {
		position: absolute;
		left: 3.5em;
		bottom: 2.2em;
		z-index: 5;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		border: 0;
		color: rgba(255, 255, 255, 0.88);
		font-size: 0.84em;
		font-weight: 700;
		gap: 1.15em;
		letter-spacing: 0.2em;
		line-height: 1.5;
		max-width: none;
		text-transform: uppercase;
	}

		#home .hero-scroll:hover {
			color: #ffffff;
		}

	#home .hero-scroll__text {
		display: block;
		white-space: normal;
	}

		#home .hero-scroll__text br {
			display: block !important;
		}

	#home .hero-scroll__icon {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		width: 4.2rem;
		height: 4.2rem;
		-moz-flex: 0 0 4.2rem;
		-webkit-flex: 0 0 4.2rem;
		-ms-flex: 0 0 4.2rem;
		flex: 0 0 4.2rem;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		border: 1.5px solid rgba(255, 255, 255, 0.55);
		border-radius: 50%;
		background: none;
		box-sizing: border-box;
		line-height: 0;
	}

		#home .hero-scroll__icon::after {
			content: "";
			display: block;
			width: 1.05rem;
			height: 1.05rem;
			background-image: url("images/arrow.svg?v=2");
			background-position: 50% 50%;
			background-repeat: no-repeat;
			background-size: contain;
		}

	#home .hero-tagline {
		position: absolute;
		right: 3.2em;
		bottom: 2.35em;
		z-index: 5;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		margin: 0;
		color: #ffffff;
		font-size: 0.95em;
		font-weight: 700;
		gap: 0.95em;
		letter-spacing: 0.2em;
		line-height: 1.55;
		max-width: none;
		text-align: right;
		text-shadow: 0 1px 10px rgba(0, 20, 50, 0.45);
		text-transform: uppercase;
	}

		#home .hero-tagline br {
			display: block !important;
		}

		#home .hero-tagline:after {
			content: '';
			display: block;
			width: 2.35em;
			height: 3px;
			-moz-flex: 0 0 2.35em;
			-webkit-flex: 0 0 2.35em;
			-ms-flex: 0 0 2.35em;
			flex: 0 0 2.35em;
			margin: 0;
			background: #1f7ae0;
		}

body.is-preload #home h1 {
	-moz-transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}

body.is-preload #home:after {
	opacity: 0;
}

@-moz-keyframes heroKenBurns {
	from { -moz-transform: scale(1); }
	to { -moz-transform: scale(1.08); }
}

@-webkit-keyframes heroKenBurns {
	from { -webkit-transform: scale(1); }
	to { -webkit-transform: scale(1.08); }
}

@keyframes heroKenBurns {
	from { transform: scale(1); }
	to { transform: scale(1.08); }
}

@media screen and (max-width: 1280px) {

	#home h1 {
		font-size: 2.45em;
	}

	#home .inner {
		margin-left: 6em;
		width: 34em;
	}

}

@media screen and (max-width: 980px) {

	body.landing #header.alt h1,
	body.landing #header.alt .site-title {
		left: 1.4em;
	}

	#home .hero-blur {
		width: 100%;
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(8px);
		-webkit-mask-image: linear-gradient(180deg, transparent 10%, rgba(0, 0, 0, 0.28) 36%, rgba(0, 0, 0, 0.72) 68%, #000 100%);
		mask-image: linear-gradient(180deg, transparent 10%, rgba(0, 0, 0, 0.28) 36%, rgba(0, 0, 0, 0.72) 68%, #000 100%);
	}

	#home .hero-veil {
		background: linear-gradient(180deg, rgba(7, 24, 58, 0.12) 0%, rgba(8, 36, 96, 0.38) 42%, rgba(6, 24, 64, 0.78) 100%);
	}

	#home .inner {
		width: calc(100% - 5.5em);
		max-width: none;
		margin: 4.5em 1.4em 0 3.8em;
		padding: 0 0 7em;
	}

	#home h1 {
		font-size: 2.05em;
	}

	#home .hero-prev {
		left: 0.55em;
	}

	#home .hero-next {
		right: 0.55em;
	}

	#home .hero-tagline {
		display: none;
	}

	#home .hero-scroll {
		left: 1.4em;
		bottom: 1.6em;
	}

	#home .hero-dots {
		bottom: 1.7em;
		margin-left: -3.6em;
	}

}

@media screen and (max-width: 736px) {

	body.landing #header.alt {
		height: 4.6em;
	}

	body.landing #header.alt h1,
	body.landing #header.alt .site-title {
		left: 1.1em;
		top: 0.85em;
	}

	body.landing #header h1 a.brand,
body.landing #header .site-title a.brand {
		font-size: 1em !important;
	}

	body.landing #header .brand img {
		height: 2.35em;
	}

	#home {
		-moz-justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
		height: 100vh !important;
		height: 100svh !important;
		min-height: 42em !important;
		padding: 0 !important;
	}

	#home .hero-slide {
		background-position: 72% 28%;
	}

	#home .hero-blur {
		width: 100%;
		-webkit-backdrop-filter: blur(20px);
		backdrop-filter: blur(20px);
	}

	#home .inner {
		width: auto;
		max-width: none;
		margin: 0 1.15em;
		padding: 0 0 8.2em;
	}

	#home .hero-heading,
	#home .hero-lead,
	#home .hero-ctas {
		margin-left: 0;
		padding-left: 0.9em;
	}

	#home .hero-heading {
		margin-bottom: 0.95em;
	}

	#home h1 {
		font-size: 2.15em;
		letter-spacing: -0.03em;
	}

	#home .hero-lead {
		margin-bottom: 1.4em;
		max-width: none;
		font-size: 0.94em;
		line-height: 1.55;
	}

	#home .hero-ctas {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: stretch;
		-webkit-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
		gap: 1.05em;
	}

	#home .hero-cta {
		width: 100%;
		text-align: center;
	}

	#home .hero-play {
		-moz-justify-content: flex-start;
		-webkit-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
	}

	#home .hero-arrow {
		width: 2.45em;
		height: 2.45em;
		top: 32%;
		bottom: auto;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#home .hero-prev {
		left: 0.7em;
	}

	#home .hero-next {
		right: 0.7em;
	}

	#home .hero-scroll {
		left: 1.05em;
		bottom: 1.45em;
	}

	#home .hero-dots {
		left: 50%;
		bottom: 1.45em;
		margin-left: -3.2em;
	}

}

@media screen and (max-width: 480px) {

	#home {
		min-height: 38em !important;
	}

	#home .inner {
		padding: 0 0 7.6em;
	}

	#home h1 {
		font-size: 1.9em;
	}

	#home .hero-kicker {
		font-size: 0.62em;
		letter-spacing: 0.2em;
	}

	#home .hero-lead {
		font-size: 0.88em;
	}

	#home .hero-cta {
		font-size: 0.76em;
		padding: 0 1.2em 0 1.4em;
	}

	#home .hero-play__icon {
		width: 2.8em;
		height: 2.8em;
	}

	#home .hero-play__text {
		font-size: 0.64em;
	}

	#home .hero-scroll {
		left: 0.9em;
		font-size: 0.74em;
		gap: 0.9em;
	}

	#home .hero-scroll__icon {
		width: 3.4rem;
		height: 3.4rem;
		-moz-flex: 0 0 3.4rem;
		-webkit-flex: 0 0 3.4rem;
		-ms-flex: 0 0 3.4rem;
		flex: 0 0 3.4rem;
	}

}

/* Passos 01–03: cards claros com foto, marca d'água e ícone circular */
#two.wrapper.steps-showcase {
	background-color: #eaf4fb !important;
	padding: 4.2em 0 4.8em;
	color: #5b6b7c;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	letter-spacing: 0;
	text-align: left;
	scroll-margin-top: 4.5em;
}

#two.wrapper.steps-showcase > .inner {
	width: 74em;
	max-width: 94%;
}

#two .step-card {
	position: relative;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: stretch;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	margin: 0 0 1.25em 0;
	overflow: hidden;
	min-height: 17.5em;
	background: #ffffff;
	border-radius: 1.65em;
	box-shadow: 0 12px 30px rgba(20, 60, 110, 0.06);
}

#two .step-card:last-child {
	margin-bottom: 0;
}

#two .step-card.is-reverse {
	-moz-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#two .step-copy {
	position: relative;
	z-index: 1;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 42%;
	padding: 2.8em 3.4em 2.8em 4.4em;
	text-align: left;
}

#two .step-card.is-reverse .step-copy {
	padding: 2.8em 4.4em 2.8em 3.4em;
}

#two .step-bgnum {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 0.08em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	font-size: 8.4em;
	font-weight: 800;
	line-height: 0.78;
	letter-spacing: -0.07em;
	color: #d5e6f3;
	pointer-events: none;
	user-select: none;
}

#two .step-card.is-reverse .step-bgnum {
	left: auto;
	right: 0.08em;
}

#two .step-label {
	position: relative;
	z-index: 1;
	margin: 0 0 0.55em 0;
	font-size: 0.7em;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #8aa4bc;
}

#two .step-card h2 {
	position: relative;
	z-index: 1;
	margin: 0 0 0.7em 0;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	font-size: 2.05em;
	font-weight: 800;
	line-height: 1.16;
	letter-spacing: -0.035em;
	text-transform: none;
	color: #122033;
	border: 0;
}

#two .step-card h2 span {
	color: #1f7ae0;
}

#two .step-text {
	position: relative;
	z-index: 1;
	margin: 0 0 1.15em 0;
	max-width: 24.5em;
	font-size: 0.92em;
	font-weight: 400;
	line-height: 1.65;
	letter-spacing: 0;
	text-transform: none;
	color: #5b6b7c;
}

#two .step-bar {
	display: block;
	width: 2em;
	height: 3px;
	border-radius: 4px;
	background: #1f7ae0;
}

#two .step-mid {
	position: relative;
	z-index: 3;
	-moz-flex: 0 0 0;
	-webkit-flex: 0 0 0;
	-ms-flex: 0 0 0;
	flex: 0 0 0;
	width: 0;
}

#two .step-icon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 4.35em;
	height: 4.35em;
	margin-left: -2.175em;
	margin-top: -2.175em;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(20, 60, 110, 0.14);
}

#two .step-icon:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	width: 2.6em;
	height: 1px;
	background: #c5d4e4;
}

#two .step-card.is-reverse .step-icon:after {
	left: auto;
	right: 100%;
}

#two .step-icon .icon {
	position: relative;
	z-index: 1;
	width: auto;
	height: auto;
	margin: 0;
	border: 0;
	font-size: 1.28em;
	line-height: 1;
	color: #1f7ae0;
}

#two .step-icon .icon:before {
	line-height: 1;
	color: #1f7ae0;
}

#two .step-photo {
	position: relative;
	z-index: 1;
	width: 58%;
	min-height: 17.5em;
	overflow: hidden;
	background: #d7e4ef;
}

#two .step-photo img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media screen and (max-width: 1280px) {

	#two .step-copy {
		padding: 2.3em 2.6em 2.3em 3.2em;
	}

	#two .step-card.is-reverse .step-copy {
		padding: 2.3em 3.2em 2.3em 2.6em;
	}

	#two .step-card h2 {
		font-size: 1.7em;
	}

	#two .step-bgnum {
		font-size: 6.8em;
	}

}

@media screen and (max-width: 980px) {

	#two.wrapper.steps-showcase {
		padding: 2.8em 0 3.2em;
	}

	#two .step-card,
	#two .step-card.is-reverse {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		min-height: 0;
	}

	#two .step-copy,
	#two .step-card.is-reverse .step-copy {
		width: 100%;
		padding: 2.2em 1.4em 1.6em 1.55em;
	}

	#two .step-mid {
		-moz-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		height: 0;
	}

	#two .step-icon,
	#two .step-card.is-reverse .step-icon {
		left: 50%;
		top: 0;
		margin-left: -2.175em;
		margin-top: -2.175em;
	}

	#two .step-icon:after,
	#two .step-card.is-reverse .step-icon:after {
		display: none;
	}

	#two .step-photo {
		width: 100%;
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	#two .step-bgnum {
		top: 1.35em;
		left: -0.2em;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		font-size: 4.4em;
	}

	#two .step-card.is-reverse .step-bgnum {
		right: auto;
		left: -0.2em;
	}

	#two .step-card h2 {
		font-size: 1.5em;
	}

	#two .step-card h2 br {
		display: none;
	}

}

@media screen and (max-width: 736px) {

	#two .step-bgnum {
		display: none;
	}

	#two .step-copy,
	#two .step-card.is-reverse .step-copy {
		padding: 1.8em 1.35em 1.35em;
	}

}

/* Grade de recursos: cards claros com ícone e seta */
#osistema.wrapper.feature-showcase {
	position: relative;
	overflow: hidden;
	background-color: #f3f8fc !important;
	padding: 5.5em 0 5.8em;
	color: #5b6b7c;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	letter-spacing: 0;
	text-align: center;
	scroll-margin-top: 4.5em;
}

#osistema.wrapper.feature-showcase:before,
#osistema.wrapper.feature-showcase:after {
	content: '';
	position: absolute;
	pointer-events: none;
	background: #e3f1fb;
}

#osistema.wrapper.feature-showcase:before {
	top: -3.5em;
	left: -2.5em;
	width: 16em;
	height: 16em;
	border-radius: 42% 58% 48% 52%;
}

#osistema.wrapper.feature-showcase:after {
	top: -2em;
	right: -3em;
	width: 18em;
	height: 14em;
	border-radius: 48% 40% 55% 45%;
}

#osistema.wrapper.feature-showcase > .inner {
	position: relative;
	z-index: 1;
	width: 74em;
	max-width: 94%;
}

#osistema .feature-head {
	margin: 0 0 3em 0;
}

#osistema .feature-kicker {
	margin: 0 0 0.85em 0;
	font-size: 0.72em;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #8aa4bc;
}

#osistema .feature-head h2 {
	margin: 0 0 0.7em 0;
	border: 0;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	font-size: 2.45em;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.035em;
	text-transform: none;
	color: #122033;
}

#osistema .feature-head h2 span {
	color: #1f7ae0;
}

#osistema .feature-lead {
	margin: 0 auto 1.15em;
	max-width: 40em;
	font-size: 1em;
	line-height: 1.65;
	letter-spacing: 0;
	text-transform: none;
	color: #6b7c8d;
}

#osistema .feature-bar {
	display: block;
	width: 2.1em;
	height: 4px;
	margin: 0 auto;
	border-radius: 4px;
	background: #1f7ae0;
}

#osistema .feature-cards {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.35em;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#osistema .feature-cards > li {
	-moz-flex: 1 1 calc(33.333% - 0.9em);
	-webkit-flex: 1 1 calc(33.333% - 0.9em);
	-ms-flex: 1 1 calc(33.333% - 0.9em);
	flex: 1 1 calc(33.333% - 0.9em);
	min-width: 16em;
	margin: 0;
	padding: 0;
}

#osistema .feature-card {
	position: relative;
	overflow: hidden;
	display: block;
	height: 100%;
	min-height: 15.2em;
	padding: 2em 1.9em 1.9em;
	background: #ffffff;
	border-radius: 1.45em;
	box-shadow: 0 12px 28px rgba(20, 60, 110, 0.06);
	text-align: left;
}

#osistema .feature-card.has-blob:before {
	content: '';
	position: absolute;
	z-index: 0;
	top: -1.2em;
	right: -1.4em;
	width: 8.5em;
	height: 9em;
	background: #eaf4fb;
	border-radius: 46% 54% 48% 52%;
	pointer-events: none;
}

#osistema .feature-card__icon {
	position: relative;
	z-index: 1;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 3.55em;
	height: 3.55em;
	margin: 0 0 1.25em 0;
	border-radius: 50%;
	background: #eef6fc;
	color: #1f7ae0;
}

#osistema .feature-card__icon .icon {
	width: auto;
	height: auto;
	margin: 0;
	border: 0;
	font-size: 1.45em;
	line-height: 1;
	color: #1f7ae0;
}

#osistema .feature-card__icon .feature-qr {
	display: block;
	width: 1.55em;
	height: 1.55em;
	color: #1f7ae0;
}

#osistema .feature-card h3 {
	position: relative;
	z-index: 1;
	margin: 0 0 0.55em 0;
	border: 0;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	font-size: 1.12em;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #122033;
}

#osistema .feature-card p {
	position: relative;
	z-index: 1;
	margin: 0 0 1.25em 0;
	font-size: 0.9em;
	line-height: 1.6;
	letter-spacing: 0;
	text-transform: none;
	color: #6b7c8d;
}

#osistema .feature-card__bar {
	position: relative;
	z-index: 1;
	display: block;
	width: 1.85em;
	height: 3px;
	border-radius: 4px;
	background: #1f7ae0;
}

@media screen and (max-width: 1280px) {

	#osistema .feature-head h2 {
		font-size: 2.05em;
	}

	#osistema .feature-card {
		min-height: 14.5em;
		padding: 1.7em 1.6em 1.6em;
	}

}

@media screen and (max-width: 980px) {

	#osistema.wrapper.feature-showcase {
		padding: 4em 0 4.2em;
	}

	#osistema .feature-cards > li {
		-moz-flex: 1 1 calc(50% - 0.7em);
		-webkit-flex: 1 1 calc(50% - 0.7em);
		-ms-flex: 1 1 calc(50% - 0.7em);
		flex: 1 1 calc(50% - 0.7em);
	}

	#osistema .feature-lead br {
		display: none;
	}

}

@media screen and (max-width: 736px) {

	#osistema .feature-head h2 {
		font-size: 1.55em;
	}

	#osistema .feature-cards > li {
		-moz-flex: 1 1 100%;
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

	#osistema .feature-card {
		min-height: 0;
	}

}

/* Planos: 3 cards no mesmo tom da grade de recursos */
#planos.wrapper.plans-showcase {
	position: relative;
	overflow: hidden;
	background-color: #f3f8fc !important;
	padding: 5.5em 0 5.8em;
	color: #5b6b7c;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	letter-spacing: 0;
	text-align: center;
	scroll-margin-top: 4.5em;
}

#planos.wrapper.plans-showcase > .inner {
	position: relative;
	z-index: 1;
	width: 74em;
	max-width: 94%;
}

#planos .plans-head {
	margin: 0 0 3em 0;
}

#planos .plans-kicker {
	margin: 0 0 0.85em 0;
	font-size: 0.72em;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #8aa4bc;
}

#planos .plans-head h2 {
	margin: 0 0 0.7em 0;
	border: 0;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	font-size: 2.45em;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.035em;
	text-transform: none;
	color: #122033;
}

#planos .plans-head h2 span {
	color: #1f7ae0;
}

#planos .plans-lead {
	margin: 0 auto 1.15em;
	max-width: 40em;
	font-size: 1em;
	line-height: 1.65;
	letter-spacing: 0;
	text-transform: none;
	color: #6b7c8d;
}

#planos .plans-bar {
	display: block;
	width: 2.1em;
	height: 4px;
	margin: 0 auto;
	border-radius: 4px;
	background: #1f7ae0;
}

#planos .plan-cards {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-align-items: stretch;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	gap: 1.35em;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#planos .plan-cards > li {
	-moz-flex: 1 1 calc(33.333% - 0.9em);
	-webkit-flex: 1 1 calc(33.333% - 0.9em);
	-ms-flex: 1 1 calc(33.333% - 0.9em);
	flex: 1 1 calc(33.333% - 0.9em);
	min-width: 16em;
	margin: 0;
	padding: 0;
}

#planos .plan-card {
	position: relative;
	overflow: hidden;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding: 2.15em 1.9em 1.9em;
	background: #ffffff;
	border: 1px solid #e8eef4;
	border-radius: 1.45em;
	box-shadow: 0 12px 28px rgba(20, 60, 110, 0.06);
	text-align: left;
}

#planos .plan-card.is-featured {
	border-color: #1f7ae0;
	box-shadow: 0 18px 36px rgba(31, 122, 224, 0.16);
	padding-top: 2.55em;
}

#planos .plan-card__badge {
	position: absolute;
	top: 1.05em;
	right: 1.15em;
	margin: 0;
	padding: 0.28em 0.75em;
	border-radius: 2em;
	background: #1f7ae0;
	color: #ffffff;
	font-size: 0.68em;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-transform: uppercase;
}

#planos .plan-card__label {
	margin: 0 0 0.35em 0;
	font-size: 0.72em;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #8aa4bc;
}

#planos .plan-card h3 {
	margin: 0 0 0.45em 0;
	border: 0;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	font-size: 1.45em;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.03em;
	text-transform: none;
	color: #122033;
}

#planos .plan-card__price {
	margin: 0 0 0.85em 0;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	font-size: 2.05em;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #1f7ae0;
}

#planos .plan-card__price small {
	display: inline-block;
	margin-left: 0.15em;
	font-size: 0.38em;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: none;
	color: #6b7c8d;
	vertical-align: middle;
}

#planos .plan-card__text {
	margin: 0 0 1.5em 0;
	font-size: 0.92em;
	line-height: 1.6;
	letter-spacing: 0;
	text-transform: none;
	color: #6b7c8d;
}

#planos .plan-card__cta {
	margin-top: auto;
	box-shadow: none !important;
	border-radius: 2.5em;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	font-size: 0.82em;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: none;
	height: 3em;
	line-height: 3em;
	padding: 0 1.35em;
	width: 100%;
	text-align: center;
	background: transparent !important;
	box-shadow: inset 0 0 0 2px #1f7ae0 !important;
	color: #1f7ae0 !important;
}

#planos .plan-card__cta:hover {
	background: #eef6fc !important;
	color: #1f7ae0 !important;
}

#planos .plan-card__cta--solid {
	background: #1f7ae0 !important;
	box-shadow: none !important;
	color: #ffffff !important;
}

#planos .plan-card__cta--solid:hover {
	background: #1f7ae0 !important;
	color: #ffffff !important;
	opacity: 0.92;
}

#planos .plans-b2b {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	gap: 1.4em;
	margin: 2.1em 0 0;
	padding: 1.45em 1.8em;
	background: #ffffff;
	border-radius: 1.45em;
	box-shadow: 0 12px 28px rgba(20, 60, 110, 0.06);
	text-align: left;
}

#planos .plans-b2b p {
	margin: 0;
	max-width: 38em;
	font-size: 1em;
	line-height: 1.55;
	letter-spacing: 0;
	text-transform: none;
	color: #122033;
	font-weight: 600;
}

#planos .plans-b2b__cta {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	box-shadow: none !important;
	border-radius: 2.5em;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	font-size: 0.82em;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: none;
	height: 3em;
	line-height: 3em;
	padding: 0 1.6em;
	background: #1f7ae0 !important;
	color: #ffffff !important;
}

#planos .plans-b2b__cta:hover {
	background: #1f7ae0 !important;
	color: #ffffff !important;
	opacity: 0.92;
}

@media screen and (max-width: 1280px) {

	#planos .plans-head h2 {
		font-size: 2.05em;
	}

	#planos .plan-card__price {
		font-size: 1.85em;
	}

}

@media screen and (max-width: 980px) {

	#planos.wrapper.plans-showcase {
		padding: 4em 0 4.2em;
	}

	#planos .plan-cards > li {
		-moz-flex: 1 1 calc(50% - 0.7em);
		-webkit-flex: 1 1 calc(50% - 0.7em);
		-ms-flex: 1 1 calc(50% - 0.7em);
		flex: 1 1 calc(50% - 0.7em);
	}

	#planos .plans-b2b {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: stretch;
		-webkit-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
		text-align: center;
	}

	#planos .plans-b2b p {
		max-width: none;
	}

}

@media screen and (max-width: 736px) {

	#planos .plans-head h2 {
		font-size: 1.55em;
	}

	#planos .plan-cards > li {
		-moz-flex: 1 1 100%;
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

	#planos .plan-card {
		min-height: 0;
	}

	#planos .plans-b2b {
		padding: 1.25em 1.2em 1.4em;
	}

}

/* Perguntas frequentes: respostas visíveis para busca e IA */
#perguntas.wrapper.faq-showcase {
	position: relative;
	overflow: hidden;
	background-color: #ffffff !important;
	padding: 5.5em 0 5.8em;
	color: #5b6b7c;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	letter-spacing: 0;
	text-align: center;
	scroll-margin-top: 4.5em;
}

#perguntas.wrapper.faq-showcase > .inner {
	position: relative;
	z-index: 1;
	width: 74em;
	max-width: 94%;
}

#perguntas .faq-head {
	margin: 0 0 3em 0;
}

#perguntas .faq-kicker {
	margin: 0 0 0.85em 0;
	font-size: 0.72em;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #8aa4bc;
}

#perguntas .faq-head h2 {
	margin: 0 0 0.7em 0;
	border: 0;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	font-size: 2.45em;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.035em;
	text-transform: none;
	color: #122033;
}

#perguntas .faq-head h2 span {
	color: #1f7ae0;
}

#perguntas .faq-lead {
	margin: 0 auto 1.15em;
	max-width: 40em;
	font-size: 1em;
	line-height: 1.65;
	letter-spacing: 0;
	text-transform: none;
	color: #6b7c8d;
}

#perguntas .faq-bar {
	display: block;
	width: 2.1em;
	height: 4px;
	margin: 0 auto;
	border-radius: 4px;
	background: #1f7ae0;
}

#perguntas .faq-cards {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.35em;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#perguntas .faq-cards > li {
	-moz-flex: 1 1 calc(50% - 0.7em);
	-webkit-flex: 1 1 calc(50% - 0.7em);
	-ms-flex: 1 1 calc(50% - 0.7em);
	flex: 1 1 calc(50% - 0.7em);
	min-width: 16em;
	margin: 0;
	padding: 0;
}

#perguntas .faq-card {
	height: 100%;
	padding: 1.8em 1.7em 1.65em;
	background: #f3f8fc;
	border-radius: 1.45em;
	box-shadow: 0 12px 28px rgba(20, 60, 110, 0.06);
}

#perguntas .faq-card h3 {
	margin: 0 0 0.65em 0;
	border: 0;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	font-size: 1.12em;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #122033;
}

#perguntas .faq-card p {
	margin: 0;
	font-size: 0.92em;
	line-height: 1.65;
	letter-spacing: 0;
	text-transform: none;
	color: #6b7c8d;
}

@media screen and (max-width: 1280px) {

	#perguntas .faq-head h2 {
		font-size: 2.05em;
	}

}

@media screen and (max-width: 980px) {

	#perguntas.wrapper.faq-showcase {
		padding: 4em 0 4.2em;
	}

}

@media screen and (max-width: 736px) {

	#perguntas .faq-head h2 {
		font-size: 1.55em;
	}

	#perguntas .faq-cards > li {
		-moz-flex: 1 1 100%;
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

}

/* CTA final + rodapé sobre a foto da festa */
#contagratis.cta-finale {
	position: relative;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	scroll-margin-top: 4.5em;
	justify-content: flex-end;
	min-height: 42em;
	padding: 0;
	overflow: hidden;
	background-color: #0c1016;
	color: #ffffff;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	letter-spacing: 0;
	text-align: left;
}

#contagratis.cta-finale .cta-finale__photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../../images/footer_image.png");
	background-position: 68% center;
	background-repeat: no-repeat;
	background-size: cover;
}

#contagratis.cta-finale:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(8, 12, 20, 0.28) 0%, rgba(8, 12, 20, 0.08) 36%, rgba(8, 12, 20, 0) 58%);
	pointer-events: none;
}

#contagratis.cta-finale:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	height: 9em;
	background: linear-gradient(to top, rgba(8, 12, 20, 0.55), rgba(8, 12, 20, 0));
	pointer-events: none;
}

#contagratis.cta-finale > .inner {
	position: relative;
	z-index: 2;
	display: block;
	width: 74em;
	max-width: 94%;
	margin: 0 auto;
	padding: 8em 0 6.5em;
	-moz-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

#contagratis.cta-finale header {
	width: 100%;
	max-width: 36em;
	padding: 0;
	margin: 0;
}

#contagratis.cta-finale .cta-kicker {
	margin: 0 0 0.9em 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.74em;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	position: static;
	top: 0;
}

#contagratis.cta-finale h2 {
	margin: 0 0 0.7em 0;
	border: 0;
	color: #ffffff;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	font-size: 2.55em;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.035em;
	text-transform: none;
}

#contagratis.cta-finale h2 span {
	color: #1f7ae0;
}

#contagratis.cta-finale .cta-lead {
	margin: 0 0 1.8em 0;
	max-width: 26em;
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.05em;
	line-height: 1.65;
	letter-spacing: 0;
	text-transform: none;
	position: static;
	top: 0;
}

#contagratis.cta-finale .actions {
	margin: 0;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	gap: 0.7em;
}

#contagratis.cta-finale .actions li {
	padding: 0;
	margin: 0;
}

#contagratis.cta-finale .button.cta-finale__btn,
#contagratis.cta-finale .button.cta-finale__btn-alt {
	box-shadow: none !important;
	border-radius: 2.5em;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	font-size: 0.92em;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: none;
	height: 3.15em;
	line-height: 3.15em;
	padding: 0 1.9em;
}

#contagratis.cta-finale .button.cta-finale__btn {
	background: #1f7ae0 !important;
	color: #ffffff !important;
}

#contagratis.cta-finale .button.cta-finale__btn:hover {
	background: #1f7ae0 !important;
	color: #ffffff !important;
	opacity: 0.9;
}

#contagratis.cta-finale .button.cta-finale__btn-alt {
	background: rgba(255, 255, 255, 0.08) !important;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.85) !important;
	color: #ffffff !important;
}

#contagratis.cta-finale .button.cta-finale__btn-alt:hover {
	background: rgba(255, 255, 255, 0.18) !important;
	color: #ffffff !important;
}

/* Rodapé azul no estilo do print */
body.landing #footer.site-footer {
	padding: 2.6em 0 1.7em;
	background-color: #0b1828;
	background-image: url("../../images/footerBlue.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: rgba(255, 255, 255, 0.82);
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	letter-spacing: 0;
	text-align: center;
}

#footer.site-footer > .inner {
	width: 64em;
	max-width: 90%;
	margin: 0 auto;
}

#footer.site-footer .footer-row {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	max-width: 42em;
	margin: 0 auto 1.15em;
	padding: 0 0 1.15em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

#footer.site-footer .footer-brand {
	-moz-flex: 1 1 0;
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	text-align: left;
}

#footer.site-footer .footer-brand strong {
	display: block;
	color: #ffffff;
	font-size: 0.82em;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.3;
	text-transform: uppercase;
}

#footer.site-footer .footer-brand p {
	margin: 0.35em 0 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.78em;
	letter-spacing: 0;
	line-height: 1.4;
	text-transform: none;
	position: static;
	top: 0;
}

#footer.site-footer .footer-social {
	-moz-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0 2.4em;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#footer.site-footer .footer-ig {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 2.55em;
	height: 2.55em;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 50%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.55);
	color: #ffffff;
	font-size: 1em;
	line-height: 1;
}

#footer.site-footer .footer-ig:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

#footer.site-footer .footer-ig:before {
	line-height: 1;
}

#footer.site-footer .footer-tagline {
	-moz-flex: 1 1 0;
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	text-align: left;
	padding-left: 1.8em;
}

#footer.site-footer .footer-tagline p {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.82em;
	letter-spacing: 0;
	line-height: 1.45;
	text-transform: none;
	position: static;
	top: 0;
}

#footer.site-footer .footer-legal {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	gap: 0.35em 1.35em;
	margin: 0 0 1.05em;
}

#footer.site-footer .footer-legal a {
	border: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.78em;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.4;
	text-transform: none;
}

#footer.site-footer .footer-legal a:hover,
#footer.site-footer .footer-legal a:focus {
	color: #ffffff;
}

#footer.site-footer .footer-copy {
	margin: 0;
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.68em;
	font-weight: 500;
	letter-spacing: 0.16em;
	line-height: 1.6;
	text-transform: uppercase;
}

#footer.site-footer .footer-copy a {
	color: inherit;
	border: 0;
}

#footer.site-footer .footer-copy a:hover {
	color: #ffffff;
}

#footer.site-footer .footer-copy span {
	display: inline-block;
	margin-left: 0.4em;
	letter-spacing: 0.1em;
	text-transform: none;
	opacity: 0.75;
}

@media screen and (max-width: 980px) {

	#footer.site-footer .footer-row {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1.2em;
		max-width: none;
		text-align: center;
	}

	#footer.site-footer .footer-brand,
	#footer.site-footer .footer-tagline {
		text-align: center;
		padding: 0;
	}

	#footer.site-footer .footer-social {
		padding: 0;
		border: 0;
	}

}

@media screen and (max-width: 1280px) {

	#contagratis.cta-finale {
		min-height: 36em;
	}

	#contagratis.cta-finale h2 {
		font-size: 2.15em;
	}

}

@media screen and (max-width: 980px) {

	#contagratis.cta-finale {
		min-height: 34em;
		text-align: left;
	}

	#contagratis.cta-finale > .inner {
		padding: 6em 1.5em 4em;
	}

	#contagratis.cta-finale header {
		max-width: 32em;
	}

	#contagratis.cta-finale:before {
		background: linear-gradient(180deg, rgba(8, 12, 20, 0.22) 0%, rgba(8, 12, 20, 0.42) 100%);
	}

}

@media screen and (max-width: 736px) {

	#contagratis.cta-finale {
		min-height: 32em;
	}

	#contagratis.cta-finale h2 {
		font-size: 1.7em;
	}

	#contagratis.cta-finale .cta-lead {
		font-size: 0.98em;
	}

	#contagratis.cta-finale .button.cta-finale__btn,
	#contagratis.cta-finale .button.cta-finale__btn-alt {
		width: 100%;
		text-align: center;
	}

	#contagratis.cta-finale .actions {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

}

/* Modal de cadastro */
body.is-modal-open {
	overflow: hidden;
}

.auth-modal {
	position: fixed;
	inset: 0;
	z-index: 12000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25em;
}

.auth-modal[hidden] {
	display: none !important;
}

.auth-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 14, 26, 0.72);
	backdrop-filter: blur(6px);
}

.auth-modal__dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 28rem;
	max-height: calc(100vh - 2.5em);
	overflow: auto;
	padding: 2.1em 1.8em 1.8em;
	border-radius: 1.15em;
	background: #ffffff;
	box-shadow: 0 24px 60px rgba(8, 14, 26, 0.28);
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	color: #1a2b3d;
}

.auth-modal__close {
	position: absolute;
	top: 0.85em;
	right: 0.85em;
	width: 2.4em;
	height: 2.4em;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #eef4fb;
	color: #0f2744;
	box-shadow: none !important;
	line-height: 2.4em;
	text-align: center;
	cursor: pointer;
}

.auth-modal__close:hover {
	background: #dceaf8;
}

.auth-modal__kicker {
	margin: 0 0 0.45em;
	color: #1f7ae0;
	font-size: 0.72em;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.auth-modal__dialog h2 {
	margin: 0 0 0.4em;
	border: 0;
	color: #0f2744;
	font-size: 1.65em;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.2;
	text-transform: none;
}

.auth-modal__lead {
	margin: 0 0 1.35em;
	color: #5b6b7c;
	font-size: 0.95em;
	line-height: 1.45;
}

.auth-modal__form {
	margin: 0;
}

.auth-modal__field {
	display: block;
	margin: 0 0 0.95em;
}

.auth-modal__field span {
	display: block;
	margin: 0 0 0.35em;
	color: #0f2744;
	font-size: 0.82em;
	font-weight: 700;
}

.auth-modal__field input {
	display: block;
	width: 100%;
	height: 3em;
	margin: 0;
	padding: 0 0.95em;
	border: 1px solid #d5e2ef;
	border-radius: 0.7em;
	background: #f7fbff;
	color: #0f2744;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	font-size: 0.95em;
	box-shadow: none;
}

.auth-modal__field input:focus {
	border-color: #1f7ae0;
	background: #ffffff;
	outline: none;
	box-shadow: 0 0 0 3px rgba(31, 122, 224, 0.18);
}

.auth-modal__field input.is-invalid {
	border-color: #d64545;
	background: #fff7f7;
}

.auth-modal__field input.is-invalid:focus {
	border-color: #d64545;
	box-shadow: 0 0 0 3px rgba(214, 69, 69, 0.18);
}

.auth-modal__field input.is-valid {
	border-color: #2f9e6b;
}

.auth-modal__field input.is-valid:focus {
	border-color: #2f9e6b;
	box-shadow: 0 0 0 3px rgba(47, 158, 107, 0.18);
}

.auth-modal__field textarea {
	display: block;
	width: 100%;
	min-height: 7.5em;
	margin: 0;
	padding: 0.85em 0.95em;
	border: 1px solid #d5e2ef;
	border-radius: 0.7em;
	background: #f7fbff;
	color: #0f2744;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.45;
	resize: vertical;
	box-shadow: none;
}

.auth-modal__field textarea:focus {
	border-color: #1f7ae0;
	background: #ffffff;
	outline: none;
	box-shadow: 0 0 0 3px rgba(31, 122, 224, 0.18);
}

.auth-modal__field textarea.is-invalid {
	border-color: #d64545;
	background: #fff7f7;
}

.auth-modal__field textarea.is-invalid:focus {
	border-color: #d64545;
	box-shadow: 0 0 0 3px rgba(214, 69, 69, 0.18);
}

.auth-modal__field textarea.is-valid {
	border-color: #2f9e6b;
}

.auth-modal__field textarea.is-valid:focus {
	border-color: #2f9e6b;
	box-shadow: 0 0 0 3px rgba(47, 158, 107, 0.18);
}

.auth-modal__slug {
	display: flex;
	align-items: center;
	width: 100%;
	height: 3em;
	border: 1px solid #d5e2ef;
	border-radius: 0.7em;
	background: #f7fbff;
	overflow: hidden;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: 400;
	line-height: 1;
	color: #0f2744;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.auth-modal__slug:focus-within {
	border-color: #1f7ae0;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(31, 122, 224, 0.18);
}

.auth-modal__slug:has(input.is-invalid) {
	border-color: #d64545;
	background: #fff7f7;
}

.auth-modal__slug:has(input.is-invalid):focus-within {
	box-shadow: 0 0 0 3px rgba(214, 69, 69, 0.18);
}

.auth-modal__slug:has(input.is-valid) {
	border-color: #2f9e6b;
}

.auth-modal__slug:has(input.is-valid):focus-within {
	box-shadow: 0 0 0 3px rgba(47, 158, 107, 0.18);
}

.auth-modal__slug-prefix {
	display: block;
	flex: 0 0 auto;
	margin: 0;
	padding: 0 0 0 0.95em;
	color: inherit;
	font: inherit;
	line-height: 1;
	white-space: nowrap;
	user-select: none;
	pointer-events: none;
}

.auth-modal__slug input {
	display: block;
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
	height: 100%;
	margin: 0;
	padding: 0 0.95em 0 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: inherit;
	font: inherit;
	line-height: 1;
	letter-spacing: inherit;
}

.auth-modal__slug input:focus {
	border: 0;
	background: transparent;
	box-shadow: none;
	outline: none;
}

.auth-modal__slug input.is-invalid,
.auth-modal__slug input.is-valid {
	border: 0;
	background: transparent;
}

.auth-modal__error {
	display: block;
	margin: 0.4em 0 0;
	color: #d64545;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	font-size: 0.78em;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.35;
}

.auth-modal__status {
	margin: 0.85em 0 0;
	font-size: 0.85em;
	line-height: 1.4;
	color: #5b6b7c;
}

.auth-modal__status.is-ok {
	color: #2f9e6b;
}

.auth-modal__status.is-err {
	color: #d64545;
}

.auth-modal__status[hidden] {
	display: none !important;
}

.auth-modal__submit {
	display: block;
	width: 100%;
	height: 3.2em;
	margin: 1.15em 0 0;
	padding: 0 1.4em;
	border: 0;
	border-radius: 2.5em;
	background: #1f7ae0 !important;
	box-shadow: none !important;
	color: #ffffff !important;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	font-size: 0.88em;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 3.2em;
	text-transform: uppercase;
	cursor: pointer;
}

.auth-modal__submit:hover {
	opacity: 0.92;
}

.auth-modal__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75em;
	margin: 0.15em 0 0.2em;
}

.auth-modal__check {
	position: relative;
	margin: 0;
	line-height: 1.45;
}

.auth-modal__check input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0.15em;
}

.auth-modal__check label {
	color: #0f2744 !important;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	font-size: 0.88em;
	font-weight: 600;
	letter-spacing: 0;
	padding-left: 2.05em !important;
	padding-right: 0 !important;
}

.auth-modal__check input[type="checkbox"] + label:before {
	background: #eef4fb !important;
	border: 1px solid #d5e2ef;
	border-radius: 0.3em;
	box-shadow: none;
	height: 1.35em;
	width: 1.35em;
	line-height: 1.35em;
	font-size: 0.72em;
	top: 0.12em;
}

.auth-modal__check input[type="checkbox"]:checked + label:before {
	background: #1f7ae0 !important;
	border-color: #1f7ae0;
	color: #ffffff !important;
	content: '\f00c';
}

.auth-modal__check input[type="checkbox"]:focus + label:before {
	box-shadow: 0 0 0 3px rgba(31, 122, 224, 0.18);
}

.auth-modal__forgot {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	border: 0;
	color: #1f7ae0;
	font-size: 0.88em;
	font-weight: 700;
	line-height: 1.2;
}

.auth-modal__forgot .icon {
	width: auto;
	height: auto;
	margin: 0;
	border: 0;
	font-size: 0.92em;
	line-height: 1;
}

.auth-modal__forgot:hover {
	color: #0d4a94;
}

.legal-modal .auth-modal__dialog {
	max-width: 44rem;
	padding: 2.15em 2em 1.85em;
}

.legal-modal .auth-modal__lead {
	margin-bottom: 0.55em;
}

.legal-modal__meta {
	margin: 0 0 1.15em;
	padding-bottom: 0.95em;
	border-bottom: 1px solid #e4edf6;
	color: #7a8a9a;
	font-size: 0.78em;
	line-height: 1.5;
}

.legal-modal__body {
	color: #334455;
	font-size: 0.92em;
	line-height: 1.65;
}

.auth-modal strong,
.auth-modal b,
.legal-modal__body strong,
.legal-modal__body b {
	color: #0f2744 !important;
	font-weight: 800;
}

.legal-modal__body h3 {
	margin: 1.25em 0 0.4em;
	border: 0;
	color: #0f2744;
	font-size: 1.02em;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.35;
	text-transform: none;
}

.legal-modal__body h3:first-child {
	margin-top: 0;
}

.legal-modal__body p {
	margin: 0 0 0.75em;
}

.legal-modal__body ul {
	margin: 0 0 0.9em;
	padding-left: 1.2em;
	list-style: disc;
}

.legal-modal__body li {
	margin: 0 0 0.4em;
}

.legal-modal__body a {
	border: 0;
	color: #1f7ae0;
	font-weight: 600;
}

.legal-modal__body a:hover {
	color: #0d4a94;
}

.legal-modal__cta {
	display: block;
	width: 100%;
	height: 3.2em;
	margin: 1.25em 0 0;
	padding: 0 1.4em;
	border: 0;
	border-radius: 2.5em;
	background: #1f7ae0;
	box-shadow: none;
	color: #ffffff !important;
	font-family: Inter, "Open Sans", Helvetica, sans-serif;
	font-size: 0.88em;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 3.2em;
	text-align: center;
	text-transform: uppercase;
}

.legal-modal__cta:hover {
	background: #1a6bc7;
	color: #ffffff !important;
}

@media screen and (max-width: 480px) {

	.auth-modal {
		padding: 0;
		align-items: stretch;
	}

	.auth-modal__dialog {
		max-width: none;
		max-height: none;
		min-height: 100%;
		border-radius: 0;
		padding: 2.4em 1.25em 1.6em;
	}

	.auth-modal__row {
		flex-wrap: wrap;
	}

	.legal-modal .auth-modal__dialog {
		padding: 2.4em 1.25em 1.7em;
	}

}
