:root {
	--ed-navy: #10233f;
	--ed-navy-2: #17344f;
	--ed-green: #48d66f;
	--ed-teal: #0e9fb0;
	--ed-red: #d73737;
	--ed-ink: #162033;
	--ed-muted: #617084;
	--ed-soft: #eef3f6;
	--ed-soft-2: #f7f9fb;
	--ed-line: #dce5ea;
	--ed-white: #ffffff;
	--ed-shadow: 0 18px 45px rgba(11, 31, 51, 0.14);
}

* {
	box-sizing: border-box;
}

body.ed-site {
	margin: 0;
	background: var(--ed-white);
	color: var(--ed-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

body.ed-site a {
	color: inherit;
}

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

.ed-skip-link {
	position: absolute;
	left: 16px;
	top: -80px;
	z-index: 100;
	padding: 10px 14px;
	border-radius: 6px;
	background: var(--ed-green);
	color: #062315;
	font-weight: 800;
	text-decoration: none;
}

.ed-skip-link:focus {
	top: 12px;
}

.ed-shell {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.ed-site-header {
	background: var(--ed-navy);
	color: var(--ed-white);
}

.ed-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 16px 0;
}

.ed-brand,
.ed-menu a,
.ed-header-cta,
.ed-button,
.ed-text-link,
.ed-card-actions a,
.ed-path-card a,
.ed-guide-card a {
	text-decoration: none;
}

.ed-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: max-content;
	font-weight: 850;
	letter-spacing: 0;
}

.ed-brand-mark {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 2px solid rgba(255, 255, 255, 0.28);
	border-radius: 8px;
	background: var(--ed-green);
	color: #082417;
	font-size: 0.82rem;
}

.ed-custom-logo {
	width: auto;
	max-height: 40px;
}

.ed-primary-nav {
	flex: 1 1 auto;
}

.ed-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ed-menu a {
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.95rem;
	font-weight: 650;
}

.ed-menu a:hover,
.ed-menu a:focus {
	color: var(--ed-white);
}

.ed-header-cta,
.ed-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border-radius: 8px;
	font-weight: 800;
}

.ed-header-cta {
	padding: 10px 16px;
	background: var(--ed-green);
	color: #082417;
}

.ed-front-main {
	background: var(--ed-white);
}

.ed-section {
	padding: 76px 0;
}

.ed-section:nth-of-type(even) {
	background: var(--ed-soft-2);
}

.ed-hero {
	padding: 86px 0 70px;
	background: var(--ed-navy);
	color: var(--ed-white);
}

.ed-hero-grid,
.ed-two-column {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
	gap: 46px;
	align-items: center;
}

.ed-kicker,
.ed-demo-label {
	margin: 0 0 10px;
	color: var(--ed-teal);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ed-hero .ed-kicker {
	color: var(--ed-green);
}

.ed-hero h1,
.ed-section-heading h2 {
	margin: 0;
	letter-spacing: 0;
	line-height: 1.04;
}

.ed-hero h1 {
	max-width: 720px;
	font-size: 4.1rem;
}

.ed-hero-subtitle,
.ed-section-heading p,
.ed-product-card p,
.ed-path-card p,
.ed-charge-card p,
.ed-map-placeholder p,
.ed-guide-card p,
.ed-footer-brand p,
.ed-demo-note {
	color: var(--ed-muted);
}

.ed-hero-subtitle {
	max-width: 640px;
	margin: 22px 0 0;
	color: #dce8ee;
	font-size: 1.18rem;
}

.ed-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.ed-button {
	padding: 12px 18px;
	border: 1px solid transparent;
}

.ed-button-primary {
	background: var(--ed-green);
	color: #082417;
}

.ed-button-secondary {
	border-color: rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.08);
	color: var(--ed-white);
}

.ed-match-panel,
.ed-cost-card,
.ed-map-placeholder {
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background: var(--ed-white);
	box-shadow: var(--ed-shadow);
	color: var(--ed-ink);
}

.ed-match-panel {
	padding: 22px;
	border-color: rgba(72, 214, 111, 0.3);
	background: #f7fbfa;
}

.ed-panel-header,
.ed-panel-score,
.ed-cost-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.ed-panel-header {
	padding-bottom: 16px;
	border-bottom: 1px solid var(--ed-line);
}

.ed-panel-header span,
.ed-panel-score span {
	color: var(--ed-muted);
	font-size: 0.9rem;
	font-weight: 750;
}

.ed-panel-header strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 34px;
	border-radius: 8px;
	background: var(--ed-red);
	color: var(--ed-white);
}

.ed-panel-fields {
	display: grid;
	gap: 10px;
	margin: 18px 0;
}

.ed-panel-field {
	padding: 12px 14px;
	border: 1px solid var(--ed-line);
	border-radius: 8px;
	background: var(--ed-white);
	font-weight: 720;
}

.ed-panel-score {
	padding: 16px;
	border-radius: 8px;
	background: var(--ed-navy);
	color: var(--ed-white);
}

.ed-panel-score strong {
	color: var(--ed-green);
	font-size: 1.7rem;
}

.ed-page-main {
	background: var(--ed-soft-2);
}

.ed-find-page-shell {
	padding: 48px 0 72px;
}

.ed-plugin-required {
	padding: 48px;
	border: 1px solid var(--ed-line);
	border-radius: 8px;
	background: var(--ed-white);
	box-shadow: var(--ed-shadow);
}

.ed-plugin-required h1 {
	max-width: 760px;
	margin: 0;
	color: var(--ed-ink);
	font-size: 2.6rem;
	line-height: 1.08;
}

.ed-plugin-required p {
	max-width: 680px;
	color: var(--ed-muted);
}

.ed-vehicle-archive-shell,
.ed-vehicle-detail {
	padding: 48px 0 72px;
}

.ed-archive-heading {
	max-width: 760px;
	margin-bottom: 28px;
}

.ed-archive-heading h1,
.ed-vehicle-detail-hero h1 {
	margin: 0;
	color: var(--ed-ink);
	font-size: 3rem;
	line-height: 1.06;
}

.ed-archive-heading p,
.ed-vehicle-detail-hero p,
.ed-vehicle-detail-section p {
	color: var(--ed-muted);
}

.ed-raw-source-row {
	background: #0f172a;
	border-radius: 8px;
	color: #e2e8f0;
	font-size: 0.85rem;
	line-height: 1.5;
	max-height: 360px;
	overflow: auto;
	padding: 1rem;
	white-space: pre-wrap;
	word-break: break-word;
}

.ed-vehicle-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ed-vehicle-card,
.ed-vehicle-detail-section {
	padding: 22px;
	border: 1px solid var(--ed-line);
	border-radius: 8px;
	background: var(--ed-white);
	box-shadow: 0 12px 30px rgba(16, 35, 63, 0.08);
}

.ed-vehicle-card h2 {
	margin: 0 0 16px;
	font-size: 1.3rem;
	line-height: 1.2;
}

.ed-vehicle-card h2 a {
	text-decoration: none;
}

.ed-vehicle-card dl,
.ed-vehicle-facts {
	display: grid;
	gap: 10px;
	margin: 0 0 18px;
}

.ed-vehicle-card dl div,
.ed-vehicle-facts div {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--ed-line);
}

.ed-vehicle-card dt,
.ed-vehicle-facts dt {
	color: var(--ed-muted);
	font-weight: 700;
}

.ed-vehicle-card dd,
.ed-vehicle-facts dd {
	margin: 0;
	font-weight: 850;
	text-align: right;
}

.ed-vehicle-detail {
	display: grid;
	gap: 18px;
}

.ed-vehicle-detail-hero {
	padding: 34px;
	border-radius: 8px;
	background: var(--ed-navy);
	color: var(--ed-white);
}

.ed-vehicle-detail-hero h1,
.ed-vehicle-detail-hero p {
	color: var(--ed-white);
}

.ed-vehicle-detail-section h2 {
	margin: 0 0 12px;
	font-size: 1.35rem;
}

@media (max-width: 920px) {
	.ed-vehicle-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.ed-archive-heading h1,
	.ed-vehicle-detail-hero h1 {
		font-size: 2.2rem;
	}

	.ed-vehicle-card dl div,
	.ed-vehicle-facts div {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.ed-vehicle-card dd,
	.ed-vehicle-facts dd {
		text-align: left;
	}
}

.ed-value-strip {
	padding: 28px 0;
	background: var(--ed-white);
}

.ed-value-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.ed-value-card,
.ed-path-card,
.ed-vehicle-card,
.ed-charge-card,
.ed-guide-card {
	border: 1px solid var(--ed-line);
	border-radius: 8px;
	background: var(--ed-white);
}

.ed-value-card {
	padding: 18px;
}

.ed-value-card h2,
.ed-path-card h3,
.ed-charge-card h3,
.ed-guide-card h3 {
	margin: 0 0 8px;
	font-size: 1.08rem;
	line-height: 1.25;
}

.ed-value-card h2::before {
	content: "";
	display: block;
	width: 34px;
	height: 4px;
	margin-bottom: 12px;
	border-radius: 999px;
	background: var(--ed-green);
}

.ed-value-card p,
.ed-path-card p,
.ed-charge-card p,
.ed-guide-card p {
	margin: 0;
}

.ed-section-heading {
	max-width: 720px;
	margin-bottom: 28px;
}

.ed-section-heading-row {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	max-width: none;
}

.ed-section-heading h2 {
	color: var(--ed-ink);
	font-size: 2.5rem;
}

.ed-section-heading p:not(.ed-kicker) {
	max-width: 620px;
	margin: 16px 0 0;
	font-size: 1.05rem;
}

.ed-card-grid {
	display: grid;
	gap: 18px;
}

.ed-card-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ed-card-grid-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ed-path-card,
.ed-guide-card {
	padding: 24px;
}

.ed-path-card {
	position: relative;
	overflow: hidden;
	min-height: 210px;
}

.ed-path-card::after {
	content: "";
	position: absolute;
	right: 18px;
	bottom: 18px;
	width: 44px;
	height: 10px;
	border-radius: 999px;
	background: var(--ed-teal);
}

.ed-path-card a,
.ed-guide-card a,
.ed-text-link {
	display: inline-flex;
	margin-top: 18px;
	color: var(--ed-navy);
	font-weight: 850;
}

.ed-featured-evs {
	background: var(--ed-soft-2);
}

.ed-demo-note {
	max-width: 360px;
	margin: 0;
	font-size: 0.95rem;
}

.ed-vehicle-card {
	overflow: hidden;
}

.ed-vehicle-visual {
	display: grid;
	place-items: center;
	min-height: 158px;
	background: #e9f1f4;
}

.ed-vehicle-silhouette {
	position: relative;
	display: block;
	width: 72%;
	max-width: 220px;
	height: 42px;
	border-radius: 24px 42px 14px 14px;
	background: var(--ed-navy-2);
}

.ed-vehicle-silhouette::before {
	content: "";
	position: absolute;
	left: 42px;
	top: -24px;
	width: 112px;
	height: 42px;
	border-radius: 50px 60px 0 0;
	background: var(--ed-teal);
}

.ed-vehicle-silhouette::after {
	content: "";
	position: absolute;
	left: 22px;
	bottom: -13px;
	width: calc(100% - 44px);
	height: 26px;
	border-radius: 999px;
	background: radial-gradient(circle at 16px 13px, #ffffff 0 6px, var(--ed-ink) 7px 13px, transparent 14px), radial-gradient(circle at calc(100% - 16px) 13px, #ffffff 0 6px, var(--ed-ink) 7px 13px, transparent 14px);
}

.ed-vehicle-body {
	padding: 22px;
}

.ed-vehicle-body h3 {
	margin: 0 0 16px;
	font-size: 1.3rem;
}

.ed-vehicle-stats {
	display: grid;
	gap: 10px;
	margin: 0;
}

.ed-vehicle-stats div {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--ed-line);
}

.ed-vehicle-stats dt {
	color: var(--ed-muted);
	font-size: 0.9rem;
}

.ed-vehicle-stats dd {
	margin: 0;
	font-weight: 800;
	text-align: right;
}

.ed-tag-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0;
}

.ed-tag-row span {
	display: inline-flex;
	padding: 6px 9px;
	border-radius: 999px;
	background: #e7f8ec;
	color: #116326;
	font-size: 0.82rem;
	font-weight: 800;
}

.ed-card-actions {
	display: flex;
	gap: 10px;
}

.ed-card-actions a {
	flex: 1 1 0;
	padding: 10px 12px;
	border: 1px solid var(--ed-line);
	border-radius: 8px;
	font-weight: 850;
	text-align: center;
}

.ed-card-actions a:first-child {
	border-color: var(--ed-navy);
	background: var(--ed-navy);
	color: var(--ed-white);
}

.ed-cost-section {
	background: var(--ed-white);
}

.ed-cost-card {
	padding: 22px;
	border-color: var(--ed-line);
}

.ed-cost-row {
	padding: 14px 0;
	border-bottom: 1px solid var(--ed-line);
}

.ed-cost-row:last-child {
	padding: 16px;
	border: 0;
	border-radius: 8px;
	background: var(--ed-navy);
	color: var(--ed-white);
}

.ed-cost-row span {
	color: var(--ed-muted);
}

.ed-cost-row:last-child span {
	color: #dce8ee;
}

.ed-cost-row strong {
	font-size: 1.05rem;
}

.ed-charging-section {
	background: var(--ed-soft-2);
}

.ed-charging-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
	gap: 24px;
	align-items: stretch;
}

.ed-charge-card-list {
	display: grid;
	gap: 14px;
}

.ed-charge-card {
	padding: 22px;
}

.ed-map-placeholder {
	display: grid;
	align-content: space-between;
	min-height: 360px;
	padding: 22px;
	border-color: var(--ed-line);
}

.ed-map-grid {
	position: relative;
	min-height: 230px;
	border: 1px solid var(--ed-line);
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(16, 35, 63, 0.08) 1px, transparent 1px),
		linear-gradient(rgba(16, 35, 63, 0.08) 1px, transparent 1px),
		#eef6f8;
	background-size: 42px 42px;
}

.ed-map-pin {
	position: absolute;
	width: 18px;
	height: 18px;
	border: 4px solid var(--ed-white);
	border-radius: 50%;
	background: var(--ed-green);
	box-shadow: 0 8px 18px rgba(16, 35, 63, 0.2);
}

.ed-map-pin-a {
	left: 24%;
	top: 34%;
}

.ed-map-pin-b {
	right: 28%;
	top: 22%;
	background: var(--ed-teal);
}

.ed-map-pin-c {
	right: 18%;
	bottom: 25%;
	background: var(--ed-red);
}

.ed-incentive-callout {
	background: var(--ed-white);
}

.ed-callout-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 34px;
	border: 1px solid var(--ed-line);
	border-radius: 8px;
	background: var(--ed-navy);
	color: var(--ed-white);
}

.ed-callout-panel h2 {
	margin: 0;
	font-size: 2.2rem;
	line-height: 1.1;
}

.ed-callout-panel p:not(.ed-kicker) {
	max-width: 620px;
	margin: 12px 0 0;
	color: #dce8ee;
}

.ed-guides-preview {
	background: var(--ed-soft-2);
}

.ed-guide-card {
	min-height: 190px;
}

.ed-site-footer {
	background: var(--ed-navy);
	color: var(--ed-white);
}

.ed-footer-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 36px;
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 42px 0;
}

.ed-footer-title {
	margin: 0 0 10px;
	color: var(--ed-white);
	font-size: 1.2rem;
	font-weight: 850;
}

.ed-footer-brand p:not(.ed-footer-title) {
	max-width: 520px;
	margin: 0;
	color: #dce8ee;
}

.ed-footer-nav ul {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ed-footer-nav a {
	color: #dce8ee;
	text-decoration: none;
}

.ed-footer-nav a:hover,
.ed-footer-nav a:focus {
	color: var(--ed-white);
}

.ed-generic-page {
	padding: 72px 0;
}

@media (max-width: 980px) {
	.ed-header-inner {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.ed-primary-nav {
		order: 3;
		flex-basis: 100%;
	}

	.ed-menu {
		justify-content: flex-start;
	}

	.ed-hero-grid,
	.ed-two-column,
	.ed-charging-layout,
	.ed-footer-inner {
		grid-template-columns: 1fr;
	}

	.ed-hero h1 {
		font-size: 3.2rem;
	}

	.ed-value-grid,
	.ed-card-grid-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ed-card-grid-3 {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.ed-shell,
	.ed-header-inner,
	.ed-footer-inner {
		width: min(100% - 28px, 1120px);
	}

	.ed-site-header {
		position: static;
	}

	.ed-header-inner {
		gap: 16px;
	}

	.ed-brand {
		min-width: 0;
	}

	.ed-brand-text {
		font-size: 0.98rem;
	}

	.ed-header-cta {
		width: 100%;
	}

	.ed-menu {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

	.ed-menu a {
		display: block;
		padding: 8px 0;
	}

	.ed-hero {
		padding: 58px 0 48px;
	}

	.ed-hero h1 {
		font-size: 2.45rem;
	}

	.ed-hero-subtitle {
		font-size: 1.05rem;
	}

	.ed-hero-actions,
	.ed-card-actions,
	.ed-callout-panel,
	.ed-section-heading-row {
		align-items: stretch;
		flex-direction: column;
	}

	.ed-button,
	.ed-card-actions a {
		width: 100%;
	}

	.ed-section {
		padding: 54px 0;
	}

	.ed-section-heading h2,
	.ed-callout-panel h2 {
		font-size: 2rem;
	}

	.ed-value-grid,
	.ed-card-grid-4 {
		grid-template-columns: 1fr;
	}

	.ed-match-panel,
	.ed-cost-card,
	.ed-callout-panel {
		padding: 18px;
	}

	.ed-vehicle-stats div,
	.ed-cost-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.ed-vehicle-stats dd {
		text-align: left;
	}

	.ed-footer-nav ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
