/*
 * Stylesheet for Malamute WP HTML Theme
 *
 * This stylesheet handles the styling of the blog, global header/footer,
 * and resets required for custom HTML/canvas pages.
 */

/* ----------------------------------------------------
   1. Clean Resets & Custom Variables
   ---------------------------------------------------- */
:root {
	/* Conceito Sul Official Design Tokens */
	--ink: #011744;
	--ink-deep: #010f2e;
	--accent: #eeb31b;
	--accent-2: #d19d0f;
	--cta-text: #111111;
	--wash: #f2f4f8;
	--line: #e1e6ef;
	--line-strong: #ccd3e0;
	--body: #5a5f6b;
	--muted: #5a5f6b;
	--faint: #656b78;

	/* Malamute Theme Token Aliases */
	--malamute-primary: var(--ink);
	--malamute-secondary: var(--accent);
	--malamute-bg: var(--wash);
	--malamute-surface: #ffffff;
	--malamute-text: var(--body);
	--malamute-text-muted: var(--faint);
	--malamute-font-base: 'Montserrat', system-ui, -apple-system, sans-serif;
	--malamute-font-heading: 'Montserrat', system-ui, -apple-system, sans-serif;
	--malamute-radius: 4px;
	--malamute-content-width: 1240px;
	
	--color-bg: var(--malamute-bg);
	--color-surface: var(--malamute-surface);
	--color-text: var(--malamute-text);
	--color-text-muted: var(--malamute-text-muted);
	--color-border: var(--line);
	
	--radius-lg: 8px;
	--radius-md: var(--malamute-radius, 4px);
	--transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
	--shadow-lg: 0 10px 15px -3px rgba(1, 23, 68, 0.08), 0 4px 6px -4px rgba(1, 23, 68, 0.04);
}

*, ::before, ::after {
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	max-width: 100vw;
}

body {
	margin: 0;
	font-family: var(--malamute-font-base);
	background-color: var(--color-bg);
	color: var(--color-text);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	max-width: 100vw;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--malamute-font-heading, var(--malamute-font-base));
	color: inherit;
	line-height: 1.25;
}

/* Headings in dark sections, hero banners, dark cards, or containers with white text */
[style*="color:#fff"] h1, [style*="color:#fff"] h2, [style*="color:#fff"] h3, [style*="color:#fff"] h4, [style*="color:#fff"] h5, [style*="color:#fff"] h6,
[style*="color: #fff"] h1, [style*="color: #fff"] h2, [style*="color: #fff"] h3, [style*="color: #fff"] h4, [style*="color: #fff"] h5, [style*="color: #fff"] h6,
[style*="color:#ffffff"] h1, [style*="color:#ffffff"] h2, [style*="color:#ffffff"] h3, [style*="color:#ffffff"] h4, [style*="color:#ffffff"] h5, [style*="color:#ffffff"] h6,
[style*="color: #ffffff"] h1, [style*="color: #ffffff"] h2, [style*="color: #ffffff"] h3, [style*="color: #ffffff"] h4, [style*="color: #ffffff"] h5, [style*="color: #ffffff"] h6,
[style*="color:white"] h1, [style*="color:white"] h2, [style*="color:white"] h3, [style*="color:white"] h4, [style*="color:white"] h5, [style*="color:white"] h6,
[style*="color: white"] h1, [style*="color: white"] h2, [style*="color: white"] h3, [style*="color: white"] h4, [style*="color: white"] h5, [style*="color: white"] h6,
[style*="background:var(--ink"] h1, [style*="background:var(--ink"] h2, [style*="background:var(--ink"] h3, [style*="background:var(--ink"] h4, [style*="background:var(--ink"] h5, [style*="background:var(--ink"] h6,
[style*="background: var(--ink"] h1, [style*="background: var(--ink"] h2, [style*="background: var(--ink"] h3, [style*="background: var(--ink"] h4, [style*="background: var(--ink"] h5, [style*="background: var(--ink"] h6,
[style*="background:#011744"] h1, [style*="background:#011744"] h2, [style*="background:#011744"] h3, [style*="background:#011744"] h4, [style*="background:#011744"] h5, [style*="background:#011744"] h6,
[style*="background: #011744"] h1, [style*="background: #011744"] h2, [style*="background: #011744"] h3, [style*="background: #011744"] h4, [style*="background: #011744"] h5, [style*="background: #011744"] h6,
[style*="background:var(--ink-deep"] h1, [style*="background:var(--ink-deep"] h2, [style*="background:var(--ink-deep"] h3, [style*="background:var(--ink-deep"] h4, [style*="background:var(--ink-deep"] h5, [style*="background:var(--ink-deep"] h6,
[style*="background: var(--ink-deep"] h1, [style*="background: var(--ink-deep"] h2, [style*="background: var(--ink-deep"] h3, [style*="background: var(--ink-deep"] h4, [style*="background: var(--ink-deep"] h5, [style*="background: var(--ink-deep"] h6,
[style*="background:#010f2e"] h1, [style*="background:#010f2e"] h2, [style*="background:#010f2e"] h3, [style*="background:#010f2e"] h4, [style*="background:#010f2e"] h5, [style*="background:#010f2e"] h6,
[style*="background: #010f2e"] h1, [style*="background: #010f2e"] h2, [style*="background: #010f2e"] h3, [style*="background: #010f2e"] h4, [style*="background: #010f2e"] h5, [style*="background: #010f2e"] h6,
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
	color: #ffffff;
}

.malamute-full-width-layout {
	width: 100%;
}

.malamute-canvas-content {
	width: 100%;
	min-height: 100vh;
}


img {
	max-width: 100%;
	height: auto;
}

a {
	color: var(--malamute-primary);
	text-decoration: none;
	transition: var(--transition-smooth);
}

a:hover {
	opacity: 0.85;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid var(--malamute-secondary);
	outline-offset: 3px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 100000;
	width: auto;
	height: auto;
	clip: auto;
	padding: 12px 18px;
	margin: 0;
	background: var(--color-surface);
	color: var(--color-text);
	border: 2px solid var(--malamute-primary);
	border-radius: var(--radius-md);
	font-weight: 700;
}

/* ----------------------------------------------------
   2. Canvas Mode Resets (Crucial for Page Paste Mode)
   ---------------------------------------------------- */
body.malamute-canvas-mode {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent;
}

.malamute-canvas-mode .malamute-canvas-wrapper {
	width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: 0;
}

/* ----------------------------------------------------
   3. Theme Layout & Grid
   ---------------------------------------------------- */
.malamute-container {
	max-width: var(--malamute-content-width, 1240px);
	margin: 0 auto;
	padding: 0 20px;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 200;
	background: #ffffff;
	border-bottom: 1px solid var(--line, #e1e6ef);
	transition: box-shadow 0.25s ease;
}

.site-header.is-scrolled {
	box-shadow: 0 10px 30px rgba(1, 23, 68, 0.08);
}

.site-header-container {
	max-width: var(--malamute-content-width, 1240px);
	margin: 0 auto;
	padding: 13px clamp(18px, 4vw, 44px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	width: 100%;
}

.site-header-logo-link {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	text-decoration: none;
}

.site-header-logo-img {
	height: 56px;
	width: auto;
	max-height: 56px;
	display: block;
}

.site-header-logo-text {
	font-size: 22px;
	font-weight: 800;
	color: var(--ink, #011744);
	letter-spacing: -0.02em;
}

.site-header-desktop-wrap {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.site-main-nav {
	display: flex;
	align-items: center;
}

.site-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 22px;
}

.site-nav-item {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-nav-link {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	color: var(--ink, #011744);
	padding: 6px 0;
	white-space: nowrap;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	transition: color 0.2s ease;
}

.site-nav-link:hover,
.site-nav-link:focus,
.site-nav-item:hover > .site-nav-link {
	color: var(--accent-2, #d19d0f);
	text-decoration: none;
}

.nav-chevron {
	font-size: 10px;
	opacity: 0.6;
	transition: transform 0.2s ease;
}

.site-nav-item:hover .nav-chevron {
	transform: rotate(180deg);
}

.nav-active-bar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	height: 2px;
	background: var(--accent, #eeb31b);
	border-radius: 2px;
}

.site-nav-item.has-dropdown .nav-active-bar {
	right: 14px;
}

/* Dropdown Menu */
.site-nav-dropdown {
	position: absolute;
	top: 100%;
	left: -14px;
	padding-top: 14px;
	z-index: 210;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(6px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.site-nav-item:hover > .site-nav-dropdown,
.site-nav-item:focus-within > .site-nav-dropdown {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.site-nav-dropdown-inner {
	width: 340px;
	background: #ffffff;
	border: 1px solid var(--line, #e1e6ef);
	border-radius: 8px;
	box-shadow: 0 22px 54px rgba(1, 23, 68, 0.16);
	padding: 8px;
}

.site-dropdown-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.site-dropdown-item {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-dropdown-link {
	display: block;
	padding: 11px 13px;
	border-radius: 6px;
	color: var(--ink, #011744);
	text-decoration: none;
	transition: background 0.15s ease;
}

.site-dropdown-link:hover,
.site-dropdown-link:focus {
	background: var(--wash, #f2f4f8);
	text-decoration: none;
}

.site-dropdown-title {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: var(--ink, #011744);
	line-height: 1.3;
}

.site-dropdown-desc {
	display: block;
	font-size: 12px;
	color: var(--muted, #5a5f6b);
	margin-top: 2px;
	line-height: 1.3;
}

/* Header Right Actions */
.site-header-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
}

.header-wa-cta {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.header-wa-label {
	font-size: 11px;
	color: var(--muted, #5a5f6b);
	font-weight: 500;
	letter-spacing: 0.02em;
}

.header-wa-number {
	font-size: 15px;
	font-weight: 700;
	color: var(--ink, #011744);
	display: flex;
	align-items: center;
	gap: 5px;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.header-wa-number i {
	color: #25D366;
	font-size: 15px;
}

.header-wa-cta:hover .header-wa-number {
	color: var(--accent-2, #d19d0f);
}

.header-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--accent, #eeb31b);
	color: var(--cta-text, #111111);
	font-weight: 700;
	font-size: 14px;
	padding: 13px 20px;
	border-radius: 4px;
	white-space: nowrap;
	line-height: 1;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.15s ease;
}

.header-cta-btn:hover {
	background: var(--accent-2, #d19d0f);
	color: var(--cta-text, #111111);
	text-decoration: none;
	transform: translateY(-1px);
}

/* Mobile Toggle and Drawer */
.site-header-toggle {
	display: none;
	background: none;
	border: none;
	font-size: 23px;
	color: var(--ink, #011744);
	cursor: pointer;
	padding: 6px;
	line-height: 1;
}

.site-mobile-drawer {
	border-top: 1px solid var(--line, #e1e6ef);
	background: #ffffff;
	padding: 6px clamp(18px, 5vw, 44px) 26px;
	max-height: 78vh;
	overflow-y: auto;
}

.mobile-nav-link {
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid var(--line, #e1e6ef);
	font-size: 16px;
	font-weight: 600;
	color: var(--ink, #011744);
	text-decoration: none;
	transition: color 0.2s ease;
}

.mobile-nav-link:hover,
.mobile-nav-link:focus {
	color: var(--accent-2, #d19d0f);
	text-decoration: none;
}

.mobile-group-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
	border: none;
	border-bottom: 1px solid var(--line, #e1e6ef);
	background: none;
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	color: var(--ink, #011744);
	cursor: pointer;
}

.mobile-chevron {
	font-size: 12px;
	transition: transform 0.2s ease;
}

.mobile-group-toggle[aria-expanded="true"] .mobile-chevron {
	transform: rotate(180deg);
}

.mobile-sub-list {
	padding: 6px 0 10px 12px;
	border-bottom: 1px solid var(--line, #e1e6ef);
}

.mobile-sub-link {
	display: block;
	padding: 9px 0;
	font-size: 14px;
	color: var(--body, #5a5f6b);
	text-decoration: none;
	transition: color 0.2s ease;
}

.mobile-sub-link:hover,
.mobile-sub-link:focus {
	color: var(--accent-2, #d19d0f);
	text-decoration: none;
}

.mobile-drawer-actions {
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mobile-cta-btn {
	display: block;
	text-align: center;
	background: var(--accent, #eeb31b);
	color: var(--cta-text, #111111);
	font-weight: 700;
	font-size: 15px;
	padding: 15px;
	border-radius: 4px;
	text-decoration: none;
	line-height: 1;
}

.mobile-wa-btn {
	display: block;
	text-align: center;
	border: 1.5px solid var(--line, #e1e6ef);
	color: var(--ink, #011744);
	font-weight: 600;
	font-size: 15px;
	padding: 14px;
	border-radius: 4px;
	text-decoration: none;
	line-height: 1;
}

.mobile-wa-btn i {
	color: #25D366;
	margin-right: 6px;
}

/* Responsive Header */
@media (max-width: 960px) {
	.site-header-desktop-wrap {
		display: none;
	}

	.site-header-toggle {
		display: block;
		margin-left: auto;
	}

	.site-header-container {
		padding: 12px 18px;
	}

	.site-header-logo-img {
		height: 46px;
		max-height: 46px;
	}
}

/* ----------------------------------------------------
   5. Blog grid and Cards
   ---------------------------------------------------- */
.malamute-main-content {
	padding: 50px 0;
}

.page-header {
	margin-bottom: 40px;
	border-bottom: 2px solid var(--color-border);
	padding-bottom: 20px;
}

.page-title {
	font-size: 36px;
	font-weight: 800;
	color: var(--color-text);
	margin: 0 0 10px;
}

.malamute-posts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	gap: 30px;
	margin-bottom: 40px;
}

.malamute-blog-card {
	background-color: var(--color-surface);
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	border: 1px solid var(--color-border);
	transition: var(--transition-smooth);
	display: flex;
	flex-direction: column;
}

.malamute-blog-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-lg);
	border-color: rgba(0, 82, 204, 0.15);
}

.post-thumbnail-wrapper {
	aspect-ratio: 16/9;
	overflow: hidden;
	background-color: #f1f5f9;
}

.post-thumbnail-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--transition-smooth);
}

.malamute-blog-card:hover .post-thumbnail-wrapper img {
	transform: scale(1.05);
}

.post-card-content {
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.malamute-blog-card .entry-title {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 12px;
	line-height: 1.4;
}

.malamute-blog-card .entry-title a {
	color: var(--color-text);
}

.malamute-blog-card .entry-title a:hover {
	color: var(--malamute-primary);
}

.entry-meta {
	font-size: 13px;
	color: var(--color-text-muted);
	margin-bottom: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.entry-summary {
	color: var(--color-text-muted);
	font-size: 14px;
	margin-bottom: 24px;
	flex-grow: 1;
}

.read-more-btn {
	display: inline-block;
	background-color: var(--malamute-primary);
	color: #ffffff;
	padding: 10px 20px;
	border-radius: var(--radius-md);
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	border: none;
	cursor: pointer;
}

.read-more-btn:hover {
	opacity: 0.9;
	transform: translateY(-1px);
}

/* ----------------------------------------------------
   6. Breadcrumbs
   ---------------------------------------------------- */
.malamute-breadcrumbs {
	font-size: 13px;
	color: var(--color-text-muted);
	margin-top: 10px;
}

.malamute-breadcrumbs a {
	color: var(--color-text-muted);
}

.malamute-breadcrumbs a:hover {
	color: var(--malamute-primary);
}

.malamute-breadcrumbs .sep {
	margin: 0 8px;
}

.malamute-breadcrumbs .current {
	color: var(--color-text);
	font-weight: 500;
}

/* ----------------------------------------------------
   7. Single Post styling
   ---------------------------------------------------- */
.malamute-single-post {
	background-color: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	padding: 40px;
	margin-bottom: 40px;
}

.malamute-single-post .entry-header {
	margin-bottom: 30px;
	border-bottom: 1px solid var(--color-border);
	padding-bottom: 20px;
}

.malamute-single-post .entry-title {
	font-size: 40px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 15px;
}

.post-featured-image {
	border-radius: var(--radius-md);
	overflow: hidden;
	margin-bottom: 35px;
}

.post-featured-image img {
	width: 100%;
}

.entry-content {
	font-size: 16px;
	line-height: 1.8;
}

.entry-content p {
	margin-bottom: 24px;
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 24px 1.5em;
}

.entry-content blockquote {
	margin: 0 0 24px;
	padding-left: 20px;
	border-left: 4px solid var(--malamute-primary);
}

.entry-content h2, .entry-content h3, .entry-content h4 {
	color: var(--color-text);
	margin: 40px 0 20px 0;
	font-weight: 700;
}

.tags-links {
	margin-top: 30px;
	border-top: 1px solid var(--color-border);
	padding-top: 20px;
}

.tags-links a {
	display: inline-block;
	background-color: #f1f5f9;
	color: var(--color-text-muted);
	padding: 6px 12px;
	border-radius: var(--radius-md);
	margin-right: 8px;
	font-size: 13px;
}

.tags-links a:hover {
	background-color: var(--malamute-primary);
	color: #fff;
}

.comments-area {
	margin: 40px 0;
	padding: 30px;
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
}

.comment-list {
	margin: 24px 0;
	padding-left: 24px;
}

.comment-list .comment-body {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--color-border);
}

.search-form {
	display: flex;
	gap: 10px;
	align-items: stretch;
}

.search-form label {
	flex: 1;
}

.search-field {
	width: 100%;
	height: 44px;
	padding: 8px 12px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
}

.search-submit {
	padding: 8px 18px;
	border: 0;
	border-radius: var(--radius-md);
	background: var(--malamute-primary);
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

/* ----------------------------------------------------
   8. Navigation & Pagination
   ---------------------------------------------------- */
.malamute-pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.malamute-pagination .page-numbers {
	display: inline-block;
	padding: 10px 16px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	color: var(--color-text);
	font-weight: 600;
}

.malamute-pagination .page-numbers.current,
.malamute-pagination .page-numbers:hover {
	background-color: var(--malamute-primary);
	border-color: var(--malamute-primary);
	color: #fff;
}

.post-navigation {
	margin-bottom: 45px;
	background-color: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	padding: 20px 30px;
}

.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.post-navigation a {
	font-weight: 600;
	max-width: 300px;
}

/* ----------------------------------------------------
   9. Footer layout & Conceito Sul Global Footer
   ---------------------------------------------------- */
.site-footer,
.malamute-global-footer-wrapper {
	background: var(--ink, #011744);
	color: rgba(255, 255, 255, 0.72);
	font-family: var(--malamute-font-base, 'Montserrat', sans-serif);
	margin-top: 0 !important;
	border-top: none !important;
	padding: 0 !important;
}

.malamute-html-partial-wrapper {
	margin: 0 !important;
	padding: 0 !important;
	display: flow-root;
}

.malamute-html-partial-wrapper > *:last-child,
.malamute-canvas-content > *:last-child,
.malamute-main-content > *:last-child,
.site-main > *:last-child {
	margin-bottom: 0 !important;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
	transition: color 0.2s ease;
}

.site-footer a:hover,
.site-footer a:focus {
	color: var(--accent, #eeb31b);
	text-decoration: none;
}

.site-footer-container {
	max-width: var(--malamute-content-width, 1240px);
	margin: 0 auto;
	padding: clamp(48px, 6vw, 80px) clamp(18px, 4vw, 44px) 40px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 40px 32px;
}

.footer-col {
	display: flex;
	flex-direction: column;
}

.footer-col-badges {
	min-width: 200px;
	align-items: flex-start;
	gap: 16px;
}

.footer-seal-gptw {
	width: auto;
	max-width: 100%;
	max-height: 154px;
	display: block;
}

.footer-seal-card {
	background: #ffffff;
	border-radius: 4px;
	padding: 11px 15px;
	display: inline-flex;
	align-items: center;
}

.footer-seal-women {
	width: auto;
	max-width: 100%;
	max-height: 46px;
	display: block;
}

.footer-col-title {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 16px;
}

.footer-links-list,
.footer-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.footer-links-list li a {
	display: block;
	padding: 4px 0;
	font-size: 14.5px;
	line-height: 1.4;
}

.footer-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 5px 0;
	font-size: 14.5px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.72);
}

.footer-contact-icon {
	width: 18px;
	margin-top: 3px;
	flex-shrink: 0;
	text-align: center;
}

.footer-contact-icon.wa-icon {
	color: #25D366;
}

.footer-social-row {
	display: flex;
	gap: 6px;
	margin-bottom: 24px;
	flex-wrap: nowrap;
	align-items: center;
}

.footer-social-btn {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	font-size: 14px;
	transition: background 0.2s ease, transform 0.15s ease;
}

.footer-social-btn:hover {
	background: var(--accent, #eeb31b);
	color: var(--cta-text, #111111) !important;
	transform: translateY(-2px);
}

.footer-social-btn.footer-social-wa:hover {
	background: #25D366;
	color: #ffffff !important;
}

.footer-newsletter-label {
	font-size: 13.5px;
	color: rgba(255, 255, 255, 0.6);
	margin: 0 0 10px;
	line-height: 1.4;
}

.footer-newsletter-form {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.footer-newsletter-input {
	flex: 1;
	min-width: 130px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 4px;
	padding: 11px 12px;
	color: #ffffff;
	font-family: inherit;
	font-size: 14px;
	outline: none;
	transition: border-color 0.2s ease;
}

.footer-newsletter-input:focus {
	border-color: var(--accent, #eeb31b);
}

.footer-newsletter-btn {
	background: var(--accent, #eeb31b);
	color: var(--cta-text, #111111);
	border: none;
	font-family: inherit;
	font-weight: 700;
	font-size: 14px;
	padding: 11px 16px;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.footer-newsletter-btn:hover {
	background: var(--accent-2, #d19d0f);
}

.site-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer-warranty {
	max-width: var(--malamute-content-width, 1240px);
	margin: 0 auto;
	padding: 20px clamp(18px, 4vw, 44px) 0;
	font-size: 12px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.42);
}

.site-footer-legal-row {
	max-width: var(--malamute-content-width, 1240px);
	margin: 0 auto;
	padding: 16px clamp(18px, 4vw, 44px) 22px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 26px;
	align-items: center;
	justify-content: space-between;
	font-size: 12.5px;
	color: rgba(255, 255, 255, 0.55);
}

.site-footer-legal-links {
	display: flex;
	gap: 22px;
	flex-wrap: wrap;
}

/* ----------------------------------------------------
   Site Actions: Floating WhatsApp, Mobile Bottom Bar & LGPD
   ---------------------------------------------------- */
.site-whatsapp-float {
	position: fixed;
	right: 22px;
	bottom: 26px;
	z-index: 300;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #25D366;
	color: #ffffff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 29px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

.site-whatsapp-float:hover {
	background: #1ebe5b;
	color: #ffffff !important;
	transform: scale(1.06);
}

.site-mobile-bottom-bar {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 290;
	background: #ffffff;
	border-top: 1px solid var(--line, #e1e6ef);
	box-shadow: 0 -4px 18px rgba(1, 23, 68, 0.08);
}

.mobile-bottom-wa {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 15px;
	color: var(--ink, #011744);
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
}

.mobile-bottom-wa i {
	color: #25D366;
	font-size: 18px;
}

.mobile-bottom-cta {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 15px;
	background: var(--accent, #eeb31b);
	color: var(--cta-text, #111111);
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
}

.mobile-bottom-cta:hover {
	color: var(--cta-text, #111111);
}

/* LGPD Cookie Banner */
.site-lgpd-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 320;
	background: var(--ink-deep, #010f2e);
	border-top: 2px solid var(--accent, #eeb31b);
}

.site-lgpd-container {
	max-width: var(--malamute-content-width, 1240px);
	margin: 0 auto;
	padding: 18px clamp(18px, 4vw, 44px);
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
}

.site-lgpd-text {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	max-width: 720px;
	line-height: 1.5;
}

.site-lgpd-text a {
	color: var(--accent, #eeb31b);
	text-decoration: underline;
}

.site-lgpd-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.site-lgpd-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	font-weight: 700;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
	line-height: 1;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.site-lgpd-btn--secondary {
	border: 1.5px solid rgba(255, 255, 255, 0.35);
	color: #ffffff;
	padding: 11px 18px;
	background: transparent;
}

.site-lgpd-btn--secondary:hover {
	border-color: #ffffff;
	color: #ffffff;
}

.site-lgpd-btn--primary {
	background: var(--accent, #eeb31b);
	color: var(--cta-text, #111111);
	border: none;
	padding: 11px 22px;
}

.site-lgpd-btn--primary:hover {
	background: var(--accent-2, #d19d0f);
	color: var(--cta-text, #111111);
}

@media (max-width: 960px) {
	.site-whatsapp-float {
		bottom: 86px;
	}

	.site-mobile-bottom-bar {
		display: flex;
	}
}

/* Sticky column helper for multi-column layouts on desktop */
@media (min-width: 992px) {
	.md-sticky-desktop {
		position: sticky;
		top: 100px;
	}
}

/* Prevent sticky sidebars/columns inside sections from overlapping stacked content on mobile */
@media (max-width: 991px) {
	section [style*="position:sticky"],
	section [style*="position: sticky"],
	main [style*="position:sticky"],
	main [style*="position: sticky"],
	.malamute-page-content [style*="position:sticky"],
	.malamute-page-content [style*="position: sticky"],
	.md-sticky-desktop {
		position: static !important;
		top: auto !important;
	}
}


@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* ----------------------------------------------------
   10. Responsiveness
   ---------------------------------------------------- */
@media (max-width: 768px) {
	.header-wrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	
	.menu-toggle {
		display: block;
	}
	
	.main-navigation {
		width: 100%;
	}
	
	.main-navigation ul {
		display: none;
		flex-direction: column;
		width: 100%;
		gap: 12px;
		margin-top: 15px;
		border-top: 1px solid var(--color-border);
		padding-top: 15px;
	}
	
	.main-navigation.toggled ul {
		display: flex;
	}
	
	.malamute-posts-grid {
		grid-template-columns: 1fr;
	}
	
	.malamute-single-post {
		padding: 20px;
	}
	
	.malamute-single-post .entry-title {
		font-size: 28px;
	}
	
	.post-navigation .nav-links {
		flex-direction: column;
	}
	
	.footer-wrap {
		flex-direction: column;
		gap: 15px;
		text-align: center;
	}
}

/* Conceito Sul Hero Base Layout */
.cs-hero-section {
	position: relative;
	min-height: calc(100vh - 72px);
	display: flex;
	align-items: center;
	background: var(--ink, #011744);
	overflow: hidden;
}

.cs-hero-badges-bar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(1, 23, 68, 0.34);
	z-index: 2;
}

.cs-hero-badges-inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 18px clamp(20px, 4vw, 48px);
	display: flex;
	flex-wrap: wrap;
	gap: 10px 32px;
}

.cs-hero-badge-item {
	display: flex;
	align-items: center;
	gap: 9px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	font-weight: 500;
}

/* Subpáginas de Soluções - Editorial Flow */
.cs-subsolucao-hero-media--mobile {
	display: none;
}
.cs-subsolucao-hero-media--desktop {
	display: block;
}

/* Responsividade Mobile e Tablet (<= 991px) */
@media (max-width: 991px) {
	/* 1. Hero Mobile: Fluxo vertical natural eliminando sobreposição */
	.cs-hero-section {
		min-height: auto !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: flex-start !important;
		padding-top: 20px !important;
		padding-bottom: 0 !important;
	}

	.cs-hero-content {
		padding-top: 40px !important;
		padding-bottom: 20px !important;
	}

	.cs-hero-badges-bar {
		position: relative !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		width: 100% !important;
		margin-top: 32px !important;
		background: rgba(1, 15, 46, 0.65) !important;
		border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
	}

	.cs-hero-badges-inner {
		display: flex !important;
		flex-direction: column !important;
		gap: 12px !important;
		padding: 20px clamp(20px, 4vw, 32px) !important;
		align-items: flex-start !important;
	}

	.cs-hero-badge-item {
		display: flex !important;
		align-items: center !important;
		gap: 10px !important;
		color: rgba(255, 255, 255, 0.95) !important;
		font-size: 14.5px !important;
		font-weight: 500 !important;
	}

	/* 2. Correção de Imagens e Aspect-Ratio (Elimina espaço branco lateral) */
	.cs-case-spotlight [style*="aspect-ratio"],
	section [style*="aspect-ratio"],
	.cs-responsive-media {
		min-height: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}

	/* Grids fluidos sem estouro de largura mínima */
	.cs-case-spotlight,
	.cs-grid-responsive {
		grid-template-columns: 1fr !important;
		gap: 36px !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}

	/* Seção de Métricas (1994 / +5 mi m² / 10 anos / GPTW) */
	.cs-metrics-grid {
		grid-template-columns: 1fr !important;
	}

	.cs-metrics-grid > div {
		padding: 20px 0 !important;
		border-left: none !important;
		border-top: 1px solid var(--line, #e1e6ef) !important;
	}

	.cs-metrics-grid > div:first-child {
		border-top: none !important;
		padding-top: 0 !important;
	}

	/* Página A Empresa - Liderança e Selos Responsivos */
	.cs-leadership-grid {
		display: flex !important;
		flex-direction: column !important;
		gap: 24px !important;
		width: 100% !important;
	}

	.cs-leader-card {
		max-width: 100% !important;
		width: 100% !important;
		flex: none !important;
	}

	.cs-seals-col {
		max-width: 100% !important;
		width: 100% !important;
		flex: none !important;
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 14px !important;
		align-items: stretch !important;
	}

	.cs-seal-card {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: flex-start !important;
		padding: 22px 14px !important;
		border: 1px solid var(--line, #e1e6ef) !important;
		border-radius: 8px !important;
		background: #ffffff !important;
		text-align: center !important;
		box-sizing: border-box !important;
		box-shadow: 0 1px 4px rgba(1, 23, 68, 0.04) !important;
	}

	.cs-seal-card-img-wrap {
		height: 96px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
	}

	.cs-seal-card img {
		max-height: 84px !important;
		max-width: 100% !important;
		width: auto !important;
		object-fit: contain !important;
		display: block !important;
		margin: 0 auto !important;
	}

	.cs-seal-text {
		font-size: 13px !important;
		line-height: 1.45 !important;
		color: var(--muted, #5a5f6b) !important;
		margin-top: 14px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		flex: 1 !important;
		text-align: center !important;
	}

	/* Selos no Rodapé Mobile: Alinhamento horizontal lado a lado */
	.footer-col-badges {
		flex-direction: row !important;
		align-items: center !important;
		flex-wrap: wrap !important;
		gap: 16px 20px !important;
		margin-bottom: 8px !important;
	}

	.footer-seal-gptw {
		max-height: 84px !important;
		width: auto !important;
	}

	.footer-seal-card {
		padding: 10px 14px !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		border-radius: 6px !important;
	}

	.footer-seal-women {
		max-height: 40px !important;
		width: auto !important;
	}

	/* Página Soluções - Hero Panorâmica (16:9) com Legenda/Badge */
	.cs-solucoes-hero-grid {
		grid-template-columns: 1fr !important;
		gap: 28px !important;
		padding-top: 20px !important;
		padding-bottom: 36px !important;
	}

	.cs-solucoes-hero-media {
		aspect-ratio: 16/9 !important;
		min-height: 0 !important;
		max-height: 220px !important;
		width: 100% !important;
		border-radius: 8px !important;
		overflow: hidden !important;
		position: relative !important;
		box-shadow: 0 4px 18px rgba(1, 23, 68, 0.08) !important;
		border: 1px solid rgba(1, 23, 68, 0.08) !important;
	}

	.cs-solucoes-hero-caption {
		display: flex !important;
		position: absolute !important;
		inset: auto 0 0 0 !important;
		padding: 12px 16px !important;
		background: linear-gradient(to top, rgba(1, 15, 46, 0.88) 0%, rgba(1, 15, 46, 0.45) 70%, transparent 100%) !important;
		align-items: center !important;
		z-index: 2 !important;
	}

	.cs-caption-tag {
		color: #ffffff !important;
		font-size: 12.5px !important;
		font-weight: 500 !important;
		letter-spacing: 0.01em !important;
		display: inline-flex !important;
		align-items: center !important;
		gap: 7px !important;
	}

	/* Subpáginas de Soluções - Fluxo Editorial Mobile */
	.cs-subsolucao-hero-grid {
		grid-template-columns: 1fr !important;
		gap: 28px !important;
		padding-top: 20px !important;
		padding-bottom: 36px !important;
	}

	.cs-subsolucao-hero-media--desktop {
		display: none !important;
	}

	.cs-subsolucao-hero-media--mobile {
		display: block !important;
		aspect-ratio: 16/9 !important;
		min-height: 0 !important;
		max-height: 220px !important;
		width: 100% !important;
		border-radius: 8px !important;
		overflow: hidden !important;
		position: relative !important;
		box-shadow: 0 4px 18px rgba(1, 23, 68, 0.08) !important;
		border: 1px solid rgba(1, 23, 68, 0.08) !important;
		margin: 20px 0 20px 0 !important;
	}

	.cs-subsolucao-hero-media--mobile img {
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
	}

	.cs-subsolucao-hero-caption {
		display: flex !important;
		position: absolute !important;
		inset: auto 0 0 0 !important;
		padding: 12px 16px !important;
		background: linear-gradient(to top, rgba(1, 15, 46, 0.88) 0%, rgba(1, 15, 46, 0.45) 70%, transparent 100%) !important;
		align-items: center !important;
		z-index: 2 !important;
	}
}

/* Ajustes específicos para smartphones (<= 600px) */
@media (max-width: 600px) {
	.cs-hero-actions {
		display: flex !important;
		flex-direction: column !important;
		gap: 12px !important;
		width: 100% !important;
		margin-top: 28px !important;
	}

	.cs-hero-actions a {
		width: 100% !important;
		justify-content: center !important;
		min-height: 48px !important;
		padding: 16px 20px !important;
		box-sizing: border-box !important;
		text-align: center !important;
	}

	.cs-subsolucao-hero-actions {
		display: flex !important;
		flex-direction: column !important;
		gap: 12px !important;
		width: 100% !important;
		margin-top: 28px !important;
	}

	.cs-subsolucao-hero-actions a {
		width: 100% !important;
		justify-content: center !important;
		min-height: 48px !important;
		padding: 16px 20px !important;
		box-sizing: border-box !important;
		text-align: center !important;
	}

	.cs-hero-content h1 {
		font-size: clamp(28px, 8vw, 38px) !important;
		line-height: 1.1 !important;
	}

	.cs-hero-content p {
		font-size: 16px !important;
		line-height: 1.55 !important;
		margin-top: 18px !important;
	}
}

@media (max-width: 360px) {
	.cs-seals-col {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}
}

/* ----------------------------------------------------
   11. Conceito Sul Reusable Components
   ---------------------------------------------------- */
.cs-badge-overline {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.cs-badge-line {
	width: 30px;
	height: 2px;
	background: var(--accent, #eeb31b);
}

.cs-badge-dash {
	font-weight: 700;
	font-size: 13px;
	color: var(--accent-2, #d19d0f);
}

.cs-badge-rule {
	width: 26px;
	height: 1px;
	background: var(--line-strong, #ccd3e0);
}

.cs-badge-text {
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: var(--accent, #eeb31b);
	text-transform: uppercase;
}

.cs-badge-overline--dark .cs-badge-text {
	color: var(--muted, #5a5f6b);
}

/* 1. CtaFinal */
.cs-cta-final {
	position: relative;
	overflow: hidden;
	background: var(--ink, #011744);
	font-family: var(--malamute-font-base, 'Montserrat', sans-serif);
	margin: 0 !important;
}

.cs-cta-final-glow {
	position: absolute;
	inset: 0;
	background: radial-gradient(130% 150% at 100% 0%, rgba(238, 179, 27, 0.12), transparent 55%);
	pointer-events: none;
}

.cs-cta-final-container {
	position: relative;
	max-width: var(--malamute-content-width, 1240px);
	margin: 0 auto;
	padding: clamp(56px, 6vw, 92px) clamp(20px, 4vw, 48px);
	display: flex;
	flex-wrap: wrap;
	gap: 36px;
	align-items: center;
	justify-content: space-between;
}

.cs-cta-final-content {
	flex: 1;
	min-width: 300px;
	max-width: 720px;
}

.cs-cta-final-title {
	margin: 0;
	font-weight: 800;
	font-size: clamp(28px, 3.4vw, 44px);
	line-height: 1.08;
	color: #ffffff;
	letter-spacing: -0.02em;
}

.cs-cta-final-text {
	margin: 20px 0 0;
	font-size: 17px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.74);
	max-width: 640px;
}

.cs-cta-final-actions {
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-width: 260px;
}

.cs-btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: var(--accent, #eeb31b);
	color: var(--cta-text, #111111) !important;
	font-weight: 700;
	font-size: 16px;
	padding: 17px 30px;
	border-radius: 4px;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.2s ease, background 0.2s ease;
}

.cs-btn-primary:hover {
	transform: translateY(-2px);
	background: var(--accent-2, #d19d0f);
	color: var(--cta-text, #111111) !important;
}

.cs-btn-whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: transparent;
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.4);
	font-weight: 600;
	font-size: 16px;
	padding: 16px 30px;
	border-radius: 4px;
	line-height: 1;
	text-decoration: none;
	transition: all 0.2s ease;
}

.cs-btn-whatsapp:hover {
	border-color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff !important;
}

.cs-btn-whatsapp i {
	color: #25D366;
	font-size: 18px;
}

/* 2. FaqList */
.cs-faq-section {
	background: #ffffff;
	font-family: var(--malamute-font-base, 'Montserrat', sans-serif);
}

.cs-faq-container {
	max-width: 940px;
	margin: 0 auto;
	padding: clamp(72px, 8vw, 120px) clamp(20px, 4vw, 48px);
}

.cs-faq-title {
	margin: 0 0 40px;
	font-weight: 800;
	font-size: clamp(28px, 3.4vw, 42px);
	line-height: 1.08;
	color: var(--ink, #011744);
	letter-spacing: -0.02em;
}

.cs-faq-list {
	border-bottom: 1px solid var(--line, #e1e6ef);
}

.cs-faq-item {
	border-top: 1px solid var(--line, #e1e6ef);
}

.cs-faq-toggle {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 18px;
	align-items: center;
	padding: 26px 0;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	font-family: inherit;
	font-weight: 600;
	font-size: 18.5px;
	color: var(--ink, #011744);
	line-height: 1.35;
	transition: color 0.2s ease;
}

.cs-faq-toggle:hover .cs-faq-question {
	color: var(--accent-2, #d19d0f);
}

.cs-faq-icon {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: var(--accent-2, #d19d0f);
}

.cs-faq-answer {
	padding: 0 0 28px;
}

.cs-faq-answer p {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: var(--muted, #5a5f6b);
	max-width: 780px;
}

/* 3. ProcessoSteps */
.cs-processo-section {
	background: var(--wash, #f2f4f8);
	font-family: var(--malamute-font-base, 'Montserrat', sans-serif);
}

.cs-processo-container {
	max-width: var(--malamute-content-width, 1240px);
	margin: 0 auto;
	padding: clamp(72px, 8vw, 120px) clamp(20px, 4vw, 48px);
}

.cs-processo-title {
	margin: 0 0 52px;
	font-weight: 800;
	font-size: clamp(30px, 3.8vw, 46px);
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: var(--ink, #011744);
	max-width: 640px;
}

.cs-processo-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 40px 34px;
}

.cs-processo-card-header {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 16px;
}

.cs-processo-card-num {
	font-weight: 800;
	font-size: 20px;
	color: var(--ink, #011744);
}

.cs-processo-card-line {
	flex: 1;
	height: 1px;
	background: var(--line-strong, #ccd3e0);
}

.cs-processo-card-title {
	font-weight: 700;
	font-size: 17px;
	color: var(--ink, #011744);
	margin: 0 0 8px;
	line-height: 1.3;
}

.cs-processo-card-desc {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--muted, #5a5f6b);
}

.cs-processo-footnote {
	margin: 44px 0 0;
	font-size: 12.5px;
	line-height: 1.6;
	color: var(--faint, #656b78);
	max-width: 640px;
}

/* 4. IncluiList */
.cs-inclui-section {
	background: #ffffff;
	font-family: var(--malamute-font-base, 'Montserrat', sans-serif);
}

.cs-inclui-container {
	max-width: var(--malamute-content-width, 1240px);
	margin: 0 auto;
	padding: clamp(72px, 8vw, 120px) clamp(20px, 4vw, 48px);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: clamp(40px, 5vw, 64px);
	align-items: start;
}

.cs-inclui-sidebar {
	position: sticky;
	top: 100px;
}

.cs-inclui-title {
	margin: 0;
	font-weight: 800;
	font-size: clamp(28px, 3.4vw, 42px);
	line-height: 1.06;
	color: var(--ink, #011744);
	letter-spacing: -0.02em;
}

.cs-inclui-desc {
	margin: 22px 0 0;
	font-size: 17px;
	line-height: 1.65;
	color: var(--muted, #5a5f6b);
	max-width: 400px;
}

.cs-inclui-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 0 28px;
}

.cs-inclui-item {
	display: flex;
	gap: 13px;
	padding: 15px 0;
	border-top: 1px solid var(--line, #e1e6ef);
}

.cs-inclui-check {
	color: var(--accent-2, #d19d0f);
	font-size: 14px;
	margin-top: 4px;
	flex-shrink: 0;
}

.cs-inclui-text {
	font-size: 15px;
	line-height: 1.5;
	color: var(--body, #5a5f6b);
}

.cs-inclui-footnote {
	margin: 26px 0 0;
	font-size: 12.5px;
	line-height: 1.6;
	color: var(--faint, #656b78);
}

/* ==========================================================================
   Conceito Sul Blog & Single Post Design System
   ========================================================================== */

/* 1. Featured Post Card */
.cs-blog-featured-card {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: clamp(24px, 3vw, 44px);
	align-items: center;
	margin-bottom: 48px;
	border: 1px solid var(--line, #e1e6ef);
	border-radius: 6px;
	overflow: hidden;
	background: #ffffff;
	text-decoration: none;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.cs-blog-featured-card:hover {
	box-shadow: 0 22px 50px rgba(1, 23, 68, 0.12);
	transform: translateY(-2px);
}

.cs-blog-featured-thumb {
	min-height: 280px;
	position: relative;
	overflow: hidden;
	background: var(--wash, #f2f4f8);
}

.cs-blog-featured-thumb img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.cs-blog-featured-card:hover .cs-blog-featured-thumb img {
	transform: scale(1.03);
}

.cs-blog-featured-content {
	padding: clamp(24px, 3vw, 44px);
}

.cs-blog-featured-badge {
	display: inline-block;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--accent-2, #d19d0f);
	margin-bottom: 12px;
}

.cs-blog-featured-title {
	margin: 0 0 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: clamp(22px, 2.8vw, 32px);
	line-height: 1.15;
	color: var(--ink, #011744);
	letter-spacing: -0.01em;
}

.cs-blog-featured-excerpt {
	margin: 0 0 20px;
	font-size: 15.5px;
	line-height: 1.6;
	color: var(--muted, #5a5f6b);
	max-width: 520px;
}

.cs-blog-featured-btn {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-weight: 700;
	font-size: 15px;
	color: var(--ink, #011744);
	transition: gap 0.2s ease;
}

.cs-blog-featured-card:hover .cs-blog-featured-btn {
	gap: 13px;
	color: var(--accent-2, #d19d0f);
}

/* 2. Category Filter Pills */
.cs-blog-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 36px;
}

.cs-pill {
	border: 1.5px solid var(--line-strong, #ccd3e0);
	background: #ffffff;
	color: var(--ink, #011744);
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 13.5px;
	padding: 8px 18px;
	border-radius: 100px;
	text-decoration: none;
	transition: all 0.2s ease;
	display: inline-block;
}

.cs-pill:hover,
.cs-pill.is-active {
	background: var(--ink, #011744);
	color: #ffffff;
	border-color: var(--ink, #011744);
}

/* 3. Blog Grid & Cards */
.cs-blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
	gap: 24px;
}

.cs-blog-card {
	border: 1px solid var(--line, #e1e6ef);
	border-radius: 6px;
	overflow: hidden;
	background: #ffffff;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	display: flex;
	flex-direction: column;
}

.cs-blog-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(1, 23, 68, 0.1);
}

.cs-blog-card-link {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
}

.cs-blog-card-thumb {
	height: 190px;
	position: relative;
	overflow: hidden;
	background: var(--wash, #f2f4f8);
}

.cs-blog-card-thumb img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.cs-blog-card:hover .cs-blog-card-thumb img {
	transform: scale(1.04);
}

.cs-blog-card-body {
	padding: 22px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.cs-blog-card-cat {
	display: inline-block;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--accent-2, #d19d0f);
	margin-bottom: 10px;
}

.cs-blog-card-title {
	margin: 0 0 12px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 17.5px;
	line-height: 1.35;
	color: var(--ink, #011744);
}

.cs-blog-card-excerpt {
	margin: 0 0 16px 0;
	font-size: 14.5px;
	line-height: 1.55;
	color: var(--muted, #5a5f6b);
	flex-grow: 1;
}

.cs-blog-card-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 14px;
	border-top: 1px solid var(--line, #e1e6ef);
	font-size: 13px;
	color: var(--muted, #5a5f6b);
}

.cs-blog-card-read-btn {
	font-weight: 700;
	color: var(--ink, #011744);
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13.5px;
}

.cs-blog-card-read-btn i {
	font-size: 11px;
	color: var(--accent, #eeb31b);
	transition: transform 0.2s ease;
}

.cs-blog-card:hover .cs-blog-card-read-btn i {
	transform: translateX(3px);
}

.cs-blog-card-meta {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 12.5px;
	color: var(--faint, #656b78);
}

/* 4. Blog Pagination */
.cs-blog-pagination .nav-links {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
	justify-content: center;
}

.cs-blog-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 14px;
	border: 1px solid var(--line-strong, #ccd3e0);
	border-radius: 4px;
	background: #ffffff;
	color: var(--ink, #011744);
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.cs-blog-pagination .page-numbers:hover,
.cs-blog-pagination .page-numbers.current {
	background: var(--ink, #011744);
	color: #ffffff;
	border-color: var(--ink, #011744);
}

.cs-blog-pagination .page-numbers.dots {
	border: none;
	background: transparent;
	color: var(--muted, #5a5f6b);
}

/* 5. Editorial Article Body (Single Post) */
.cs-article-body {
	font-size: 17.5px;
	line-height: 1.75;
	color: var(--body, #5a5f6b);
}

.cs-article-body p {
	margin: 0 0 22px;
}

.cs-article-body p:first-of-type {
	font-size: 19.5px;
	line-height: 1.65;
	font-weight: 500;
	color: var(--ink, #011744);
	margin-bottom: 28px;
}

.cs-article-body h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: clamp(22px, 2.6vw, 28px);
	line-height: 1.25;
	color: var(--ink, #011744);
	margin: 40px 0 16px;
	letter-spacing: -0.01em;
}

.cs-article-body h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	color: var(--ink, #011744);
	margin: 32px 0 14px;
}

.cs-article-body blockquote,
.cs-article-body .wp-block-quote {
	border-left: 4px solid var(--accent, #eeb31b);
	background: var(--wash, #f2f4f8);
	padding: 24px 28px;
	border-radius: 0 8px 8px 0;
	margin: 32px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 21px;
	line-height: 1.45;
	color: var(--ink, #011744);
	font-style: normal;
}

.cs-article-body blockquote p {
	margin: 0;
	font-size: inherit;
	color: inherit;
}

.cs-article-body ul,
.cs-article-body ol {
	margin: 0 0 24px;
	padding-left: 24px;
}

.cs-article-body li {
	margin-bottom: 8px;
}

.cs-article-body img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
	margin: 24px 0;
}


