:root {
  --acq-green: #2f7d45;
  --acq-green-dark: #173f2a;
  --acq-yellow: #d7a84d;
  --acq-ink: #1d211f;
  --acq-muted: #6d746f;
  --acq-line: #e4e1d8;
  --acq-line-soft: rgba(47, 125, 69, 0.08);
  --acq-soft: #f6f3ea;
  --acq-cream: #fbfaf5;
  --acq-charcoal: #151814;
  --acq-shadow-soft: 0 10px 28px rgba(21, 24, 20, 0.04);
  --acq-shadow-card: 0 16px 36px rgba(21, 24, 20, 0.05);
}

.acq-vehicle-hero {
  align-items: start;
  gap: 34px;
}

.acq-vehicle-hero .acq-kicker {
  color: var(--acq-green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.acq-vehicle-hero h1 {
  max-width: none;
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.acq-vehicle-hero .acq-page-intro {
  font-size: 19px;
  line-height: 1.55;
}

.acq-vehicle-finder-bar {
  width: 100%;
  margin-top: 0;
  margin-bottom: 32px;
}

.acq-vehicle-finder-form {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 12px;
  align-items: stretch;
}

.acq-vehicle-finder-input {
  height: 56px;
  min-width: 0;
  border: 1px solid var(--acq-line);
  border-radius: 14px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--acq-ink);
  background: #fff;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.acq-vehicle-finder-input::placeholder {
  color: var(--acq-muted);
}

.acq-vehicle-finder-input:focus {
  border-color: var(--acq-green);
  box-shadow: 0 0 0 3px var(--acq-line-soft);
}

.acq-vehicle-finder-button {
  height: 56px;
  min-width: 0;
  border: 0;
  border-radius: 14px;
  background: var(--acq-green);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color .15s ease;
}

.acq-vehicle-finder-button:hover {
  background: var(--acq-green-dark);
}

.acq-vehicle-quick {
  margin-top: 16px;
}

.acq-vehicle-quick-label {
  margin-bottom: 10px;
  color: #55705e;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.acq-vehicle-quick-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.acq-vehicle-quick-tags button {
  border: 1px solid var(--acq-line);
  border-radius: 999px;
  padding: 9px 15px;
  background: #fff;
  color: var(--acq-green-dark);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.acq-vehicle-quick-tags button:hover {
  background: var(--acq-line-soft);
  border-color: var(--acq-green);
  color: var(--acq-green);
}

.acq-vehicle-suggestions {
  margin-top: 8px;
  border: 1px solid var(--acq-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 61, 39, 0.10);
  overflow: hidden;
}

.acq-vehicle-suggestion-item {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border: 0;
  border-bottom: 1px solid #eef3ee;
  background: #fff;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.acq-vehicle-suggestion-item:last-child {
  border-bottom: 0;
}

.acq-vehicle-suggestion-item:hover,
.acq-vehicle-suggestion-item:focus-visible,
.acq-vehicle-suggestion-item.is-active {
  background: #f2f8f4;
  outline: none;
}

.acq-vehicle-suggestion-item strong {
  display: block;
  color: var(--acq-green-dark);
  font-size: 15px;
}

.acq-vehicle-suggestion-item span {
  display: block;
  margin-top: 3px;
  color: var(--acq-muted);
  font-size: 13px;
}

.acq-vehicle-suggestion-item.is-empty {
  color: var(--acq-muted);
  cursor: default;
}

.acq-vehicle-suggestion-item.is-empty:hover {
  background: #fff;
}

@media (max-width: 640px) {
  .acq-vehicle-finder-form {
    grid-template-columns: 1fr;
  }
}

.acq-vehicle-hero .acq-help-card ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.acq-vehicle-hero .acq-help-card li {
  color: var(--acq-muted);
  font-size: 14px;
}

.acq-vehicle-hero .acq-help-card .acq-actions {
  margin-top: 4px;
  gap: 10px;
}

.acquy-site {
  color: var(--acq-ink);
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  background: var(--acq-cream);
}

.acquy-site button,
.acquy-site input,
.acquy-site optgroup,
.acquy-site select,
.acquy-site textarea {
  font-family: "Inter", sans-serif;
}

.acquy-site h1,
.acquy-site h2,
.acquy-site h3,
.acquy-site h4,
.acquy-site h5,
.acquy-site h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

.site-header {
  background: rgba(251, 250, 245, 0.96);
  border-bottom: 1px solid rgba(16, 132, 63, 0.14);
  backdrop-filter: blur(14px);
}

.site-header .container {
  padding-left: 20px;
  padding-right: 20px;
}

.site-header-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  min-height: 76px;
  height: auto;
}

.logo {
  color: var(--acq-green-dark);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.site-logo-img {
  display: block;
  height: 42px;
  max-width: 220px;
  object-fit: contain;
  width: auto;
}

.header-left,
.header-center,
.header-right {
  align-items: center;
  display: flex;
  min-width: 0;
}

.header-center {
  justify-content: center;
}

.header-right {
  justify-content: flex-end;
  gap: 12px;
}

.header-hotline {
  color: var(--acq-green);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.nav {
  align-items: center;
  display: flex;
  gap: 22px;
  min-width: 0;
}

.nav a {
  color: var(--acq-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.nav a:hover {
  color: var(--acq-green);
}

.site-header .search-box {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  display: flex;
  min-width: 250px;
  overflow: hidden;
  padding: 3px;
}

.site-header .search-box input {
  border: 0;
  flex: 1;
  font-size: 14px;
  min-height: 42px;
  min-width: 0;
  outline: 0;
  padding: 0 12px;
  width: auto;
}

.site-header .search-box button {
  background: linear-gradient(135deg, var(--acq-green-dark), var(--acq-green));
  border: 0;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(47, 125, 69, 0.2);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  min-height: 36px;
  padding: 0 16px;
  transition: box-shadow 0.2s ease, transform 0.2s ease, filter 0.2s ease;
  white-space: nowrap;
}

.site-header .search-box button:hover {
  box-shadow: 0 10px 22px rgba(47, 125, 69, 0.28);
  filter: saturate(1.05);
  transform: translateY(-1px);
}

.site-header .search-box button:focus-visible {
  box-shadow: 0 0 0 3px rgba(47, 125, 69, 0.18), 0 8px 18px rgba(47, 125, 69, 0.2);
  outline: none;
}

.site-footer {
  background: var(--acq-charcoal);
  color: #fff;
  margin-top: 72px;
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(180px, 0.7fr) minmax(220px, 0.8fr);
  gap: 32px;
  padding: 48px 0;
}

.site-footer h3,
.site-footer h4 {
  color: #fff;
  font-weight: 900;
  line-height: 1.2;
}

.site-footer h3 {
  font-size: 26px;
}

.site-footer h4 {
  font-size: 16px;
  margin-bottom: 12px;
}

.site-footer p,
.site-footer li,
.site-footer a {
  color: rgba(255, 255, 255, 0.74);
}

.site-footer ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer a:hover {
  color: #fff;
}

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

.gallery,
.product-info,
.acq-help-card,
.acq-callout,
.acq-finder-shell,
.finder-card,
.finder-result,
.empty-state,
.loading,
.acq-spec-card,
.acq-category-card,
.acq-checkout-steps div,
.acq-compatibility-section,
.acq-related-card,
.product-card,
.brand-card,
.article-card,
.acq-search-form,
.acq-search-result,
.acq-prose,
.acq-seo-panel,
.acq-seo-featured-image,
.acq-product-snippet,
.acq-product-channel-card,
.acq-fit-summary,
.acq-why-card,
.acq-product-note,
.acq-feature-product,
.acq-hero-panel {
  border-color: var(--acq-line-soft);
  box-shadow: var(--acq-shadow-soft);
}

.acq-seo-answer-box,
.acq-seo-highlight-card,
.acq-seo-product-snippet-card,
.acq-search-form,
.acq-search-result,
.acq-related-card,
.product-card,
.brand-card,
.article-card,
.acq-feature-product,
.acq-hero-panel {
  box-shadow: var(--acq-shadow-card);
}

.acq-check-list span,
.acq-product-snippet-grid div,
.acq-product-snippet-tags span,
.acq-product-trust-list span,
.acq-seo-product-snippet-tags span,
.acq-seo-product-snippet-meta span,
.acq-fit-tags span,
.acq-generated-list li,
.acq-search-result a > strong {
  border-color: rgba(47, 125, 69, 0.08);
}

.product-section,
.acq-seo-faq,
.acq-seo-related-products,
.acq-seo-related-articles,
.site-footer .footer-bottom,
.acq-brand-strip,
.acq-collection-band {
  border-color: rgba(47, 125, 69, 0.08);
}

.btn-primary {
  background: var(--acq-green);
  border: 1px solid var(--acq-green);
  border-radius: 8px;
  color: #fff;
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-outline:hover {
  transform: translateY(-1px);
}

.btn-outline,
.btn-secondary {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  color: var(--acq-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  font-weight: 700;
}

.acq-shop-hero,
.acq-hero {
  background: var(--acq-charcoal);
  border-bottom: 1px solid rgba(16, 132, 63, 0.1);
  color: #fff;
  padding: 72px 0 56px;
}

.acq-shop-hero-grid,
.acq-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 56px;
  align-items: center;
}

.acq-kicker {
  color: var(--acq-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.acq-shop-hero h1,
.acq-hero h1 {
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: 0;
  max-width: 760px;
}

.acq-lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  margin-top: 24px;
  max-width: 680px;
}

.acq-store-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
  max-width: 720px;
}

.acq-store-stats div {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 4px;
  padding-top: 14px;
}

.acq-store-stats strong {
  color: #fff;
  font-size: 18px;
}

.acq-store-stats span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.acq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.acq-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.acq-trust-row span {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 999px;
  color: var(--acq-muted);
  font-weight: 700;
  padding: 8px 14px;
}

.acq-feature-product,
.acq-hero-panel {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(23, 33, 43, 0.08);
  min-height: 420px;
  padding: 34px;
}

.acq-feature-product {
  color: var(--acq-ink);
}

.acq-feature-label {
  color: var(--acq-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.acq-feature-meta {
  align-items: center;
  border-top: 1px solid var(--acq-line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 18px;
}

.acq-feature-meta span {
  color: var(--acq-muted);
  display: block;
  margin-top: 4px;
}

.acq-battery-visual {
  margin: 24px auto;
  max-width: 360px;
}

.acq-battery-top {
  background: var(--acq-ink);
  border-radius: 8px 8px 0 0;
  height: 54px;
  margin: 0 34px;
}

.acq-battery-body {
  background: linear-gradient(135deg, var(--acq-green-dark), var(--acq-green));
  border: 10px solid #151f28;
  border-radius: 8px;
  color: #fff;
  min-height: 230px;
  padding: 34px;
}

.acq-brand-strip {
  background: #fff;
  border-bottom: 1px solid var(--acq-line);
}

.acq-brand-strip .container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
}

.acq-brand-strip a,
.acq-brand-strip span {
  border-left: 1px solid var(--acq-line);
  color: var(--acq-muted);
  display: block;
  font-weight: 800;
  padding: 18px 14px;
  text-align: center;
}

.acq-brand-strip a:last-child,
.acq-brand-strip span:last-child {
  border-right: 1px solid var(--acq-line);
}

.acq-brand-strip a:hover {
  color: var(--acq-green);
}

.acq-battery-body span {
  background: var(--acq-yellow);
  border-radius: 6px;
  color: #1f2933;
  display: inline-block;
  font-weight: 900;
  margin-bottom: 24px;
  padding: 8px 12px;
}

.acq-battery-body strong {
  display: block;
  font-size: 32px;
  line-height: 1.1;
}

.acq-battery-body small {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  margin-top: 12px;
}

.acq-hero-note,
.acq-product-note {
  background: var(--acq-soft);
  border: 1px solid rgba(16, 132, 63, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 18px;
}

.acq-section-heading,
.acq-page-header {
  margin-bottom: 28px;
  max-width: 820px;
}

.acq-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
  padding-bottom: 40px;
}

.acq-page-hero .acq-kicker {
  margin-bottom: 14px;
}

.acq-page-hero h1 {
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 18px;
}

.acq-page-intro {
  color: var(--acq-muted);
  font-size: 18px;
  margin-bottom: 28px;
  max-width: 760px;
}

.acq-help-card,
.acq-callout {
  background: var(--acq-soft);
  border: 1px solid rgba(16, 132, 63, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 20px;
}

.acq-help-card strong,
.acq-callout strong {
  font-size: 18px;
}

.acq-help-card span,
.acq-callout p {
  color: var(--acq-muted);
}

.acq-section-heading h2,
.acq-cta h2,
.acq-page-header h1 {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.12;
}

.acq-muted {
  background: var(--acq-soft);
}

.acq-split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(420px, 1.25fr);
  gap: 32px;
  align-items: start;
}

.acq-section-row {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.acq-collection-band {
  background: #fff;
  border-bottom: 1px solid var(--acq-line);
  border-top: 1px solid var(--acq-line);
}

.acq-finder-shell,
.finder-card {
  background: linear-gradient(180deg, #fdfcf8 0%, #fff 100%);
  border: 1px solid rgba(47, 125, 69, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(21, 24, 20, 0.05);
  padding: 18px;
}

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

.vehicle-finder .finder-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(260px, 1.45fr) minmax(150px, 0.4fr);
  gap: 12px;
  align-items: stretch;
}

.vehicle-finder .finder-grid .btn-primary {
  min-height: 52px;
  min-width: 150px;
  padding: 0 20px;
  white-space: nowrap;
}

.vehicle-finder select {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  min-height: 52px;
  padding: 0 14px;
}

.finder-results {
  display: grid;
  gap: 12px;
}

.finder-results:empty {
  display: none;
}

.finder-result-grid {
  display: grid;
  gap: 10px;
}

.finder-result,
.empty-state,
.loading {
  background: #f8faf9;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  padding: 14px 16px;
}

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

.acq-benefit {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 24px;
}

.acq-benefit strong {
  font-size: 20px;
}

.acq-benefit span,
.acq-cta p {
  color: var(--acq-muted);
}

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

.acq-spec-card {
  background: #fff;
  border: 1px solid rgba(47, 125, 69, 0.08);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  min-height: 0;
  padding: 18px 20px;
}

.acq-spec-card span {
  color: var(--acq-muted);
  font-size: 13px;
  line-height: 1.45;
  text-transform: uppercase;
}

.acq-spec-card strong {
  font-size: 22px;
  line-height: 1.2;
}

.acq-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}

.acq-check-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.acq-check-list span {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  padding: 14px 16px;
}

.acq-section-action {
  margin-top: 28px;
  text-align: center;
}

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

.acq-category-card {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  display: grid;
  min-height: 170px;
  padding: 24px;
  align-content: space-between;
}

.acq-category-card span {
  color: var(--acq-muted);
  font-weight: 700;
}

.acq-category-card strong {
  font-size: 28px;
  line-height: 1.1;
}

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

.acq-checkout-steps div {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  padding: 24px;
}

.acq-checkout-steps span {
  color: var(--acq-green);
  font-weight: 900;
}

.acq-checkout-steps strong {
  display: block;
  font-size: 22px;
  margin-top: 20px;
}

.acq-checkout-steps p {
  color: var(--acq-muted);
  margin-top: 8px;
}

.acq-cta {
  align-items: center;
  background: #122019;
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 44px;
}

.acq-cta p {
  color: rgba(255, 255, 255, 0.74);
  margin-top: 10px;
}

.acq-product-page {
  padding-top: 28px;
}

.acq-breadcrumb {
  color: var(--acq-muted);
  font-size: 14px;
  margin: 0 0 24px;
}

.acq-breadcrumb ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.acq-breadcrumb li {
  align-items: center;
  display: inline-flex;
  min-width: 0;
}

.acq-breadcrumb li + li::before {
  color: #a2aaa5;
  content: "/";
  margin-right: 8px;
}

.acq-breadcrumb a {
  color: var(--acq-green-dark);
  font-weight: 700;
}

.acq-breadcrumb a:hover {
  color: var(--acq-green);
}

.acq-breadcrumb [aria-current="page"] span {
  color: var(--acq-muted);
  display: inline-block;
  max-width: min(620px, 70vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.acq-product-detail {
  padding: 20px 0 28px;
}

.acq-commerce-detail {
  border-bottom: 1px solid var(--acq-line);
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  gap: 28px;
  align-items: start;
}

.acq-product-media {
  display: grid;
  gap: 18px;
  align-content: start;
}

.acq-product-media-support {
  display: grid;
}

.gallery {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  padding: 18px;
}

.gallery-main {
  aspect-ratio: 1 / 1;
  background: #f8faf9;
  border-radius: 8px;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.gallery-placeholder,
.product-image-placeholder {
  align-items: center;
  color: var(--acq-muted);
  display: flex;
  font-weight: 700;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

.gallery-placeholder {
  background: linear-gradient(180deg, #f8faf9 0%, #eef4ef 100%);
  border: 1px dashed rgba(47, 125, 69, 0.2);
}

.gallery-placeholder-inner {
  display: grid;
  gap: 14px;
  max-width: 360px;
}

.gallery-placeholder-kicker {
  align-self: center;
  background: rgba(47, 125, 69, 0.1);
  border: 1px solid rgba(47, 125, 69, 0.16);
  border-radius: 999px;
  color: var(--acq-green-dark);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-self: center;
  padding: 7px 12px;
  text-transform: uppercase;
}

.gallery-placeholder-inner strong {
  color: var(--acq-ink);
  font-size: clamp(26px, 3.2vw, 34px);
  line-height: 1.18;
}

.gallery-placeholder-inner small {
  color: var(--acq-muted);
  font-size: 15px;
  font-weight: 700;
}

.gallery-placeholder-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.gallery-placeholder-specs span {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 999px;
  color: var(--acq-green-dark);
  font-size: 13px;
  font-weight: 800;
  padding: 8px 12px;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.gallery-thumb {
  aspect-ratio: 1 / 1;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  cursor: pointer;
  object-fit: cover;
  width: 100%;
}

.product-info {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  padding: 28px;
}

.product-info .product-title {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
}

.acq-product-intro {
  color: var(--acq-muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 14px 0 20px;
}

.acq-product-snippet {
  align-items: center;
  background: linear-gradient(180deg, #f9fcf8 0%, #ffffff 100%);
  border: 1px solid rgba(47, 125, 69, 0.1);
  border-radius: 8px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin: 0 0 18px;
  min-height: 52px;
  padding: 10px 14px;
}

.acq-product-snippet-identity,
.acq-product-snippet-specs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.acq-product-snippet-identity strong {
  color: var(--acq-green-dark);
  font-size: 17px;
}

.acq-product-snippet-identity span {
  color: var(--acq-muted);
  font-size: 13px;
  font-weight: 700;
}

.acq-product-snippet-specs strong {
  border-left: 1px solid var(--acq-line);
  color: var(--acq-ink);
  font-size: 14px;
  padding-left: 8px;
}

.acq-product-snippet-commerce {
  align-items: flex-end;
  display: grid;
  gap: 2px;
  margin-left: auto;
  text-align: right;
}

.acq-product-snippet-commerce strong {
  color: var(--acq-green-dark);
  font-size: 17px;
}

.acq-product-snippet-commerce span {
  color: var(--acq-muted);
  font-size: 12px;
  font-weight: 700;
}

.acq-product-snippet-tags,
.acq-product-trust-list,
.acq-seo-product-snippet-tags,
.acq-seo-product-snippet-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.acq-product-snippet-tags span,
.acq-product-trust-list span,
.acq-seo-product-snippet-tags span,
.acq-seo-product-snippet-meta span {
  background: #fff;
  border: 1px solid rgba(47, 125, 69, 0.1);
  border-radius: 999px;
  color: var(--acq-green-dark);
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
}

.acq-product-trust-list span {
  border-color: rgba(47, 125, 69, 0.08);
  color: var(--acq-ink);
}

.acq-product-fit-line {
  color: var(--acq-green-dark);
  font-size: 14px;
  font-weight: 700;
  margin: 12px 0 10px;
}

.acq-fit-summary,
.acq-why-card {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  margin: 0 0 20px;
  padding: 18px 20px;
}

.acq-fit-summary strong,
.acq-why-card strong {
  font-size: 18px;
}

.acq-fit-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.acq-fit-tags span {
  background: #f7faf8;
  border: 1px solid rgba(47, 125, 69, 0.16);
  border-radius: 999px;
  color: var(--acq-ink);
  font-size: 13px;
  font-weight: 700;
  padding: 9px 13px;
}

.acq-why-list {
  color: var(--acq-ink);
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.acq-why-list li {
  line-height: 1.6;
}

.spec-table {
  width: 100%;
}

.spec-table td:first-child {
  color: var(--acq-muted);
  width: 42%;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.product-actions-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-zmax {
  background: linear-gradient(135deg, var(--acq-green-dark), var(--acq-green));
  border-color: var(--acq-green-dark);
  box-shadow: 0 12px 24px rgba(47, 125, 69, 0.2);
}

.acq-product-channel-card {
  background: var(--acq-soft);
  border: 1px solid rgba(47, 125, 69, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  margin-top: 24px;
  padding: 20px;
}

.acq-product-channel-card strong {
  font-size: 18px;
}

.acq-product-channel-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.acq-product-channel-card li {
  color: var(--acq-muted);
}

.acq-product-note {
  margin-top: 20px;
}

.acq-product-prose {
  box-shadow: 0 12px 28px rgba(21, 24, 20, 0.04);
}

.acq-product-prose h3 {
  color: var(--acq-green-dark);
}

.acq-product-prose[data-plain-description="true"] {
  white-space: pre-line;
}

.acq-generated-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 18px 0 22px;
  padding: 0;
}

.acq-generated-list li {
  background: #f8faf9;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  margin: 0;
  padding: 12px 14px;
}

.acq-generated-faq-q {
  color: var(--acq-green-dark);
  font-size: 18px;
  font-weight: 800;
  margin: 20px 0 8px;
}

.acq-generated-faq-a {
  background: #f8faf9;
  border-left: 3px solid rgba(47, 125, 69, 0.4);
  padding: 12px 14px;
}

.product-section {
  border-top: 1px solid var(--acq-line);
  padding: 42px 0;
}

.acq-compatibility-section {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  padding: 24px;
}

.acq-compatibility-section h2 {
  margin-bottom: 16px;
}

.acq-compatibility-section #compatibleVehicles {
  min-height: 124px;
}

.acq-compatibility-section .empty-state,
.acq-compatibility-section .loading {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 124px;
  text-align: center;
}

.acq-compatible-vehicles-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.acq-compatible-vehicle-chip {
  align-items: center;
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 999px;
  color: var(--acq-ink);
  display: inline-flex;
  font-weight: 700;
  max-width: 100%;
  padding: 10px 14px;
  text-decoration: none;
}

.acq-compatible-vehicle-chip:hover {
  background: #eef8f1;
  border-color: var(--acq-green);
  color: var(--acq-green-dark);
}

@media (max-width: 640px) {
  .acq-compatible-vehicle-chip {
    flex: 1 1 calc(50% - 5px);
    justify-content: center;
    text-align: center;
  }
}

.acq-product-support-card {
  margin-top: 20px;
}

.product-section h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
}

.acq-related-intro {
  color: var(--acq-muted);
  margin-bottom: 18px;
}

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

.acq-related-card {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  display: grid;
  overflow: hidden;
}

.acq-related-image {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #f8faf9;
  display: flex;
  justify-content: center;
  padding: 18px;
}

.acq-related-image img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.acq-related-body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.acq-related-kicker {
  color: var(--acq-green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.acq-related-card h3 {
  font-size: 18px;
  line-height: 1.35;
  margin: 0;
}

.acq-related-card h3 a {
  color: var(--acq-ink);
}

.acq-related-meta,
.acq-related-fit {
  color: var(--acq-muted);
  font-size: 13px;
  line-height: 1.6;
}

.acq-related-price {
  color: var(--acq-green-dark);
  font-size: 18px;
  font-weight: 800;
}

.acq-related-link {
  width: 100%;
}

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

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

.vehicle-card {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  display: block;
  font-weight: 700;
  padding: 18px;
}

.acq-vehicle-card {
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(21, 24, 20, 0.05);
  display: grid;
  gap: 8px;
  min-height: 100%;
  padding: 22px 20px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.acq-vehicle-card:hover,
.acq-vehicle-card:focus-visible {
  border-color: rgba(47, 125, 69, 0.28);
  box-shadow: 0 22px 44px rgba(21, 24, 20, 0.09);
  outline: none;
  transform: translateY(-2px);
}

.acq-vehicle-card strong {
  color: var(--acq-green-dark);
  font-size: 22px;
  line-height: 1.25;
}

.acq-vehicle-card-meta,
.acq-vehicle-card-summary {
  color: var(--acq-muted);
  display: block;
  font-size: 14px;
  line-height: 1.6;
}

.acq-vehicle-card-summary {
  color: var(--acq-ink);
  font-weight: 700;
}

.acq-vehicle-card-cta {
  color: var(--acq-green);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 4px;
  text-transform: uppercase;
}

.acq-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 28px;
}

.acq-pagination-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.acq-pagination-link {
  align-items: center;
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 10px;
  color: var(--acq-green-dark);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0 16px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.acq-pagination-link:hover,
.acq-pagination-link:focus-visible {
  background: rgba(47, 125, 69, 0.08);
  border-color: rgba(47, 125, 69, 0.28);
  color: var(--acq-green);
  outline: none;
  transform: translateY(-1px);
}

.acq-pagination-link.is-active {
  background: var(--acq-green);
  border-color: var(--acq-green);
  color: #fff;
}

.acq-pagination-link.is-disabled {
  color: #9aa39c;
  cursor: default;
  pointer-events: none;
}

.product-card,
.brand-card,
.article-card {
  border-radius: 8px;
}

.acq-related-product-card {
  display: grid;
}

.acq-related-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 18px 18px;
}

.acq-article-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 560px));
  justify-content: start;
}

.acq-knowledge-card {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(21, 24, 20, 0.04);
  min-height: 0;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.acq-knowledge-card:hover {
  border-color: rgba(47, 125, 69, 0.32);
  box-shadow: 0 18px 42px rgba(21, 24, 20, 0.08);
  transform: translateY(-2px);
}

.acq-knowledge-card a {
  color: inherit;
  display: block;
  min-height: 100%;
}

.acq-knowledge-card .card-body {
  display: grid;
  gap: 10px;
  padding: 26px 28px 30px;
}

.acq-knowledge-card h3 {
  color: var(--acq-ink);
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.18;
  max-width: 15ch;
}

.acq-knowledge-card p {
  color: var(--acq-muted);
  display: -webkit-box;
  font-size: 16px;
  line-height: 1.62;
  margin: 2px 0 0;
  max-width: 48ch;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.acq-knowledge-card img {
  aspect-ratio: 16 / 9;
  background: #f8faf9;
  display: block;
  object-fit: cover;
  width: 100%;
}

.product-card:hover {
  transform: translateY(-3px);
}

.product-image-wrap {
  background: #f8faf9;
}

.product-content {
  padding: 18px;
}

.product-title {
  font-size: 18px;
  line-height: 1.25;
}

.acq-card-kicker {
  align-self: start;
  background: rgba(47, 125, 69, 0.09);
  border: 1px solid rgba(47, 125, 69, 0.16);
  border-radius: 999px;
  color: var(--acq-green-dark);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-self: start;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 4px;
  padding: 7px 10px;
  text-transform: uppercase;
}

.acq-listing-page {
  background: var(--acq-cream);
}

.acq-listing-toolbar {
  align-items: center;
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 14px 18px;
}

.acq-listing-toolbar span {
  font-weight: 800;
}

.acq-listing-toolbar a {
  color: var(--acq-green);
  font-weight: 800;
}

.acq-listing-toolbar input[type="search"] {
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  flex: 1;
  font: inherit;
  min-height: 44px;
  min-width: 0;
  padding: 0 14px;
}

form.acq-listing-toolbar {
  gap: 12px;
}

.acq-listing-toolbar span small {
  display: block;
  margin-top: 4px;
  color: var(--acq-muted);
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
}

.acq-product-search-bar {
  width: 100%;
  margin: 0 0 32px;
}

.acq-product-search-form {
  display: flex;
  width: 100%;
  height: 60px;
  border: 1px solid var(--acq-line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.acq-product-search-input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 0 22px;
  font-size: 18px;
  color: var(--acq-ink);
  background: #fff;
  outline: none;
}

.acq-product-search-input::placeholder {
  color: var(--acq-muted);
}

.acq-product-search-button {
  width: 140px;
  border: 0;
  border-left: 1px solid var(--acq-line);
  background: var(--acq-green);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.acq-product-search-button:hover {
  background: var(--acq-green-dark);
}

.acq-product-quick {
  margin-top: 14px;
}

.acq-product-quick-label {
  margin-bottom: 10px;
  color: #55705e;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.acq-product-quick-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.acq-product-quick-tags a {
  border: 1px solid var(--acq-line);
  border-radius: 999px;
  padding: 9px 15px;
  background: #fff;
  color: #0f3d27;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.acq-product-quick-tags a:hover {
  background: #eaf6ee;
}

.acq-product-search-bar {
  position: relative;
}

.acq-product-autocomplete {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 50;
  max-height: 420px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 12px;
  box-shadow: var(--acq-shadow-card);
}

.acq-product-autocomplete-status {
  padding: 16px 14px;
  font-size: 14px;
  color: var(--acq-muted);
}

.acq-product-autocomplete-status:empty {
  display: none;
}

.acq-product-autocomplete-status--error {
  color: #b91c1c;
}

.acq-product-autocomplete-group + .acq-product-autocomplete-group {
  border-top: 1px solid var(--acq-line);
}

.acq-product-autocomplete-title {
  padding: 10px 14px 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--acq-muted);
}

.acq-product-autocomplete-item {
  display: block;
  padding: 10px 14px;
  text-decoration: none;
  color: inherit;
}

.acq-product-autocomplete-item:hover,
.acq-product-autocomplete-item.is-active {
  background: var(--acq-soft);
  outline: none;
}

.acq-product-autocomplete-item-title,
.acq-product-autocomplete-item-subtitle {
  display: block;
}

.acq-product-autocomplete-item-title {
  font-weight: 700;
}

.acq-product-autocomplete-item-title mark {
  background: rgba(215, 168, 77, .35);
  color: inherit;
  border-radius: 2px;
}

.acq-product-autocomplete-item-subtitle {
  margin-top: 2px;
  color: var(--acq-muted);
  font-size: 13px;
}

.acq-pagination-status {
  display: none;
}

@media (max-width: 640px) {
  .acq-product-search-form {
    height: auto;
    flex-direction: column;
  }

  .acq-product-search-input {
    height: 54px;
  }

  .acq-product-search-button {
    width: 100%;
    height: 54px;
    border-left: 0;
    border-top: 1px solid var(--acq-line);
  }
}

.acq-search-page .acq-page-hero {
  padding-bottom: 24px;
}

.acq-search-form {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(21, 24, 20, 0.05);
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
  padding: 18px;
}

.acq-search-form label {
  color: var(--acq-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.acq-search-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.acq-search-form input[type="search"] {
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  color: var(--acq-ink);
  font: inherit;
  min-height: 52px;
  min-width: 0;
  padding: 0 16px;
}

.acq-search-form input[type="search"]:focus {
  border-color: var(--acq-green);
  box-shadow: 0 0 0 3px rgba(47, 125, 69, 0.14);
  outline: none;
}

.acq-search-form .btn-primary {
  background: linear-gradient(135deg, var(--acq-green-dark), var(--acq-green));
  border: 0;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(47, 125, 69, 0.22);
  font-size: 14px;
  font-weight: 900;
  min-height: 52px;
  padding: 0 26px;
  transition: box-shadow 0.2s ease, transform 0.2s ease, filter 0.2s ease;
  white-space: nowrap;
}

.acq-search-form .btn-primary:hover {
  box-shadow: 0 16px 30px rgba(47, 125, 69, 0.3);
  filter: saturate(1.05);
  transform: translateY(-1px);
}

.acq-search-form .btn-primary:focus-visible {
  box-shadow: 0 0 0 4px rgba(47, 125, 69, 0.16), 0 12px 24px rgba(47, 125, 69, 0.22);
  outline: none;
}

.acq-search-summary {
  align-items: center;
  color: var(--acq-muted);
  display: flex;
  justify-content: space-between;
  margin: 24px 0 12px;
}

.acq-search-summary span,
.acq-search-summary strong {
  display: block;
}

.acq-search-summary strong {
  color: var(--acq-green-dark);
}

.acq-search-results {
  display: grid;
  gap: 12px;
}

.acq-search-result {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.acq-search-result:hover {
  border-color: rgba(47, 125, 69, 0.35);
  box-shadow: 0 14px 30px rgba(21, 24, 20, 0.06);
  transform: translateY(-2px);
}

.acq-search-result a {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 18px 20px;
}

.acq-search-result span {
  color: var(--acq-green);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.acq-search-result h3 {
  color: var(--acq-ink);
  font-size: 20px;
  line-height: 1.25;
}

.acq-search-result p {
  color: var(--acq-muted);
  margin-top: 8px;
}

.acq-search-result a > strong {
  align-items: center;
  background: var(--acq-soft);
  border-radius: 8px;
  color: var(--acq-green-dark);
  display: inline-flex;
  font-size: 14px;
  min-height: 40px;
  padding: 0 14px;
  white-space: nowrap;
}

.acq-search-empty {
  margin-top: 16px;
}

.article-content {
  color: #26323f;
  font-size: 18px;
}

.acq-article {
  max-width: 920px;
}

.acq-article.acq-article {
  max-width: 1280px;
}

.acq-article-hero {
  grid-template-columns: 1fr;
}

.acq-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 36px;
  align-items: start;
}

.acq-article-aside {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 108px;
}

.acq-prose {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  padding: 30px;
}

.acq-prose h2,
.acq-prose h3 {
  font-weight: 800;
  margin: 28px 0 12px;
}

.acq-prose h2 {
  border-top: 1px solid var(--acq-line);
  color: var(--acq-green-dark);
  font-size: 30px;
  line-height: 1.18;
  padding-top: 26px;
}

.acq-prose h2:first-child {
  border-top: 0;
  padding-top: 0;
}

.acq-prose h3 {
  color: var(--acq-ink);
  font-size: 22px;
  line-height: 1.25;
}

.acq-prose p,
.acq-prose ul,
.acq-prose ol {
  margin-bottom: 16px;
}

.acq-prose ul,
.acq-prose ol {
  padding-left: 22px;
}

.acq-prose li {
  margin-bottom: 8px;
}

.acq-prose a {
  color: var(--acq-green);
  font-weight: 800;
}

.acq-seo-article {
  max-width: 1280px;
  padding-top: 28px;
}

.acq-seo-hero {
  align-items: stretch;
  background: #122019;
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 340px;
  margin-bottom: 34px;
  padding: 42px;
}

.acq-seo-hero h1 {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  max-width: 900px;
}

.acq-seo-hero .acq-page-intro {
  color: rgba(255, 255, 255, 0.74);
}

.acq-seo-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.acq-seo-meta span {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  padding: 8px 12px;
}

.acq-seo-quick-card {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: var(--acq-ink);
  display: grid;
  gap: 12px;
  padding: 22px;
}

.acq-seo-quick-card strong {
  font-size: 20px;
}

.acq-seo-quick-card span {
  color: var(--acq-muted);
}

.acq-seo-layout {
  align-items: start;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) 320px;
}

.acq-seo-main-stack {
  display: grid;
  gap: 24px;
}

.acq-seo-section {
  display: grid;
  gap: 16px;
}

.acq-seo-panel {
  background: #fff;
  border: 1px solid rgba(47, 125, 69, 0.1);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(21, 24, 20, 0.04);
}

.acq-seo-section > .acq-section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 0;
}

.acq-seo-section > .acq-section-heading h2 {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.16;
  margin: 0;
}

.acq-seo-section > .acq-section-heading p {
  color: var(--acq-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.acq-seo-answer-box,
.acq-seo-highlight-card,
.acq-seo-quick-lookup,
.acq-seo-toc {
  margin-bottom: 20px;
  padding: 24px;
}

.acq-seo-answer-box {
  background: var(--acq-soft);
  border-color: rgba(47, 125, 69, 0.2);
}

.acq-seo-highlight-card {
  background: linear-gradient(180deg, #f9fcf8 0%, #ffffff 100%);
  border-color: rgba(47, 125, 69, 0.18);
}

.acq-seo-highlight-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 18px;
}

.acq-seo-highlight-item {
  background: #fff;
  border: 1px solid rgba(47, 125, 69, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  min-height: 110px;
  padding: 16px 18px;
  position: relative;
}

.acq-seo-highlight-item::before {
  color: var(--acq-green);
  content: "\2713";
  font-size: 14px;
  font-weight: 900;
}

.acq-seo-highlight-item strong {
  color: var(--acq-green-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.acq-seo-highlight-item span {
  color: var(--acq-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}

.acq-seo-answer-box h2,
.acq-seo-quick-lookup h2 {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.16;
}

.acq-seo-answer-box p {
  color: var(--acq-muted);
  font-size: 18px;
  margin-top: 10px;
  max-width: 820px;
}

.acq-seo-product-snippet {
  margin-bottom: 18px;
}

.acq-seo-product-snippet-card {
  background: linear-gradient(180deg, #f9fcf8 0%, #ffffff 100%);
  display: grid;
  gap: 12px;
  padding: 16px 18px;
}

.acq-seo-product-snippet-card strong {
  color: var(--acq-green-dark);
  display: block;
  font-size: 18px;
  line-height: 1.32;
  margin-bottom: 8px;
}

.acq-seo-product-snippet-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.acq-seo-quick-lookup table,
.acq-prose table {
  border-collapse: collapse;
  width: 100%;
}

.acq-seo-quick-lookup th,
.acq-seo-quick-lookup td,
.acq-prose th,
.acq-prose td {
  border: 1px solid var(--acq-line);
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}

.acq-seo-quick-lookup th,
.acq-prose th {
  background: #f8faf9;
  color: var(--acq-green-dark);
  font-weight: 900;
  width: 32%;
}

.acq-seo-toc {
  display: grid;
  gap: 12px;
}

.acq-seo-toc strong {
  color: var(--acq-green-dark);
  font-size: 18px;
}

.acq-seo-toc ol {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding-left: 20px;
}

.acq-seo-toc a {
  color: var(--acq-ink);
  font-weight: 800;
}

.acq-seo-prose {
  box-shadow: 0 18px 46px rgba(21, 24, 20, 0.05);
  font-size: 18px;
  line-height: 1.78;
}

.acq-seo-prose > p:first-child {
  color: var(--acq-muted);
  font-size: 20px;
}

.acq-prose .ai-summary-box,
.acq-prose .ai-toc {
  background: var(--acq-soft);
  border: 1px solid rgba(47, 125, 69, 0.18);
  border-radius: 8px;
  margin: 0 0 22px;
  padding: 18px 20px;
}

.acq-prose [data-related-products],
.acq-prose [data-related-articles],
.acq-prose [data-faq],
.acq-prose .ai-toc {
  display: none;
}

.acq-prose .ai-summary-box p:last-child,
.acq-prose .ai-toc p:last-child,
.acq-prose .ai-toc ol:last-child,
.acq-prose .ai-toc ul:last-child {
  margin-bottom: 0;
}

.acq-seo-faq {
  border-top: 1px solid var(--acq-line);
  margin-top: 36px;
  padding-top: 36px;
}

.acq-seo-faq-body h3 {
  background: var(--acq-soft);
  border: 1px solid rgba(16, 132, 63, 0.16);
  border-radius: 8px 8px 0 0;
  margin: 18px 0 0;
  padding: 16px 18px;
}

.acq-seo-faq-body h3 + p {
  border: 1px solid var(--acq-line);
  border-radius: 0 0 8px 8px;
  border-top: 0;
  margin: 0 0 12px;
  padding: 16px 18px;
}

.acq-seo-related-products {
  border-top: 1px solid var(--acq-line);
  margin-top: 36px;
  padding-top: 36px;
}

.acq-seo-related-articles {
  border-top: 1px solid var(--acq-line);
  margin-top: 36px;
  padding-top: 36px;
}

.acq-seo-featured-image {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  margin: 0 0 24px;
  overflow: hidden;
}

.acq-seo-featured-image img {
  aspect-ratio: 16 / 7;
  display: block;
  object-fit: cover;
  width: 100%;
}

.acq-seo-image-prompt {
  background: #fff;
  border: 1px dashed rgba(47, 125, 69, 0.35);
  border-radius: 8px;
  color: var(--acq-muted);
  display: grid;
  gap: 6px;
  margin-bottom: 24px;
  padding: 16px 18px;
}

.acq-seo-image-prompt strong {
  color: var(--acq-green-dark);
}

.acq-seo-aside .btn-primary,
.acq-seo-quick-card .btn-primary {
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  padding: 12px 18px;
}

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

.acq-compat-panel {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  padding: 22px;
}

.acq-compat-panel h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 14px;
}

.acq-id-list {
  display: grid;
  gap: 8px;
}

.acq-id-list li {
  background: #f8faf9;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  color: var(--acq-muted);
  font-family: Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  overflow-wrap: anywhere;
  padding: 10px 12px;
}

details {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 16px 18px;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

details p {
  color: var(--acq-muted);
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .site-header-inner {
    grid-template-columns: 1fr auto;
    gap: 12px 18px;
    padding: 12px 0;
  }

  .header-center {
    grid-column: 1 / -1;
    justify-content: flex-start;
    order: 3;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .header-center::-webkit-scrollbar {
    display: none;
  }

  .header-right {
    justify-content: flex-end;
  }

  .site-header .search-box {
    min-width: min(100%, 280px);
  }

  .header-hotline {
    display: none;
  }

  .nav {
    gap: 10px;
    padding-bottom: 2px;
  }

  .nav a {
    background: #fff;
    border: 1px solid var(--acq-line);
    border-radius: 8px;
    padding: 10px 12px;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .acq-hero-grid,
  .acq-shop-hero-grid,
  .acq-split-section,
  .product-detail-grid,
  .acq-page-hero,
  .acq-seo-hero,
  .acq-seo-highlight-grid,
  .acq-seo-layout,
  .acq-two-column,
  .acq-article-layout,
  .acq-detail-tabs {
    grid-template-columns: 1fr;
  }

  .acq-article-aside {
    position: static;
  }

  .acq-product-detail {
    padding-bottom: 24px;
  }

  .product-grid,
  .acq-article-grid,
  .vehicle-grid,
  .acq-related-grid,
  .acq-benefit-grid,
  .acq-compat-grid,
  .acq-category-grid,
  .acq-checkout-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .site-header .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .site-header-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 8px;
    padding: 10px 0 12px;
  }

  .header-left,
  .header-center,
  .header-right {
    width: 100%;
  }

  .logo {
    font-size: 18px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-logo-img {
    height: 30px;
    max-width: min(100%, 152px);
  }

  .header-right {
    order: 2;
    display: flex;
    gap: 10px;
    justify-content: center;
  }

  .header-center {
    order: 3;
    justify-content: stretch;
  }

  .site-header .search-box {
    min-width: 0;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }

  .site-header .search-box input {
    flex: 1;
    font-size: 13px;
    min-height: 42px;
    padding: 0 10px;
  }

  .site-header .search-box button {
    font-size: 12px;
    min-width: 64px;
    padding: 0 12px;
  }

  .nav {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
    padding-bottom: 0;
    width: 100%;
  }

  .nav a,
  .nav-trigger {
    align-items: center;
    display: inline-flex;
    font-size: 12px;
    justify-content: center;
    min-height: 38px;
    padding: 8px 10px;
    text-align: center;
    white-space: normal;
  }

  .header-hotline {
    display: none;
  }

  .site-footer {
    margin-top: 48px;
  }

  .site-footer .footer-grid {
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 34px 0;
  }

  .site-footer h3 {
    font-size: 22px;
  }

  .site-footer .footer-bottom {
    font-size: 13px;
    padding: 16px 0;
  }

  .acq-hero {
    padding: 36px 0 28px;
  }

  .acq-shop-hero {
    padding: 36px 0 28px;
  }

  .acq-hero-panel {
    min-height: 0;
    padding: 18px;
  }

  .acq-seo-hero {
    padding: 22px 18px;
  }

  .acq-seo-prose {
    font-size: 16px;
    line-height: 1.68;
    padding: 20px 18px;
  }

  .acq-product-page {
    padding-top: 18px;
  }

  .section {
    padding: 34px 0;
  }

  .acq-kicker {
    font-size: 11px;
    margin-bottom: 8px;
  }

  .acq-section-heading,
  .acq-page-header {
    margin-bottom: 18px;
  }

  .acq-section-heading h2,
  .acq-cta h2,
  .acq-page-header h1 {
    font-size: 18px;
    line-height: 1.2;
  }

  .acq-shop-hero h1,
  .acq-hero h1,
  .acq-page-hero h1,
  .acq-seo-hero h1 {
    font-size: 18px;
    line-height: 1.18;
  }

  .acq-lead,
  .acq-page-intro,
  .acq-section-heading p,
  .acq-seo-answer-box p {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 10px;
  }

  .acq-section-row {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 18px;
  }

  .acq-section-row .btn-outline,
  .acq-section-row .btn-secondary,
  .acq-section-row .btn-primary {
    align-self: flex-start;
    min-height: 42px;
    padding: 0 16px;
  }

  .acq-finder-shell,
  .finder-card {
    padding: 14px;
  }

  .acq-vehicle-hero {
    gap: 20px;
  }

  .acq-vehicle-hero h1 {
    font-size: clamp(38px, 11vw, 42px);
    max-width: none;
  }

  .acq-vehicle-hero .acq-page-intro {
    font-size: 16px;
    margin-top: 12px;
    max-width: none;
  }

  .vehicle-finder {
    gap: 12px;
  }

  .vehicle-finder select {
    min-height: 48px;
  }

  .vehicle-finder .finder-grid .btn-primary {
    min-height: 48px;
    min-width: 0;
    width: 100%;
  }

  .product-info {
    padding: 20px;
  }

  .product-info .product-title {
    font-size: clamp(28px, 9vw, 40px);
  }

  .acq-product-intro {
    font-size: 15px;
    margin: 12px 0 18px;
  }

  .gallery,
  .acq-compatibility-section {
    padding: 16px;
  }

  .gallery-thumbs {
    display: grid;
    gap: 10px;
    grid-auto-columns: 88px;
    grid-auto-flow: column;
    grid-template-columns: none;
    margin-top: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }

  .gallery-thumb {
    border-radius: 10px;
    height: 88px;
    width: 88px;
  }

  .acq-detail-support {
    margin-top: 18px;
  }

  .product-section {
    padding: 28px 0;
  }

  .acq-compatibility-section {
    padding: 18px 16px;
  }

  .acq-compatibility-section h2,
  .product-section h2 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 14px;
  }

  .acq-seo-toc ol {
    grid-template-columns: 1fr;
  }

  .acq-seo-highlight-item {
    min-height: auto;
  }

  .vehicle-finder .finder-grid,
  .acq-article-grid,
  .vehicle-grid,
  .acq-benefit-grid,
  .acq-compat-grid,
  .acq-product-snippet-grid,
  .acq-category-grid,
  .acq-checkout-steps,
  .acq-store-stats {
    grid-template-columns: 1fr;
  }

  .acq-brand-strip .container {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-grid,
  .acq-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .acq-vehicle-card {
    border-radius: 12px;
    gap: 6px;
    padding: 16px 15px;
  }

  .acq-vehicle-card strong {
    font-size: 16px;
  }

  .acq-vehicle-card-meta,
  .acq-vehicle-card-summary {
    font-size: 12px;
    line-height: 1.55;
  }

  .acq-vehicle-card-cta {
    font-size: 11px;
    margin-top: 2px;
  }

  .acq-pagination {
    gap: 8px;
    justify-content: space-between;
  }

  .acq-pagination-pages {
    gap: 8px;
    justify-content: center;
    width: 100%;
  }

  .acq-pagination-link {
    border-radius: 10px;
    font-size: 12px;
    min-height: 40px;
    min-width: 40px;
    padding: 0 12px;
  }

  .product-content,
  .acq-related-body {
    padding: 12px;
  }

  .product-title,
  .acq-related-card h3 {
    font-size: 13px;
    line-height: 1.45;
  }

  .product-specs,
  .acq-related-meta,
  .acq-related-fit {
    font-size: 11px;
    line-height: 1.5;
  }

  .product-image-wrap {
    aspect-ratio: 1 / 1;
  }

  .product-image-placeholder {
    font-size: 12px;
    line-height: 1.45;
    padding: 16px;
  }

  .acq-spec-grid {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .acq-spec-card {
    border-radius: 10px;
    gap: 4px;
    padding: 12px 14px;
  }

  .acq-spec-card span {
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
  }

  .acq-spec-card strong {
    font-size: 14px;
    line-height: 1.35;
  }

  .acq-knowledge-card .card-body {
    gap: 8px;
    padding: 18px 18px 20px;
  }

  .acq-knowledge-card h3 {
    font-size: 14px;
    line-height: 1.35;
    max-width: none;
  }

  .acq-knowledge-card p {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 0;
    -webkit-line-clamp: 5;
  }

  .acq-card-kicker {
    font-size: 10px;
    padding: 6px 9px;
  }

  .acq-feature-product,
  .acq-hero-panel,
  .acq-help-card,
  .acq-callout,
  .acq-seo-answer-box,
  .acq-seo-highlight-card,
  .acq-seo-quick-lookup,
  .acq-seo-toc {
    padding: 18px;
  }

  .acq-feature-meta {
    align-items: stretch;
    display: grid;
    gap: 12px;
  }

  .acq-feature-meta .btn-secondary {
    width: 100%;
  }

  .acq-cta {
    align-items: stretch;
    flex-direction: column;
    padding: 28px;
  }

  .acq-search-form > div,
  .acq-search-result a {
    grid-template-columns: 1fr;
  }

  .acq-search-form .btn-primary {
    min-height: 48px;
    width: 100%;
  }

  .acq-search-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .acq-search-result a > strong {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .acq-pagination-pages {
    display: none;
  }

  .acq-pagination {
    gap: 10px;
    justify-content: stretch;
  }

  .acq-pagination-link {
    flex: 1 1 0;
    width: 100%;
  }

  .acq-pagination-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--acq-green-dark);
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
  }
}

@media (min-width: 1200px) {
  .acq-vehicle-hero h1 {
    white-space: nowrap;
  }
}

@media (max-width: 640px) {

  .acq-vehicle-hero {
    gap: 20px;
    margin-bottom: 18px;
  }
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }

  .site-header,
  .site-header .container,
  .site-header-inner,
  .header-left,
  .header-center,
  .header-right,
  .container,
  .acq-split-section,
  .acq-section-heading,
  .acq-finder-shell,
  .vehicle-finder,
  .finder-grid {
    max-width: 100%;
    min-width: 0;
  }

  .header-center {
    overflow-x: visible;
  }

  .nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    width: 100%;
  }

  .nav > a,
  .nav > .nav-dropdown {
    min-width: 0;
    width: 100%;
  }

  .nav-dropdown {
    display: block;
    min-width: 0;
  }

  .nav a,
  .nav-trigger {
    width: 100%;
  }

  .nav-menu {
    left: 0;
    max-width: min(260px, calc(100vw - 32px));
  }

  .acq-split-section {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .acq-section-heading,
  .acq-finder-shell {
    width: 100%;
  }

  .finder-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
  }

  .finder-grid select,
  .finder-grid .btn-primary {
    width: 100%;
  }

  #tim-binh.section {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  #tim-binh .acq-split-section {
    gap: 14px;
  }

  #tim-binh .acq-section-heading {
    display: grid;
    gap: 8px;
    margin-bottom: 0;
    padding: 0 2px;
  }

  #tim-binh .acq-section-heading h2 {
    font-size: 24px;
    line-height: 1.15;
    margin: 0;
  }

  #tim-binh .acq-section-heading p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    max-width: none;
  }

  #tim-binh .acq-finder-shell {
    border-radius: 12px;
    padding: 14px;
  }

  #tim-binh .vehicle-finder {
    gap: 10px;
  }

  #tim-binh .finder-grid {
    gap: 10px;
  }

  #tim-binh .vehicle-finder select {
    border-radius: 10px;
    font-size: 14px;
    min-height: 46px;
    padding: 0 12px;
  }

  #tim-binh .vehicle-finder .finder-grid .btn-primary {
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    min-height: 46px;
    padding: 0 16px;
  }

  #tim-binh .finder-results {
    gap: 10px;
  }

  #tim-binh .finder-result,
  #tim-binh .empty-state,
  #tim-binh .loading {
    border-radius: 10px;
    padding: 12px 14px;
  }

  .acq-seo-article {
    padding-top: 18px;
  }

  .acq-seo-hero {
    gap: 18px;
    margin-bottom: 18px;
    padding: 18px 16px;
  }

  .acq-seo-hero .acq-page-intro {
    margin-top: 8px;
  }

  .acq-seo-meta {
    gap: 8px;
    margin-top: 14px;
  }

  .acq-seo-meta span {
    font-size: 11px;
    line-height: 1.35;
    padding: 7px 10px;
  }

  .acq-seo-quick-card {
    gap: 10px;
    padding: 16px;
  }

  .acq-seo-quick-card strong {
    font-size: 16px;
  }

  .acq-seo-quick-card span {
    font-size: 12px;
    line-height: 1.55;
  }

  .acq-seo-featured-image {
    margin-bottom: 16px;
  }

  .acq-seo-featured-image img {
    aspect-ratio: 16 / 9;
  }

  .acq-seo-answer-box,
  .acq-seo-highlight-card,
  .acq-seo-quick-lookup,
  .acq-seo-toc,
  .acq-seo-product-snippet-card,
  .acq-prose,
  .acq-seo-faq-body {
    padding: 16px;
  }

  .acq-seo-answer-box,
  .acq-seo-highlight-card,
  .acq-seo-quick-lookup,
  .acq-seo-toc,
  .acq-seo-product-snippet,
  .acq-seo-featured-image {
    margin-bottom: 16px;
  }

  .acq-seo-answer-box h2,
  .acq-seo-quick-lookup h2 {
    font-size: 18px;
    line-height: 1.25;
  }

  .acq-product-snippet {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    padding: 12px 14px;
  }

  .acq-product-snippet-commerce {
    align-items: start;
    margin-left: 0;
    text-align: left;
  }

  .acq-product-snippet-identity strong,
  .acq-seo-product-snippet-card strong {
    font-size: 15px;
    line-height: 1.35;
  }

  .acq-product-snippet-tags span,
  .acq-product-trust-list span,
  .acq-seo-product-snippet-tags span,
  .acq-seo-product-snippet-meta span {
    font-size: 11px;
    padding: 6px 9px;
  }

  .acq-seo-product-snippet-card {
    gap: 10px;
    padding: 14px;
  }

  .acq-seo-product-snippet-actions .btn-primary,
  .acq-seo-product-snippet-actions .btn-secondary {
    min-height: 40px;
    padding: 0 14px;
  }

  .acq-seo-highlight-grid {
    gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 14px;
  }

  .acq-seo-highlight-item {
    gap: 6px;
    min-height: 0;
    padding: 14px;
  }

  .acq-seo-highlight-item strong {
    font-size: 11px;
  }

  .acq-seo-highlight-item span {
    font-size: 14px;
    line-height: 1.45;
  }

  .acq-seo-toc {
    gap: 10px;
  }

  .acq-seo-toc strong {
    font-size: 15px;
  }

  .acq-seo-toc ol {
    gap: 6px;
    padding-left: 18px;
  }

  .acq-seo-toc a {
    font-size: 13px;
    line-height: 1.5;
  }

  .acq-seo-layout {
    gap: 18px;
  }

  .acq-seo-main-stack {
    gap: 18px;
  }

  .acq-seo-aside {
    gap: 12px;
    order: 2;
  }

  .acq-seo-prose,
  .acq-prose {
    font-size: 14px;
    line-height: 1.68;
  }

  .acq-seo-prose > p:first-child {
    font-size: 15px;
  }

  .acq-prose h2 {
    font-size: 18px;
    line-height: 1.3;
    margin: 22px 0 10px;
    padding-top: 18px;
  }

  .acq-prose h3,
  .acq-seo-faq-body h3 {
    font-size: 15px;
    line-height: 1.4;
    margin: 18px 0 8px;
  }

  .acq-prose p,
  .acq-prose ul,
  .acq-prose ol {
    margin-bottom: 12px;
  }

  .acq-prose ul,
  .acq-prose ol {
    padding-left: 18px;
  }

  .acq-seo-quick-lookup th,
  .acq-seo-quick-lookup td,
  .acq-prose th,
  .acq-prose td {
    display: block;
    font-size: 12px;
    padding: 10px 12px;
    width: 100%;
  }

  .acq-seo-quick-lookup th,
  .acq-prose th {
    border-bottom: 0;
  }

  .acq-seo-faq {
    margin-top: 24px;
    padding-top: 24px;
  }

  .acq-seo-faq-body h3 {
    padding: 12px 14px;
  }

  .acq-seo-faq-body h3 + p {
    font-size: 13px;
    line-height: 1.6;
    padding: 12px 14px;
  }

  .acq-seo-related-products,
  .acq-seo-related-articles {
    margin-top: 24px;
    padding-top: 24px;
  }

  .acq-seo-related-products .acq-section-heading,
  .acq-seo-related-articles .acq-section-heading {
    gap: 6px;
    margin-bottom: 14px;
  }

  .acq-seo-related-products .acq-section-heading h2,
  .acq-seo-related-articles .acq-section-heading h2 {
    font-size: 18px;
    line-height: 1.22;
    margin: 0;
  }

  .acq-seo-related-products .acq-section-heading p,
  .acq-seo-related-articles .acq-section-heading p {
    font-size: 12px;
    line-height: 1.55;
    margin: 0;
  }

  .acq-seo-related-products .empty-state,
  .acq-seo-related-articles .empty-state,
  .acq-seo-aside .acq-help-card {
    border-radius: 10px;
  }

  .acq-seo-related-products .empty-state,
  .acq-seo-related-articles .empty-state {
    background: rgba(255, 255, 255, 0.68);
    border-color: rgba(47, 125, 69, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.55;
    padding: 14px 16px;
  }

  .acq-seo-aside .acq-help-card {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(47, 125, 69, 0.08);
    box-shadow: 0 10px 24px rgba(21, 24, 20, 0.04);
    gap: 8px;
    padding: 14px 16px;
  }

  .acq-seo-aside .acq-help-card strong {
    font-size: 15px;
    line-height: 1.35;
  }

  .acq-seo-aside .acq-help-card span {
    font-size: 12px;
    line-height: 1.55;
  }

  .site-footer {
    margin-top: 32px;
  }

  .site-footer .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-footer .footer-grid {
    gap: 18px;
    padding: 24px 0 18px;
  }

  .site-footer-logo-img {
    height: 44px;
    margin-bottom: 10px;
    width: 44px;
  }

  .site-footer h3 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .site-footer h4 {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .site-footer p,
  .site-footer li,
  .site-footer a,
  .site-footer .mt-2 {
    font-size: 12px;
    line-height: 1.6;
  }

  .site-footer ul {
    gap: 6px;
  }

  .site-footer .footer-bottom {
    font-size: 11px;
    line-height: 1.5;
    padding: 14px 0 18px;
  }

  .acq-seo-related-products,
  .acq-seo-related-articles,
  .acq-seo-faq {
    border-top-color: rgba(47, 125, 69, 0.08);
  }

  .acq-seo-related-products .acq-section-heading .acq-kicker,
  .acq-seo-related-articles .acq-section-heading .acq-kicker {
    color: rgba(47, 125, 69, 0.88);
  }

  .acq-seo-related-products .acq-section-heading h2,
  .acq-seo-related-articles .acq-section-heading h2 {
    font-weight: 700;
  }
}
