:root {
	--ags-primary: #0b8a60;
	--ags-primary-dark: #0a7a55;
	--ags-deep: #071a17;
	--ags-surface: #102522;
	--ags-accent: #7cffb2;
	--ags-gray: #7d8b8a;
	--ags-soft: #f2f7f4;
	--ags-white: #ffffff;
	--ags-text: #10211e;
	--ags-border: rgba(16, 33, 30, 0.1);
	--ags-shadow: 0 20px 60px rgba(7, 26, 23, 0.12);
	--ags-radius: 18px;
}

body {
	color: var(--ags-text);
	background: var(--ags-soft);
}

body,
button,
input,
select,
textarea {
	font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.ast-container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.site-content .ast-container {
	display: block;
}

.entry-header,
.ast-page-header-wrap,
.page .entry-header,
.single .entry-header,
.archive .entry-header {
	display: none !important;
}

.site-content > .ast-container,
.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single,
.ast-plain-container.ast-no-sidebar #primary {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.site-primary-header-wrap.ast-builder-grid-row-container,
.ast-builder-menu-1,
.main-header-menu {
	background: linear-gradient(180deg, rgba(7, 26, 23, 0.96), rgba(16, 37, 34, 0.92));
}

.main-header-bar,
.ast-theme-transparent-header .main-header-bar {
	background: transparent;
	border-bottom: 1px solid rgba(124, 255, 178, 0.12);
}

.site-header-primary-section-left .site-title,
.site-header-primary-section-left .site-title a,
.ast-site-identity .site-title,
.ast-site-identity .site-title a,
#masthead .site-title,
#masthead .site-title a {
	color: var(--ags-white) !important;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	line-height: 0;
	overflow: visible;
}

.custom-logo-link img,
.site-header .custom-logo-link img {
	display: block;
	max-height: 64px;
	width: auto;
	max-width: min(420px, 31vw);
	object-fit: contain;
	object-position: left center;
}

.site-branding.has-custom-logo .site-title,
.site-branding.has-custom-logo .site-title a,
.ast-site-identity.has-custom-logo .site-title,
.ast-site-identity.has-custom-logo .site-title a {
	display: none !important;
}

.site-branding .custom-logo-link + .ast-site-title-wrap,
.site-branding .site-logo-img + .ast-site-title-wrap,
.ast-site-identity .site-logo-img + .ast-site-title-wrap {
	display: none !important;
}

.site-description {
	display: none;
}

.ast-mobile-menu-trigger-minimal,
.ast-button-wrap .menu-toggle.main-header-menu-toggle,
.main-header-menu-toggle,
.ast-mobile-svg {
	color: var(--ags-accent);
}

.home #masthead,
.home .site-header,
.home .ast-primary-header-bar,
.home .main-header-bar,
.home .site-primary-header-wrap,
.home .ast-builder-grid-row-container,
.home .ast-builder-layout-element,
.home .ast-builder-menu-mobile .main-header-bar {
	background: #0b1516 !important;
}

#masthead,
.site-header,
.ast-primary-header-bar,
.main-header-bar,
.site-primary-header-wrap,
.ast-builder-grid-row-container,
.ast-builder-layout-element,
.ast-builder-menu-mobile .main-header-bar {
	background: #0b1516 !important;
}

.home .site-header {
	position: sticky;
	top: 0;
	z-index: 100;
}

.home .ast-builder-grid-row {
	min-height: 68px;
}

.home .ast-builder-layout-element .site-title,
.home .ast-builder-layout-element .site-title a {
	color: #ffffff !important;
}

.home .menu-toggle.main-header-menu-toggle,
.home .ast-mobile-menu-trigger-minimal,
.home .main-header-menu-toggle .ast-mobile-svg {
	color: var(--ags-accent) !important;
	fill: var(--ags-accent) !important;
}

.home .ast-builder-menu-mobile .main-navigation,
.home .ast-builder-menu-mobile .main-navigation ul,
.home .ast-builder-menu-mobile .main-navigation .menu-item {
	background: #0f1f1d !important;
}

.main-navigation .menu-link,
.ast-header-break-point .main-header-menu .menu-link {
	color: rgba(255, 255, 255, 0.84);
}

.main-navigation .menu-link:hover {
	color: var(--ags-accent);
}

.site-footer,
.site-primary-footer-wrap,
.site-below-footer-wrap {
	background: linear-gradient(180deg, #071a17, #0f2622) !important;
	color: rgba(255, 255, 255, 0.78);
}

#colophon.site-footer {
	display: none !important;
}

.site-footer a,
.site-primary-footer-wrap a,
.site-below-footer-wrap a {
	color: rgba(255, 255, 255, 0.92);
}

.site-primary-footer-wrap [class*="ast-builder"],
.site-below-footer-wrap [class*="ast-builder"] {
	border-color: rgba(124, 255, 178, 0.12);
}

.ags-site-footer {
	padding: 74px 0 26px;
	background:
		radial-gradient(circle at top left, rgba(124, 255, 178, 0.08), transparent 26%),
		linear-gradient(180deg, #071816 0%, #0f2522 100%);
	color: rgba(255, 255, 255, 0.78);
}

.ags-site-footer__grid {
	display: grid;
	grid-template-columns: 1.3fr 0.7fr 0.7fr 0.8fr;
	gap: 28px;
	align-items: start;
}

.ags-site-footer h2,
.ags-site-footer h3 {
	color: var(--ags-white);
}

.ags-site-footer h2 {
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	line-height: 1.08;
	margin-bottom: 14px;
}

.ags-site-footer__nav ul,
.ags-site-footer__contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 12px;
}

.ags-site-footer a {
	color: rgba(255, 255, 255, 0.92);
	text-decoration: none;
}

.ags-site-footer a:hover {
	color: var(--ags-accent);
}

.ags-site-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 16px;
	margin-top: 34px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	font-size: 0.95rem;
}

.ags-site-main {
	background:
		radial-gradient(circle at top left, rgba(124, 255, 178, 0.14), transparent 28%),
		linear-gradient(180deg, #f4faf6 0%, #f2f7f4 100%);
}

.ags-header {
	position: sticky;
	top: 0;
	z-index: 120;
	background:
		linear-gradient(180deg, rgba(5, 20, 18, 0.96), rgba(9, 28, 24, 0.92)),
		radial-gradient(circle at top left, rgba(124, 255, 178, 0.08), transparent 24%);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(124, 255, 178, 0.12);
}

.ags-header__inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	padding: 18px 0 10px;
}

.ags-header__topline {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 24px;
}

.ags-header__logo,
.ags-header__logo:hover {
	display: inline-flex;
	align-items: center;
	color: var(--ags-white);
	text-decoration: none;
}

.ags-header__brand {
	display: flex;
	align-items: center;
	min-width: 0;
	min-height: 64px;
}

.ags-brand-lockup {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	line-height: 1;
	flex-shrink: 0;
	max-width: 100%;
	min-height: 64px;
	text-decoration: none;
}

.ags-brand-lockup__icon,
.ags-brand-lockup__wordmark {
	line-height: 0;
	flex-shrink: 0;
}

.ags-brand-lockup__icon {
	display: block;
	width: 78px;
	max-width: 78px;
	height: auto;
}

.ags-brand-lockup__icon svg {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}

.ags-brand-lockup__wordmark {
	display: inline-flex;
	align-items: baseline;
	gap: 0.18em;
	line-height: 0.92;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: clamp(2rem, 2.3vw, 3.2rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	white-space: nowrap;
}

.ags-brand-lockup__word {
	line-height: 0.92;
}

.ags-brand-lockup__word--light {
	color: var(--ags-white);
}

.ags-brand-lockup__word--accent {
	color: #43b649;
}

.ags-header__brand .custom-logo-link,
.ags-header__brand .site-logo-img {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
}

.ags-header__brand .custom-logo {
	display: block;
	max-height: 64px;
	width: auto;
	max-width: min(420px, 31vw);
	object-fit: contain;
	object-position: left center;
}

.ags-header__brand img {
	overflow: visible;
}

.ags-header__nav {
	justify-self: stretch;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 0;
	z-index: 240;
}

.ags-header__nav-groups {
	display: block;
}

.ags-header__utility {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

.ags-header__utility-link {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 14px;
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
	font-weight: 700;
	background: rgba(255, 255, 255, 0.03);
}

.ags-header__utility-link:hover {
	background: rgba(124, 255, 178, 0.08);
	color: var(--ags-white);
}

.ags-header__utility--mobile {
	display: none;
}

.ags-menu {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
}

.ags-menu--primary {
	position: relative;
	flex-wrap: nowrap;
	padding-bottom: 18px;
}

.ags-menu__item {
	position: static;
}

.ags-menu__item.has-children {
	position: static;
}

.ags-menu__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 56px;
	padding: 0 22px;
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	font-weight: 700;
	font-size: 1.05rem;
}

.ags-menu__link:hover,
.ags-menu__item.is-active > .ags-menu__link {
	background: rgba(124, 255, 178, 0.08);
	color: var(--ags-white);
}

.ags-menu__item.has-children > .ags-menu__link {
	padding-right: 38px;
}

.ags-menu__item.has-children > .ags-menu__link::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-right: 2px solid rgba(255, 255, 255, 0.6);
	border-bottom: 2px solid rgba(255, 255, 255, 0.6);
	transform: translateY(-50%);
	rotate: 45deg;
	transition: transform 0.2s ease, border-color 0.2s ease;
}

.ags-menu__item.has-children:hover > .ags-menu__link::after,
.ags-menu__item.is-active > .ags-menu__link::after {
	transform: translateY(-60%) rotate(-135deg);
	border-color: var(--ags-accent);
}

.ags-menu__panel {
	display: none;
	position: absolute;
	left: 0;
	top: calc(100% - 4px);
	width: min(1220px, calc(100vw - 48px));
	padding: 24px;
	border: 1px solid rgba(124, 255, 178, 0.1);
	border-radius: 34px;
	background:
		radial-gradient(circle at top left, rgba(124, 255, 178, 0.08), transparent 24%),
		linear-gradient(180deg, rgba(8, 23, 21, 0.98), rgba(11, 30, 26, 0.98));
	box-shadow: 0 34px 80px rgba(4, 15, 14, 0.44);
	max-height: min(78vh, 760px);
	overflow: hidden;
	z-index: 250;
}

.ags-menu__item.is-active > .ags-menu__panel,
.ags-menu__item.has-children:hover > .ags-menu__panel,
.ags-menu__item.has-children:focus-within > .ags-menu__panel {
	display: block;
}

.ags-menu--primary .ags-menu__panel {
	left: 0;
	top: calc(100% - 4px);
}

.ags-menu--primary .ags-menu__link {
	min-height: 52px;
	padding: 0 20px;
	font-size: 0.98rem;
}

.ags-menu--primary .ags-menu__item.has-children > .ags-menu__link::after {
	right: 16px;
}

.ags-menu__panel-grid {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 24px;
}

.ags-category-mega {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 20px;
	align-items: start;
}

.ags-category-mega__nav {
	display: grid;
	gap: 12px;
	align-content: start;
	padding: 4px 0 0;
	color: rgba(255, 255, 255, 0.8);
}

.ags-category-mega__tabs {
	display: grid;
	gap: 6px;
}

.ags-category-mega__tab {
	position: relative;
	display: grid;
	gap: 0;
	padding: 12px 14px 12px 22px;
	text-align: left;
	border: 0;
	border-radius: 14px;
	background: transparent;
	color: rgba(255, 255, 255, 0.56);
	transition: color 0.2s ease, background 0.2s ease;
}

.ags-category-mega__tab::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: transparent;
	transform: translateY(-50%);
	transition: background 0.2s ease;
}

.ags-category-mega__tab:hover,
.ags-category-mega__tab.is-active {
	background: rgba(255, 255, 255, 0.03);
	color: var(--ags-white);
}

.ags-category-mega__tab:hover::before,
.ags-category-mega__tab.is-active::before {
	background: #3d8bff;
}

.ags-category-mega__tab-title {
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.25;
}

.ags-category-mega__content {
	position: relative;
	min-height: 420px;
}

.ags-category-mega__panel {
	display: none;
	gap: 18px;
	align-content: start;
}

.ags-category-mega__panel.is-active {
	display: grid;
}

.ags-category-mega__panel-head {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: end;
	padding: 8px 2px 0;
	color: rgba(255, 255, 255, 0.78);
}

.ags-category-mega__panel-head h3 {
	margin: 0 0 8px;
	font-size: clamp(1.4rem, 2vw, 1.9rem);
	line-height: 1.05;
	color: var(--ags-white);
}

.ags-category-mega__products,
.ags-brand-mega__products,
.ags-vehicle-mega__products--compact {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.ags-brand-mega {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 18px;
	align-items: start;
}

.ags-brand-mega__nav {
	display: grid;
	gap: 12px;
	align-content: start;
	padding: 4px 0 0;
	color: rgba(255, 255, 255, 0.8);
}

.ags-brand-mega__nav h3,
.ags-brand-mega__panel-head h3 {
	margin: 0;
	font-size: clamp(1.25rem, 2vw, 1.7rem);
	line-height: 1.05;
	color: var(--ags-white);
}

.ags-brand-mega__tabs {
	display: grid;
	gap: 6px;
}

.ags-brand-mega__tab {
	position: relative;
	display: grid;
	gap: 0;
	padding: 12px 14px 12px 22px;
	text-align: left;
	border: 0;
	border-radius: 14px;
	background: transparent;
	color: rgba(255, 255, 255, 0.56);
	transition: color 0.2s ease, background 0.2s ease;
}

.ags-brand-mega__tab::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: transparent;
	transform: translateY(-50%);
	transition: background 0.2s ease;
}

.ags-brand-mega__tab:hover,
.ags-brand-mega__tab.is-active {
	background: rgba(255, 255, 255, 0.03);
	color: var(--ags-white);
}

.ags-brand-mega__tab:hover::before,
.ags-brand-mega__tab.is-active::before {
	background: #3d8bff;
}

.ags-brand-mega__tab-title {
	font-size: 0.98rem;
	font-weight: 700;
}

.ags-brand-mega__tab-meta {
	display: none;
}

.ags-brand-mega__content {
	position: relative;
	min-height: 380px;
}

.ags-brand-mega__panel {
	display: none;
	gap: 22px;
	align-content: start;
}

.ags-brand-mega__panel.is-active {
	display: grid;
}

.ags-brand-mega__panel-head {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: end;
	padding: 8px 2px 0;
	color: rgba(255, 255, 255, 0.78);
}

.ags-brand-mega__panel-head p {
	margin: 8px 0 0;
	font-size: 0.92rem;
	line-height: 1.5;
}

.ags-menu__panel-intro {
	padding: 20px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.78);
}

.ags-menu__panel-intro h3,
.ags-menu__panel-title,
.ags-menu__panel-links a {
	color: var(--ags-white);
	text-decoration: none;
}

.ags-menu__panel-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.ags-menu__panel-group {
	padding: 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.03);
}

.ags-menu__panel-group ul {
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.ags-menu__mobile-trigger {
	display: none;
}

.ags-vehicle-mega {
	display: grid;
	grid-template-columns: 340px 1fr;
	gap: 28px;
	align-items: start;
	height: 100%;
}

.ags-vehicle-mega__nav {
	padding: 12px 8px 12px 4px;
	height: 100%;
	overflow: auto;
}

.ags-vehicle-mega__nav h3 {
	margin-bottom: 18px;
	color: var(--ags-white);
	font-size: 2rem;
	line-height: 1.05;
}

.ags-vehicle-mega__tabs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.ags-vehicle-mega__tab {
	display: grid;
	gap: 8px;
	padding: 18px 20px;
	text-align: left;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.03);
	color: rgba(255, 255, 255, 0.72);
	transition: all 0.2s ease;
}

.ags-vehicle-mega__tab:hover,
.ags-vehicle-mega__tab.is-active {
	background: rgba(124, 255, 178, 0.08);
	border-color: rgba(124, 255, 178, 0.2);
	color: var(--ags-white);
}

.ags-vehicle-mega__tab-title {
	font-size: 1.1rem;
	font-weight: 700;
}

.ags-vehicle-mega__tab-meta {
	font-size: 0.96rem;
	line-height: 1.55;
}

.ags-vehicle-mega__tab-link {
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ags-accent);
}

.ags-vehicle-mega__content {
	position: relative;
	min-height: 520px;
	height: 100%;
	overflow: auto;
	padding-right: 4px;
}

.ags-vehicle-mega__panel {
	display: none;
	gap: 24px;
	align-content: start;
}

.ags-vehicle-mega__panel.is-active {
	display: grid;
}

.ags-vehicle-mega__panel-head {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: end;
	padding: 10px 2px 0;
	color: rgba(255, 255, 255, 0.78);
}

.ags-vehicle-mega__panel-head h3 {
	margin-bottom: 10px;
	font-size: 2.1rem;
	line-height: 1.02;
	color: var(--ags-white);
}

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

.ags-vehicle-mega__subcat {
	display: grid;
	gap: 8px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.03);
	color: rgba(255, 255, 255, 0.76);
	text-decoration: none;
}

.ags-vehicle-mega__subcat strong {
	color: var(--ags-white);
	font-size: 1rem;
}

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

.ags-vehicle-mega__products--compact {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.ags-vehicle-mega__product,
.ags-vehicle-mega__empty {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.035);
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.ags-vehicle-mega__product--compact {
	border-radius: 18px;
}

.ags-vehicle-mega__product:hover {
	transform: translateY(-2px);
	border-color: rgba(124, 255, 178, 0.22);
	background: rgba(255, 255, 255, 0.05);
}

.ags-vehicle-mega__product-media {
	display: block;
	aspect-ratio: 16 / 10;
	background: rgba(255, 255, 255, 0.04);
}

.ags-vehicle-mega__product--compact .ags-vehicle-mega__product-media {
	aspect-ratio: 4 / 3;
}

.ags-vehicle-mega__product-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ags-vehicle-mega__product-body,
.ags-vehicle-mega__empty {
	padding: 18px 20px 20px;
}

.ags-vehicle-mega__product--compact .ags-vehicle-mega__product-body {
	padding: 12px 12px 14px;
}

.ags-vehicle-mega__product--compact .ags-vehicle-mega__product-body h4 {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.35;
}

.ags-vehicle-mega__product--compact .ags-vehicle-mega__product-body p,
.ags-vehicle-mega__product--compact .ags-link {
	display: none;
}

.ags-vehicle-mega__empty {
	min-height: 220px;
	align-content: start;
}

.ags-vehicle-mega__product-body h4,
.ags-vehicle-mega__product-body h4 a,
.ags-vehicle-mega__empty h4 {
	color: var(--ags-white);
	text-decoration: none;
}

.ags-vehicle-mega__product-body p,
.ags-vehicle-mega__empty p {
	color: rgba(255, 255, 255, 0.74);
}

.ags-vehicle-mega__product-body .ags-link {
	font-weight: 700;
	letter-spacing: 0.02em;
}

.ags-header__toggle {
	display: none;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(124, 255, 178, 0.18);
	border-radius: 16px;
	background: rgba(124, 255, 178, 0.06);
}

.ags-header__toggle span {
	display: block;
	width: 20px;
	height: 2px;
	margin: 4px auto;
	background: var(--ags-accent);
}

.ags-hero-slider {
	position: relative;
	padding: 0 !important;
	background: #081715;
	margin-top: 0;
}

.ags-hero-slider__viewport {
	position: relative;
	min-height: 720px;
	overflow: hidden;
}

.ags-hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.45s ease;
}

.ags-hero-slide.is-active {
	position: relative;
	opacity: 1;
	pointer-events: auto;
}

.ags-hero__media {
	position: absolute;
	inset: 0;
}

.ags-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ags-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(4, 17, 15, 0.82) 0%, rgba(4, 17, 15, 0.56) 42%, rgba(4, 17, 15, 0.28) 100%),
		linear-gradient(180deg, rgba(4, 17, 15, 0.12), rgba(4, 17, 15, 0.52));
}

.ags-hero__content {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 28px;
	align-items: end;
	min-height: 720px;
	padding: 86px 0 112px;
}

.ags-hero-slider.ags-hero {
	padding: 0 !important;
	background: #081715;
}

.ags-hero-slider .ags-hero__content {
	grid-template-columns: 1.15fr 0.85fr;
	align-items: end;
	min-height: 720px;
	padding: 86px 0 112px;
}

.ags-hero-slider .ags-hero__overlay {
	background:
		linear-gradient(90deg, rgba(4, 17, 15, 0.82) 0%, rgba(4, 17, 15, 0.56) 42%, rgba(4, 17, 15, 0.28) 100%),
		linear-gradient(180deg, rgba(4, 17, 15, 0.12), rgba(4, 17, 15, 0.52));
}

.ags-hero__copy {
	max-width: 680px;
	color: rgba(255, 255, 255, 0.88);
}

.ags-hero__copy h1 {
	margin: 0 0 18px;
	font-size: clamp(3rem, 5.8vw, 5.8rem);
	line-height: 0.95;
	color: var(--ags-white);
}

.ags-actions,
.ags-inline-actions,
.ags-card__actions,
.ags-vehicle-tile__footer,
.ags-support-banner,
.ags-hero-slider__nav,
.ags-hero__stats,
.ags-home-showcase__grid,
.ags-home-showcase__cards,
.ags-editorial-grid,
.ags-market-atlas__grid,
.ags-feature-grid,
.ags-timeline,
.ags-card-grid,
.ags-market-grid,
.ags-info-grid,
.ags-flow-grid,
.ags-contact-grid,
.ags-brand-strip__inner,
.ags-category-grid {
	gap: 20px;
}

.ags-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.ags-hero__stats li {
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.05);
}

.ags-hero__stats strong {
	display: block;
	margin-bottom: 8px;
	font-size: 1.5rem;
	color: var(--ags-accent);
}

.ags-hero__finder .ags-panel {
	padding: 28px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 24px 60px rgba(3, 17, 13, 0.24);
}

.ags-finder-form {
	display: grid;
	gap: 16px;
}

.ags-finder-form label span {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
}

.ags-finder-form input,
.ags-finder-form select {
	width: 100%;
	min-height: 52px;
	padding: 0 16px;
	border: 1px solid rgba(16, 33, 30, 0.12);
	border-radius: 16px;
	background: #fff;
}

.ags-hero-slider__nav {
	position: absolute;
	left: 50%;
	bottom: 34px;
	z-index: 4;
	display: flex;
	transform: translateX(-50%);
}

.ags-hero-slider__dot {
	width: 14px;
	height: 14px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.3);
}

.ags-hero-slider__dot.is-active {
	width: 42px;
	background: var(--ags-accent);
}

.ags-section--categories {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(244, 250, 246, 0.92)),
		radial-gradient(circle at top right, rgba(124, 255, 178, 0.12), transparent 26%);
}

.ags-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ags-category-card {
	display: grid;
	align-content: space-between;
	min-height: 280px;
	padding: 28px;
	border: 1px solid rgba(16, 33, 30, 0.08);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--ags-shadow);
}

.ags-category-card h3 a,
.ags-category-card__list a {
	color: var(--ags-text);
	text-decoration: none;
}

.ags-category-card__list {
	margin: 18px 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

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

.ags-section,
.ags-product-section {
	padding: 72px 0;
}

.ags-product-stage,
.ags-product-section {
	clear: both;
	width: 100%;
}

.ags-section--muted {
	background: rgba(16, 37, 34, 0.03);
}

.ags-section--dark {
	background: linear-gradient(180deg, #0a1716 0%, #102522 100%);
	color: var(--ags-white);
}

.ags-section__heading {
	margin-bottom: 28px;
}

.ags-section__heading--light h2,
.ags-section__heading--light p:not(.ags-kicker) {
	color: var(--ags-white);
}

.ags-kicker {
	margin: 0 0 12px;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ags-primary);
}

.ags-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 22px;
	border-radius: 999px;
	border: 1px solid transparent;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease;
}

.ags-button--primary {
	background: var(--ags-primary);
	color: var(--ags-white);
}

.ags-button--primary:hover {
	background: var(--ags-primary-dark);
	color: var(--ags-white);
	transform: translateY(-1px);
	box-shadow: 0 16px 30px rgba(11, 138, 96, 0.25);
}

.ags-button--secondary {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.35);
	color: inherit;
}

.ags-button--block {
	width: 100%;
}

.ags-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.ags-link {
	color: var(--ags-primary);
	font-weight: 700;
	text-decoration: none;
}

.ags-panel,
.ags-card,
.ags-market-card,
.ags-spec-card,
.ags-rich-block {
	background: var(--ags-white);
	border: 1px solid var(--ags-border);
	border-radius: var(--ags-radius);
	box-shadow: var(--ags-shadow);
}

.ags-hero {
	position: relative;
	overflow: hidden;
	padding: 88px 0 92px;
	background: linear-gradient(135deg, var(--ags-deep), var(--ags-surface));
	color: var(--ags-white);
}

.ags-hero__media,
.ags-hero__overlay {
	position: absolute;
	inset: 0;
}

.ags-hero__overlay {
	background: linear-gradient(135deg, rgba(7, 26, 23, 0.88), rgba(11, 138, 96, 0.4));
}

.ags-hero__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.25;
}

.ags-hero__content {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.3fr 0.9fr;
	gap: 40px;
	align-items: center;
}

.ags-hero h1 {
	margin: 0 0 18px;
	font-size: clamp(2.6rem, 5vw, 4.8rem);
	line-height: 1.02;
	color: var(--ags-white);
}

.ags-hero__copy p:not(.ags-kicker) {
	font-size: 1.1rem;
	max-width: 52ch;
	color: rgba(255, 255, 255, 0.84);
}

.ags-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.ags-hero__stats strong,
.ags-hero__stats span {
	display: block;
}

.ags-hero__stats strong {
	font-size: 1.5rem;
	color: var(--ags-accent);
}

.ags-hero__finder .ags-panel {
	padding: 26px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(14px);
	color: var(--ags-white);
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
}

.ags-hero__finder .ags-panel h2,
.ags-hero__finder .ags-panel label,
.ags-hero__finder .ags-panel label span {
	color: var(--ags-white) !important;
}

.ags-finder-form {
	display: grid;
	gap: 14px;
}

.ags-finder-form label {
	display: grid;
	gap: 8px;
}

.ags-finder-form input,
.ags-finder-form select {
	width: 100%;
	padding: 14px 16px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.12);
	color: var(--ags-white) !important;
	-webkit-text-fill-color: var(--ags-white);
}

.ags-finder-form option {
	color: var(--ags-text);
}

.ags-finder-form input::placeholder {
	color: rgba(255, 255, 255, 0.72) !important;
	opacity: 1;
}

.ags-finder-form select,
.ags-finder-form select option:checked {
	color: var(--ags-white) !important;
}

.ags-card-grid,
.ags-market-grid,
.ags-spec-grid,
.ags-contact-grid,
.ags-info-grid {
	display: grid;
	gap: 24px;
}

.ags-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.ags-feature-card {
	padding: 28px;
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
	border: 1px solid rgba(124, 255, 178, 0.12);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.ags-feature-card h3 {
	color: var(--ags-white);
	margin-bottom: 12px;
}

.ags-feature-card p {
	color: rgba(255,255,255,0.76);
	margin: 0;
}

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

.ags-card-grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ags-card__image img {
	display: block;
	width: 100%;
	height: 260px;
	object-fit: cover;
	border-radius: 18px 18px 0 0;
	background: linear-gradient(135deg, #06211c, #13463b);
}

.ags-card__body {
	padding: 20px;
}

.ags-home-showcase {
	position: relative;
	margin-top: 0;
	padding: 72px 0;
	z-index: 1;
}

.ags-home-showcase__grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 28px;
	align-items: stretch;
}

.ags-home-showcase__intro {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	min-height: 612px;
	padding: 28px;
	border-radius: 28px;
	background: linear-gradient(180deg, #0d1e1c, #132b27);
	color: rgba(255, 255, 255, 0.86);
	box-shadow: 0 28px 70px rgba(7, 26, 23, 0.24);
}

.ags-home-showcase__intro h2 {
	color: var(--ags-white);
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 0.98;
}

.ags-home-showcase__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.ags-vehicle-tile {
	display: grid;
	grid-template-rows: 344px 1fr;
	overflow: hidden;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(16, 33, 30, 0.08);
	box-shadow: 0 28px 70px rgba(7, 26, 23, 0.16);
	height: 100%;
}

.ags-vehicle-tile__media img {
	display: block;
	width: 100%;
	height: 344px;
	object-fit: cover;
}

.ags-vehicle-tile__body {
	display: grid;
	grid-template-rows: auto auto auto 1fr auto;
	align-content: start;
	gap: 12px;
	padding: 18px 20px 16px;
}

.ags-vehicle-tile__body h3 {
	margin: 0;
	min-height: 72px;
	font-size: 1.05rem;
	line-height: 1.1;
}

.ags-vehicle-tile__body .ags-pill-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 8px;
  min-height: 92px;
  margin: 0;
  padding: 0;
}

.ags-vehicle-tile__body .ags-pill-list li {
	margin: 0;
}

.ags-vehicle-tile__footer {
	margin-top: auto;
	padding-top: 10px;
	border-top: 1px solid rgba(16, 33, 30, 0.08);
}

.ags-vehicle-tile__body .ags-pill-list {
	margin-top: 8px;
}

.ags-vehicle-tile__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 12px;
}

.ags-vehicle-tile__price {
	font-weight: 700;
	color: var(--ags-primary);
}

.ags-section--editorial {
	background:
		radial-gradient(circle at top left, rgba(124, 255, 178, 0.08), transparent 30%),
		linear-gradient(180deg, #081716 0%, #102522 100%);
}

.ags-editorial-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.ags-editorial-card {
	padding: 30px;
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(124, 255, 178, 0.1);
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
}

.ags-editorial-card h3 {
	margin-bottom: 12px;
	color: var(--ags-white);
}

.ags-editorial-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.74);
}

.ags-market-atlas__grid {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 28px;
	align-items: start;
}

.ags-market-atlas__copy {
	padding-right: 8px;
}

.ags-market-atlas__cards .ags-market-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ags-brand-strip {
	padding: 18px 0;
	background: #0f1f1d;
	border-top: 1px solid rgba(124, 255, 178, 0.08);
	border-bottom: 1px solid rgba(124, 255, 178, 0.08);
}

.ags-brand-strip__inner {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.ags-brand-strip__inner span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(124, 255, 178, 0.12);
	color: rgba(255,255,255,0.92);
	font-weight: 700;
	letter-spacing: 0.04em;
}

.ags-card__eyebrow {
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--ags-primary);
}

.ags-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 16px 0;
}

.ags-card__meta span {
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(11, 138, 96, 0.08);
	font-size: 0.9rem;
}

.ags-card__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

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

.ags-market-grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ags-market-card,
.ags-rich-block {
	padding: 24px;
}

.ags-market-card {
	min-height: 190px;
	background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(246,250,248,0.96));
}

.ags-timeline {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.ags-timeline__item {
	padding: 28px;
	border-radius: 22px;
	background: var(--ags-white);
	border: 1px solid var(--ags-border);
	box-shadow: var(--ags-shadow);
}

.ags-timeline__item strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	margin-bottom: 18px;
	background: rgba(11, 138, 96, 0.12);
	color: var(--ags-primary);
	font-size: 1rem;
}

.ags-faq-list {
	display: grid;
	gap: 16px;
}

.ags-faq-item {
	padding: 20px 22px;
	background: var(--ags-white);
	border: 1px solid var(--ags-border);
	border-radius: 16px;
	box-shadow: var(--ags-shadow);
}

.ags-card--text .ags-card__body {
	padding: 28px;
}

.ags-support-banner {
	display: grid;
	grid-template-columns: 1.4fr 0.8fr;
	gap: 30px;
	padding: 32px;
	border-radius: 28px;
	background: linear-gradient(135deg, var(--ags-deep), var(--ags-surface));
	color: var(--ags-white);
}

.ags-support-banner h2,
.ags-page-hero h1 {
	color: var(--ags-white);
}

.ags-page-hero {
	padding: 72px 0 48px;
	background: linear-gradient(135deg, var(--ags-deep), var(--ags-surface));
	color: var(--ags-white);
}

.ags-page-hero p:not(.ags-kicker) {
	max-width: 62ch;
	color: rgba(255, 255, 255, 0.84);
}

.ags-vehicle-archive .ags-page-hero,
.single-product .ags-page-hero {
	padding-top: 84px;
	padding-bottom: 64px;
}

.ags-vehicle-archive .ags-rich-block,
.ags-vehicle-archive .ags-card {
	border-radius: 26px;
}

.ags-vehicle-archive .ags-card--vehicle .ags-card__image img {
	height: 290px;
	border-radius: 22px 22px 0 0;
}

.ags-vehicle-archive .ags-card--vehicle .ags-card__body {
	padding: 22px;
}

.ags-vehicle-archive .ags-card--vehicle .price {
	margin: 14px 0 0;
}

.ags-contact-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 28px;
}

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

.ags-panel {
	padding: 24px;
}

.ags-info-card {
	padding: 24px;
	background: var(--ags-white);
	border: 1px solid var(--ags-border);
	border-radius: 22px;
	box-shadow: var(--ags-shadow);
}

.ags-info-card h3,
.ags-panel h3 {
	margin-bottom: 12px;
}

.ags-info-card p:last-child,
.ags-panel p:last-child,
.ags-rich-block p:last-child {
	margin-bottom: 0;
}

.ags-charger-filter-block {
	display: grid;
	gap: 1.5rem;
}

.ags-charger-filter-form {
	display: grid;
	gap: 1.2rem;
}

.ags-charger-filter-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.ags-filter-field {
	display: grid;
	gap: 0.55rem;
}

.ags-filter-field span {
	color: var(--ags-primary);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ags-filter-field select {
	width: 100%;
	min-height: 3.2rem;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(16, 33, 30, 0.12);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.96);
	color: var(--ags-text);
	font-size: 0.98rem;
}

.ags-filter-summary {
	display: grid;
	gap: 0.85rem;
	padding-top: 0.2rem;
}

.ags-filter-summary strong {
	color: var(--ags-heading);
	font-size: 1rem;
}

.ags-checklist,
.ags-pill-list {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.ags-checklist {
	display: grid;
	gap: 12px;
}

.ags-checklist li {
	padding-left: 20px;
	position: relative;
}

.ags-checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--ags-primary);
	box-shadow: 0 0 0 5px rgba(11, 138, 96, 0.1);
}

.ags-pill-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ags-pill-list li {
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(11, 138, 96, 0.08);
	color: var(--ags-text);
	font-weight: 600;
}

.ags-inline-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.ags-flow-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.ags-flow-card {
	padding: 24px;
	border-radius: 22px;
	background: linear-gradient(180deg, #ffffff, #f6faf8);
	border: 1px solid var(--ags-border);
	box-shadow: var(--ags-shadow);
}

.ags-flow-card strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: rgba(11, 138, 96, 0.1);
	color: var(--ags-primary);
}

.ags-data-table {
	display: grid;
	gap: 0;
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid var(--ags-border);
	box-shadow: var(--ags-shadow);
	background: var(--ags-white);
}

.ags-data-table__row {
	display: grid;
	grid-template-columns: 220px 1fr;
	border-bottom: 1px solid var(--ags-border);
}

.ags-data-table__row:last-child {
	border-bottom: 0;
}

.ags-data-table__label,
.ags-data-table__value {
	padding: 16px 20px;
}

.ags-data-table__label {
	font-weight: 700;
	background: rgba(16, 37, 34, 0.04);
}

.page .ags-page-hero + .ags-section .ags-rich-block,
.page .ags-page-hero + .ags-section .ags-panel,
.page .ags-page-hero + .ags-section .ags-info-card,
.page .ags-page-hero + .ags-section .ags-market-card {
	box-shadow: 0 24px 70px rgba(7, 26, 23, 0.12);
}

.ags-product-section h2 {
	margin-bottom: 20px;
}

.ags-spec-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ags-spec-card {
	padding: 18px;
}

.ags-spec-card span {
	display: block;
	font-size: 0.85rem;
	color: var(--ags-gray);
}

.ags-spec-card strong {
	display: block;
	margin-top: 8px;
	font-size: 1.05rem;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	padding: 18px;
	border-radius: 22px;
	border: 1px solid var(--ags-border);
	background: rgba(255, 255, 255, 0.95);
	box-shadow: var(--ags-shadow);
}

.woocommerce ul.products li.product a img {
	border-radius: 16px;
	background: linear-gradient(135deg, #07201b, #113a32);
}

.ags-vehicle-archive .woocommerce-result-count,
.ags-vehicle-archive .woocommerce-ordering,
.ags-vehicle-archive .page-title,
.ags-vehicle-archive .woocommerce-breadcrumb {
	display: none !important;
}

.ags-vehicle-archive .price {
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--ags-primary);
}

.single-product .site-content {
	background:
		radial-gradient(circle at top left, rgba(124, 255, 178, 0.12), transparent 32%),
		linear-gradient(180deg, #eff7f2 0%, #f7fbf8 100%);
}

.ags-product-stage {
	padding: 28px 0 10px;
}

.ags-product-stage__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 24px;
	align-items: stretch;
}

.ags-product-stage__copy,
.ags-product-stage__panel {
	padding: 28px;
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(16, 33, 30, 0.08);
	box-shadow: var(--ags-shadow);
}

.ags-product-stage__copy h2 {
	margin-bottom: 14px;
	font-size: clamp(1.7rem, 2.6vw, 2.6rem);
	line-height: 1.08;
}

.ags-product-stage__panel {
	background: linear-gradient(180deg, #0d1e1c, #122a27);
	color: rgba(255, 255, 255, 0.84);
}

.ags-product-stage__panel .ags-pill-list li {
	background: rgba(255, 255, 255, 0.08);
	color: var(--ags-white);
}

.ags-product-stage__markets {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ags-product-stage__markets strong {
	display: block;
	margin-bottom: 8px;
	color: var(--ags-accent);
}

.single-product div.product {
	padding-top: 32px;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
	margin-top: 24px;
	padding: 28px;
	border-radius: 24px;
	border: 1px solid rgba(16, 33, 30, 0.08);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: var(--ags-shadow);
}

.single-product div.product .woocommerce-product-gallery {
	background:
		radial-gradient(circle at top right, rgba(124, 255, 178, 0.14), transparent 40%),
		linear-gradient(180deg, #ffffff, #f5faf7);
}

.single-product div.product .woocommerce-product-gallery img {
	border-radius: 18px;
}

.single-product .summary .product_title {
	margin-bottom: 12px;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.04;
}

.ags-spec-table {
	display: grid;
	border: 1px solid var(--ags-border);
	border-radius: 20px;
	overflow: hidden;
	background: var(--ags-white);
	box-shadow: var(--ags-shadow);
}

.ags-spec-table__row {
	display: grid;
	grid-template-columns: 240px 1fr;
	border-bottom: 1px solid var(--ags-border);
}

.ags-spec-table__row:last-child {
	border-bottom: 0;
}

.ags-spec-table__label,
.ags-spec-table__value {
	padding: 16px 20px;
}

.ags-spec-table__label {
	font-weight: 700;
	background: rgba(16, 37, 34, 0.04);
}

.single-product .summary .price {
	margin-bottom: 18px;
	font-size: 1.45rem;
	font-weight: 700;
	color: var(--ags-primary);
}

.single-product .summary p {
	color: #3f5550;
}

.single-product .summary form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin: 24px 0;
	padding: 16px;
	border-radius: 18px;
	background: rgba(11, 138, 96, 0.06);
}

.single-product .summary .quantity .qty {
	min-height: 48px;
	border-radius: 14px;
	border: 1px solid rgba(11, 138, 96, 0.18);
}

.single-product .product .summary .single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	padding: 14px 24px !important;
	border: 1px solid transparent !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, var(--ags-primary), var(--ags-primary-dark)) !important;
	color: var(--ags-white) !important;
	font-weight: 700 !important;
}

.single-product .product .summary .single_add_to_cart_button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 30px rgba(11, 138, 96, 0.24);
}

.single-product .product_meta {
	padding-top: 18px;
	border-top: 1px solid rgba(16, 33, 30, 0.08);
	color: #526662;
}

.single-product .product_meta a {
	color: var(--ags-primary-dark);
}

.single-product .woocommerce-tabs,
.single-product .related.products {
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto 32px;
	padding: 0;
}

.single-product .related.products > h2 {
	margin-bottom: 18px;
}

.single-product .woocommerce-product-details__short-description {
	font-size: 1rem;
	line-height: 1.7;
}

@media (max-width: 1024px) {
	.ags-header__inner,
	.ags-header__topline,
	.ags-hero__content,
	.ags-menu__panel-grid,
	.ags-category-mega,
	.ags-category-mega__subcats,
	.ags-category-mega__products,
	.ags-menu__panel-links,
	.ags-vehicle-mega,
	.ags-vehicle-mega__subcats,
	.ags-vehicle-mega__products,
	.ags-category-grid,
	.ags-hero__content,
	.ags-support-banner,
	.ags-card-grid,
	.ags-card-grid--two,
	.ags-market-grid,
	.ags-market-grid--two,
	.ags-spec-grid,
	.ags-feature-grid,
	.ags-timeline,
	.ags-info-grid,
	.ags-flow-grid,
	.ags-home-showcase__grid,
	.ags-home-showcase__cards,
	.ags-charger-story-grid,
	.ags-charger-application-grid,
	.ags-editorial-grid,
	.ags-market-atlas__grid,
	.ags-product-stage__grid,
	.ags-site-footer__grid,
	.ags-charger-filter-grid,
	.ags-brand-strip__inner {
		grid-template-columns: 1fr 1fr;
	}

	.ags-vehicle-mega__tabs {
		grid-template-columns: 1fr;
	}

	.ags-menu__panel {
		width: min(980px, calc(100vw - 36px));
	}

	.ags-menu__item.has-children::after {
		width: min(980px, calc(100vw - 36px));
	}

	.ags-brand-lockup__wordmark {
		font-size: clamp(1.8rem, 2.1vw, 2.7rem);
	}
}

@media (max-width: 767px) {
	.ags-shell {
		width: min(100% - 24px, 100%);
	}

	.ags-hero,
	.ags-section,
	.ags-product-section,
	.ags-page-hero {
		padding: 52px 0;
	}

	.ags-hero__content,
	.ags-header__inner,
	.ags-menu,
	.ags-menu__panel-grid,
	.ags-menu__panel-links,
	.ags-vehicle-mega,
	.ags-vehicle-mega__subcats,
	.ags-vehicle-mega__products,
	.ags-support-banner,
	.ags-card-grid,
	.ags-card-grid--two,
	.ags-market-grid,
	.ags-market-grid--two,
	.ags-spec-grid,
	.ags-contact-grid,
	.ags-hero__stats,
	.ags-feature-grid,
	.ags-timeline,
	.ags-info-grid,
	.ags-flow-grid,
	.ags-charger-filter-grid,
	.ags-home-showcase__grid,
	.ags-home-showcase__cards,
	.ags-charger-story-grid,
	.ags-charger-application-grid,
	.ags-editorial-grid,
	.ags-market-atlas__grid,
	.ags-product-stage__grid,
	.ags-site-footer__grid,
	.ags-brand-strip__inner {
		grid-template-columns: 1fr;
	}

	.ags-header__inner {
		padding: 14px 0 8px;
	}

	.ags-header__topline {
		grid-template-columns: 1fr auto;
	}

	.ags-brand-lockup {
		min-height: 54px;
	}

	.ags-brand-lockup {
		gap: 0;
		min-height: 54px;
	}

	.ags-brand-lockup__wordmark {
		display: none;
	}

	.ags-brand-lockup__icon {
		display: block;
		width: 74px;
		max-width: 74px;
	}

	.ags-header__toggle {
		display: inline-block;
	}

	.ags-header__utility--desktop {
		display: none;
	}

	.ags-header__nav {
		grid-column: 1 / -1;
		display: none;
		padding-bottom: 16px;
		margin-bottom: 0;
		z-index: auto;
	}

	.ags-header__nav.is-open {
		display: block;
	}

	.ags-header__utility--mobile {
		display: flex;
		padding-top: 8px;
	}

	.ags-menu {
		align-items: stretch;
		flex-wrap: wrap;
	}

	.ags-menu--primary {
		flex-wrap: wrap;
	}

	.ags-menu__item {
		position: relative;
	}

	.ags-menu__item.has-children::after {
		display: none;
	}

	.ags-menu__item.has-children > .ags-menu__link {
		padding-right: 16px;
	}

	.ags-menu__item.has-children > .ags-menu__link::after {
		display: none;
	}

	.ags-menu__mobile-trigger {
		position: absolute;
		right: 8px;
		top: 12px;
		display: inline-flex;
		width: 40px;
		height: 40px;
		border: 1px solid rgba(124, 255, 178, 0.14);
		border-radius: 14px;
		background: rgba(124, 255, 178, 0.08);
	}

	.ags-menu__mobile-trigger::before {
		content: "";
		width: 10px;
		height: 10px;
		margin: auto;
		border-right: 2px solid var(--ags-accent);
		border-bottom: 2px solid var(--ags-accent);
		transform: rotate(45deg);
	}

	.ags-menu__link {
		width: 100%;
		padding: 14px 56px 14px 16px;
		border-radius: 18px;
		background: rgba(255, 255, 255, 0.03);
	}

	.ags-menu__panel {
		position: static;
		width: 100%;
		margin-top: 12px;
		padding: 16px;
		display: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		pointer-events: auto;
		z-index: auto;
	}

	.ags-menu__item.is-active .ags-menu__panel {
		display: block;
	}

	.ags-brand-mega,
	.ags-brand-mega__products {
		grid-template-columns: 1fr;
	}

	.ags-vehicle-mega__content {
		min-height: 0;
		overflow: visible;
	}

	.ags-vehicle-mega__nav,
	.ags-menu__panel,
	.ags-category-mega__body {
		overflow: visible;
		max-height: none;
	}

	.ags-home-showcase {
		margin-top: 0;
	}

	.ags-home-showcase__intro,
	.ags-product-stage__copy,
	.ags-product-stage__panel {
		padding: 22px;
	}

	.ags-vehicle-tile__media img,
	.ags-vehicle-archive .ags-card--vehicle .ags-card__image img {
		height: 240px;
	}

	.ags-hero h1 {
		font-size: 2.4rem;
	}

	.ags-hero-slider__viewport,
	.ags-hero__content {
		min-height: 0;
	}

	.ags-hero__content {
		padding: 72px 0 72px;
	}

	.ags-hero-slider .ags-hero__content {
		padding: 72px 0 72px;
	}

	.ags-hero__stats {
		grid-template-columns: 1fr;
	}

	.ags-card__image img {
		height: 220px;
	}

	.single-product div.product .woocommerce-product-gallery,
	.single-product div.product .summary {
		padding: 20px;
		border-radius: 18px;
	}

	.ags-card__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.ags-spec-table__row {
		grid-template-columns: 1fr;
	}

	.ags-data-table__row {
		grid-template-columns: 1fr;
	}

	.site-header-primary-section-left .site-title,
	.site-header-primary-section-left .site-title a,
	.ast-site-identity .site-title,
	.ast-site-identity .site-title a {
		font-size: 1rem;
		line-height: 1.1;
		white-space: normal;
	}

	.custom-logo-link img,
	.site-header .custom-logo-link img {
		max-height: 34px;
	}

	.ast-builder-grid-row {
		padding-left: 12px;
		padding-right: 12px;
	}
}

.ags-single-product-page {
	padding-bottom: 32px;
}

.ags-vehicle-hero {
	position: relative;
	padding: 38px 0 42px;
	background:
		radial-gradient(circle at top left, rgba(124, 255, 178, 0.16), transparent 24%),
		radial-gradient(circle at bottom right, rgba(19, 111, 82, 0.3), transparent 28%),
		linear-gradient(180deg, #091716 0%, #102623 100%);
	color: var(--ags-white);
}

.ags-vehicle-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 180px;
	background: linear-gradient(180deg, rgba(9, 23, 22, 0), rgba(9, 23, 22, 0.86));
	pointer-events: none;
}

.ags-vehicle-hero .ags-shell {
	position: relative;
	z-index: 1;
}

.ags-vehicle-hero__grid,
.ags-vehicle-detail-grid,
.ags-vehicle-spec-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 30px;
	align-items: start;
}

.ags-vehicle-hero__copy {
	padding: 12px 0;
}

.ags-vehicle-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
	font-size: 0.92rem;
	color: rgba(255, 255, 255, 0.58);
}

.ags-vehicle-breadcrumbs a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
}

.ags-vehicle-hero h1 {
	margin: 0 0 18px;
	font-size: clamp(3rem, 5vw, 4.8rem);
	line-height: 0.96;
	letter-spacing: -0.04em;
	color: var(--ags-white);
}

.ags-vehicle-hero__lead {
	max-width: 700px;
	margin: 0 0 24px;
	font-size: 1.1rem;
	line-height: 1.78;
	color: rgba(255, 255, 255, 0.78);
}

.ags-pill-list--hero {
	margin-bottom: 24px;
}

.ags-pill-list--hero li {
	background: rgba(255, 255, 255, 0.08);
	color: var(--ags-white);
	border-color: rgba(255, 255, 255, 0.06);
}

.ags-vehicle-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.ags-vehicle-hero__headline-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 18px;
}

.ags-vehicle-price-badge {
	display: grid;
	gap: 4px;
	min-width: 190px;
	padding: 14px 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
}

.ags-vehicle-price-badge span {
	font-size: 0.76rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.58);
}

.ags-vehicle-price-badge strong,
.ags-vehicle-price-badge .amount {
	color: var(--ags-white);
	font-size: 1.04rem;
}

.ags-vehicle-stat,
.ags-vehicle-mini-stat {
	padding: 18px 18px 20px;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
}

.ags-vehicle-stat span,
.ags-vehicle-mini-stat span {
	display: block;
	margin-bottom: 8px;
	font-size: 0.82rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.56);
}

.ags-vehicle-stat strong,
.ags-vehicle-mini-stat strong {
	display: block;
	font-size: 1.1rem;
	line-height: 1.35;
	color: var(--ags-white);
}

.ags-vehicle-hero__media-col {
	display: grid;
	gap: 20px;
}

.ags-vehicle-media-card,
.ags-vehicle-inquiry-card,
.ags-vehicle-side-panel__card,
.ags-vehicle-spec-highlights__card,
.ags-vehicle-story-card,
.ags-rich-block--dark {
	border-radius: 32px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 28px 80px rgba(4, 14, 13, 0.24);
}

.ags-vehicle-media-card {
	padding: 18px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.ags-vehicle-media-card__frame {
	position: relative;
	overflow: hidden;
	min-height: 520px;
	border-radius: 26px;
	background:
		radial-gradient(circle at top right, rgba(124, 255, 178, 0.22), transparent 30%),
		linear-gradient(180deg, #0d1e1d 0%, #102623 100%);
}

.ags-vehicle-media-card__image,
.ags-vehicle-media-strip__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ags-vehicle-media-card__image {
	min-height: 520px;
}

.ags-vehicle-media-card__placeholder {
	min-height: 520px;
	background:
		linear-gradient(135deg, rgba(124, 255, 178, 0.2), transparent 45%),
		linear-gradient(180deg, #102623, #0d1e1d);
}

.ags-vehicle-media-card__badge {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	padding: 18px 20px;
	border-radius: 22px;
	background: rgba(8, 19, 18, 0.74);
	backdrop-filter: blur(14px);
}

.ags-vehicle-media-card__badge strong,
.ags-vehicle-inquiry-card h2 {
	display: block;
	margin-bottom: 8px;
	color: var(--ags-white);
}

.ags-vehicle-media-card__badge span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.96rem;
	line-height: 1.6;
}

.ags-vehicle-media-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
}

.ags-vehicle-media-strip__item {
	overflow: hidden;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.06);
	aspect-ratio: 4 / 3;
}

.ags-vehicle-inquiry-card {
	padding: 28px;
	background: linear-gradient(180deg, #14332d 0%, #0d1f1d 100%);
	color: rgba(255, 255, 255, 0.8);
}

.ags-vehicle-inquiry-card__advisor {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 12px;
	margin: 22px 0 18px;
	padding: 16px 18px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.05);
}

.ags-vehicle-inquiry-card__avatar {
	width: 56px;
	height: 56px;
	border-radius: 999px;
	object-fit: cover;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.ags-vehicle-inquiry-card__advisor strong {
	color: var(--ags-white);
	font-size: 1.08rem;
}

.ags-vehicle-inquiry-card__meta {
	display: grid;
	gap: 10px;
	margin-bottom: 18px;
}

.ags-vehicle-inquiry-card__meta div {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ags-vehicle-inquiry-card__meta div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.ags-vehicle-inquiry-card__meta span {
	color: rgba(255, 255, 255, 0.62);
}

.ags-vehicle-inquiry-card__meta strong {
	color: var(--ags-white);
	text-align: right;
}

.ags-vehicle-inquiry-card__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.ags-product-section--tight {
	padding-top: 30px;
}

.ags-rich-block--dark {
	padding: 34px;
	background: linear-gradient(180deg, #102522 0%, #0d1f1d 100%);
	color: rgba(255, 255, 255, 0.82);
}

.ags-rich-block--dark h2 {
	color: var(--ags-white);
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.04;
}

.ags-vehicle-point-list {
	display: grid;
	gap: 14px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.ags-vehicle-point-list li {
	position: relative;
	padding-left: 22px;
	line-height: 1.7;
}

.ags-vehicle-point-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.76em;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--ags-accent);
}

.ags-vehicle-side-panel {
	display: grid;
	gap: 18px;
}

.ags-vehicle-side-panel__card {
	padding: 26px;
	background: rgba(255, 255, 255, 0.96);
	border-color: rgba(16, 33, 30, 0.08);
	box-shadow: var(--ags-shadow);
}

.ags-vehicle-side-panel__card--soft {
	background:
		radial-gradient(circle at top left, rgba(124, 255, 178, 0.12), transparent 30%),
		rgba(255, 255, 255, 0.94);
}

.ags-vehicle-side-panel__rows {
	display: grid;
	gap: 14px;
}

.ags-vehicle-side-panel__rows div {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(16, 33, 30, 0.08);
}

.ags-vehicle-side-panel__rows div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.ags-vehicle-side-panel__rows span {
	color: var(--ags-gray);
}

.ags-vehicle-side-panel__rows strong {
	text-align: right;
	color: var(--ags-deep);
}

.ags-vehicle-detail-list {
	display: grid;
	gap: 12px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.ags-vehicle-detail-list li {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(16, 33, 30, 0.08);
}

.ags-vehicle-detail-list li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.ags-vehicle-detail-list span {
	color: #58706a;
}

.ags-vehicle-detail-list strong {
	text-align: right;
	color: var(--ags-deep);
}

.ags-lang-switch {
	position: relative;
	z-index: 9999;
}

.ags-lang-switch__btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	height: 32px;
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.85);
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s ease;
}

.ags-lang-switch__btn:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.25);
}

.ags-lang-switch__flag {
	font-size: 14px;
	line-height: 1;
}

.ags-lang-switch__arrow {
	font-size: 10px;
	opacity: 0.6;
}

.ags-lang-switch__dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 170px;
	max-height: 320px;
	overflow-y: auto;
	padding: 4px;
	padding-top: 8px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	background: rgba(8, 20, 18, 0.98);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.15s ease, visibility 0.15s ease;
}

.ags-lang-switch__dropdown.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.ags-lang-switch__item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 10px;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-size: 12px;
	border-radius: 4px;
	transition: background 0.15s ease;
}

.ags-lang-switch__item:hover {
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.ags-lang-switch__item.is-current {
	background: rgba(124, 255, 178, 0.1);
	color: var(--ags-accent);
	font-weight: 600;
}

@media (max-width: 640px) {
	.ags-lang-switch__label,
	.ags-lang-switch__arrow {
		display: none;
	}
	.ags-lang-switch__btn {
		padding: 0 6px;
		height: 28px;
	}
}

.ags-vehicle-spec-layout {
	align-items: stretch;
}

.ags-spec-table--vehicle {
	height: 100%;
	border-radius: 28px;
}

.ags-vehicle-spec-highlights {
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 18px;
}

.ags-vehicle-spec-highlights__card {
	padding: 28px;
	background:
		radial-gradient(circle at top right, rgba(124, 255, 178, 0.14), transparent 34%),
		linear-gradient(180deg, #0f211f 0%, #17312c 100%);
	color: rgba(255, 255, 255, 0.8);
}

.ags-vehicle-spec-highlights__card h3 {
	color: var(--ags-white);
	font-size: 1.6rem;
	line-height: 1.08;
}

.ags-vehicle-spec-highlights__stack {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.ags-charger-story-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.ags-charger-story-card {
	padding: 28px;
	border-radius: 28px;
	border: 1px solid rgba(16, 33, 30, 0.08);
	background:
		radial-gradient(circle at top right, rgba(124, 255, 178, 0.12), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 244, 0.96));
	box-shadow: var(--ags-shadow);
}

.ags-charger-story-card h3 {
	margin-bottom: 14px;
	color: var(--ags-deep);
	font-size: 1.42rem;
	line-height: 1.14;
}

.ags-charger-story-card p:last-child {
	margin-bottom: 0;
	color: #58706a;
}

.ags-charger-application-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.ags-charger-application-card {
	padding: 20px 22px;
	border-radius: 22px;
	background: rgba(11, 138, 96, 0.05);
	border: 1px solid rgba(11, 138, 96, 0.08);
}

.ags-charger-application-card strong {
	display: block;
	margin-bottom: 10px;
	color: var(--ags-deep);
	font-size: 1rem;
}

.ags-charger-application-card p {
	margin: 0;
	color: #58706a;
	line-height: 1.65;
}

.ags-info-card--platform {
	background:
		radial-gradient(circle at top right, rgba(124, 255, 178, 0.1), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 246, 0.98));
}

.ags-platform-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 22px;
}

.ags-platform-gallery__item {
	overflow: hidden;
	border-radius: 22px;
	background: rgba(16, 33, 30, 0.04);
	border: 1px solid rgba(16, 33, 30, 0.08);
	box-shadow: var(--ags-shadow);
	aspect-ratio: 16 / 10;
}

.ags-platform-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ags-vehicle-mini-stat {
	border-color: rgba(16, 33, 30, 0.08);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--ags-shadow);
}

.ags-vehicle-mini-stat span {
	color: #5f736e;
}

.ags-vehicle-mini-stat strong {
	color: var(--ags-deep);
}

.ags-info-card--spec-group {
	height: 100%;
}

.ags-spec-group-list {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

.ags-spec-group-list__row {
	display: grid;
	gap: 6px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(16, 33, 30, 0.08);
}

.ags-spec-group-list__row:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.ags-spec-group-list__row span {
	color: #5f736e;
	font-size: 0.92rem;
}

.ags-spec-group-list__row strong {
	color: var(--ags-deep);
	font-weight: 700;
	line-height: 1.45;
}

.ags-vehicle-story-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.ags-vehicle-story-card {
	padding: 30px;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.78);
}

.ags-vehicle-story-card h3 {
	color: var(--ags-white);
	margin-bottom: 14px;
	font-size: 1.34rem;
}

.ags-card--detail-media .ags-card__body {
	padding: 24px;
}

.ags-vehicle-detail-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.ags-vehicle-detail-gallery__item {
	overflow: hidden;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.04);
	aspect-ratio: 4 / 3;
}

.ags-vehicle-detail-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ags-download-list {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

.ags-download-list__item {
	display: grid;
	gap: 4px;
	padding: 16px 18px;
	border-radius: 18px;
	background: rgba(11, 138, 96, 0.05);
	border: 1px solid rgba(11, 138, 96, 0.08);
	text-decoration: none;
}

.ags-download-list__item strong {
	color: var(--ags-deep);
}

.ags-download-list__item span {
	color: #58706a;
	font-size: 0.94rem;
}

.ags-download-list__summary {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid rgba(16, 33, 30, 0.08);
}

.ags-download-list__summary span {
	color: var(--ags-primary-dark);
	font-weight: 700;
}

.ags-support-banner--vehicle {
	background:
		radial-gradient(circle at top right, rgba(124, 255, 178, 0.14), transparent 32%),
		linear-gradient(135deg, #0e201e, #17342d);
	color: rgba(255, 255, 255, 0.82);
}

.ags-support-banner--vehicle h2,
.ags-support-banner--vehicle p,
.ags-support-banner--vehicle .ags-kicker {
	color: inherit;
}

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

.ags-button--ghost {
	border: 1px solid rgba(11, 138, 96, 0.16);
	border-radius: 999px;
	padding: 12px 18px;
	color: var(--ags-primary-dark);
	font-weight: 700;
	text-decoration: none;
	background: rgba(11, 138, 96, 0.06);
}

.ags-brand-hero .ags-vehicle-hero__grid {
	align-items: stretch;
}

.ags-brand-hero__panel h2 {
	font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.ags-brand-page__price {
	display: grid;
	gap: 8px;
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid rgba(16, 33, 30, 0.08);
}

.ags-brand-page__price strong {
	color: var(--ags-deep);
}

.ags-brand-page__price span {
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--ags-primary-dark);
}

.ags-market-hero .ags-vehicle-hero__grid {
	align-items: stretch;
}

.ags-market-hero__panel h2 {
	font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.ags-card-grid--form-layout {
	align-items: stretch;
}

.ags-form-notice,
.ags-lead-form-card {
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 28px 80px rgba(4, 14, 13, 0.22);
}

.ags-form-notice {
	display: grid;
	gap: 6px;
	margin-bottom: 26px;
	padding: 20px 24px;
}

.ags-form-notice--success {
	background: linear-gradient(180deg, rgba(14, 58, 47, 0.96), rgba(12, 41, 35, 0.96));
	color: rgba(255, 255, 255, 0.88);
}

.ags-form-notice--error {
	background: linear-gradient(180deg, rgba(73, 22, 22, 0.94), rgba(58, 18, 18, 0.94));
	color: rgba(255, 255, 255, 0.88);
}

.ags-lead-form-card {
	padding: 30px;
	background:
		radial-gradient(circle at top right, rgba(124, 255, 178, 0.14), transparent 30%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 246, 0.98));
	color: var(--ags-text);
}

.ags-lead-form-card h2 {
	margin-bottom: 10px;
	font-size: clamp(1.8rem, 2.7vw, 2.6rem);
	line-height: 1.08;
	color: var(--ags-deep);
}

.ags-lead-form {
	margin-top: 22px;
}

.ags-lead-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.ags-lead-form__field {
	display: grid;
	gap: 8px;
}

.ags-lead-form__field--full {
	grid-column: 1 / -1;
}

.ags-lead-form__field span {
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #33514a;
}

.ags-lead-form input,
.ags-lead-form textarea {
	width: 100%;
	min-height: 56px;
	padding: 16px 18px;
	border: 1px solid rgba(16, 33, 30, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--ags-text);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.ags-lead-form textarea {
	min-height: 160px;
	resize: vertical;
}

.ags-lead-form input:focus,
.ags-lead-form textarea:focus {
	outline: none;
	border-color: rgba(11, 138, 96, 0.44);
	box-shadow: 0 0 0 4px rgba(11, 138, 96, 0.1);
}

.ags-lead-form__footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(16, 33, 30, 0.08);
}

.ags-lead-form__footer p {
	max-width: 640px;
	margin: 0;
	color: #4d6560;
}

@media (max-width: 1024px) {
	.ags-vehicle-hero__grid,
	.ags-vehicle-detail-grid,
	.ags-vehicle-spec-layout,
	.ags-vehicle-story-grid,
	.ags-card-grid--three,
	.ags-lead-form__grid {
		grid-template-columns: 1fr;
	}

	.ags-vehicle-hero__stats,
	.ags-vehicle-inquiry-card__actions,
	.ags-vehicle-spec-highlights__stack {
		grid-template-columns: 1fr 1fr;
	}

	.ags-vehicle-hero__headline-meta,
	.ags-vehicle-detail-gallery {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.ags-vehicle-media-card__frame,
	.ags-vehicle-media-card__image,
	.ags-vehicle-media-card__placeholder {
		min-height: 420px;
	}
}

@media (max-width: 767px) {
	.ags-vehicle-hero {
		padding: 28px 0 26px;
	}

	.ags-vehicle-hero h1 {
		font-size: 2.5rem;
	}

	.ags-vehicle-hero__lead,
	.ags-vehicle-point-list li {
		font-size: 1rem;
	}

	.ags-vehicle-hero__stats,
	.ags-vehicle-inquiry-card__actions,
	.ags-vehicle-spec-highlights__stack,
	.ags-vehicle-media-strip {
		grid-template-columns: 1fr;
	}

	.ags-vehicle-detail-gallery,
	.ags-vehicle-hero__headline-meta {
		display: grid;
		grid-template-columns: 1fr;
	}

	.ags-rich-block--dark,
	.ags-vehicle-side-panel__card,
	.ags-vehicle-spec-highlights__card,
	.ags-vehicle-story-card,
	.ags-vehicle-inquiry-card,
	.ags-vehicle-media-card,
	.ags-lead-form-card,
	.ags-form-notice {
		padding: 22px;
		border-radius: 24px;
	}

	.ags-lead-form__footer {
		align-items: stretch;
	}

	.ags-lead-form__footer .ags-button {
		width: 100%;
		text-align: center;
	}

	.ags-vehicle-media-card__frame,
	.ags-vehicle-media-card__image,
	.ags-vehicle-media-card__placeholder {
		min-height: 280px;
		border-radius: 18px;
	}

	.ags-vehicle-media-card__badge {
		position: static;
		margin-top: 14px;
	}

	.ags-vehicle-breadcrumbs {
		font-size: 0.84rem;
	}

	.ags-vehicle-inquiry-card__advisor {
		grid-template-columns: 1fr;
	}
}
