/*
Theme Name: Energievergelijking Child
Theme URI: https://energievergelijking.nl/
Description: Programmatic SEO child theme for Astra with product review cards, comparison tables, calculator layouts, and energieleverancier directory.
Author: Black Bear Media
Author URI: https://blackbearmedia.io/
Template: astra
Version: 1.0.0
Text Domain: energievergelijking
*/

/* ─── Design Tokens ─── */

:root {
	--ev-green: #00875a;
	--ev-green-light: #e6f4ee;
	--ev-blue: #1a56db;
	--ev-blue-light: #e8effc;
	--ev-navy: #111827;
	--ev-slate: #4b5563;
	--ev-muted: #9ca3af;
	--ev-border: #e5e7eb;
	--ev-cream: #f9fafb;
	--ev-white: #ffffff;
	--ev-orange: #ea580c;
	--ev-orange-light: #fff7ed;
	--ev-red: #dc2626;
	--ev-gold: #eab308;
	--ev-radius-sm: 8px;
	--ev-radius-md: 12px;
	--ev-radius-lg: 16px;
	--ev-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
	--ev-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
	--ev-container: min(1120px, 92vw);
}

body {
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--ev-navy);
	background: var(--ev-cream);
}

/* ─── Header / Navigation ─── */

.ast-primary-header-bar {
	background: var(--ev-navy) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ast-primary-header-bar .site-branding .ast-site-title-wrap .site-title a,
.ast-primary-header-bar .site-branding .site-title a {
	color: var(--ev-white) !important;
	font-weight: 800;
	font-size: 1.3rem;
	letter-spacing: -0.02em;
}

.ast-primary-header-bar .site-branding .site-description {
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 0.78rem;
}

.ast-primary-header-bar .main-header-menu > .menu-item > a {
	color: rgba(255, 255, 255, 0.9) !important;
	font-weight: 600;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.ast-primary-header-bar .main-header-menu > .menu-item > a:hover,
.ast-primary-header-bar .main-header-menu > .menu-item.current-menu-item > a {
	color: var(--ev-green) !important;
}

/* Dropdown menu */
.ast-primary-header-bar .main-header-menu .sub-menu {
	background: var(--ev-white);
	border: 1px solid var(--ev-border);
	border-radius: var(--ev-radius-sm);
	box-shadow: var(--ev-shadow-md);
	padding: 8px 0;
	min-width: 220px;
}

.ast-primary-header-bar .main-header-menu .sub-menu .menu-item a {
	color: var(--ev-navy) !important;
	font-size: 0.88rem;
	padding: 8px 20px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
}

.ast-primary-header-bar .main-header-menu .sub-menu .menu-item a:hover {
	background: var(--ev-green-light);
	color: var(--ev-green) !important;
}

/* Mobile menu */
.ast-mobile-header-wrap .ast-button-wrap .menu-toggle {
	color: var(--ev-white);
}

.ast-mobile-popup-drawer .main-header-menu .menu-item a {
	color: var(--ev-navy) !important;
	font-weight: 600;
	font-size: 0.95rem;
	padding: 12px 20px;
	border-bottom: 1px solid var(--ev-border);
}

.ast-mobile-popup-drawer .main-header-menu .menu-item a:hover {
	color: var(--ev-green) !important;
}

/* ─── Page Title / Breadcrumbs ─── */

.ast-breadcrumbs {
	font-size: 0.82rem;
	color: var(--ev-muted);
}

.ast-breadcrumbs a {
	color: var(--ev-blue);
}

.entry-title {
	font-weight: 800;
	letter-spacing: -0.02em;
}

/* ─── Content Area Polish ─── */

.ast-single-post .entry-content,
.ast-page .entry-content {
	max-width: var(--ev-container);
	margin: 0 auto;
	line-height: 1.7;
}

.entry-content h2 {
	font-weight: 700;
	margin-top: 32px;
	font-size: 1.4rem;
}

.entry-content h3 {
	font-weight: 600;
	font-size: 1.15rem;
}

.entry-content a {
	color: var(--ev-blue);
}

.entry-content a:hover {
	color: var(--ev-green);
}

.entry-content img {
	border-radius: var(--ev-radius-md);
}

/* ─── Footer ─── */

.site-footer {
	background: var(--ev-navy);
	color: rgba(255, 255, 255, 0.8);
}

.site-footer a {
	color: rgba(255, 255, 255, 0.9);
}

.site-footer a:hover {
	color: var(--ev-green);
}

.ast-small-footer {
	background: rgba(0, 0, 0, 0.2);
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.82rem;
}

/* Footer Compliance Info */
.ev-footer-compliance {
	margin-top: 12px;
	text-align: center;
}
.ev-footer-compliance p {
	margin: 4px 0;
	font-size: 0.78rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.5);
}
.ev-footer-compliance__disclosure {
	font-weight: 500;
}

/* ─── Archive / Category Pages ─── */

.ast-archive-description {
	padding: 24px 0 16px;
}

.ast-archive-description .page-title {
	font-weight: 800;
	font-size: 1.8rem;
}

.ast-archive-description p {
	color: var(--ev-slate);
	max-width: 640px;
}

/* ─── Product Card ─── */

.ev-product-card {
	background: var(--ev-white);
	border: 1px solid var(--ev-border);
	border-radius: var(--ev-radius-md);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.ev-product-card:hover {
	box-shadow: var(--ev-shadow-md);
	transform: translateY(-2px);
}

.ev-product-card__image-wrapper {
	position: relative;
	overflow: hidden;
}

.ev-product-card__image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}

.ev-stars-overlay {
	position: absolute;
	top: 12px;
	right: 12px;
	background: rgba(255, 255, 255, 0.9);
	padding: 4px 8px;
	border-radius: var(--ev-radius-sm);
	box-shadow: var(--ev-shadow-sm);
	z-index: 10;
}

.ev-stars-overlay .rank-math-review-star {
	display: flex;
	gap: 2px;
	color: var(--ev-gold);
}

.ev-stars-overlay .dashicons {
	font-size: 16px;
	width: 16px;
	height: 16px;
}

.ev-product-card__body {
	padding: 16px;
	display: grid;
	gap: 8px;
	flex: 1;
}

.ev-product-card__title {
	font-size: 1rem;
	font-weight: 600;
	margin: 0;
	line-height: 1.3;
}

.ev-product-card__title a {
	color: inherit;
	text-decoration: none;
}

.ev-product-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.ev-product-card__excerpt {
	color: var(--ev-slate);
	font-size: 0.88rem;
	line-height: 1.5;
}

.ev-product-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	border-top: 1px solid var(--ev-border);
	margin-top: auto;
}

.ev-product-card__price {
	font-weight: 700;
	font-size: 1.1rem;
	color: var(--ev-green);
}

.ev-product-card__link {
	font-weight: 600;
	font-size: 0.85rem;
	color: var(--ev-blue);
	text-decoration: none;
}

/* ─── Badges / Pills ─── */

.ev-pill {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1;
}

.ev-pill--rating {
	background: var(--ev-orange-light);
	color: var(--ev-orange);
}

.ev-pill--energy-label {
	background: var(--ev-green-light);
	color: var(--ev-green);
}

.ev-pill--category {
	background: var(--ev-blue-light);
	color: var(--ev-blue);
}

.ev-pill--price {
	background: var(--ev-green-light);
	color: var(--ev-green);
}

.ev-pill--verdict {
	background: var(--ev-navy);
	color: var(--ev-white);
}

/* ─── Rating Bar ─── */

.ev-rating {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.ev-rating__bar {
	width: 80px;
	height: 6px;
	background: var(--ev-border);
	border-radius: 999px;
	overflow: hidden;
}

.ev-rating__fill {
	height: 100%;
	border-radius: 999px;
	background: var(--ev-orange);
}

.ev-rating__score {
	font-weight: 700;
	font-size: 0.85rem;
}

/* ─── Comparison Table ─── */

.ev-comparison-table {
	width: 100%;
	border-collapse: collapse;
	background: var(--ev-white);
	border: 1px solid var(--ev-border);
	border-radius: var(--ev-radius-md);
	overflow: hidden;
	font-size: 0.9rem;
}

.ev-comparison-table thead {
	background: var(--ev-navy);
	color: var(--ev-white);
}

.ev-comparison-table th {
	padding: 12px 16px;
	text-align: left;
	font-weight: 600;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.ev-comparison-table td {
	padding: 12px 16px;
	border-bottom: 1px solid var(--ev-border);
	vertical-align: middle;
}

.ev-comparison-table tbody tr:last-child td {
	border-bottom: none;
}

.ev-comparison-table tbody tr:hover {
	background: var(--ev-cream);
}

.ev-comparison-table__rank {
	font-weight: 700;
	font-size: 1.2rem;
	color: var(--ev-green);
	text-align: center;
	width: 48px;
}

.ev-comparison-table__product {
	font-weight: 600;
}

.ev-comparison-table__product a {
	color: var(--ev-blue);
	text-decoration: none;
}

/* ─── Pros/Cons ─── */

.ev-pros-cons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.ev-pros,
.ev-cons {
	padding: 16px;
	border-radius: var(--ev-radius-md);
}

.ev-pros {
	background: var(--ev-green-light);
	border: 1px solid rgba(0, 135, 90, 0.2);
}

.ev-cons {
	background: #fef2f2;
	border: 1px solid rgba(220, 38, 38, 0.2);
}

.ev-pros__title,
.ev-cons__title {
	font-weight: 700;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin: 0 0 8px;
}

.ev-pros__title {
	color: var(--ev-green);
}

.ev-cons__title {
	color: var(--ev-red);
}

.ev-pros ul,
.ev-cons ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 4px;
}

.ev-pros li::before {
	content: "\2713 ";
	color: var(--ev-green);
	font-weight: 700;
}

.ev-cons li::before {
	content: "\2717 ";
	color: var(--ev-red);
	font-weight: 700;
}

/* ─── Product Grid ─── */

.ev-product-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

/* ─── Top Ten List ─── */

.ev-top-ten-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 16px;
	counter-reset: top-ten;
}

.ev-top-ten-item {
	counter-increment: top-ten;
	display: grid;
	grid-template-columns: 56px 200px 1fr;
	gap: 16px;
	align-items: start;
	background: var(--ev-white);
	border: 1px solid var(--ev-border);
	border-radius: var(--ev-radius-md);
	padding: 20px;
	transition: box-shadow 0.2s ease;
}

.ev-top-ten-item:hover {
	box-shadow: var(--ev-shadow-md);
}

.ev-rank {
	font-size: 2rem;
	font-weight: 800;
	color: var(--ev-green);
	text-align: center;
	line-height: 1;
}

.ev-top-ten-item__image img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	border-radius: var(--ev-radius-sm);
}

.ev-top-ten-item__content {
	display: grid;
	gap: 6px;
}

.ev-top-ten-item__title {
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0;
}

.ev-top-ten-item__title a {
	color: inherit;
	text-decoration: none;
}

.ev-top-ten-item__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.ev-top-ten-item__excerpt {
	color: var(--ev-slate);
	font-size: 0.88rem;
	line-height: 1.5;
}

.ev-top-ten-item__link {
	font-weight: 600;
	color: var(--ev-blue);
	text-decoration: none;
	font-size: 0.88rem;
}

/* ─── Browse by Category ─── */

.ev-browse-categories {
	margin-top: 40px;
	padding: 24px;
	background: var(--ev-blue-light);
	border-radius: var(--ev-radius-lg);
}

.ev-browse-categories__title {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 0 12px;
}

.ev-browse-categories__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ev-browse-categories__list a {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 999px;
	background: var(--ev-white);
	color: var(--ev-blue);
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid var(--ev-border);
	transition: background 0.2s ease, color 0.2s ease;
}

.ev-browse-categories__list a:hover {
	background: var(--ev-blue);
	color: var(--ev-white);
}

/* ─── FAQ Section ─── */

.ev-faq {
	margin-top: 40px;
}

.ev-faq__title {
	font-size: 1.3rem;
	font-weight: 700;
	margin: 0 0 16px;
}

.ev-faq__item {
	padding: 16px 0;
	border-bottom: 1px solid var(--ev-border);
}

.ev-faq__question {
	font-weight: 700;
	font-size: 1rem;
	margin: 0 0 6px;
}

.ev-faq__answer {
	color: var(--ev-slate);
	line-height: 1.6;
	font-size: 0.92rem;
}

/* ─── Verdict Box ─── */

.ev-verdict-box {
	margin-top: 24px;
	padding: 20px;
	background: var(--ev-green-light);
	border-radius: var(--ev-radius-md);
	border-left: 4px solid var(--ev-green);
}

.ev-verdict-box__title {
	margin: 0 0 8px;
	font-size: 1.1rem;
	font-weight: 700;
}

.ev-verdict-box__text {
	margin: 0;
	line-height: 1.6;
	color: var(--ev-navy);
}

.ev-verdict-box__rating {
	margin-top: 12px;
}

/* ─── Pros/Cons Spacing ─── */

.ev-pros-cons {
	margin-top: 24px;
}

/* ─── Tariff Section ─── */

.ev-tariff-section {
	margin-top: 32px;
}

/* ─── Leverancier Facts ─── */

.ev-leverancier-facts {
	margin-top: 24px;
}

/* ─── Quick Facts Sidebar ─── */

.ev-quick-facts {
	background: var(--ev-white);
	border: 1px solid var(--ev-border);
	border-radius: var(--ev-radius-md);
	padding: 20px;
}

.ev-quick-facts__title {
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ev-muted);
	margin: 0 0 12px;
	font-weight: 700;
}

.ev-quick-facts__row {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px solid var(--ev-border);
}

.ev-quick-facts__row:last-child {
	border-bottom: none;
}

.ev-quick-facts dt {
	font-size: 0.82rem;
	color: var(--ev-muted);
	font-weight: 500;
}

.ev-quick-facts dd {
	margin: 0;
	font-weight: 600;
	color: var(--ev-navy);
	font-size: 0.88rem;
}

.ev-quick-facts a {
	color: var(--ev-blue);
}

/* ─── Entity Page Layout ─── */

.ev-entity-page {
	width: var(--ev-container);
	margin: 0 auto;
	padding: 24px 0 48px;
}

.ev-entity-page__body {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 32px;
	align-items: start;
}

.ev-entity-page__sidebar {
	position: sticky;
	top: 80px;
}

.ev-entity-hero img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: var(--ev-radius-lg);
	margin-bottom: 24px;
}

.ev-entity-title-bar {
	margin-bottom: 24px;
}

.ev-entity-title-bar__title {
	font-size: 2rem;
	font-weight: 800;
	margin: 0 0 8px;
}

.ev-entity-title-bar__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

/* ─── Section Header ─── */

.ev-section-header {
	margin-bottom: 24px;
}

.ev-section-header__eyebrow {
	font-size: 0.78rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ev-green);
	font-weight: 700;
}

.ev-section-header__title {
	font-size: 1.6rem;
	font-weight: 800;
	margin: 4px 0 0;
}

.ev-section-header__description {
	color: var(--ev-slate);
	font-size: 0.95rem;
	margin-top: 8px;
	line-height: 1.6;
}

/* ─── Related Products ─── */

.ev-related {
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid var(--ev-border);
}

.ev-related__title {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 0 16px;
}

/* ─── Calculator ─── */

.ev-calculator {
	background: var(--ev-white);
	border: 2px solid var(--ev-green);
	border-radius: var(--ev-radius-lg);
	padding: 32px;
	margin-bottom: 32px;
}

.ev-calculator__inputs {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 16px;
	align-items: end;
}

.ev-calculator__field {
	display: grid;
	gap: 6px;
}

.ev-calculator__label {
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--ev-slate);
}

.ev-calculator__input {
	width: 100%;
	padding: 14px 16px;
	font-size: 1.4rem;
	font-weight: 700;
	border: 1px solid var(--ev-border);
	border-radius: var(--ev-radius-sm);
	color: var(--ev-navy);
	background: var(--ev-cream);
}

.ev-calculator__input:focus {
	outline: none;
	border-color: var(--ev-green);
	box-shadow: 0 0 0 3px rgba(0, 135, 90, 0.15);
}

.ev-calculator__input--result {
	background: var(--ev-green-light);
	border-color: var(--ev-green);
	color: var(--ev-green);
}

.ev-calculator__arrow {
	font-size: 1.6rem;
	font-weight: 800;
	color: var(--ev-green);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 8px;
}

.ev-calc-table-section {
	margin-top: 32px;
}

.ev-calc-table-section h2 {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 0 12px;
}

.ev-calc-explanation {
	margin-top: 32px;
}

.ev-calc-explanation h2 {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 0 12px;
}

.ev-calc-explanation__body {
	color: var(--ev-slate);
	line-height: 1.7;
}

.ev-calc-explanation__body p {
	margin-bottom: 16px;
}

.ev-calculator-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	background: var(--ev-white);
	border: 1px solid var(--ev-border);
	border-radius: var(--ev-radius-md);
	text-decoration: none;
	color: var(--ev-navy);
	font-weight: 600;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ev-calculator-card:hover {
	border-color: var(--ev-green);
	box-shadow: var(--ev-shadow-sm);
}

.ev-calculator-card__arrow {
	color: var(--ev-green);
	font-size: 1.2rem;
}

/* ─── Shopping Prices Section ─── */

.ev-shopping-section {
	margin-top: 32px;
}

.ev-shopping-section__title {
	font-size: 1.3rem;
	font-weight: 700;
	margin: 0 0 4px;
}

.ev-shopping-section__updated {
	font-size: 0.82rem;
	color: var(--ev-muted);
	margin: 0 0 12px;
}

/* ─── Hub CTA Block ─── */

.ev-hub-cta {
	margin-top: 32px;
	padding: 20px 24px;
	background: var(--ev-blue-light);
	border: 1px solid rgba(26, 86, 219, 0.2);
	border-radius: var(--ev-radius-md);
	border-left: 4px solid var(--ev-blue);
}

.ev-hub-cta p {
	margin: 0;
	line-height: 1.6;
}

.ev-hub-cta a {
	color: var(--ev-blue);
	font-weight: 700;
	text-decoration: underline;
}

.ev-hub-cta a:hover {
	color: var(--ev-green);
}

/* ─── Responsive ─── */

@media (max-width: 960px) {
	.ev-entity-page__body {
		grid-template-columns: 1fr;
	}

	.ev-entity-page__sidebar {
		position: static;
	}

	.ev-top-ten-item {
		grid-template-columns: 48px 1fr;
	}

	.ev-top-ten-item__image {
		display: none;
	}

	.ev-rank {
		font-size: 1.6rem;
	}

	.ev-pros-cons {
		grid-template-columns: 1fr;
	}

	.ev-calculator__inputs {
		grid-template-columns: 1fr;
	}

	.ev-calculator__arrow {
		transform: rotate(90deg);
		justify-self: center;
	}
}

@media (max-width: 720px) {
	.ev-entity-title-bar__title {
		font-size: 1.5rem;
	}

	.ev-entity-hero img {
		height: 240px;
	}

	.ev-comparison-table {
		font-size: 0.8rem;
	}

	.ev-comparison-table th,
	.ev-comparison-table td {
		padding: 8px 10px;
	}

	.ev-top-ten-item {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.ev-rank {
		font-size: 1.3rem;
	}
}

/* ─── Attribute Summary Bars ─── */
.ev-attribute-bars {
	background: var(--ev-white);
	border: 1px solid var(--ev-border);
	border-radius: var(--ev-radius-md);
	padding: 24px;
	margin-bottom: 32px;
	box-shadow: var(--ev-shadow-sm);
}

.ev-attribute-bar {
	margin-bottom: 16px;
}

.ev-attribute-bar:last-child {
	margin-bottom: 0;
}

.ev-attribute-bar__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6px;
}

.ev-attribute-bar__label {
	font-weight: 600;
	font-size: 0.95rem;
}

.ev-attribute-bar__value {
	font-weight: 700;
	color: var(--ev-blue);
	font-size: 0.9rem;
}

.ev-attribute-bar__track {
	height: 8px;
	background: var(--ev-border);
	border-radius: 4px;
	overflow: hidden;
}

.ev-attribute-bar__fill {
	height: 100%;
	background: var(--ev-blue);
	border-radius: 4px;
}

/* ─── Outcome-Focused CTAs ─── */
.ev-cta-button {
	display: inline-block;
	background: var(--ev-blue);
	color: var(--ev-white) !important;
	padding: 14px 28px;
	border-radius: var(--ev-radius-sm);
	font-weight: 700;
	text-decoration: none !important;
	transition: transform 0.2s, background 0.2s;
	text-align: center;
	box-shadow: var(--ev-shadow-sm);
}

.ev-cta-button:hover {
	background: #1e429f;
	transform: translateY(-1px);
}

.ev-cta-button--secondary {
	background: var(--ev-white);
	color: var(--ev-blue) !important;
	border: 2px solid var(--ev-blue);
}

.ev-cta-button--orange {
	background: var(--ev-orange);
}

.ev-cta-button--orange:hover {
	background: #c2410c;
}

@media (max-width: 768px) {
	.ev-sticky-cta {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 16px;
		background: rgba(255, 255, 255, 0.95);
		backdrop-filter: blur(8px);
		border-top: 1px solid var(--ev-border);
		z-index: 999;
		display: flex;
		justify-content: stretch;
	}
	.ev-sticky-cta .ev-cta-button {
		width: 100%;
		font-size: 1.1rem;
	}
}

@media (max-width: 768px) {
	.ev-comparison-table-wrapper {
		display: none;
	}
	.ev-mobile-cards {
		display: grid;
		gap: 20px;
	}
	.ev-mobile-card {
		background: var(--ev-white);
		border: 1px solid var(--ev-border);
		border-radius: var(--ev-radius-md);
		padding: 20px;
		box-shadow: var(--ev-shadow-sm);
	}
	.ev-mobile-card__header {
		border-bottom: 1px solid var(--ev-border);
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
	.ev-mobile-card__title {
		font-weight: 700;
		margin: 0;
	}
	.ev-mobile-card__row {
		display: flex;
		justify-content: space-between;
		padding: 6px 0;
		font-size: 0.9rem;
	}
	.ev-mobile-card__label {
		color: var(--ev-slate);
		font-weight: 500;
	}
	.ev-mobile-card__value {
		font-weight: 600;
		text-align: right;
	}
}

/* ─── CLS Layout Stability ─── */
.ev-product-card__image-wrapper {
	aspect-ratio: 16 / 9;
	background: var(--ev-cream);
	overflow: hidden;
	position: relative;
}

.ev-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ─── Accessibility Enhancements ─── */
:focus {
	outline: 3px solid var(--ev-orange);
	outline-offset: 2px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
