.andes-comparator-page {
	--cmp-green: #5c8f32;
	--cmp-green-strong: #34711d;
	--cmp-green-soft: #f3f8ee;
	--cmp-border: #dfe8d9;
	--cmp-border-strong: #c7d9bc;
	--cmp-text: #22302a;
	--cmp-muted: #6a786f;
	--cmp-surface: #ffffff;
	--cmp-surface-alt: #f8fbf6;
	color: var(--cmp-text);
	margin: 0;
	padding: 0 0 44px;
}

.andes-comparator-page *,
.andes-comparator-page *::before,
.andes-comparator-page *::after {
	box-sizing: border-box;
}

.andes-comparator-hero {
	margin: 44px auto 28px;
	max-width: 1060px;
	padding: 0 20px;
	text-align: center;
}

.andes-comparator-hero h1 {
	color: #111814;
	font-size: clamp(2.15rem, 2.85vw, 3.35rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1.04;
	margin: 0 0 14px;
}

.andes-comparator-hero p {
	color: #5e6d63;
	font-size: 1.04rem;
	line-height: 1.55;
	margin: 0;
}

.andes-comparator-shell {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

.andes-comparator-frame {
	background: var(--cmp-surface);
	border: 1px solid rgba(66, 102, 51, 0.12);
	border-radius: 30px;
	box-shadow: 0 20px 55px rgba(10, 30, 15, 0.08);
	padding: 22px;
	transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.andes-comparator-carousel-shell {
	align-items: center;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdf9 100%);
	border: 1px solid #e2eadf;
	border-radius: 22px;
	display: grid;
	gap: 10px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	margin-bottom: 18px;
	padding: 10px;
	transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.andes-comparator-carousel-arrow {
	align-items: center;
	appearance: none;
	background: #fff;
	border: 1px solid #e0e7da;
	border-radius: 999px;
	box-shadow: 0 6px 14px rgba(20, 48, 21, 0.05);
	color: var(--cmp-green);
	cursor: pointer;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 44px;
}

.andes-comparator-carousel-arrow:hover,
.andes-comparator-carousel-arrow:focus-visible {
	background: #f4f9ee;
	border-color: var(--cmp-border-strong);
	color: var(--cmp-green-strong);
	outline: none;
}

.andes-comparator-carousel-arrow span {
	font-size: 30px;
	transform: translateY(-1px);
}

.andes-comparator-carousel {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding: 4px 2px;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.andes-comparator-carousel::-webkit-scrollbar {
	display: none;
}

.andes-comparator-carousel-item {
	align-items: center;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 18px;
	color: #2a352f;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 8px;
	justify-content: flex-start;
	min-width: 166px;
	padding: 14px 16px 13px;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.andes-comparator-carousel-item:hover,
.andes-comparator-carousel-item:focus-visible {
	background: #f6fbf2;
	border-color: rgba(93, 144, 51, 0.2);
	box-shadow: 0 10px 22px rgba(20, 42, 18, 0.05);
	color: #24551f;
	outline: none;
	text-decoration: none;
	transform: translateY(-1px);
}

.andes-comparator-carousel-item.is-active {
	background: var(--cmp-green-soft);
	border-color: var(--cmp-border-strong);
	box-shadow: 0 12px 24px rgba(54, 96, 28, 0.08);
	color: #25561f;
}

.andes-comparator-carousel-icon {
	align-items: center;
	color: var(--cmp-green);
	display: inline-flex;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.andes-comparator-carousel-icon svg {
	display: block;
	height: 100%;
	width: 100%;
	fill: currentColor;
}

.andes-comparator-carousel-item strong {
	font-size: 0.96rem;
	font-weight: 700;
	line-height: 1.2;
}

.andes-comparator-category {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e3eade;
	border-radius: 22px;
	box-shadow: 0 12px 28px rgba(16, 34, 20, 0.04);
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
	margin-bottom: 16px;
	padding: 20px 18px;
	transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.andes-comparator-category-copy {
	align-items: start;
	display: grid;
	gap: 14px;
	grid-template-columns: 54px minmax(0, 1fr);
}

.andes-comparator-category-icon {
	color: var(--cmp-green);
	height: 54px;
	width: 54px;
}

.andes-comparator-category-icon svg {
	display: block;
	height: 100%;
	width: 100%;
	fill: currentColor;
}

.andes-comparator-category-text h2 {
	color: #22591e;
	font-size: clamp(1.5rem, 2vw, 2.15rem);
	font-weight: 800;
	line-height: 1.08;
	margin: 0 0 8px;
}

.andes-comparator-category-text p {
	color: var(--cmp-muted);
	font-size: 0.99rem;
	line-height: 1.45;
	margin: 0;
}

.andes-comparator-badges {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.andes-comparator-badge {
	align-items: center;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdf8 100%);
	border: 1px solid rgba(124, 179, 66, 0.14);
	border-radius: 18px;
	box-shadow: 0 10px 22px rgba(13, 34, 17, 0.04);
	display: grid;
	gap: 10px;
	grid-template-columns: 40px minmax(0, 1fr);
	padding: 14px 14px 13px;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.andes-comparator-badge-icon {
	align-items: center;
	background: var(--cmp-green-soft);
	border: 1px solid rgba(124, 179, 66, 0.12);
	border-radius: 999px;
	color: var(--cmp-green);
	display: inline-flex;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.andes-comparator-badge-icon svg {
	display: block;
	fill: currentColor;
	height: 18px;
	width: 18px;
}

.andes-comparator-badge strong {
	color: #223128;
	display: block;
	font-size: 0.91rem;
	font-weight: 800;
	line-height: 1.2;
}

.andes-comparator-badge small {
	color: #6a786f;
	display: block;
	font-size: 0.78rem;
	line-height: 1.25;
	margin-top: 3px;
}

.andes-comparator-badge:hover,
.andes-comparator-badge:focus-within {
	border-color: rgba(124, 179, 66, 0.24);
	box-shadow: 0 14px 28px rgba(13, 34, 17, 0.07);
	transform: translateY(-1px);
}

.andes-comparator-controls {
	background: #ffffff;
	border: 1px solid #e2e9dd;
	border-radius: 22px;
	margin-bottom: 16px;
	padding: 18px;
	transition: box-shadow 0.22s ease, border-color 0.22s ease, transform 0.22s ease, opacity 0.22s ease;
}

.andes-comparator-search {
	margin-bottom: 18px;
}

.andes-comparator-search label,
.andes-comparator-field > span {
	color: #24312b;
	display: block;
	font-size: 0.9rem;
	font-weight: 800;
	margin-bottom: 8px;
}

.andes-comparator-search-field {
	align-items: center;
	background: #fff;
	border: 1px solid #dce6d8;
	border-radius: 16px;
	display: flex;
	gap: 12px;
	min-height: 54px;
	padding: 0 16px;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.andes-comparator-search-field:focus-within {
	border-color: var(--cmp-border-strong);
	box-shadow: 0 0 0 3px rgba(124, 179, 66, 0.12);
	transform: translateY(-1px);
}

.andes-comparator-search-icon {
	align-items: center;
	color: var(--cmp-green);
	display: inline-flex;
	flex: 0 0 auto;
	height: 20px;
	justify-content: center;
	width: 20px;
}

.andes-comparator-search-icon svg {
	display: block;
	fill: currentColor;
	height: 100%;
	width: 100%;
}

.andes-comparator-search-field input {
	background: transparent;
	border: 0;
	color: #24312b;
	flex: 1 1 auto;
	font: inherit;
	min-width: 0;
	padding: 14px 0;
}

.andes-comparator-search-field input:focus {
	outline: none;
}

.andes-comparator-search-field input::placeholder {
	color: #8b978f;
}

.andes-comparator-filter-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.andes-comparator-field select {
	appearance: none;
	background: #ffffff;
	border: 1px solid #dce6d8;
	border-radius: 14px;
	color: #334238;
	font-size: 0.95rem;
	min-height: 46px;
	padding: 12px 14px;
	width: 100%;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.andes-comparator-field select:focus {
	border-color: var(--cmp-border-strong);
	box-shadow: 0 0 0 3px rgba(124, 179, 66, 0.12);
	outline: none;
	transform: translateY(-1px);
}

.andes-comparator-controls-footer {
	display: flex;
	justify-content: flex-end;
	margin-top: 14px;
}

.andes-comparator-clear {
	align-items: center;
	background: transparent;
	border: 0;
	color: #5f6f66;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 700;
	gap: 8px;
	padding: 8px 4px;
	text-decoration: none;
	transition: color 0.18s ease, transform 0.18s ease;
}

.andes-comparator-clear:hover,
.andes-comparator-clear:focus-visible {
	color: var(--cmp-green-strong);
	outline: none;
	text-decoration: none;
	transform: translateY(-1px);
}

.andes-comparator-table-shell {
	position: relative;
	min-height: 260px;
	transition: opacity 0.22s ease, transform 0.22s ease;
}

.andes-comparator-page.is-refreshing .andes-comparator-category,
.andes-comparator-page.is-refreshing .andes-comparator-controls,
.andes-comparator-page.is-refreshing .andes-comparator-table-shell {
	opacity: 0.94;
	transform: translateY(2px);
}

.andes-comparator-empty {
	align-items: center;
	background: #f8fcf5;
	border: 1px dashed #cfe0c7;
	border-radius: 18px;
	color: #4a5f49;
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	min-height: 220px;
	padding: 30px 22px;
	text-align: center;
}

.andes-comparator-empty[hidden],
.andes-comparator-table[hidden] {
	display: none !important;
}

.andes-comparator-empty strong {
	color: #2d4d23;
	font-size: 1.05rem;
}

.andes-comparator-empty span {
	color: #607064;
	font-size: 0.94rem;
	line-height: 1.5;
	max-width: 430px;
}

.andes-comparator-table-scroll {
	overflow-x: auto;
	padding-bottom: 2px;
}

.andes-comparator-table {
	border-collapse: collapse;
	margin: 0;
	min-width: 1180px;
	width: 100%;
}

.andes-comparator-table thead th {
	background: #f6faf4;
	border-bottom: 1px solid #dfe8d7;
	color: #41533c;
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	padding: 15px 12px;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
}

.andes-comparator-table tbody tr {
	transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.andes-comparator-table tbody tr:hover {
	background: #fcfffa;
}

.andes-comparator-table tbody td {
	border-bottom: 1px solid #edf2ea;
	color: #26362d;
	font-size: 0.95rem;
	padding: 18px 12px;
	vertical-align: middle;
}

.andes-comparator-product {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: 58px minmax(0, 1fr);
}

.andes-comparator-product img {
	border: 1px solid #e1e8de;
	border-radius: 14px;
	display: block;
	height: 58px;
	object-fit: cover;
	width: 58px;
}

.andes-comparator-product-copy strong {
	color: #2f6c22;
	display: block;
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.25;
}

.andes-comparator-product-copy span {
	color: #7a8880;
	display: block;
	font-size: 0.82rem;
	font-weight: 600;
	margin-top: 4px;
}

.andes-comparator-type {
	color: #5f6f66;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.cmp-badge {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.74rem;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.02em;
	min-height: 30px;
	padding: 6px 12px;
	text-transform: uppercase;
}

.cmp-badge-basic {
	background: #f7b13c;
	color: #fff;
}

.cmp-badge-medium {
	background: #4c7fba;
	color: #fff;
}

.cmp-badge-pro {
	background: #74a838;
	color: #fff;
}

.cmp-badge-industrial {
	background: #49564b;
	color: #fff;
}

.cmp-capacity strong,
.cmp-price {
	font-size: 1rem;
	font-weight: 800;
}

.cmp-price .andes-price-consult {
	color: #5f6f66;
	font-weight: 700;
}

.andes-comparator-button {
	align-items: center;
	background: linear-gradient(180deg, #6fa437 0%, #4f8a20 100%);
	border: 1px solid #4f8a20;
	border-radius: 12px;
	box-shadow: 0 10px 20px rgba(48, 95, 22, 0.18);
	color: #ffffff;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 800;
	justify-content: center;
	min-width: 112px;
	padding: 11px 16px;
	text-decoration: none;
	transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
	white-space: nowrap;
}

.andes-comparator-button:hover,
.andes-comparator-button:focus-visible {
	color: #ffffff;
	filter: brightness(1.02);
	outline: none;
	text-decoration: none;
	transform: translateY(-1px);
}

.andes-comparator-benefits {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 18px auto 0;
	max-width: 1400px;
	padding: 12px 20px 0;
}

.andes-comparator-benefit {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 34px minmax(0, 1fr);
	min-height: 64px;
	padding: 10px 14px;
	transition: transform 0.18s ease, background-color 0.18s ease;
}

.andes-comparator-benefit:not(:last-child) {
	border-right: 1px solid #e7eee4;
}

.andes-comparator-benefit-icon {
	align-items: center;
	background: var(--cmp-green-soft);
	border: 1px solid rgba(124, 179, 66, 0.12);
	border-radius: 999px;
	color: var(--cmp-green);
	display: inline-flex;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.andes-comparator-benefit-icon svg {
	display: block;
	fill: currentColor;
	height: 16px;
	width: 16px;
}

.andes-comparator-benefit strong {
	color: #27342d;
	display: block;
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.25;
}

.andes-comparator-benefit small {
	color: #697970;
	display: block;
	font-size: 0.8rem;
	line-height: 1.25;
	margin-top: 3px;
}

@media (max-width: 1199px) {
	.andes-comparator-category {
		grid-template-columns: 1fr;
	}

	.andes-comparator-badges {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.andes-comparator-filter-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.andes-comparator-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.andes-comparator-benefit:nth-child(2n) {
		border-right: none;
	}
}

@media (min-width: 992px) {
	.andes-comparator-hero h1 {
		white-space: nowrap;
	}
}

@media (max-width: 767px) {
	.andes-comparator-hero {
		margin: 26px auto 18px;
		padding: 0 14px;
	}

	.andes-comparator-hero h1 {
		font-size: clamp(1.7rem, 7vw, 2.1rem);
		margin-bottom: 12px;
		white-space: normal;
	}

	.andes-comparator-hero p {
		font-size: 0.98rem;
	}

	.andes-comparator-shell {
		padding: 0 12px;
	}

	.andes-comparator-frame {
		border-radius: 24px;
		padding: 14px;
	}

	.andes-comparator-carousel-shell {
		border-radius: 18px;
		gap: 8px;
		padding: 8px;
	}

	.andes-comparator-carousel-arrow {
		height: 38px;
		width: 38px;
	}

	.andes-comparator-carousel-item {
		min-width: 140px;
		padding: 12px 12px 11px;
	}

	.andes-comparator-carousel-item strong {
		font-size: 0.88rem;
	}

	.andes-comparator-category {
		border-radius: 18px;
		padding: 16px 14px;
	}

	.andes-comparator-category-copy {
		grid-template-columns: 42px minmax(0, 1fr);
	}

	.andes-comparator-category-icon {
		height: 42px;
		width: 42px;
	}

	.andes-comparator-category-text h2 {
		font-size: 1.35rem;
	}

	.andes-comparator-badges {
		grid-template-columns: 1fr;
	}

	.andes-comparator-controls {
		border-radius: 18px;
		padding: 14px;
	}

	.andes-comparator-search {
		margin-bottom: 14px;
	}

	.andes-comparator-search-field {
		min-height: 50px;
		padding: 0 14px;
	}

	.andes-comparator-filter-grid {
		grid-template-columns: 1fr;
	}

	.andes-comparator-controls-footer {
		justify-content: flex-start;
	}

	.andes-comparator-table {
		min-width: 1080px;
	}

	.andes-comparator-table-shell {
		min-height: 200px;
	}

	.andes-comparator-benefits {
		grid-template-columns: 1fr;
		padding-left: 12px;
		padding-right: 12px;
	}

	.andes-comparator-benefit {
		border-right: none;
		border-bottom: 1px solid #e7eee4;
	}

	.andes-comparator-benefit:last-child {
		border-bottom: none;
	}
}

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