.guia-cte-os-main {
	background: #fff;
}
.guide-hero {
	padding: 4.5rem 0 3rem;
}
.guide-hero h1 {
	font-size: clamp(2rem, 3.2vw, 3.25rem);
	line-height: 1.15;
	margin-bottom: 1rem;
	text-wrap: balance;
	word-break: keep-all;
	overflow-wrap: normal;
}
.guide-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
	margin-bottom: 1.25rem;
	font-size: .9rem;
}
.guide-breadcrumb a,
.guide-breadcrumb strong {
	color: #216c62;
}
.guide-help-box,
.guide-sidebar,
.guide-related {
	border: 1px solid #dce8e4;
	background: #fff;
	padding: 1.35rem;
	border-radius: 8px;
}
.guide-help-box p,
.guide-help-box p {
	font-size: .98rem;
}
.guide-body {
	padding: 2.5rem 0 4rem;
}
.guide-sidebar {
	position: sticky;
	top: 6.25rem;
}
.guide-sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.guide-sidebar li + li {
	border-top: 1px solid #edf3f1;
}
.guide-sidebar a {
	display: block;
	padding: .7rem 0;
	color: #34413f;
	text-decoration: none;
	transition: color .2s ease, font-weight .2s ease, transform .2s ease, background-color .2s ease, padding-left .2s ease;
}
.guide-sidebar a:hover {
	color: #1f7668;
	font-weight: 700;
	padding-left: .35rem;
	transform: translateX(2px);
	background: rgba(91,192,190,.08);
}
.guide-sidebar .active a {
	color: #218875;
	font-weight: 700;
}
.guide-body article p,
.guide-body article li {
	max-width: 84ch;
	line-height: 1.64;
}
.guide-quick-answer {
	display: grid;
	grid-template-columns: 2.8rem minmax(0,1fr);
	gap: 1rem;
	margin: 0 0 2.2rem;
	padding: 1.35rem 1.5rem 1.25rem;
	border-left: 4px solid #218875;
	background: #f2f8f6;
}
.guide-quick-answer-mark {
	color: #218875;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	padding-top: .05rem;
}
.guide-quick-answer h2 {
	color: #12463f;
	font-size: 1.05rem;
	letter-spacing: .01em;
	margin: 0 0 .45rem;
}
.guide-quick-answer p {
	color: #263f3b;
	font-size: 1.08rem;
	margin: 0;
}
.guide-quick-answer .guide-editorial-meta {
	color: #526d68;
	font-size: .82rem;
	line-height: 1.45;
	margin-top: .7rem;
}
.guide-official-sources {
	margin-top: 1.1rem;
	margin-bottom: .78rem;
	padding: .25rem 0 0 !important;
}
.guide-official-sources h2 {
	color: #34413f;
	font-size: .92rem;
	margin-bottom: .55rem;
}
.guide-official-sources ul {
	font-size: .82rem;
	line-height: 1.5;
	margin: 0 0 .55rem;
	padding-left: 1.1rem;
}
.guide-official-sources p {
	color: #657674;
	font-size: .78rem;
	line-height: 1.5;
	margin: 0;
}
.guide-summary {
	border-bottom: 1px solid #dce8e4;
	margin-bottom: 1.8rem;
	padding-bottom: 1rem;
}
.guide-section {
	padding: 0;
	margin-bottom: 1.8rem;
}
.guide-section h2 {
	color: #25302e;
	font-size: clamp(1.45rem, 2vw, 2rem);
	line-height: 1.25;
	margin-bottom: .85rem;
	text-wrap: balance;
}
.guide-section h2:after {
	content: "";
	display: block;
	width: 4.8rem;
	height: 3px;
	margin-top: .45rem;
	border-radius: 999px;
	background: linear-gradient(90deg,#45b89d 0 62%,#ffc25c 62% 100%);
}
.guide-faq h2:after {
	display: none;
}
.guide-section p {
	margin-bottom: .78rem;
}
.guide-checklist {
	display: grid;
	gap: .85rem;
	margin: 1.25rem 0 1.9rem;
}
.guide-check-item {
	display: flex;
	gap: .75rem;
	align-items: flex-start;
	padding: .9rem 1rem;
	background: #f5fbf8;
	border: 1px solid #d9eee7;
	border-radius: 8px;
}
.guide-check-item i {
	color: #218875;
	margin-top: .25rem;
	transform-origin: center;
	transition: color .18s ease, transform .18s ease;
}
.guide-check-item i:before {
	content: "\f10c";
}
.guide-check-item.is-checked i:before {
	content: "\f058";
}
.guide-check-item.is-checked i {
	animation: guide-check-pop .42s cubic-bezier(.2,.9,.25,1.25);
}
.guide-checklist.is-shaking .guide-check-item i {
	animation: guide-check-shake .35s ease-in-out;
}
.guide-topic-cards {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: .95rem;
	margin-top: .9rem;
}
.guide-topic-card {
	display: block;
	min-height: 128px;
	border: 1px solid #dce8e4;
	border-radius: 8px;
	padding: 1.05rem 1.1rem;
	color: #2f2f2f;
	background: #fff;
	text-decoration: none;
	transition: background-color .24s ease, border-color .24s ease, transform .24s ease, box-shadow .24s ease;
}
.guide-topic-card:hover {
	background: #f2fbf8;
	border-color: #96d8ca;
	box-shadow: 0 6px 14px rgba(33,136,117,.09);
	transform: translateY(-3px);
	text-decoration: none;
}
.guide-topic-card:hover strong,
.guide-topic-card:hover span,
.guide-topic-card strong,
.guide-topic-card span {
	text-decoration: none;
}
.guide-topic-card strong,
.guide-topic-card span {
	display: block;
}
.guide-topic-card strong {
	color: #1f7668;
	margin-bottom: .55rem;
}
.guide-topic-card span {
	font-size: .95rem;
	line-height: 1.45;
}
.guide-faq details {
	border-top: 1px solid #dce8e4;
	padding: .48rem 0;
}
.guide-faq details:last-child {
	border-bottom: 1px solid #dce8e4;
}
.guide-faq summary {
	cursor: pointer;
	font-weight: 700;
	color: #25302e;
}
.guide-state-filter,
.guide-cnpj-check-form input,
.guide-lead-contact-form input {
	width: 100%;
	margin-bottom: .85rem;
}
.guide-state-filter {
	height: 48px;
	border: 1px solid #cfe7df;
	border-radius: 6px;
	background: #fff;
	color: #25302e;
	padding: .45rem 2.5rem .45rem .85rem;
	box-shadow: inset 0 1px 0 rgba(18,70,63,.03);
	background-image: linear-gradient(45deg, transparent 50%, #218875 50%), linear-gradient(135deg, #218875 50%, transparent 50%);
	background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}
.guide-state-filter:focus {
	border-color: #5bc0be;
	box-shadow: 0 0 0 3px rgba(91,192,190,.14);
	outline: 0;
}
.guide-agency-list {
	display: grid;
	gap: .8rem;
	margin-top: 1rem;
}
.guide-agency-item {
	background: #fff;
	border: 1px solid #d7e8e4;
	border-radius: 8px;
	padding: 1.05rem 1.1rem;
	box-shadow: 0 2px 6px rgba(18,70,63,.035);
	transition: background-color .24s ease, border-color .24s ease, transform .24s ease, box-shadow .24s ease;
}
.guide-agency-item:hover {
	background: #fff;
	border-color: #96d8ca;
	transform: translateY(-1px);
	box-shadow: 0 5px 12px rgba(18,70,63,.06);
}
.guide-agency-item p {
	margin: .35rem 0 .55rem;
}
.guide-agency-item strong {
	color: #243f3b;
	font-weight: 700;
}
.guide-agency-item a {
	color: #218875;
	font-weight: 700;
	text-decoration: none;
}
.guide-agency-item a:hover {
	color: #12463f;
	text-decoration: none;
}
.guide-resource-box {
	background: #f7fcfb;
	border: 1px solid #d9eee7;
	border-radius: 8px;
	padding: 1.55rem !important;
	margin-top: 1.35rem;
}
.guide-resource-box h2 {
	margin: 0 0 .75rem;
	line-height: 1.2;
}
.guide-resource-box p {
	margin-bottom: .95rem;
}
.guide-resource-box label {
	display: block;
	color: #526775;
	font-size: .9rem;
	font-weight: 700;
	margin-bottom: .45rem;
}
.guide-faq-divider {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 4px;
	margin: 2.2rem 0 1.65rem;
	border-radius: 999px;
	overflow: hidden;
}
.guide-faq-divider span:first-child {
	background: #45b89d;
}
.guide-faq-divider span:last-child {
	background: #ffc25c;
}
.guide-diagnosis-band {
	background: linear-gradient(110deg,#75b79d 0%,#f0c163 48%,#f2f6d0 72%,#006989 100%);
	margin: 0 0 3.25rem;
	padding: 2.15rem !important;
	border-radius: 2px;
}
.guide-diagnosis-band .guide-bottom-cta.boxed {
	background: rgba(20,20,20,.52) !important;
	border-color: rgba(255,255,255,.18) !important;
	margin: 0;
	padding: 0;
	border-radius: 4px;
}
.guide-diagnosis-band .guide-bottom-cta > .row {
	align-items: center;
	margin-left: 0;
	margin-right: 0;
}
.guide-diagnosis-band .guide-bottom-cta .lead,
.guide-diagnosis-band .guide-bottom-cta p,
.guide-diagnosis-band .guide-bottom-cta label {
	color: #fff !important;
}
.guide-diagnosis-band .guide-bottom-cta .lead {
	font-size: 1.15rem;
	line-height: 1.45;
	margin-bottom: .45rem;
}
.guide-diagnosis-band .guide-bottom-cta p:not(.lead) {
	margin-bottom: 0;
	opacity: .9;
}
.guide-cnpj-check-form {
	margin: 0;
}
.guide-cnpj-check-form label {
	font-weight: 700;
	font-size: .95rem;
	margin-bottom: .35rem;
	text-align: left;
}
.guide-cnpj-check-form input {
	height: 45px;
	border-color: transparent;
	background: #fff;
	margin-bottom: .75rem;
}
.guide-bottom-cta .btn--primary {
	width: 100%;
	min-height: 45px;
}
.guide-bottom-cta .btn--primary .btn__text {
	font-size: .86rem;
}
.guide-cnpj-result {
	display: none;
}
.guide-cnpj-result.is-success {
	color: #1f7668;
}
.guide-cnpj-result.is-error {
	color: #a33f4d;
}
.guide-lead-contact-form {
	display: none;
}
.guide-related-footer {
	margin-top: 2.45rem;
	padding-top: 0;
}
.guide-related-footer h2 {
	display: flex;
	align-items: center;
	gap: .85rem;
	font-size: 1.08rem;
	font-weight: 700;
	margin-bottom: .85rem;
	color: #25302e;
}
.guide-related-footer h2:after {
	content: "";
	height: 1px;
	flex: 1;
	background: #dce8e4;
}
.guide-related-links {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: .72rem;
}
.guide-related-links a {
	display: block;
	border: 1px solid #dce8e4;
	border-radius: 8px;
	padding: .82rem .95rem;
	color: #216c62;
	background: #fbfdfc;
	text-decoration: none;
	font-weight: 700;
	transition: background-color .24s ease, border-color .24s ease, color .24s ease, transform .24s ease;
}
.guide-related-links a:hover {
	background: #edf8f4;
	border-color: #96d8ca;
	color: #12463f;
	transform: translateY(-1px);
	text-decoration: none;
}
.guide-swal-contact {
	text-align: left;
}
.guide-swal-contact p {
	margin-bottom: 12px;
}
.guide-swal-contact label {
	display: block;
	margin: 8px 0 4px;
	font-weight: 600;
}
.guide-required {
	color: #c85a54;
	font-weight: 700;
}
.guide-swal-contact input {
	width: 100%;
	border: 1px solid #dce8e4;
	border-radius: 6px;
	padding: 8px;
	display: block !important;
	height: 42px;
	margin: 4px 0 10px;
	font-size: 15px;
}
.guide-swal-contact-error {
	background: #fff4f3;
	border: 1px solid #f0c7c3;
	border-radius: 6px;
	color: #a94442;
	font-size: 13px;
	line-height: 1.35;
	margin: -2px 0 10px;
	padding: 8px 10px;
}
.guide-swal-actions p {
	margin-bottom: 16px;
}
.guide-swal-action-row {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 14px;
}
.guide-swal-button {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 42px;
	padding: 10px 16px;
	text-decoration: none !important;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.guide-swal-button:hover {
	transform: translateY(-1px);
}
.guide-swal-button--primary {
	background: #5bc0be;
	border: 1px solid #5bc0be;
	color: #fff !important;
}
.guide-swal-button--primary:hover {
	background: #49b9b7;
	border-color: #49b9b7;
}
.guide-swal-button--secondary {
	background: #fff;
	border: 1px solid #d7e6e2;
	color: #25302e !important;
}
.guide-swal-button--secondary:hover {
	background: #f3faf8;
	border-color: #b9d8cf;
}
.swal2-confirm.guide-swal-close-link,
.sweet-alert.guide-existing-client-swal button.confirm {
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #657674 !important;
	display: inline-block !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	height: auto !important;
	line-height: 1.3 !important;
	margin-top: 14px !important;
	min-height: 0 !important;
	padding: 4px 8px !important;
	text-decoration: none !important;
}
.swal2-confirm.guide-swal-close-link:hover,
.sweet-alert.guide-existing-client-swal button.confirm:hover {
	background: transparent !important;
	background-color: transparent !important;
	color: #25302e !important;
	text-decoration: none !important;
}
.sweet-overlay {
	z-index: 200000 !important;
	background-color: rgba(0,0,0,.48) !important;
}
.sweet-alert {
	z-index: 200001 !important;
}
.swal2-container {
	z-index: 200001 !important;
}
.swal2-container.swal2-backdrop-show {
	background: rgba(0,0,0,.48) !important;
}
.sweet-alert p,
.swal2-html-container {
	font-weight: 400;
}
.sweet-alert h2,
.swal2-title {
	font-weight: 600;
	color: #213b37;
}
.sweet-alert p,
.swal2-html-container {
	color: #25302e;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 400;
}
.sweet-alert .guide-swal-contact .guide-required,
.swal2-html-container .guide-swal-contact .guide-required {
	color: #c85a54;
	font-weight: 800;
}
.sweet-alert button,
.swal2-popup button {
	font-weight: 600;
}
.sweet-alert.guide-contact-swal button.confirm,
.sweet-alert[data-has-cancel-button="true"] button.confirm,
.swal2-confirm.guide-contact-confirm {
	background: #5bc0be !important;
	background-color: #5bc0be !important;
	border-color: #5bc0be !important;
	box-shadow: none !important;
	color: #fff !important;
}
.sweet-alert.guide-contact-swal button.confirm:hover,
.sweet-alert[data-has-cancel-button="true"] button.confirm:hover,
.swal2-confirm.guide-contact-confirm:hover {
	background: #49b9b7 !important;
	background-color: #49b9b7 !important;
	border-color: #49b9b7 !important;
}
@media (max-width: 991px) {
	.guide-sidebar {
		position: static;
		margin-bottom: 1.5rem;
	}
	.guide-topic-cards,
	.guide-related-links {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 575px) {
	.guide-swal-action-row {
		flex-direction: column;
	}
	.guide-swal-button {
		width: 100%;
	}
	.guia-cte-os-main {
		width: 100vw;
		max-width: 100vw;
		overflow-x: hidden;
	}
	.guia-cte-os-main .container {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		padding-left: 15px;
		padding-right: 15px;
	}
	.guia-cte-os-main .row {
		margin-left: 0;
		margin-right: 0;
	}
	.guia-cte-os-main [class*="col-"] {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.guide-help-box,
	.guide-sidebar,
	.guide-summary,
	.guide-checklist,
	.guide-section,
	.guide-topic-grid,
	.guide-official-sources,
	.guide-diagnosis-band,
	.guide-related-footer {
		width: calc(100vw - 30px);
		max-width: calc(100vw - 30px);
	}
	.guide-hero h1,
	.guide-body article p,
	.guide-body article li {
		max-width: 100%;
		overflow-wrap: anywhere;
	}
	.guide-quick-answer {
		grid-template-columns: 2rem minmax(0,1fr);
		padding: 1.1rem;
	}
	.guide-diagnosis-band {
		padding: 1rem !important;
		margin: 2.35rem 0 2.7rem;
	}
	.guide-bottom-cta .row.p-5 {
		padding: 1.3rem !important;
	}
	.guide-bottom-cta .lead {
		font-size: 1.05rem;
		margin-bottom: .55rem;
	}
	.guide-bottom-cta p:not(.lead) {
		margin-bottom: 1rem;
	}
	.guide-bottom-cta input,
	.guide-bottom-cta .btn {
		min-height: 42px;
	}
	.guide-related-footer h2 {
		font-size: 1.05rem;
	}
	.guide-related-links a {
		padding: .75rem .8rem;
	}
}
@media (prefers-reduced-motion: reduce) {
	.guide-topic-card,
	.guide-agency-item,
	.guide-related-links a {
		transition: none;
	}
	.guide-topic-card:hover,
	.guide-agency-item:hover {
		transform: none;
	}
	.guide-check-item.is-checked i,
	.guide-checklist.is-shaking .guide-check-item i {
		animation: none;
	}
}

@keyframes guide-check-pop {
	0% { transform: scale(1); }
	48% { transform: scale(1.22); }
	100% { transform: scale(1); }
}
@keyframes guide-check-shake {
	0%, 100% { transform: translateX(0); }
	25% { transform: translateX(-2px); }
	50% { transform: translateX(2px); }
	75% { transform: translateX(-1px); }
}
