body {
	font-family: 'Google Sans Flex', sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
	font-size: 14px
}


/* header {
} */

header a:link,
header a:visited {
	color: #000;
	text-decoration: none;
}

.site-header {
	background: #fff;
	position: relative;
	z-index: 20;
}

.site-header__nav {
	display: flex;
	align-items: center;
	gap: 28px;
}

.site-header__nav a:link,
.site-header__nav a:visited {
	color: #1f2937;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
}

.site-header__nav a:hover {
	color: #ef017f;
}

.site-header__nav .site-header__credits,
.site-header__nav .site-header__credits:link,
.site-header__nav .site-header__credits:visited {
	align-items: center;
	/* background: #f8fafc; */
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	color: #475569;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 6px;
	line-height: 1;
	padding: 8px 12px;
	text-decoration: none;
	transition: border-color .2s ease, color .2s ease;
	white-space: nowrap;
}

.site-header__nav .site-header__credits:hover {
	border-color: #ef017f;
	color: #ef017f;
}

.site-header__credits i {
	color: #ef017f;
	font-size: 13px;
}

.site-header__credits strong {
	color: #0f172a;
	font-size: 14px;
	font-weight: 800;
	transition: color .2s ease;
}

.site-header__nav .site-header__credits:hover strong {
	color: #ef017f;
}

.site-header__credits span {
	color: #64748b;
	font-weight: 300;
}

.logo-container {
	position: relative;
	display: inline-block;
}

.logotipo {
	max-height: 40px;
}

.hero__container {
	--hero-content-width: 1320px;
	--hero-shape-top: 24px;
	--hero-shape-bottom: 24px;
	--hero-shape-left-width: 118px;
	--hero-shape-right-width: 140px;
	--hero-shape-left-gap: 24px;
	--hero-shape-right-gap: 24px;
	padding-top: 60px;
	padding-bottom: 60px;
	background:#f8f9fb;
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.hero__container::before,
.hero__container::after {
	content: '';
	position: absolute;
	top: var(--hero-shape-top);
	bottom: var(--hero-shape-bottom);
	z-index: 0;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
}

.hero__container::before {
	left: calc((100% - var(--hero-content-width)) / 2 - var(--hero-shape-left-width) - var(--hero-shape-left-gap));
	width: var(--hero-shape-left-width);
	background-image: url('https://dindili.com/assets/img/shapes_left.png');
}

.hero__container::after {
	right: calc((100% - var(--hero-content-width)) / 2 - var(--hero-shape-right-width) - var(--hero-shape-right-gap));
	width: var(--hero-shape-right-width);
	background-image: url('https://dindili.com/assets/img/shapes_right.png');
}

.hero__container > .container {
	position: relative;
	z-index: 1;
}

@media (max-width: 1388px) {
	.hero__container {
		--hero-content-width: 1140px;
		--hero-shape-top: 28px;
		--hero-shape-bottom: 28px;
		--hero-shape-left-width: 104px;
		--hero-shape-right-width: 124px;
		--hero-shape-left-gap: 18px;
		--hero-shape-right-gap: 18px;
	}
}

@media (max-width: 1196px) {
	.hero__container {
		--hero-content-width: 960px;
		--hero-shape-left-width: 96px;
		--hero-shape-right-width: 112px;
		--hero-shape-left-gap: 14px;
		--hero-shape-right-gap: 14px;
	}
}

@media (max-width: 988px) {
	.hero__container {
		--hero-content-width: 720px;
		--hero-shape-left-width: 90px;
		--hero-shape-right-width: 104px;
		--hero-shape-left-gap: 10px;
		--hero-shape-right-gap: 10px;
	}
}

@media (max-width: 766px) {
	.hero__container {
		--hero-content-width: calc(100% - 24px);
		--hero-shape-left-width: 72px;
		--hero-shape-right-width: 84px;
		--hero-shape-left-gap: 12px;
		--hero-shape-right-gap: 12px;
		padding-top: 30px;
	}

}

@media (max-width: 575.98px) {
	.hero__container::before,
	.hero__container::after {
		display: none;
	}
}

.button,
.button:link,
.button:visited {
	background-color: #ef017f;
	color: white;
	padding: 12px 25px;
	border-radius: 25px;
	text-decoration: none;
	align-items: center;
	gap: 8px;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.button:hover {
	background-color: #00a2ff;
	transform: translateY(-3px);
}

:is(
	.button:not(.buttonWhite):not(.onboard-btn-step),
	.button.onboard__container-submiter-botaoActive,
	.kk-plans-button:not(.kk-plans-button--light),
	.btn-faq-primary,
	.stories-v2__cta-primary,
	.delivery-v2__cta-primary,
	.kk-kindle-button:not(.kk-kindle-button--light),
	.checkout-submit-button:not([disabled]),
	.kk-pricing-free-offer-modal__cta,
	.menu__suspenso-mobile__link--cta,
	.site-footer__cta,
	.workspace-page-header__cta,
	.workspace-action-button--primary:not(:disabled):not(.workspace-action-button--disabled),
	.ws-btn-primary:not([disabled]),
	.ws-action-primary,
	.ws-section-header__button,
	.ws-addon-card__btn--primary,
	.kk-welcome-modal .onboard__container-submiter-botao button.onboard__container-submiter-botaoActive,
	.kk-welcome-alert__btn,
	.account-confirm-btn--confirm,
	.btn-primary,
	.onboard__container-submiter-botaoActive,
	.login__container-submiter-botaoActive,
	.payment-status-card__button,
	.static-form__submit
) {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

:is(
	.button:not(.buttonWhite):not(.onboard-btn-step),
	.button.onboard__container-submiter-botaoActive,
	.kk-plans-button:not(.kk-plans-button--light),
	.btn-faq-primary,
	.stories-v2__cta-primary,
	.delivery-v2__cta-primary,
	.kk-kindle-button:not(.kk-kindle-button--light),
	.checkout-submit-button:not([disabled]),
	.kk-pricing-free-offer-modal__cta,
	.menu__suspenso-mobile__link--cta,
	.site-footer__cta,
	.workspace-page-header__cta,
	.workspace-action-button--primary:not(:disabled):not(.workspace-action-button--disabled),
	.ws-btn-primary:not([disabled]),
	.ws-action-primary,
	.ws-section-header__button,
	.ws-addon-card__btn--primary,
	.kk-welcome-modal .onboard__container-submiter-botao button.onboard__container-submiter-botaoActive,
	.kk-welcome-alert__btn,
	.account-confirm-btn--confirm,
	.btn-primary,
	.onboard__container-submiter-botaoActive,
	.login__container-submiter-botaoActive,
	.payment-status-card__button,
	.static-form__submit
)::before {
	content: '';
	position: absolute;
	top: 0;
	left: -150%;
	width: 75%;
	height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.45), transparent);
	transform: skewX(-20deg);
	animation: button-shimmer 3s ease-in-out infinite;
	z-index: 1;
	pointer-events: none;
}

:is(
	.button:not(.buttonWhite):not(.onboard-btn-step),
	.button.onboard__container-submiter-botaoActive,
	.kk-plans-button:not(.kk-plans-button--light),
	.btn-faq-primary,
	.stories-v2__cta-primary,
	.delivery-v2__cta-primary,
	.kk-kindle-button:not(.kk-kindle-button--light),
	.checkout-submit-button:not([disabled]),
	.kk-pricing-free-offer-modal__cta,
	.menu__suspenso-mobile__link--cta,
	.site-footer__cta,
	.workspace-page-header__cta,
	.workspace-action-button--primary:not(:disabled):not(.workspace-action-button--disabled),
	.ws-btn-primary:not([disabled]),
	.ws-action-primary,
	.ws-section-header__button,
	.ws-addon-card__btn--primary,
	.kk-welcome-modal .onboard__container-submiter-botao button.onboard__container-submiter-botaoActive,
	.kk-welcome-alert__btn,
	.account-confirm-btn--confirm,
	.btn-primary,
	.onboard__container-submiter-botaoActive,
	.login__container-submiter-botaoActive,
	.payment-status-card__button,
	.static-form__submit
) > * {
	position: relative;
	z-index: 2;
}

@keyframes button-shimmer {
	0% {
		left: -150%;
	}

	60% {
		left: 150%;
	}

	100% {
		left: 150%;
	}
}

.stories-v2__cta-primary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: #ef017f;
	color: white;
	padding: 10px 20px;
	border-radius: 25px;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.stories-v2__cta-primary:hover {
	background-color: #00a2ff;
	transform: translateY(-3px);
}

.stories-v2__cta-primary i {
	transition: transform 0.2s ease;
}

.stories-v2__cta-primary:hover i {
	transform: translateX(4px);
}

.stories-v2__cta-secondary,
.delivery-v2__cta-primary,
.delivery-v2__cta-secondary,
.kk-plans-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	transition: transform 0.2s ease;
}

.stories-v2__cta-secondary:hover,
.delivery-v2__cta-primary:hover,
.delivery-v2__cta-secondary:hover,
.kk-plans-button:hover {
	transform: translateY(-3px);
}

.stories-v2__cta-secondary i,
.delivery-v2__cta-primary i,
.delivery-v2__cta-secondary i,
.kk-plans-button i {
	transition: transform 0.2s ease;
}

.stories-v2__cta-secondary:hover i,
.delivery-v2__cta-primary:hover i,
.delivery-v2__cta-secondary:hover i,
.kk-plans-button:hover i {
	transform: translateX(4px);
}

.link-arrow {
	font-size: 12px;
	font-weight: 500;
	color: #555;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: color 0.2s, transform 0.2s ease;
}
.link-arrow:hover {
	color: #ef017f;
	transform: translateY(-3px);
}
.link-arrow i {
	transition: transform 0.2s ease;
}
.link-arrow:hover i {
	transform: translateX(4px);
}

.consequence-v2__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	transition: transform 0.2s ease;
}

.consequence-v2__cta:hover {
	transform: translateY(-3px);
}

.consequence-v2__cta i {
	transition: transform 0.2s ease;
}

.consequence-v2__cta:hover i {
	transform: translateX(4px);
}

.hero__container h1{
	font-size: 57px;
	line-height: 50px;
	font-family: "Bebas Neue", system-ui;
	font-weight: 600;
	letter-spacing: 0px;
}

.hero__container h1 span:nth-child(1) {
    color: #ef017f;
}

.hero__container h1 span:nth-child(2) {
    color: #88c701;
}

.hero__container h1 span:nth-child(3) {
    color: #0085de;
}

.hero__container h2{
	font-size: 30px;
	line-height: 25px;
	font-family: "Bebas Neue", system-ui;
	font-weight: 600;
	letter-spacing: -2px;
}

.features__container{
	padding-top: 30px;
	padding-bottom: 30px;
}

.features-bar {
	background: #fff;
	border-radius: 16px;
	padding: 14px 20px;
	position: relative;
	overflow: hidden;
	border: 1px solid #e9ecef;
	display: flex;
}

.features-bar .row {
	row-gap: 14px;
}

.features-bar::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #0085de, #ef017f 30%, #88c701 60%, #fdcf01);
}

.features-bar .feature-item {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 0 12px;
	border-right: 1px solid #e9ecef;
	cursor: pointer;
	transition: transform 0.2s ease;
}

.features-bar .feature-item:hover {
	transform: translateY(-3px);
}


.features-bar .feature-item:last-child {
	border-right: none;
}

.features-bar .feature-icon {
	font-size: 20px;
	flex-shrink: 0;
}

.features-bar .feature-title {
	font-weight: 700;
	font-size: 13px;
	color: #222;
}

.features-bar .feature-sub {
	font-size: 11px;
	color: #888;
	line-height: 1.25;
}

@media (max-width: 991.98px) {
	.features-bar .feature-item {
		flex: 0 0 50%;
		border-right: none;
	}
}

@media (max-width: 575.98px) {
	.features-bar .feature-item {
		flex: 0 0 100%;
	}
}

.cta-card {
	background: #1a1a2e;
	border-radius: 16px;
	padding: 16px 20px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
}

.cta-card h5 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1.4;
}

.cta-card .button {
	background-color: #ffffff;
	color: #1a1a2e;
	padding: 8px 16px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	align-self: flex-start;
	width: 100%;
}

/* Hamburger */
.hamburger {
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px;
}
.hamburger span {
	display: block;
	width: 24px;
	height: 3px;
	background: #222;
	margin: 5px 0;
	border-radius: 2px;
	transition: 0.3s;
}
.hamburger.active span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 6px);
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -6px);
}

.mobile-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1000;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.mobile-menu.active {
	display: flex;
	opacity: 1;
}
.mobile-menu a {
	font-size: 18px;
	color: #222;
	text-decoration: none;
	font-weight: 500;
}
.mobile-menu .button {
	background-color: #ef017f;
	color: #fff;
	padding: 12px 28px;
	border-radius: 25px;
	margin-top: 12px;
	transition: background-color 0.2s ease;
}

.mobile-menu .button:hover {
	background-color: #00a2ff;
}


















/* Layout & Header */
.header {
	/* background-color: #f5f5f5; */
	padding: 10px;
	/* margin-bottom: 50px; */
	height: 70px;
}

.header .header__logotipo a:link,
.header .header__logotipo a:visited {
	margin: 0;
	padding: 0;
	font-size: 34px;
	font-weight: 900;
	font-family: "Bebas Neue", sans-serif;
	color: #000000;
	text-decoration: none;
}

.header__menu {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header__menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 25px;
}

.header__menu a {
	text-decoration: none;
	color: #2d2d2d;
	/* text-transform: uppercase; */
	font-size: 12px;
	letter-spacing: 0.5px;
	transition: color 0.2s ease;
}

.header__menu a:hover {
	color: #007bff;
}

.sidebar {
	margin-top: 40px;
}

/* workspace */
.sidebar__menu {
	border-right: 1px solid #ededed;
	height: 100%;
	color: #8c8c8c;
}

.sidebar__profile-usuario {
	display: flex;
	margin-bottom: 50px;
}

.sidebar__profile-icone {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px;
}

.sidebar__profile-icone i {
	font-size: 20px;
	background-color: #272727;
	padding: 20px;
	border-radius: 50%;
}

.sidebar__profile-nome {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.sidebar__profile-nome p:nth-child(1) {
	font-size: 15px;
	font-weight: 700;
	margin: 0;
}

.sidebar__profile-nome p:nth-child(2) {
	font-size: 10px;
	margin: 0;
	text-transform: uppercase;
}

.sidebar__profile-nome p:nth-child(3),
.sidebar__profile-days {
	font-size: 8px;
	margin: 0;
	text-transform: uppercase;
}

.sidebar__profile-days {
	color: #64748b;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.sidebar__profile-nome a:link,
.sidebar__profile-nome a:visited {
	color: #8c8c8c;
	text-decoration: none;
}

.sidebar__profile-nome a:hover {
	color: #007bff;
	transition: 0.1s;
}

.sidebar__profile-opcoes ul,
.sidebar__profile-opcoes li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

.sidebar__profile-opcoes i {
	color: rgba(140, 140, 140, 0.6);
	font-size: 14px;
	margin-right: 12px;
	transition: all 0.2s ease-in-out;
}

.sidebar__profile-opcoes a:hover i {
	color: #007bff;
	transform: scale(1.1);
}

.sidebar__profile-opcoes a:hover .fa-right-from-bracket {
	color: #dc3545;
}

.sidebar__profile-opcoes a:link,
.sidebar__profile-opcoes a:visited {
	color: #8c8c8c;
	padding: 10px;
	display: block;
	margin-left: 15px;
	margin-right: 20px;
	margin-bottom: 5px;
	padding-left: 20px;
	text-decoration: none;
}

.sidebar__profile-opcoes a:hover {
	color: #007bff;
	background-size: 0% 0%;
	background-color: rgba(241, 241, 241, 0.5);
	border-radius: 25px;
	transition: 0.1s;
}

.sidebar__profile-photo {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
}

.sidebar__profile-photo img {
	border-radius: 50%;
	object-fit: cover;
	width: var(--tamanho-imagem);
	height: var(--tamanho-imagem);
}

.sidebar__profile-opcoes ul ul {
	margin-left: 35px;
	list-style-type: circle;
}

/* Campaign Area */
.workspace__time {
	display: flex;
	width: 100%;
	padding: 10px 0 10px 10px;
	border-radius: 10px;
	font-family: Bebas Neue;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
}

.workspace__time ul {
	display: flex;
	margin: 0;
	padding: 0;
	width: 100%;
	justify-content: space-between;
}

.workspace__time li {
	width: 100%;
	font-size: 14px;
	flex: 1;
	list-style: none;
	margin-right: 15px;
	text-align: center;
	border-radius: 7px;
	letter-spacing: 1px;
}

.workspace__time a:link.active,
.workspace__time a:visited.active {
	color: #007bff;
	background-color: #f4f4f4;
}

.workspace__time li a:link,
.workspace__time li a:visited {
	display: block;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	letter-spacing: 1px;
	border-radius: 7px;
	color: #8c8c8c;
	font-size: 12px;
}

.workspace__time li a:hover {
	display: block;
	color: #007bff;
	background-color: #f4f4f4;
	transition: all 0.5s;
}

.workspace__titulo {
	margin-bottom: 80px;
}

.workspace__titulo h1 {
	font-family: "Playfair Display", serif;
	font-size: 50px;
	font-weight: 100;
	line-height: 50px;
	word-break: break-word;
}

.workspace__titulo p {
	font-family: "Playfair Display", serif;
	font-size: 16px;
	font-weight: 100;
	line-height: 16px;
	word-break: break-word;
	letter-spacing: 3px;
	color: #8c8c8c;
}

.workspace__interno {
	/* margin-top: 25px; */
	margin-left: 25px;
	    min-height: 100vh;
}

@media (max-width: 991.98px) {
	.workspace__interno {
		margin-left: 0;
	}
}

/* .workspace__content {
	margin-top: 75px;
} */

/* REMOVER O SELETOR DOS CAMPOS NUMBER */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

/* DEIXA A COR DO TEXTO DO LABEL EM VERMELHO */
label.error {
	color: var(--form-error-color);
	font-size: 12px;
	margin: 0;
	padding: 0;
}

textarea.error {
	border: 1px solid var(--form-error-border-light);
}

input.error {
	border: 1px solid var(--form-error-border-dark) !important;
}

select.error {
	border: 1px solid var(--form-error-border-light);
}

.hero {
	margin-bottom: 40px;
	min-height: 780px;
}

/* Componente: Card de Campanha (BEM) adaptado para StoryVid style */
.hero__onboard-navigation {
	margin-top: 20px;
	text-align: center;
}

.hero__onboard-navigation img,
.hero__onboard-navigation video {
	width: 526px;
	height: 750px;
	border-radius: 25px;
	object-fit: cover;
}

.hero__onboard-step {
	display: flex;
	gap: 16px;
	width: 100%;
}

.hero__onboard-step .step {
	height: 3px;
	/* Espessura da linha */
	flex: 1;
	/* Faz todas terem o mesmo tamanho e preencherem o espaço */
	background-color: rgba(233, 233, 233, 1);
	/* Cor da linha inativa (branco transparente) */
	border-radius: 4px;
	transition: background-color 0.3s ease;
}

.hero__onboard-step .step.active {
	background-color: #838383;
	/* Cor da linha ativa (branco sólido) */
}

.hero__onboard-content {
	margin-top: 80px;
	margin-right: 20px;
}

.hero__onboard-content h1 {
	font-family: "Google Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 80px;
	line-height: 70px;
	word-spacing: 5px;
}

.hero__onboard-content p {
	font-family: "Google Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	word-spacing: 5px;
	color: #595959;
}

.hero__onboard-content__title span {
	background: linear-gradient(135deg, #8b5cf6 0%, #d946ef 50%, #f59e0b 100%);
	background: -webkit-linear-gradient(135deg, #8b5cf6 0%, #d946ef 50%, #f59e0b 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: 900;
}



.onboard__container {
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}



.onboard__container-title {
	font-family: "Google Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 80px;
	line-height: 70px;
	word-spacing: 5px;
}





















/* Promo Badge */
.promo-badge-wrapper {
	display: flex;
	/* justify-content: center; */
	width: 100%;
	margin: 0 0 40px 0;
}

.promo-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	background: linear-gradient(135deg, #8b5cf6 0%, #d946ef 50%, #f59e0b 100%);
	color: white;
	border-radius: 30px;
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
	box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4), 0 0 30px rgba(217, 70, 239, 0.3);
	animation: pulse 2s ease-in-out infinite;
	position: relative;
	overflow: hidden;
}

.promo-badge::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transform: rotate(45deg);
	animation: shimmer 3s linear infinite;
}

.promo-badge svg {
	flex-shrink: 0;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
	z-index: 1;
}

@keyframes pulse {

	0%,
	100% {
		transform: scale(1);
		box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4), 0 0 30px rgba(217, 70, 239, 0.3);
	}

	50% {
		transform: scale(1.05);
		box-shadow: 0 6px 25px rgba(139, 92, 246, 0.6), 0 0 40px rgba(217, 70, 239, 0.5);
	}
}

@keyframes shimmer {
	0% {
		transform: translateX(-100%) translateY(-100%) rotate(45deg);
	}

	100% {
		transform: translateX(100%) translateY(100%) rotate(45deg);
	}
}























.formulario__campos {
	margin-bottom: 20px;
}

.formulario__campos input,
.formulario__campos select {
	padding: 16px;
}

.formulario__campos-div {
	border-left: 1px solid #ededed;
	padding-left: 20px;
	margin-left: 40px;
	margin-bottom: 100px;
	opacity: 0.5;
	transition: all 0.5s;
}

.formulario__campos-div:hover {
	opacity: 1;
}

.formulario__campos-transacao h2 {
	font-family: var(--header_h1-font-family);
	font-size: 24px;
	font-weight: var(--header_h1-font-weight);
	line-height: 50px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ededed;
}

.termos-aviso,
.formulario__campos-aviso {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #bdbdbd;
	font-size: 11px;
	line-height: 1.5;
	font-weight: 400;
	text-align: left;
}

.termos-aviso a,
.formulario__campos-aviso a {
	color: #bdbdbd;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.termos-aviso a:hover,
.formulario__campos-aviso a:hover {
	color: #bdbdbd;
}

.onboard__container-submiter {
	margin-top: 60px;
	border-top: 1px solid #ededed;
	padding-top: 20px;
}

.onboard__container-submiter a:link,
.onboard__container-submiter a:visited {
	color: #0069a7;
	text-decoration: none;
}

.onboard__container-submiter a:hover {
	color: #00a2ff;
}

.formulario__submeter .termos-aviso a,
.onboard__container-submiter .termos-aviso a {
	color: #bdbdbd;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.formulario__submeter .termos-aviso a:hover,
.onboard__container-submiter .termos-aviso a:hover {
	color: #bdbdbd;
}

.termos-aviso-wrap,
.formulario__submeter-aviso,
.onboard__container-submiter-aviso {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-start;
}

.onboard__container-submiter-aviso p,
.onboard__container-submiter-aviso .termos-aviso,
.formulario__submeter-aviso .termos-aviso,
.termos-aviso-wrap .termos-aviso {
	margin: 0;
	padding: 0;
}

.onboard__container-submiter-botaoActive {
	background-color: #0069a7 !important;
	color: #ffffff !important;
}

.onboard__container-submiter-botaoActive:hover {
	background-color: #00a2ff !important;
	color: #ffffff !important;
}

.onboard__container-submiter-botao {
	display: flex;
	justify-content: end;
	align-items: center;
	font-size: 14px;
	height: 100%;
}

.onboard__container-submiter-botao button {
	padding: 10px 40px;
	border-radius: 25px;
	border: 1px solid #00a2ff;
	/* width: 100%; */
	background-color: rgba(255, 255, 255, 1);
	color: #00a2ff;
	margin-left: 5px;
}

.onboard__container-submiter-botao button:hover {
	/* width: 100%; */
	background-color: #00a2ff;
	color: #FFFFFF;
	cursor: pointer;
	/* transform: scale(1.09); */
	transition: 0.2s;
}

.formulario__more {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.formulario__more a:link,
.formulario__more a:visited {
	font-size: 10px;
	color: #9c9c9c;
	text-decoration: underline;
}

.formulario__more a:hover {
	color: #00a2ff;
}

.formulario__more-info {
	display: none;
}

/* REMOVER O SELETOR DOS CAMPOS NUMBER */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

/* DEIXA A COR DO TEXTO DO LABEL EM VERMELHO */
label.error {
	color: var(--form-error-color);
	font-size: 12px;
	margin: 0;
	padding: 0;
}

textarea.error {
	border: 1px solid var(--form-error-border-light);
}

input.error {
	border: 1px solid var(--form-error-border-dark) !important;
}

select.error {
	border: 1px solid var(--form-error-border-light);
}


.form-phone::placeholder {
	color: rgb(211, 211, 211);
	opacity: 1;
	/* Firefox */
}

.form-phone::-ms-input-placeholder {
	/* Edge 12 -18 */
	color: rgb(211, 211, 211);
}




.red {
	color: red !important;
}

.blue {
	color: #007bff !important;
}

















.header__testimonial {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	height: auto;
	margin-top: 100px;
	background: #f1f1f1;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
	border-radius: 25px;
}

.header__testimonial-imgs ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header__testimonial-imgs li {
	margin: 0;
	padding: 0;
}

.header__testimonial-imgs img {
	border: 2px solid #ffffff;
	border-radius: 50%;
	width: 45px;
	margin-left: -23px;
}

.header__testimonial-rating {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.header__testimonial-trusted p {
	margin: 0;
	padding: 0;
	margin-left: 15px;
	/* font-family: var(--header_h2-font-family); */
	font-size: 16px;
	/* font-weight: var(--header_h2-font-weight); */
	/* letter-spacing: 3px; */
	color: #8c8c8c;
}

.header__testimonial-stars svg {
	color: #00a2ff;
}




































.hero__onboard-content__btn {
	margin-top: 50px;
}


.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	border-radius: 25px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border: none;
	text-decoration: none;
	gap: 12px;
	position: relative;
	overflow: hidden;
}

/* Upload Button Wrapper */
.btn--upload-wrapper {
	position: relative;
	display: inline-block;
}

/* Rainbow Glow Shadow Effect - full 100% */
.btn--upload-glow {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: -8px;
	border-radius: 25px;
	background: conic-gradient(from var(--rainbow-angle, 0deg),
			#ff0000 0%,
			#ff8000 14%,
			#ffff00 28%,
			#00ff00 42%,
			#00ffff 57%,
			#0080ff 71%,
			#ff00ff 85%,
			#ff0000 100%);
	filter: blur(20px);
	opacity: 0.7;
	animation: rainbow-rotate 2.5s linear infinite;
	z-index: 0;
	pointer-events: none;
	transition: opacity 0.3s ease, filter 0.3s ease;
}

/* Upload Button - Premium Gradient */
.btn--upload {
	background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
	color: white;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	border: none;
	min-width: 285px;
	padding: 16px 32px;
	position: relative;
	z-index: 1;
}

/* Rainbow border effect - full 100% */
.btn--upload::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 25px;
	background: conic-gradient(from var(--rainbow-angle, 0deg),
			#ff0000 0%,
			#ff8000 14%,
			#ffff00 28%,
			#00ff00 42%,
			#00ffff 57%,
			#0080ff 71%,
			#ff00ff 85%,
			#ff0000 100%);
	z-index: -2;
	animation: rainbow-rotate 2.5s linear infinite;
}

/* Inner background to create border effect */
.btn--upload::after {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	border-radius: 25px;
	background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
	z-index: -1;
}

/* Static subtle border */
.btn--upload {
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

@property --rainbow-angle {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

@keyframes rainbow-rotate {
	0% {
		--rainbow-angle: 0deg;
	}

	100% {
		--rainbow-angle: 360deg;
	}

}

.btn--upload:hover {
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 10px 25px -3px rgba(139, 92, 246, 0.4), 0 4px 10px -2px rgba(217, 70, 239, 0.3);
}

.btn--upload-wrapper:hover .btn--upload-glow {
	opacity: 1;
	filter: blur(25px);
}

.btn--upload:hover::after {
	background: linear-gradient(135deg, #334155 0%, #1e293b 100%);
}

.btn--upload svg {
	stroke: #fff;
	flex-shrink: 0;
}

.btn__text {
	display: flex;
	align-items: baseline;
	gap: 12px;
	white-space: nowrap;
}

.btn__text small {
	font-size: 11px;
	margin-left: 20px;
	font-weight: 400;
	color: rgb(161 161 161 / 50%);
}

/*
============================================
workspace

- Formulario de envio
- Confirmacao de envio
============================================
*/
.workspace__transactions {
	margin-top: 45px;
	margin-bottom: 25px;
}

.workspace__transactions-data {
	font-size: 14px;
	color: #8c8c8c;
	margin-bottom: 30px;
	margin-top: 90px;
	font-weight: 500;
}

.workspace__transactions-data a:link,
.workspace__transactions-data a:visited {
	color: #979797;
	text-decoration: none;
}

.workspace__transactions-data a:hover {
	color: #007bff;
	text-decoration: none;
}

.workspace__transactions-item,
.workspace__transactions-item:link,
.workspace__transactions-item:visited {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
	text-decoration: none;
}

.workspace__transactions-itemIcon {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 55px;
	max-width: 55px;
	background-color: #ddedff;
	padding: 15px;
	border-radius: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.workspace__transactions-itemIcon i {
	color: #007bff;
}

.workspace__transactions-itemTransaction {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	padding: 10px;
	height: 100%;
}

.workspace__transactions-itemTransaction h3 {
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	color: #606060;
}

.workspace__transactions-itemTransaction p {
	font-size: 12px;
	font-weight: 300;
	margin: 0;
	color: #8c8c8c;
}

.workspace__transactions-itemValue {
	display: flex;
	align-items: center;
	min-width: 100px;
	padding: 10px;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}

.workspace__transactions-itemValue p {
	margin: 0;
	color: #007bff;
	font-size: 14px;
}

.workspace__transactions-itemValue i {
	margin-left: 7px;
	font-size: 10px;
	color: #007bff;
}

/* Workspace Traits similar to onboard */
.workspace__traits-section {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #ededed;
}

.workspace__children-section {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #ededed;
}

.workspace__section-title {
	font-family: "Playfair Display", serif;
	font-size: 30px;
	font-weight: 100;
	margin-bottom: 30px;
	color: #2d2d2d;
}

.child-card {
	background: #f9f9f9;
	border: 1px solid #ededed;
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.child-info h4 {
	margin: 0;
	font-size: 18px;
	color: #2d2d2d;
}

.child-info p {
	margin: 5px 0 0 0;
	font-size: 14px;
	color: #8c8c8c;
}

.child-actions a {
	color: #007bff;
	text-decoration: none;
	font-size: 14px;
}

.child-actions a:hover {
	text-decoration: underline;
}








.gateway__titulo {
	margin-top: 80px;
}

.gateway__titulo h1 {
	font-family: "Google Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 70px;
	line-height: 60px;
	word-spacing: 5px;
}

.gateway__titulo p {
	font-family: "Google Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	word-spacing: 5px;
	color: #595959;
}
/* Workspace stories dashboard */
.sidebar__profile-opcoes li {
	position: relative;
}

.sidebar__badge {
	position: absolute;
	top: 0;
	font-family: "Bebas Neue", sans-serif;
	color: #ffffff;
	padding: 2px 6px;
	border-radius: 5px;
	font-size: 10px;
}

.sidebar__badge.vermelho { background-color: #ef4444; }
.sidebar__badge.azul { background-color: #2563eb; }
.sidebar__badge.verde { background-color: #16a34a; }
.sidebar__badge.cinza { background-color: #6b7280; }

.workspace__dashboard,
.workspace__stories,
.workspace__story-reader,
.workspace__settings {
	padding-bottom: 30px;
}

.workspace__section-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.workspace__section-header h2,
.summary-card strong,
.dashboard-card__content strong {
	font-weight: 700;
}

.workspace__section-header h2 {
	margin: 0;
	font-size: 24px;
	color: #1f2937;
}

.workspace__section-header p {
	margin: 6px 0 0;
	color: #6b7280;
}

.dashboard-card,
.summary-card,
.device-card,
.story-card,
.story-reader,
.workspace__settings-panel {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 22px;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.dashboard-card,
.summary-card,
.device-card {
	display: flex;
	gap: 14px;
	padding: 20px;
	align-items: flex-start;
	height: 100%;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.dashboard-card:hover,
.summary-card:hover,
.device-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.dashboard-card__icon,
.device-card__icon {
	width: 48px;
	height: 48px;
	border-radius: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex: 0 0 auto;
}

.dashboard-card__content,
.device-card__content {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.dashboard-card__content strong,
.summary-card strong {
	font-size: 28px;
	line-height: 1;
}

.dashboard-card__content small,
.summary-card small,
.device-card__content small,
.story-card p,
.story-reader__rating p,
.workspace__settings-panel p {
	color: #6b7280;
}

.dashboard-card__label,
.summary-card span,
.settings-kicker {
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-weight: 700;
	color: #6b7280;
}

.dashboard-card--primary .dashboard-card__icon { background: #dbeafe; color: #2563eb; }
.dashboard-card--accent .dashboard-card__icon { background: #ede9fe; color: #7c3aed; }
.dashboard-card--success .dashboard-card__icon { background: #dcfce7; color: #16a34a; }
.dashboard-card--dark .dashboard-card__icon { background: #e5e7eb; color: #111827; }

.summary-card { flex-direction: column; justify-content: center; }
.summary-card--primary { background: linear-gradient(135deg, #eff6ff, #ffffff); }
.summary-card--accent { background: linear-gradient(135deg, #f5f3ff, #ffffff); }
.summary-card--dark { background: linear-gradient(135deg, #f9fafb, #ffffff); }
.summary-card strong { font-size: 30px; color: #111827; }
.summary-card small { font-size: 13px; }

.device-card {
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	position: relative;
}

.device-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.device-card__status {
	width: 26px;
	height: 26px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

.device-card__content h3,
.story-card h3,
.story-reader__rating h2 {
	margin: 0;
	font-size: 20px;
	color: #111827;
}

.device-card__content p {
	margin: 0;
	font-weight: 600;
}

.device-card--enabled .device-card__status { background: #dcfce7; color: #16a34a; }
.device-card--disabled .device-card__status { background: #fee2e2; color: #dc2626; }
.device-card--blue .device-card__icon { background: #dbeafe; color: #2563eb; }
.device-card--green .device-card__icon { background: #dcfce7; color: #16a34a; }
.device-card--orange .device-card__icon { background: #ffedd5; color: #ea580c; }
.device-card--purple .device-card__icon { background: #ede9fe; color: #7c3aed; }

.story-card {
	padding: 22px;
	margin-bottom: 16px;
}

.story-card__meta-top {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.story-card__time {
	font-size: 13px;
	font-weight: 700;
	color: #4b5563;
}

.story-card p {
	margin: 10px 0 0;
}

.story-card__stars {
	display: inline-flex;
	gap: 4px;
	font-size: 14px;
	color: #cbd5e1;
}

.story-card__stars .is-filled { color: #f59e0b; }

.empty-state {
	text-align: center;
	padding: 56px 24px;
	border: 2px dashed #d1d5db;
	border-radius: 24px;
	background: #fafafa;
}

.empty-state i {
	font-size: 42px;
	color: #cbd5e1;
	margin-bottom: 14px;
}

.empty-state h3 {
	margin: 0;
	font-size: 22px;
	color: #111827;
}

.empty-state p { margin: 10px 0 0; }

.story-reader {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 24px;
	padding: 24px;
}

.story-reader__body,
.story-reader__rating {
	background: #f8fafc;
	border-radius: 25px;
	padding: 22px;
}

.story-reader__content {
	white-space: pre-line;
	font-size: 17px;
	line-height: 1.8;
	color: #111827;
	margin: 0;
}

.story-rating-form__stars {
	display: inline-flex;
	flex-direction: row-reverse;
	gap: 6px;
}

.story-rating-form__stars input {
	display: none;
}

.story-rating-form__stars label {
	font-size: 22px;
	color: #cbd5e1;
	cursor: pointer;
}

.story-rating-form__stars input:checked ~ label,
.story-rating-form__stars label:hover,
.story-rating-form__stars label:hover ~ label {
	color: #f59e0b;
}

.workspace__settings-panel {
	padding: 24px;
}

.workspace__settings-panel-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
}

.workspace__settings-panel-header h2 {
	margin: 6px 0 8px;
	font-size: 30px;
	color: #111827;
}

.setting-option {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px;
	border-radius: 25px;
	border: 1px solid #e5e7eb;
	background: #fff;
	height: 100%;
	width: 100%;
	cursor: pointer;
	position: relative;
}

.setting-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.setting-option__icon {
	width: 46px;
	height: 46px;
	border-radius: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex: 0 0 auto;
}

.setting-option__content {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.setting-option__content strong {
	font-size: 18px;
	color: #111827;
}

.setting-option__content small {
	color: #6b7280;
}

.setting-option__check {
	margin-left: auto;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #dcfce7;
	color: #16a34a;
}

.setting-option--blue .setting-option__icon { background: #dbeafe; color: #2563eb; }
.setting-option--green .setting-option__icon { background: #dcfce7; color: #16a34a; }
.setting-option--orange .setting-option__icon { background: #ffedd5; color: #ea580c; }
.setting-option--purple .setting-option__icon { background: #ede9fe; color: #7c3aed; }
.setting-option--fixed { cursor: default; }

@media (max-width: 992px) {
	.story-reader {
		grid-template-columns: 1fr;
	}

	.workspace__section-header,
	.workspace__settings-panel-header {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 576px) {
	.dashboard-card,
	.summary-card,
	.device-card,
	.story-card,
	.workspace__settings-panel,
	.story-reader__body,
	.story-reader__rating {
		border-radius: 18px;
	}

	.dashboard-card__content strong,
	.summary-card strong {
		font-size: 24px;
	}
}


/* ============================================
   Dindili mobile header/menu + onboarding polish
   ============================================ */
body.menu-open {
    overflow: hidden;
}

.header {
    position: relative;
    z-index: 20;
}

.header__mobile-toggle {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    /* box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12); */
}

.header__mobile-toggle i {
    color: #1f2937;
	font-size: 22px;
}

.menu__suspenso-mobile {
    position: fixed;
    inset: 0;
    z-index: 1050;
    background: rgba(15, 23, 42, 0.72);
    backdrop-filter: blur(18px);
}

.menu__suspenso-mobile__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: transparent;
}

.menu__suspenso-mobileFull {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 20px 18px 32px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.menu__suspenso-mobile__header {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.menu__suspenso-mobile__brand {
    display: inline-flex;
    line-height: 0;
    text-decoration: none;
}

.menu__suspenso-mobile__brand .logotipo {
    display: block;
    max-height: 38px;
    width: auto;
}

.menu__suspenso-mobile_close {
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    color: #fff;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    margin: 0;
    position: static;
    width: 46px;
}

.menu__suspenso-mobile_close i {
    color: #fff;
}

.menu__suspenso-mobile__profile {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    display: grid;
    flex-shrink: 0;
    gap: 14px;
    margin-bottom: 10px;
    padding-bottom: 22px;
}

.menu__suspenso-mobile__profile-card {
    align-items: center;
    color: #fff;
    display: flex;
    gap: 14px;
    text-decoration: none;
}

.menu__suspenso-mobile__profile-card:hover {
    color: #fff;
    opacity: 0.92;
}

.menu__suspenso-mobile__avatar {
    border: 3px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    flex: 0 0 56px;
    height: 56px;
    object-fit: cover;
    width: 56px;
}

.menu__suspenso-mobile__profile-text {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.menu__suspenso-mobile__profile-text strong {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.15;
}

.menu__suspenso-mobile__profile-text span {
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.menu__suspenso-mobile__profile-text small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.menu__suspenso-mobile__credits {
    align-items: center;
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    padding: 10px 14px;
    text-decoration: none;
}

.menu__suspenso-mobile__credits:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.menu__suspenso-mobile__credits i {
    color: #fdcf01;
    font-size: 14px;
}

.menu__suspenso-mobile__credits span {
    font-weight: 600;
}

.menu__suspenso-mobile__nav {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.menu__suspenso-mobile__cta {
    flex-shrink: 0;
    padding-top: 16px;
}

.menu__suspenso-mobile__nav ul,
.menu__suspenso-mobile__nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu__suspenso-mobile__nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu__suspenso-mobile__nav li:last-child {
    border-bottom: 0;
}

.menu__suspenso-mobile__link {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    min-height: 58px;
    padding: 14px 2px;
    text-decoration: none;
    transition: color .2s ease, opacity .2s ease;
}

.menu__suspenso-mobile__link:hover {
    color: #f9a8d4;
}

.menu__suspenso-mobile__link--cta {
    background: #ef017f;
    border-radius: 999px;
    color: #fff !important;
    justify-content: center;
    margin-top: 0;
    min-height: 54px;
    padding: 0 20px;
    width: 100%;
}

.menu__suspenso-mobile__link--cta:hover {
    background: #00a2ff;
    color: #fff !important;
}

.workspace-footer {
    margin-top: 28px;
    padding: 14px 0 6px;
    border-top: 1px solid #e5e7eb;
}

.workspace-footer .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.workspace-footer__copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.workspace-footer__copy strong {
    font-size: 14px;
    color: #111827;
}

.workspace-footer__copy span {
    font-size: 12px;
    color: #6b7280;
    letter-spacing: .02em;
}

.workspace-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.workspace-footer__links a:link,
.workspace-footer__links a:visited {
    color: #475569;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.workspace-footer__links a:hover {
    color: #007bff;
}

.site-footer {
    position: relative;
    overflow: hidden;
    background: #0a0a0e;
    color: #f4f4f5;
    padding: 64px 0 28px;
    margin-top: 70px;
}

.site-footer__glow {
    position: absolute;
    inset: auto -10% -40% auto;
    width: min(520px, 70vw);
    height: 320px;
    background: radial-gradient(circle, rgba(239, 1, 127, 0.22) 0%, rgba(239, 1, 127, 0) 72%);
    pointer-events: none;
}

.site-footer__container {
    position: relative;
    z-index: 1;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 0.72fr)) minmax(180px, 0.9fr);
    gap: 32px 28px;
    align-items: start;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}

.site-footer__logo {
    display: inline-flex;
    width: fit-content;
}

.site-footer__logo img {
    display: block;
    width: auto;
    max-width: 168px;
    height: auto;
}

.site-footer__tagline {
    margin: 0;
    max-width: 34ch;
    color: #a1a1aa;
    font-size: 14px;
    line-height: 1.65;
}

.site-footer__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 12px 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ef017f, #ff4f9a);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(239, 1, 127, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.site-footer__cta:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #00a2ff, #4cc3ff);
    color: #fff;
    box-shadow: 0 16px 34px rgba(0, 162, 255, 0.24);
}

.site-footer__social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: #f4f4f5;
    font-size: 18px;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.site-footer__social-link:hover {
    transform: translateY(-2px);
    border-color: rgba(239, 1, 127, 0.45);
    background: rgba(239, 1, 127, 0.14);
    color: #fff;
}

.site-footer__heading {
    margin: 0 0 14px;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
}

.site-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.site-footer__list a:link,
.site-footer__list a:visited {
    color: #d4d4d8;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer__list a:hover {
    color: #f97316;
}

.site-footer__mascot {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 100%;
}

.site-footer__mascot-image {
    display: block;
    width: min(220px, 100%);
    height: auto;
    filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.35));
    transform: translateY(12px);
}

.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-top: 22px;
}

.site-footer__copy {
    margin: 0;
    color: #71717a;
    font-size: 13px;
}

.site-footer__bottom-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.site-footer__bottom-links a:link,
.site-footer__bottom-links a:visited {
    color: #a1a1aa;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.site-footer__bottom-links a:hover {
    color: #f97316;
}



.formulario__campos label {
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 8px;
}

.formulario__campos input,
.formulario__campos select {
    border-radius: 16px;
    border: 1px solid #dbe3ef;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    padding: 15px 18px;
}

.formulario__campos input:focus,
.formulario__campos select:focus {
    border-color: #8b5cf6;
    box-shadow: 0 0 0 0.2rem rgba(139, 92, 246, 0.14);
}

.onboard__container-form {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.onboard__container-title h1,
.hero__onboard-content h1 {
    font-size: 72px;
    line-height: 0.95;
}

.hero__onboard-content p {
    font-size: 16px;
    line-height: 1.7;
}

.hero__onboard-mobile-video {
    width: 100%;
}

.hero__onboard-mobile-video video {
    width: 100%;
    display: block;
    border-radius: 25px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.onboard__container-submiter-botao button {
    border-radius: 16px;
    padding: 12px 22px;
    border-color: #8b5cf6;
    background: #fff;
    color: #6d28d9;
    font-weight: 600;
}

.onboard__container-submiter-botaoActive {
    background: linear-gradient(135deg, #8b5cf6, #d946ef) !important;
    border-color: transparent !important;
    color: #fff !important;
}

.onboard__container-submiter-botao button:hover {
    background: #f5f3ff;
    color: #5b21b6;
}

.onboard__cards {
    border-radius: 18px;
    border: 1px solid rgba(226, 232, 240, 1);
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.onboard__cards.active {
    background: linear-gradient(180deg, #f5f3ff, #eff6ff);
}

@media (max-width: 991.98px) {
    .hero {
        min-height: auto;
    }

    .header {
        height: auto;
        padding: 12px 0;
    }

    .hero__onboard-content {
        margin-top: 34px;
        margin-right: 0;
    }

    .hero__onboard-content h1,
    .onboard__container-title h1 {
        font-size: 38px;
        line-height: 1;
    }

    .hero__onboard-content p {
        font-size: 15px;
    }

    .btn--upload {
        padding: 16px 18px;
    }

    .btn__text {
        flex-direction: column;
        align-items: center;
        gap: 2px;
        white-space: normal;
        text-align: center;
    }

    .btn__text small {
        margin-left: 0;
    }

    .onboard__container-title {
        font-size: 38px;
        line-height: 1.04;
    }

    .onboard__container-submiter {
        margin-top: 34px;
    }

    .onboard__container-submiter-botao {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .onboard__container-submiter-botao button,
    .hero__onboard-content__btn .btn--upload {
        width: 100%;
    }

    .site-footer {
        padding-top: 48px;
    }

    .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 20px;
    }

    .site-footer__brand {
        grid-column: 1 / -1;
    }

    .site-footer__mascot {
        grid-column: 1 / -1;
        justify-content: flex-start;
        margin-top: -8px;
    }

    .site-footer__mascot-image {
        width: min(180px, 56vw);
        transform: none;
    }

    .site-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .onboard__container-form {
        padding: 18px;
    }
}

@media (max-width: 575.98px) {
    .hero__onboard-content h1,
    .onboard__container-title h1 {
        font-size: 32px;
    }

    .hero__onboard-content p {
        font-size: 14px;
    }

    .header__mobile-toggle,
    .menu__suspenso-mobile_close {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    .menu__suspenso-mobileFull {
        padding: 18px 16px 28px;
    }

    .onboard__container-form {
        padding: 16px;
        border-radius: 25px;
    }

    .onboard__container-submiter-botao button {
        width: 100%;
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
    }

    .site-footer__cta {
        width: 100%;
        justify-content: center;
    }
}

:is(h1, h2, h3, h4) span {
	background:
		linear-gradient(100deg, transparent 0 11%, rgba(255, 255, 255, 0.24) 11% 15%, transparent 15% 100%),
		linear-gradient(75deg, transparent 0 32%, rgba(255, 255, 255, 0.22) 32% 36%, transparent 36% 100%),
		linear-gradient(105deg, transparent 0 56%, rgba(255, 255, 255, 0.2) 56% 60%, transparent 60% 100%),
		linear-gradient(80deg, transparent 0 80%, rgba(255, 255, 255, 0.23) 80% 84%, transparent 84% 100%),
		linear-gradient(currentColor, currentColor) !important;
	-webkit-background-clip: text !important;
	background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}
