.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-commercial-cta__eyebrow {
	display: block;
	color: #176458;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .1em;
	margin-bottom: .45rem;
	text-transform: uppercase;
}
.guide-commercial-cta {
	display: grid;
	grid-template-columns: minmax(0,1fr) auto;
	gap: 2rem;
	align-items: center;
	margin: 2.3rem 0;
	padding: 1.8rem;
	background: #173f39;
	color: #fff;
}
.guide-commercial-cta h2,
.guide-commercial-cta p { color: #fff; }
.guide-commercial-cta h2 {
	font-size: clamp(1.45rem,2vw,2rem);
	line-height: 1.2;
	margin-bottom: .55rem;
}
.guide-commercial-cta p { margin: 0; }
.guide-commercial-cta__eyebrow { color: #8fe0cb; }
.guide-commercial-cta__actions {
	display: flex;
	flex-direction: column;
	gap: .7rem;
	text-align: center;
}
.guide-commercial-cta__actions > a:not(.btn) { color: #fff; text-decoration: underline; }
.guide-topic-cards {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: .95rem;
	margin-top: .9rem;
}
.guide-content-search {
	margin: 1.4rem 0 2rem;
}
.guide-content-search label {
	display: block;
	color: #34413f;
	font-size: .9rem;
	font-weight: 700;
	margin-bottom: .45rem;
}
.guide-content-search__field {
	position: relative;
}
.guide-content-search__field i {
	position: absolute;
	top: 50%;
	left: 1rem;
	color: #526d68;
	transform: translateY(-50%);
}
.guide-content-search__field input {
	width: 100%;
	height: 52px;
	margin: 0;
	border: 1px solid #cfe7df;
	border-radius: 8px;
	background: #fff;
	color: #25302e;
	padding: .65rem 1rem .65rem 2.8rem;
}
.guide-content-search__field input:focus {
	border-color: #218875;
	box-shadow: 0 0 0 3px rgba(33,136,117,.14);
	outline: 0;
}
.guide-content-search__status {
	min-height: 1.35rem;
	margin: .4rem 0 0;
	color: #526d68;
	font-size: .82rem;
}
.guide-content-group + .guide-content-group {
	margin-top: 2.2rem;
}
.guide-content-group__heading h3 {
	color: #25302e;
	font-size: 1.2rem;
	margin: 0 0 .25rem;
}
.guide-content-group__heading p {
	color: #526d68;
	font-size: .92rem;
	margin: 0;
}
.guide-content-empty {
	border: 1px dashed #b8d8d0;
	border-radius: 8px;
	background: #f7fbfa;
	padding: 1.4rem;
	text-align: center;
}
.guide-content-empty strong {
	display: block;
	color: #25302e;
	margin-bottom: .25rem;
}
.guide-content-empty p {
	margin: 0;
}
.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;
}

/* Central CTe-OS: leitura contínua, compacta e separada do Guia. */
.central-cte-os-main .guide-hero {
	padding: 5.5rem 0 2rem;
}
.central-cte-os-main .guide-hero .row {
	align-items: center;
}
.central-cte-os-main .guide-help-box {
	max-width: 20rem;
	margin-left: auto;
	padding: 0;
	border: 0;
	background: transparent;
}
.central-cte-os-main .guide-help-box strong {
	display: block;
	margin-bottom: .4rem;
	color: #24443f;
}
.central-cte-os-main .guide-help-box p {
	margin-bottom: .85rem;
	line-height: 1.5;
}
.central-cte-os-main .guide-help-box .btn {
	margin: 0;
}
.central-cte-os-main .guide-body {
	padding-top: 2rem;
}
.central-content-article > .guide-quick-answer,
.central-content-article > .guide-section,
.central-content-article > .guide-scope-notice,
.central-content-article > .guide-commercial-cta,
.central-content-article > .guide-faq-divider,
.central-content-article > .guide-faq,
.central-content-article > .guide-official-sources,
.central-content-article > .central-editorial-note {
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
}
.central-content-article > .guide-diagnosis-band {
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
}
.central-content-article .guide-section {
	margin-bottom: 2.35rem;
}
.central-content-article .guide-section h2:after {
	display: none;
}
.central-content-article .guide-section p {
	max-width: 70ch;
}
.central-prose-section + .central-prose-section {
	padding-top: .1rem;
}
.central-cte-os-main .guide-scope-notice {
	margin-bottom: 2.5rem;
	padding: 1.5rem;
	border: 0;
	border-radius: 8px;
	background: #eef8f5;
}
.central-cte-os-main .guide-scope-notice h2 {
	margin-bottom: .65rem;
	color: #123f38;
	font-size: clamp(1.45rem,2vw,1.9rem);
	line-height: 1.25;
}
.central-cte-os-main .guide-scope-notice > p {
	max-width: 66ch;
	margin-bottom: .25rem;
}
.guide-scope-notice__rows {
	margin-top: 1rem;
}
.guide-scope-notice__rows > div {
	display: flex;
	gap: .8rem;
	padding: .9rem 0;
	border-top: 1px solid #cfe5de;
}
.guide-scope-notice__rows > div > i {
	width: 1rem;
	margin-top: .22rem;
	color: #218875;
	text-align: center;
}
.guide-scope-notice__rows > div:last-child > i {
	color: #9a4b43;
}
.guide-scope-notice__rows strong {
	display: block;
	margin-bottom: .18rem;
	color: #24443f;
}
.guide-scope-notice__rows p {
	margin: 0;
	font-size: .95rem;
	line-height: 1.55;
}
.central-feature-list {
	list-style: none;
	margin: .65rem 0 0;
	padding: 0;
}
.central-feature-list li {
	display: flex;
	gap: .75rem;
	max-width: 70ch;
	padding: .72rem 0;
	border-bottom: 1px solid #e0ebe7;
	line-height: 1.55;
}
.central-feature-list li:first-child {
	border-top: 1px solid #e0ebe7;
}
.central-feature-list i {
	margin-top: .28rem;
	color: #218875;
}
.central-cte-os-main .guide-commercial-cta {
	gap: 1.5rem;
	margin-top: 2.75rem;
	margin-bottom: 2.75rem;
	padding: 1.55rem;
	border-radius: 8px;
	background: #eef8f5;
	color: #25302e;
}
.central-cte-os-main .guide-commercial-cta h2,
.central-cte-os-main .guide-commercial-cta p {
	color: #25302e;
}
.central-cte-os-main .guide-commercial-cta h2 {
	font-size: clamp(1.35rem,2vw,1.75rem);
}
.central-cte-os-main .guide-commercial-cta__eyebrow {
	margin-bottom: .35rem;
	color: #176458;
	font-size: .86rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}
.central-cte-os-main .guide-commercial-cta__actions {
	align-items: stretch;
	min-width: 12.5rem;
}
.central-cte-os-main .guide-commercial-cta__actions > a:not(.btn) {
	color: #176458;
}
.central-cte-os-main .guide-topic-grid > p {
	margin-bottom: 0;
}
.central-cte-os-main .guide-content-search {
	margin: 1.15rem 0 1.4rem;
}
.central-cte-os-main .guide-content-search__status:empty {
	display: none;
}
.central-cte-os-main .guide-content-group + .guide-content-group {
	margin-top: 1.75rem;
}
.central-cte-os-main .guide-content-group {
	padding: 0;
}
.central-cte-os-main .guide-content-group__heading {
	margin-bottom: .65rem;
}
.central-cte-os-main .guide-topic-cards {
	display: block;
	margin-top: 1rem;
	border-top: 1px solid #dce8e4;
}
.central-cte-os-main .guide-topic-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	min-height: 0;
	padding: 1.05rem 0;
	border: 0;
	border-bottom: 1px solid #dce8e4;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}
.central-cte-os-main .guide-topic-card > span {
	min-width: 0;
}
.central-cte-os-main .guide-topic-card strong {
	margin-bottom: .25rem;
	font-size: 1.05rem;
}
.central-cte-os-main .guide-topic-card small {
	display: block;
	max-width: 64ch;
	color: #526d68;
	font-size: .92rem;
	line-height: 1.5;
}
.central-cte-os-main .guide-topic-card > i {
	flex: 0 0 auto;
	color: #218875;
	transition: transform 180ms ease;
}
.central-cte-os-main .guide-topic-card:hover {
	border-color: #96d8ca;
	background: transparent;
	box-shadow: none;
	transform: none;
}
.central-cte-os-main .guide-topic-card:hover > i {
	transform: translateX(3px);
}
.central-editorial-note {
	margin-top: -.6rem;
	margin-bottom: 1.5rem;
	color: #657674;
	font-size: .82rem;
	line-height: 1.5;
}
.central-cte-os-main .guide-faq-divider {
	display: block;
	height: 1px;
	background: #dce8e4;
	border-radius: 0;
}
.central-cte-os-main .guide-faq-divider span {
	display: none;
}
.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;
}
.guide-result-swal {
	width: min(96vw, 1180px) !important;
}
.guide-diagnosis-result {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 14px;
	text-align: left;
}
.guide-diagnosis-contact,
.guide-diagnosis-main,
.guide-diagnosis-detail,
.guide-diagnosis-next {
	border-radius: 8px;
	padding: 14px 16px;
}
.guide-diagnosis-contact {
	background: #f4f7f6;
	border: 1px solid #e0e9e6;
	grid-column: 1 / -1;
}
.guide-diagnosis-contact strong,
.guide-diagnosis-contact span,
.guide-diagnosis-main strong,
.guide-diagnosis-detail strong {
	display: block;
}
.guide-diagnosis-contact strong {
	color: #31534d;
	font-size: 14px;
	margin-bottom: 3px;
}
.guide-diagnosis-contact span,
.guide-diagnosis-note {
	font-size: 14px;
	line-height: 1.5;
}
.guide-diagnosis-main {
	background: #edf8f4;
	border-left: 4px solid #218875;
}
.guide-diagnosis-eyebrow {
	color: #218875;
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.guide-diagnosis-main strong {
	color: #173f38;
	font-size: 17px;
	line-height: 1.4;
}
.guide-diagnosis-detail {
	display: flex;
	align-items: center;
	background: #fff;
	border: 1px solid #dce8e4;
	min-width: 0;
}
.guide-diagnosis-detail.is-found {
	border-left: 4px solid #218875;
}
.guide-diagnosis-detail.is-warning {
	border-left: 4px solid #e0a33c;
}
.guide-diagnosis-detail .guide-ie-flow {
	font-size: 14px;
	line-height: 1.5;
}
.guide-diagnosis-detail .guide-ie-flow strong,
.guide-diagnosis-detail .guide-ie-flow span {
	display: inline;
}
.guide-diagnosis-next {
	background: #fffaf1;
	border: 1px solid #f0dfbd;
	grid-column: 1 / -1;
	padding: 8px 14px;
}
.guide-diagnosis-next ol {
	display: grid;
	gap: 6px;
	margin: 6px 0 0;
	padding-left: 24px;
}
.guide-diagnosis-next li {
	break-inside: avoid;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 !important;
}
.guide-diagnosis-next a {
	color: #176e60;
	display: inline;
	font-weight: 700;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	vertical-align: baseline;
}
.sweet-alert p.guide-diagnosis-note,
.swal2-html-container p.guide-diagnosis-note {
	color: #667975;
	font-size: 11px !important;
	grid-column: 1 / -1;
	line-height: 1.35 !important;
	margin: 0;
	text-align: center;
}
.guide-nowrap {
	white-space: nowrap;
}
.sweet-alert.guide-result-swal {
	margin-left: 0 !important;
	transform: translateX(-50%);
}
.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-commercial-cta { grid-template-columns: 1fr; }
	.guide-diagnosis-result {
		grid-template-columns: 1fr;
	}
	.guide-sidebar {
		position: static;
		margin-bottom: 1.5rem;
	}
	.guide-topic-cards,
	.guide-related-links {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 575px) {
	.guide-commercial-cta__actions { align-items: flex-start; text-align: left; }
	.central-cte-os-main .guide-hero {
		padding: 3rem 0 2rem;
	}
	.central-cte-os-main .guide-help-box {
		max-width: none;
		margin-top: 1.2rem;
		margin-left: 0;
	}
	.central-cte-os-main .guide-commercial-cta__actions {
		align-items: stretch;
		width: 100%;
		min-width: 0;
	}
	.central-cte-os-main .guide-sidebar {
		display: none;
	}
	.sweet-alert.guide-result-swal {
		left: 15px;
		margin-left: 0 !important;
		right: 15px;
		transform: none;
		width: auto !important;
	}
	.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-scope-notice,
	.guide-commercial-cta,
	.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); }
}

/* Biblioteca editorial da Central CTe-OS. */
.central-library-header {
	background: #f4f8f7;
	border-bottom: 1px solid #e2ebe8;
	padding: 1.35rem 0 1rem;
}
.central-library-header .guide-breadcrumb {
	margin: 0;
}
.central-library-body {
	padding: 3.5rem 0 4rem;
}
.central-library-sidebar {
	background: #fff;
	border: 1px solid #dce8e4;
	border-radius: 8px;
	padding: 1.2rem;
	position: sticky;
	top: 12.75rem;
}
.central-library-search label,
.central-library-sidebar__section h2 {
	color: #25302e;
	font-size: .9rem;
	font-weight: 700;
	margin: 0 0 .65rem;
}
.central-library-search__control {
	align-items: stretch;
	display: flex;
	margin-bottom: 1.35rem;
}
.central-library-search__control input {
	border: 1px solid #cbded8;
	border-radius: 6px 0 0 6px;
	box-sizing: border-box;
	color: #25302e;
	font-size: .92rem;
	height: 44px !important;
	line-height: 1.35;
	margin: 0 !important;
	max-height: 44px !important;
	min-height: 44px !important;
	min-width: 0;
	padding: .65rem .75rem;
	width: 100%;
}
.central-library-search__control input::placeholder {
	color: #5b6b68;
}
.central-library-search__control input:focus {
	border-color: #218875;
	box-shadow: inset 0 0 0 1px #218875;
	outline: 0;
}
.central-library-search__control button {
	background: #218875;
	border: 0;
	border-radius: 0 6px 6px 0;
	color: #fff;
	cursor: pointer;
	display: block;
	flex: 0 0 44px;
	height: 44px;
	line-height: 44px;
	margin: 0 !important;
	padding: 0;
}
.central-library-search__control button:focus-visible {
	box-shadow: 0 0 0 3px rgba(33,136,117,.24);
	outline: 0;
}
.central-library-sidebar__section {
	border-top: 1px solid #e5eeeb;
	padding-top: 1rem;
}
.central-library-sidebar__section + .central-library-sidebar__section {
	margin-top: 1rem;
}
.central-library-sidebar ul,
.central-library-sidebar ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.central-library-sidebar li {
	margin: 0;
}
.central-library-sidebar ol li:not(:last-child) {
	margin-bottom: 0;
}
.central-library-sidebar li + li {
	border-top: 1px solid #edf3f1;
}
.central-library-sidebar li a {
	align-items: center;
	color: #34413f;
	display: flex;
	font-size: .92rem;
	gap: .6rem;
	justify-content: space-between;
	line-height: 1.4;
	min-height: 42px;
	padding: .55rem 0;
	transition: color 170ms ease,padding-left 200ms cubic-bezier(.25,1,.5,1);
}
.central-library-sidebar li > .central-library-sidebar__preview {
	align-items: center;
	color: #586864;
	display: flex;
	font-size: .92rem;
	gap: .6rem;
	justify-content: space-between;
	line-height: 1.4;
	min-height: 42px;
	padding: .55rem 0;
}
.central-video-section > p {
	margin-bottom: 1.1rem;
}
.central-video-embed {
	background: #111;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.central-video-embed::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.central-video-embed iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.central-tax-comparison > p,
.central-route-example > p {
	margin-bottom: 1rem;
}
.central-tax-comparison__table {
	border: 1px solid #dce8e4;
	border-radius: 8px;
	overflow-x: auto;
}
.central-tax-comparison__table table {
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}
.central-tax-comparison__table th,
.central-tax-comparison__table td {
	border-bottom: 1px solid #e5eeeb;
	color: #34413f;
	font-size: .92rem;
	line-height: 1.5;
	padding: .85rem .9rem;
	text-align: left;
	vertical-align: top;
}
.central-tax-comparison__table thead th {
	background: #f4f8f7;
	color: #25302e;
	font-weight: 700;
}
.central-tax-comparison__table tbody th {
	color: #176458;
	font-weight: 700;
	width: 8.5rem;
}
.central-tax-comparison__table tbody tr:last-child th,
.central-tax-comparison__table tbody tr:last-child td {
	border-bottom: 0;
}
.central-tax-comparison__note {
	color: #586864;
	font-size: .88rem;
	margin: .8rem 0 0 !important;
}
.central-route-example__figure {
	background: #f4f8f7;
	border-radius: 8px;
	margin: 1rem 0 0;
	padding: 1.25rem;
}
.central-route-example__base {
	align-items: center;
	display: flex;
	gap: .75rem;
	margin-bottom: 1rem;
}
.central-route-example__base > i {
	align-items: center;
	background: #176458;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 1.05rem;
	height: 2.4rem;
	justify-content: center;
	width: 2.4rem;
}
.central-route-example small {
	color: #60706d;
	display: block;
	font-size: .76rem;
	line-height: 1.2;
}
.central-route-example strong {
	color: #25302e;
	display: block;
	margin-top: .15rem;
}
.central-route-example__routes {
	background: #fff;
	border-radius: 6px;
}
.central-route-example__route {
	align-items: center;
	display: grid;
	gap: .75rem;
	grid-template-columns: minmax(5rem,.7fr) minmax(5rem,1fr) minmax(5rem,.7fr) minmax(10rem,1.45fr);
	padding: 1rem;
}
.central-route-example__route + .central-route-example__route {
	border-top: 1px solid #e1ebe8;
}
.central-route-example__line {
	align-items: center;
	display: flex;
	gap: .45rem;
}
.central-route-example__line::before,
.central-route-example__line::after {
	background: #8dc9bc;
	content: "";
	flex: 1;
	height: 2px;
}
.central-route-example__line i {
	color: #176458;
}
.central-route-example__result {
	color: #35534e;
	font-size: .88rem;
	line-height: 1.45;
}
.central-route-example figcaption {
	color: #586864;
	font-size: .86rem;
	line-height: 1.5;
	margin-top: .85rem;
}
.central-transition-section > p {
	margin-bottom: 1rem;
}
.central-transition-table {
	border: 1px solid #dce8e4;
	border-radius: 8px;
	overflow-x: auto;
}
.central-transition-table table {
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}
.central-transition-table th,
.central-transition-table td {
	border-bottom: 1px solid #e5eeeb;
	color: #34413f;
	font-size: .94rem;
	line-height: 1.55;
	padding: .8rem .9rem;
	text-align: left;
	vertical-align: top;
}
.central-transition-table thead th {
	background: #f4f8f7;
	color: #25302e;
	font-weight: 700;
}
.central-transition-table tbody th {
	color: #176458;
	font-weight: 700;
	white-space: nowrap;
	width: 7.5rem;
}
.central-transition-table tbody tr:last-child th,
.central-transition-table tbody tr:last-child td {
	border-bottom: 0;
}
.central-transition-note {
	color: #586864;
	font-size: .88rem;
	margin: .8rem 0 0 !important;
}
.central-product-comparison > p {
	margin-bottom: 1rem;
}
.central-product-comparison__table {
	border: 1px solid #dce8e4;
	border-radius: 8px;
	overflow-x: auto;
}
.central-product-comparison__table table {
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}
.central-product-comparison__table th,
.central-product-comparison__table td {
	border-bottom: 1px solid #e5eeeb;
	color: #34413f;
	font-size: .91rem;
	line-height: 1.5;
	padding: .85rem .9rem;
	text-align: left;
	vertical-align: top;
}
.central-product-comparison__table thead th {
	background: #f4f8f7;
	color: #25302e;
	font-weight: 700;
}
.central-product-comparison__table thead th:first-child {
	width: 34%;
}
.central-product-comparison__table tbody th {
	color: #176458;
	font-weight: 700;
}
.central-product-comparison__table tbody th small {
	color: #657672;
	display: block;
	font-size: .78rem;
	font-weight: 400;
	line-height: 1.45;
	margin-top: .25rem;
}
.central-product-comparison__table tbody tr:last-child th,
.central-product-comparison__table tbody tr:last-child td {
	border-bottom: 0;
}
.central-product-comparison__note {
	color: #586864;
	font-size: .86rem;
	margin: .8rem 0 0 !important;
}
.central-fretamento-flow > p {
	margin-bottom: 1rem;
}
.central-fretamento-flow__figure {
	background: #f4f8f7;
	border: 1px solid #dce8e4;
	border-radius: 8px;
	margin: 1rem 0 0;
	padding: 1.25rem;
}
.central-fretamento-flow__lane {
	align-items: stretch;
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(9rem,.6fr) minmax(0,2fr);
}
.central-fretamento-flow__lane + .central-fretamento-flow__lane {
	border-top: 1px solid #d8e6e2;
	margin-top: 1.15rem;
	padding-top: 1.15rem;
}
.central-fretamento-flow__label {
	align-items: center;
	display: flex;
	gap: .7rem;
}
.central-fretamento-flow__label i {
	align-items: center;
	background: #176458;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex: 0 0 2.5rem;
	font-size: 1rem;
	height: 2.5rem;
	justify-content: center;
}
.central-fretamento-flow__label small,
.central-fretamento-flow__step small {
	color: #60706d;
	display: block;
	font-size: .77rem;
	line-height: 1.4;
}
.central-fretamento-flow__label strong,
.central-fretamento-flow__step strong {
	color: #25302e;
	display: block;
	line-height: 1.35;
}
.central-fretamento-flow__steps {
	display: grid;
	gap: .65rem;
	grid-template-columns: repeat(3,minmax(0,1fr));
}
.central-fretamento-flow__step {
	align-items: flex-start;
	background: #fff;
	border-radius: 6px;
	display: flex;
	gap: .6rem;
	padding: .85rem;
	position: relative;
}
.central-fretamento-flow__step > span {
	align-items: center;
	background: #dff1ed;
	border-radius: 50%;
	color: #176458;
	display: flex;
	flex: 0 0 1.6rem;
	font-size: .78rem;
	font-weight: 700;
	height: 1.6rem;
	justify-content: center;
}
.central-fretamento-flow figcaption {
	color: #586864;
	font-size: .86rem;
	line-height: 1.5;
	margin-top: 1rem;
}
.central-library-sidebar li a:hover,
.central-library-sidebar li a:focus-visible,
.central-library-sidebar li.active a {
	color: #176458;
	outline: 0;
	padding-left: .3rem;
}
.central-library-sidebar li.active a {
	font-weight: 700;
}
.central-library-sidebar li small {
	align-items: center;
	background: #eef7f4;
	border-radius: 999px;
	color: #176458;
	display: inline-flex;
	font-size: .72rem;
	height: 1.35rem;
	justify-content: center;
	min-width: 1.35rem;
}
.central-library-sidebar__latest li a,
.central-library-sidebar__latest li > .central-library-sidebar__preview {
	align-items: flex-start;
	display: block;
}
.central-library-sidebar__latest li a:hover,
.central-library-sidebar__latest li a:focus-visible,
.central-library-sidebar__latest li.active a {
	padding-left: 0;
}
.central-library-sidebar__latest li a span,
.central-library-sidebar__latest li > .central-library-sidebar__preview span {
	display: block;
}
.central-library-sidebar__latest li a time,
.central-library-sidebar__latest li > .central-library-sidebar__preview time {
	color: #71817e;
	display: block;
	font-size: .72rem;
	font-variant-numeric: tabular-nums;
	font-weight: 400;
	margin-top: .18rem;
}
.central-library-sidebar__action {
	align-items: center;
	background: transparent;
	border: 0;
	color: #176458;
	cursor: pointer;
	display: flex;
	font-size: .82rem;
	font-weight: 700;
	gap: .4rem;
	justify-content: flex-start;
	line-height: 1.35;
	margin: .65rem 0 0;
	min-height: 32px;
	padding: .25rem 0;
	text-decoration: none;
}
.central-library-sidebar__action:hover,
.central-library-sidebar__action:focus-visible {
	color: #124b42;
	outline: 0;
	text-decoration: none;
}
.central-library-sidebar__action:focus-visible {
	box-shadow: 0 0 0 3px rgba(33,136,117,.2);
}
.central-library-sidebar__action i {
	transition: transform 180ms cubic-bezier(.25,1,.5,1);
}
.central-library-main {
	padding-left: 2.5rem;
}
.central-library-article,
.central-library-listing {
	max-width: none;
	width: 100%;
}
.central-library-listing {
	padding: 0 !important;
}
.central-article-header {
	border-bottom: 1px solid #dce8e4;
	margin-bottom: 1.5rem;
	padding-bottom: 1.45rem;
}
.central-article-categories {
	display: flex;
	flex-wrap: wrap;
	gap: .4rem;
	margin-bottom: .75rem;
}
.central-article-categories a {
	background: #eef7f4;
	border-radius: 999px;
	color: #176458;
	display: inline-flex;
	font-size: .78rem;
	font-weight: 700;
	line-height: 1.3;
	padding: .32rem .65rem;
}
.central-article-categories a:hover,
.central-article-categories a:focus-visible {
	background: #dff1eb;
	color: #124b42;
	outline: 0;
}
.central-article-header h1,
.central-library-listing > header h1 {
	color: #25302e;
	font-size: 2.35rem;
	letter-spacing: -.025em;
	line-height: 1.15;
	margin: 0 0 .9rem;
	text-wrap: balance;
}
.central-article-meta {
	color: #5a6d69;
	display: flex;
	flex-wrap: wrap;
	font-size: .82rem;
	gap: .35rem;
	margin: 0;
}
.central-quick-answer {
	background: #eef7f4;
	border-radius: 6px;
	margin-bottom: 2rem;
	padding: 1.2rem 1.35rem;
}
.central-quick-answer h2 {
	color: #12463f;
	font-size: 1rem;
	margin: 0 0 .4rem;
}
.central-quick-answer p {
	color: #263f3b;
	font-size: 1.06rem;
	line-height: 1.6;
	margin: 0;
}
.central-article-content > .guide-summary,
.central-article-content > .guide-section,
.central-article-content > .guide-scope-notice,
.central-article-content > .guide-commercial-cta {
	max-width: none;
	width: 100%;
}
.central-article-content .guide-section,
.central-article-content .guide-scope-notice {
	margin-bottom: 2rem;
}
.central-article-content .guide-section h2,
.central-article-content .guide-scope-notice h2,
.central-article-faq h2 {
	color: #25302e;
	font-size: 1.55rem;
	line-height: 1.28;
	margin-bottom: .7rem;
}
.central-article-content .guide-section h2:after {
	display: none;
}
.central-article-content .guide-scope-notice {
	background: transparent;
	border-radius: 0;
	padding: 0;
}
.central-article-content .guide-scope-notice__rows {
	border-bottom: 1px solid #dce8e4;
}
.central-article-content .guide-scope-notice > p,
.central-article-content .guide-scope-notice__rows,
.central-article-content .central-feature-list,
.central-article-content .central-feature-list li {
	max-width: none;
	width: 100%;
}
.central-article-content .guide-commercial-cta {
	align-items: center;
	background: #eef7f4;
	border: 1px solid #cfe5de;
	border-radius: 8px;
	color: #25302e;
	gap: 2rem;
	grid-template-columns: minmax(0,1fr) 13.5rem;
	margin: 2.5rem 0;
	padding: 1.5rem 1.6rem !important;
}
.central-article-content .guide-commercial-cta h2,
.central-article-content .guide-commercial-cta p {
	color: #25302e;
}
.central-article-content .guide-commercial-cta h2 {
	font-size: 1.45rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 .45rem;
}
.central-article-content .guide-commercial-cta p {
	color: #425a55;
	font-size: .96rem;
	line-height: 1.55;
	margin: 0;
	max-width: 62ch;
}
.central-article-content .guide-commercial-cta__eyebrow {
	color: #176458;
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: .4rem;
	text-transform: none;
}
.central-article-content .guide-commercial-cta__actions {
	align-items: stretch;
	gap: .55rem;
	min-width: 0;
}
.central-article-content .guide-commercial-cta__actions .btn {
	margin: 0;
	min-height: 44px;
	padding-left: 1rem;
	padding-right: 1rem;
}
.central-article-content .guide-commercial-cta__actions > a:not(.btn) {
	color: #176458;
	font-size: .82rem;
	font-weight: 600;
	text-decoration: none;
}
.central-article-faq,
.central-library-article > .guide-official-sources,
.central-library-article > .central-editorial-note {
	max-width: none;
	width: 100%;
}
.central-library-listing > header {
	border-bottom: 1px solid #dce8e4;
	margin-bottom: .4rem;
	padding-bottom: 1.2rem;
}
.central-library-listing > header p {
	color: #526561;
	line-height: 1.6;
	margin: 0;
}
.central-content-result {
	align-items: center;
	border-bottom: 1px solid #dce8e4;
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
	padding: 1.35rem 0;
}
.central-content-result__meta {
	align-items: center;
	color: #176458;
	display: flex;
	flex-wrap: wrap;
	font-size: .78rem;
	font-weight: 700;
	gap: .3rem;
	margin-bottom: .35rem;
}
.central-content-result__meta span:not(:first-child) { color: #657672; font-weight: 500; }
.central-content-result h2 {
	font-size: 1.25rem;
	line-height: 1.3;
	margin: 0 0 .45rem;
}
.central-content-result h2 a {
	color: #25302e;
}
.central-content-result p {
	color: #526561;
	font-size: .94rem;
	line-height: 1.55;
	margin: 0;
}
.central-content-result__link {
	align-items: center;
	color: #218875;
	display: flex;
	flex: 0 0 44px;
	height: 44px;
	justify-content: center;
	transition: transform 180ms cubic-bezier(.25,1,.5,1);
}
.central-content-result:hover .central-content-result__link {
	transform: translateX(3px);
}
.central-content-empty {
	background: #f4f8f7;
	margin-top: 1.5rem;
	padding: 1.35rem;
}
.central-content-empty h2 {
	font-size: 1.2rem;
	margin-bottom: .4rem;
}
.central-content-empty p {
	margin: 0;
}
.central-pagination {
	align-items: center;
	border-top: 1px solid #dce8e4;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-top: 1.5rem;
	padding-top: 1.25rem;
}
.central-pagination__pages {
	align-items: center;
	display: flex;
	gap: .35rem;
	justify-content: center;
}
.central-pagination a,
.central-pagination__ellipsis {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}
.central-pagination__pages a {
	border-radius: 5px;
	color: #34413f;
	font-size: .88rem;
	font-weight: 700;
	height: 36px;
	min-width: 36px;
	padding: 0 .45rem;
}
.central-pagination__pages a:hover,
.central-pagination__pages a:focus-visible {
	background: #eef7f4;
	color: #176458;
	outline: 0;
}
.central-pagination__pages a[aria-current="page"] {
	background: #218875;
	color: #fff;
}
.central-pagination__direction {
	align-items: center;
	color: #176458;
	display: inline-flex;
	font-size: .86rem;
	font-weight: 700;
	gap: .4rem;
	min-height: 36px;
}
.central-pagination__direction.is-disabled {
	color: #84918f;
}
.central-pagination__direction:not(.is-disabled):hover,
.central-pagination__direction:not(.is-disabled):focus-visible {
	color: #124b42;
	outline: 0;
	text-decoration: underline;
	text-underline-offset: .2rem;
}
.central-related-content {
	margin-bottom: 1.5rem;
	margin-top: 1.35rem;
}
.central-related-content > h2 { margin-bottom: .35rem; }
.central-related-content > h2:after {
	content: none;
	display: none;
}
.central-related-list .central-content-result { padding: 1rem 0; }
.central-related-list .central-content-result h2:after {
	content: none;
	display: none;
}
.central-related-list .central-content-result h2 a:hover,
.central-related-list .central-content-result h2 a:focus-visible {
	text-decoration: none;
}
.central-glossary dl {
	border-bottom: 1px solid #dce8e4;
	margin: 0;
}
.central-glossary dl > div {
	display: grid;
	gap: .75rem;
	grid-template-columns: minmax(7rem,10rem) 1fr;
	padding: .8rem 0;
}
.central-glossary dl > div + div { border-top: 1px solid #e6efec; }
.central-glossary dt { color: #176458; font-weight: 700; }
.central-glossary dd { color: #445753; line-height: 1.55; margin: 0; }
.central-error-guide__items { border-bottom: 1px solid #dce8e4; }
.central-error-guide__items > section { padding: 1rem 0; }
.central-error-guide__items > section + section { border-top: 1px solid #e6efec; }
.central-error-guide__items h3 { color: #176458; font-size: 1.18rem; font-weight: 800; line-height: 1.35; margin: 0 0 .55rem; }
.central-error-guide__items p { color: #445753; line-height: 1.6; margin: .25rem 0 0; }
.central-error-guide__items p strong { color: #25302e; }
.central-error-guide__items p a { color: #176458; font-weight: 700; }
.central-state-portals .guide-agency-list { margin-top: .35rem; }
.central-state-portal strong { display: block; font-size: 1.02rem; }
.central-product-screenshot {
	margin: 1.75rem 0;
}
.central-product-screenshot h2 { margin-bottom: .85rem; }
.central-product-screenshot img {
	background: #f7faf9;
	border: 1px solid #d6e4e0;
	border-radius: 10px;
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: auto;
}
.central-product-screenshot figcaption {
	color: #657674;
	font-size: .82rem;
	line-height: 1.5;
	margin: .65rem auto 0;
	max-width: 526px;
	text-align: center;
}
.central-product-screenshot--embedded { margin-bottom: .25rem; margin-top: 1.25rem; }
.central-library-mobile-toggle { display: none; }
.central-library-mobile-filters { display: block; }
.central-library-main > .guide-diagnosis-band {
	margin-top: 3rem;
}
@media (max-width: 991px) {
	.central-library-main {
		padding-left: 1.5rem;
	}
	.central-library-sidebar {
		position: static;
	}
	.central-article-header h1,
	.central-library-listing > header h1 {
		font-size: 2rem;
	}
}
@media (max-width: 767px) {
	.central-library-header {
		padding: 2.625rem 0 .85rem;
	}
	.central-library-body {
		padding: 1.25rem 0 3rem;
	}
	.central-library-sidebar-column {
		margin-bottom: 1.5rem;
	}
	.central-library-main {
		padding-left: 15px;
		padding-right: 15px;
	}
	.central-library-sidebar {
		padding: 1rem 1rem .55rem;
	}
	.central-library-search__control { margin-bottom: .25rem; }
	.central-library-mobile-toggle {
		align-items: center;
		background: transparent;
		border: 0;
		color: #176458;
		display: flex;
		font-size: .86rem;
		font-weight: 700;
		gap: .45rem;
		margin: 0 !important;
		min-height: 36px;
		padding: 0;
	}
	.central-library-mobile-toggle:focus-visible { box-shadow: 0 0 0 3px rgba(33,136,117,.2); outline: 0; }
	.central-library-mobile-filters { display: none; }
	.central-library-mobile-filters.is-open { display: block; }
	.central-library-mobile-filters .central-library-sidebar__section:first-child { margin-top: .35rem; }
	.central-article-header h1,
	.central-library-listing > header h1 {
		font-size: 1.75rem;
	}
	.central-content-result {
		align-items: flex-start;
	}
	.central-content-result__link {
		flex-basis: 36px;
		height: 36px;
	}
	.central-pagination {
		gap: .55rem;
	}
	.central-pagination__direction span {
		display: none;
	}
	.central-pagination__pages {
		gap: .2rem;
	}
	.central-pagination__pages a {
		height: 34px;
		min-width: 34px;
	}
	.central-article-content .guide-commercial-cta {
		display: block;
	}
	.central-article-content .guide-commercial-cta__actions {
		margin-top: 1rem;
		width: 100%;
	}
	.central-glossary dl > div { display: block; }
	.central-glossary dt { margin-bottom: .25rem; }
	.central-tax-comparison__table th,
	.central-tax-comparison__table td { min-width: 9rem; padding: .7rem .65rem; }
	.central-tax-comparison__table tbody th { min-width: 7rem; width: 7rem; }
	.central-route-example__figure { padding: 1rem; }
	.central-route-example__route {
		gap: .65rem;
		grid-template-columns: minmax(3.5rem,.75fr) minmax(4rem,1fr) minmax(3.5rem,.75fr);
		padding: .9rem .75rem;
	}
	.central-route-example__result { grid-column: 1 / -1; }
	.central-transition-table th,
	.central-transition-table td { padding: .7rem .65rem; }
	.central-transition-table tbody th { white-space: normal; width: 5.25rem; }
	.central-product-comparison__table { border: 0; overflow: visible; }
	.central-product-comparison__table thead {
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		height: 1px;
		overflow: hidden;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}
	.central-product-comparison__table table,
	.central-product-comparison__table tbody,
	.central-product-comparison__table tr,
	.central-product-comparison__table th,
	.central-product-comparison__table td { display: block; width: 100%; }
	.central-product-comparison__table tr {
		border: 1px solid #dce8e4;
		border-radius: 7px;
		margin-bottom: .8rem;
		overflow: hidden;
	}
	.central-product-comparison__table th,
	.central-product-comparison__table td { border: 0; min-width: 0; padding: .7rem .8rem; }
	.central-product-comparison__table tbody th { background: #f4f8f7; }
	.central-product-comparison__table td::before {
		color: #657672;
		content: attr(data-label);
		display: block;
		font-size: .72rem;
		font-weight: 700;
		margin-bottom: .18rem;
		text-transform: uppercase;
	}
	.central-product-comparison__table td + td { border-top: 1px solid #e5eeeb; }
	.central-fretamento-flow__figure { padding: 1rem; }
	.central-fretamento-flow__lane { grid-template-columns: 1fr; }
	.central-fretamento-flow__steps { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
	.central-library-sidebar li a,
	.central-content-result__link,
	.central-library-sidebar__action i,
	.central-library-mobile-toggle i { transition-duration: .01ms !important; }
}
