:root {
  --ink: #16221d;
  --muted: #65746d;
  --line: #dfe9e3;
  --paper: #ffffff;
  --soft: #f5faf7;
  --wash: #f7fcf9;
  --wash-strong: #eef8f2;
  --mint: #61d394;
  --green: #1f9f6b;
  --deep: #0f3025;
  --orange: #ff7119;
  --shadow: 0 18px 48px rgba(21, 43, 33, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 16%, rgba(31, 159, 107, 0.045), transparent 18%),
    radial-gradient(circle at 8% 56%, rgba(97, 211, 148, 0.055), transparent 20%),
    linear-gradient(180deg, #fff 0%, rgba(247, 252, 249, 0.55) 42%, #fff 100%);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Arial, sans-serif;
}

main {
  background:
    radial-gradient(circle at 92% 10%, rgba(31, 159, 107, 0.045), transparent 18%),
    radial-gradient(circle at 7% 42%, rgba(97, 211, 148, 0.05), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 252, 249, 0.52) 46%, rgba(255, 255, 255, 0.98) 100%);
}

main > section {
  animation: section-enter 520ms ease both;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

input,
select,
textarea,
button {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.top-strip {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  padding: 8px clamp(18px, 4vw, 64px);
  color: #e7f7ed;
  background: var(--deep);
  font-size: 13px;
}

.top-strip span {
  margin-right: auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 92px;
  padding: 0 clamp(18px, 4vw, 64px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 290px;
}

.brand img {
  width: 290px;
  height: 88px;
  object-fit: contain;
  object-position: left center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #34463e;
  font-weight: 540;
}

.nav-links a.active,
.nav-links a:hover {
  color: var(--green);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
  transition:
    transform 180ms ease,
    opacity 180ms ease,
    background-color 180ms ease;
}

.menu-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(31, 159, 107, 0.38);
  background: rgba(232, 247, 239, 0.72);
  box-shadow: 0 12px 26px rgba(16, 58, 43, 0.1);
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.button,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 7px;
  font-weight: 580;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    filter 180ms ease;
}

.primary,
.nav-cta {
  color: #fff;
  background: var(--green);
  box-shadow: 0 10px 22px rgba(31, 159, 107, 0.18);
}

.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.secondary.light {
  color: var(--green);
  background: #eaf8f0;
  border: 1px solid #cfeadd;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.primary:hover,
.nav-cta:hover {
  background: #17895d;
  box-shadow: 0 14px 28px rgba(31, 159, 107, 0.26);
}

.secondary:hover {
  background: rgba(255, 255, 255, 0.28);
  border-color: rgba(255, 255, 255, 0.72);
}

.secondary.light:hover {
  color: #fff;
  background: var(--green);
  border-color: var(--green);
}

.button:active,
.nav-cta:active,
.vehicle-detail-link:active,
.pagination button:active {
  transform: translateY(0);
}

.full {
  width: 100%;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 32px;
  align-items: end;
  min-height: 560px;
  padding: 86px clamp(18px, 4vw, 64px) 42px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 28, 21, 0.94), rgba(8, 28, 21, 0.7) 52%, rgba(8, 28, 21, 0.2)),
    url("https://images.unsplash.com/photo-1617788138017-80ad40651399?auto=format&fit=crop&w=1800&q=84")
      center / cover;
}

.hero-copy {
  max-width: 820px;
  padding-bottom: 18px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--mint);
  font-size: 12px;
  font-weight: 640;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1,
.section h2,
.cta-band h2 {
  margin: 0;
  line-height: 1.05;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(32px, 4.6vw, 52px);
  font-weight: 540;
  line-height: 1.12;
}

.hero p {
  max-width: 680px;
  color: #e7f1ec;
  font-size: 17px;
  line-height: 1.65;
}

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

.quote-panel .button,
.contact-form .button,
.detail-actions .button,
.contact-actions .button {
  will-change: transform;
}

.quote-panel {
  position: relative;
  overflow: hidden;
  padding: 20px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(223, 233, 227, 0.88);
  border-radius: 8px;
  box-shadow: var(--shadow);
  animation: quote-panel-float 4.8s ease-in-out infinite;
  isolation: isolate;
}

.quote-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 18%, rgba(97, 211, 148, 0.16), transparent 26%),
    radial-gradient(circle at 88% 78%, rgba(31, 159, 107, 0.13), transparent 30%);
  opacity: 0.72;
  animation: quote-panel-glow 5.6s ease-in-out infinite;
}

.quote-panel::after {
  content: "";
  position: absolute;
  top: -35%;
  bottom: -35%;
  left: -48%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.46), transparent);
  transform: rotate(16deg);
  animation: quote-panel-sheen 6.8s ease-in-out infinite;
  pointer-events: none;
}

.quote-panel span {
  color: var(--orange);
  font-weight: 620;
  text-transform: uppercase;
  font-size: 12px;
}

.quote-panel h2 {
  margin: 8px 0 18px;
  font-size: 23px;
  font-weight: 560;
}

.quote-panel form,
.contact-form {
  display: grid;
  gap: 12px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  outline: none;
}

textarea {
  min-height: 132px;
  padding-top: 12px;
  resize: vertical;
}

label {
  display: grid;
  gap: 8px;
  color: #41534b;
  font-size: 13px;
  font-weight: 560;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(31, 159, 107, 0.16);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}

.proof-strip div {
  display: grid;
  gap: 4px;
  padding: 20px clamp(18px, 4vw, 64px);
  border-right: 1px solid var(--line);
}

.proof-strip strong {
  color: var(--deep);
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 560;
  line-height: 1.12;
}

.proof-strip span {
  color: var(--muted);
}

.section {
  padding: 58px clamp(18px, 4vw, 64px);
}

.soft {
  background:
    radial-gradient(circle at 88% 0%, rgba(31, 159, 107, 0.05), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 250, 247, 0.62)),
    var(--wash);
}

.section-head,
.section-copy {
  max-width: 820px;
  margin-bottom: 22px;
}

.section h2,
.cta-band h2 {
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 560;
}

.section p,
.page-hero p,
.cta-band p {
  color: var(--muted);
  line-height: 1.7;
}

.intro-grid,
.two-column,
.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: center;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.intro-grid .service-cards,
.two-column .service-cards {
  grid-template-columns: 1fr;
}

.service-cards article,
.process-list article,
.blog-grid article,
.contact-card {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(20, 42, 32, 0.06);
}

.service-cards h3,
.process-list h2,
.blog-grid h2 {
  margin: 0 0 8px;
  font-weight: 560;
  line-height: 1.2;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.brand-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}

.brand-grid a::after {
  content: "→";
  color: var(--green);
  transition:
    transform 220ms ease,
    color 220ms ease;
}

.brand-grid a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(31, 159, 107, 0.1), rgba(97, 211, 148, 0));
  opacity: 0;
  transition: opacity 220ms ease;
}

.brand-grid a:hover {
  color: var(--green);
  border-color: rgba(31, 159, 107, 0.42);
  box-shadow: 0 18px 38px rgba(18, 40, 30, 0.1);
  transform: translateY(-6px);
}

.brand-grid a:hover::before {
  opacity: 1;
}

.brand-grid a:hover::after {
  color: var(--deep);
  transform: translateX(7px);
}

.service-cards article,
.process-list article,
.blog-grid article,
.contact-card {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.service-cards article:hover,
.process-list article:hover,
.blog-grid article:hover,
.contact-card:hover {
  transform: translateY(-6px);
  border-color: rgba(31, 159, 107, 0.35);
  box-shadow: 0 20px 42px rgba(18, 40, 30, 0.1);
}

.image-stack {
  display: grid;
  grid-template-columns: 1fr 0.76fr;
  gap: 10px;
  align-items: end;
}

.image-stack img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-stack img:nth-child(2) {
  transform: translateY(22px);
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--green);
  font-weight: 580;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 40px clamp(18px, 4vw, 64px);
  color: #fff;
  background: var(--deep);
}

.cta-band p {
  color: #dcebe4;
}

.page-hero {
  padding: 64px clamp(18px, 4vw, 64px) 48px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(12, 46, 35, 0.94), rgba(12, 46, 35, 0.66)),
    url("https://images.unsplash.com/photo-1549927681-0b673b8243ab?auto=format&fit=crop&w=1800&q=84")
      center / cover;
}

.shipping-hero {
  background:
    linear-gradient(90deg, rgba(12, 46, 35, 0.94), rgba(12, 46, 35, 0.66)),
    url("https://images.unsplash.com/photo-1494412651409-8963ce7935a7?auto=format&fit=crop&w=1800&q=84")
      center / cover;
}

.page-hero h1 {
  max-width: 920px;
  font-size: clamp(30px, 3.8vw, 46px);
  font-weight: 560;
  line-height: 1.12;
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: #e0eee8;
  font-size: 16px;
}

.vehicle-detail-page {
  padding: 28px clamp(18px, 4vw, 64px) 58px;
  background:
    radial-gradient(circle at 90% 12%, rgba(31, 159, 107, 0.045), transparent 18%),
    linear-gradient(180deg, #fff 0%, rgba(247, 252, 249, 0.58) 58%, #fff 100%);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 16px;
}

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

.breadcrumb strong {
  color: var(--ink);
}

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

.detail-image-card {
  position: relative;
  overflow: hidden;
  background: #eef2f0;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.detail-image-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: linear-gradient(135deg, #f6faf8 0%, #eef4f0 100%);
}

.detail-badges {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: flex;
  gap: 10px;
}

.detail-badges span {
  padding: 8px 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 620;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-badges span:nth-child(2) {
  color: #fff;
  background: var(--green);
}

.image-count {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 8px 13px;
  color: #fff;
  background: rgba(24, 28, 27, 0.64);
  border-radius: 999px;
  font-weight: 560;
}

.detail-info h1 {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 560;
  line-height: 1.12;
}

.detail-subtitle {
  margin: 10px 0 8px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 380;
}

.price-availability {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 12px;
  color: var(--green);
  background: #eef8f2;
  border: 1px solid #dcefe5;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 560;
}

.detail-price {
  display: flex;
  gap: 18px;
  align-items: baseline;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.detail-price strong {
  color: #0c6b9b;
  font-size: clamp(28px, 3.3vw, 42px);
  font-weight: 560;
  line-height: 1;
}

.detail-price span {
  color: var(--muted);
  font-size: 16px;
}

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

.detail-facts div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 82px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.fact-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #0c6b9b;
  background: #edf4f8;
  border-radius: 12px;
}

.fact-icon::before {
  content: "";
  width: 20px;
  height: 20px;
  background: var(--green);
  mask: var(--fact-icon) center / contain no-repeat;
}

.year-icon {
  --fact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M9 3h3v4h8V3h3v4h3a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V10a3 3 0 0 1 3-3h3V3Zm17 12H6v13h20V15ZM6 12h20v-2H6v2Z'/%3E%3C/svg%3E");
}

.energy-icon {
  --fact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M18 2 6 18h9l-2 12 13-18h-9l1-10Zm-4.1 13 5.2-7-.8 7h5.1l-6.2 8.6 1.1-8.6h-4.4Z'/%3E%3C/svg%3E");
}

.body-icon {
  --fact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M6.2 12.4 8.6 7a3 3 0 0 1 2.8-1.8h9.2A3 3 0 0 1 23.4 7l2.4 5.4A4 4 0 0 1 29 16.3V24h-3v2.5a2.5 2.5 0 0 1-5 0V24H11v2.5a2.5 2.5 0 0 1-5 0V24H3v-7.7a4 4 0 0 1 3.2-3.9ZM11.4 8l-1.9 4h13l-1.9-4H11.4ZM6 16.3V21h20v-4.7a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1ZM8.5 18a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm15 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z'/%3E%3C/svg%3E");
}

.gearbox-icon {
  --fact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M8 4a3 3 0 0 1 3 3v2h4V7a3 3 0 1 1 3 3h-1v6h4v-2a3 3 0 1 1 2 0v5h-6v3a3 3 0 1 1-2 0v-3H9V10H8a3 3 0 0 1 0-6Zm0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm4 8a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-8 10a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z'/%3E%3C/svg%3E");
}

.quote-icon {
  --fact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M6 5h20a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H12l-6 5v-5H5a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3Zm0 3a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h3v3l3.6-3H26a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H6Zm4 4h12v2H10v-2Zm0 5h8v2h-8v-2Z'/%3E%3C/svg%3E");
}

.detail-facts p,
.detail-facts strong {
  grid-column: 2;
  margin: 0;
}

.detail-facts p {
  color: var(--muted);
  font-weight: 420;
}

.detail-facts strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 560;
}

.detail-description {
  margin-top: 22px;
}

.detail-description h2 {
  margin: 0 0 12px;
  font-size: 21px;
  font-weight: 560;
}

.detail-description p {
  color: var(--muted);
  line-height: 1.7;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.filters {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.vehicle-count {
  margin: 0 0 14px;
  color: var(--muted);
  font-weight: 520;
}

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

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

.vehicle-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(18, 40, 30, 0.05);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.vehicle-photo {
  position: relative;
  display: block;
  aspect-ratio: 1.34 / 1;
  background: linear-gradient(135deg, #f6faf8 0%, #eaf2ee 100%);
  overflow: hidden;
}

.vehicle-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition:
    transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 360ms ease;
}

.vehicle-card:hover {
  transform: translateY(-8px);
  border-color: rgba(31, 159, 107, 0.28);
  box-shadow: 0 22px 48px rgba(18, 40, 30, 0.12);
}

.vehicle-card:hover .vehicle-photo img {
  transform: scale(1.045);
  filter: saturate(1.03) contrast(1.02);
}

.vehicle-tag {
  position: absolute;
  top: 16px;
  padding: 7px 15px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 560;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vehicle-tag.featured {
  left: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.vehicle-tag.active {
  right: 18px;
  color: #fff;
  background: var(--green);
}

.vehicle-body {
  display: grid;
  gap: 14px;
  padding: 20px 22px 22px;
}

.vehicle-title-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
}

.vehicle-title-row h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 560;
  line-height: 1.2;
}

.vehicle-title-row p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 420;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vehicle-price {
  display: grid;
  gap: 6px;
  text-align: right;
  white-space: nowrap;
}

.vehicle-price strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.vehicle-price span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 560;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vehicle-stats {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 28px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.vehicle-stats div {
  display: grid;
  gap: 4px;
}

.vehicle-stats strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.vehicle-stats span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vehicle-detail-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 46px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 15px;
  font-weight: 560;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.vehicle-detail-link:hover {
  color: var(--green);
  border-color: var(--green);
  transform: translateY(-1px);
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}

.pagination button {
  min-width: 42px;
  min-height: 42px;
  padding: 0 13px;
  color: var(--deep);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-weight: 560;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

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

.pagination button:not(:disabled):hover {
  transform: translateY(-2px);
  color: #fff;
  background: var(--green);
  border-color: var(--green);
  box-shadow: 0 10px 20px rgba(31, 159, 107, 0.18);
}

.pagination button:disabled {
  color: #99a8a1;
  background: #eef4f0;
  cursor: not-allowed;
}

.recommended {
  background:
    radial-gradient(circle at 90% 0%, rgba(97, 211, 148, 0.055), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 252, 249, 0.5) 56%, rgba(255, 255, 255, 0.96) 100%);
}

.recommended-grid {
  margin-top: 8px;
}

.recommended-grid .vehicle-badge {
  display: none;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 252, 249, 0.58));
}

.process-list span {
  color: var(--green);
  font-weight: 620;
}

.how-to-buy-page .buy-hero {
  padding-top: 54px;
  padding-bottom: 40px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 28, 21, 0.94), rgba(8, 28, 21, 0.72) 56%, rgba(8, 28, 21, 0.38)),
    url("https://images.unsplash.com/photo-1617788138017-80ad40651399?auto=format&fit=crop&w=1800&q=84")
      center / cover;
}

.how-to-buy-page .buy-hero h1 {
  max-width: 880px;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 540;
  line-height: 1.18;
}

.how-to-buy-page .buy-hero p:not(.eyebrow) {
  max-width: 920px;
  color: #e7f1ec;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
}

.buy-steps-section {
  padding: 52px clamp(18px, 4vw, 64px);
  background:
    radial-gradient(circle at 88% 8%, rgba(31, 159, 107, 0.055), transparent 18%),
    linear-gradient(180deg, #fff 0%, rgba(247, 252, 249, 0.6) 52%, #fff 100%);
}

.buy-steps {
  max-width: 1280px;
  margin: 0 auto;
}

.buy-step-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.buy-step-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 28px);
  margin-bottom: 14px;
}

.buy-step-tabs label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 14px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  cursor: pointer;
  font-size: clamp(15px, 1.45vw, 21px);
  font-weight: 500;
  letter-spacing: 0.02em;
  transition:
    transform 220ms ease,
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.buy-step-tabs label span {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border: 2px solid currentColor;
  border-radius: 999px;
  position: relative;
}

.buy-step-tabs label span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
}

.buy-step-tabs label:hover {
  transform: translateY(-3px);
  color: var(--deep);
  border-color: rgba(31, 159, 107, 0.28);
  box-shadow: 0 14px 28px rgba(20, 42, 32, 0.08);
}

.buy-step-panels {
  min-height: 300px;
  padding: clamp(26px, 3vw, 42px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(20, 42, 32, 0.06);
}

.buy-step-panel {
  display: none;
  max-width: 1120px;
  animation: section-enter 360ms ease both;
}

.buy-step-panel h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 540;
  line-height: 1.25;
}

.buy-step-panel ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 28px;
}

.buy-step-panel li {
  color: var(--muted);
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 400;
  line-height: 1.78;
}

.buy-step-panel a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 4px;
}

#buy-step-1:checked ~ .buy-step-tabs label[for="buy-step-1"],
#buy-step-2:checked ~ .buy-step-tabs label[for="buy-step-2"],
#buy-step-3:checked ~ .buy-step-tabs label[for="buy-step-3"],
#buy-step-4:checked ~ .buy-step-tabs label[for="buy-step-4"],
#buy-step-5:checked ~ .buy-step-tabs label[for="buy-step-5"] {
  color: #fff;
  background: var(--green);
  border-color: var(--green);
  box-shadow: 0 16px 34px rgba(31, 159, 107, 0.22);
}

#buy-step-1:checked ~ .buy-step-tabs label[for="buy-step-1"] span::after,
#buy-step-2:checked ~ .buy-step-tabs label[for="buy-step-2"] span::after,
#buy-step-3:checked ~ .buy-step-tabs label[for="buy-step-3"] span::after,
#buy-step-4:checked ~ .buy-step-tabs label[for="buy-step-4"] span::after,
#buy-step-5:checked ~ .buy-step-tabs label[for="buy-step-5"] span::after {
  opacity: 1;
}

#buy-step-1:checked ~ .buy-step-panels .panel-1,
#buy-step-2:checked ~ .buy-step-panels .panel-2,
#buy-step-3:checked ~ .buy-step-panels .panel-3,
#buy-step-4:checked ~ .buy-step-panels .panel-4,
#buy-step-5:checked ~ .buy-step-panels .panel-5 {
  display: block;
}

.buy-contact-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(15, 48, 37, 0.98), rgba(31, 159, 107, 0.9)),
    var(--deep);
}

.buy-contact-panel h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 540;
  line-height: 1.12;
}

.buy-contact-panel p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #e1f1e9;
  font-size: 16px;
  line-height: 1.7;
}

.buy-contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  min-width: 330px;
}

.how-to-buy-page .buy-contact-panel {
  padding-top: 36px;
  padding-bottom: 36px;
}

.how-to-buy-page .buy-contact-panel h2 {
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 540;
}

.how-to-buy-page .buy-contact-panel p:not(.eyebrow) {
  font-size: 16px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  background: var(--soft);
}

.blog-list article {
  display: grid;
  gap: 0;
  overflow: hidden;
  padding: 0;
}

.blog-thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 78% 18%, rgba(31, 159, 107, 0.18), transparent 28%),
    linear-gradient(135deg, #f7fcf9 0%, #eaf4ef 100%);
}

.blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease, filter 360ms ease;
}

.blog-list article:hover .blog-thumb img {
  transform: scale(1.035);
  filter: saturate(1.03) contrast(1.02);
}

.blog-card-body {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.blog-grid article span {
  color: var(--green);
  font-size: 12px;
  font-weight: 620;
  text-transform: uppercase;
}

.blog-grid h2 {
  font-size: clamp(20px, 2vw, 28px);
}

.blog-grid article a {
  color: var(--green);
  font-weight: 580;
}

.blog-grid h2 a {
  color: var(--ink);
}

.blog-grid h2 a:hover,
.blog-grid article > a:hover + .blog-card-body h2 a {
  color: var(--green);
}

.article-page {
  padding: 42px clamp(18px, 4vw, 64px) 68px;
  background:
    radial-gradient(circle at 88% 8%, rgba(31, 159, 107, 0.045), transparent 18%),
    linear-gradient(180deg, #fff 0%, rgba(247, 252, 249, 0.58) 55%, #fff 100%);
}

.article-shell {
  max-width: 980px;
  margin: 0 auto;
}

.article-hero {
  margin-bottom: 26px;
}

.article-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 560;
  line-height: 1.14;
}

.article-meta {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 12px;
  font-weight: 620;
  text-transform: uppercase;
}

.article-summary {
  max-width: 860px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.article-cover {
  overflow: hidden;
  margin-bottom: 30px;
  background:
    radial-gradient(circle at 78% 18%, rgba(31, 159, 107, 0.18), transparent 28%),
    linear-gradient(135deg, #f7fcf9 0%, #eaf4ef 100%);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 16px 36px rgba(20, 42, 32, 0.08);
}

.article-cover img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.article-content {
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(20, 42, 32, 0.06);
}

.article-content h2 {
  margin: 30px 0 12px;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 560;
  line-height: 1.2;
}

.article-content h2:first-child {
  margin-top: 0;
}

.article-content p,
.article-content li {
  color: var(--muted);
  line-height: 1.78;
}

.article-content ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 22px;
}

.article-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.contact-layout {
  align-items: start;
  background:
    radial-gradient(circle at 10% 10%, rgba(97, 211, 148, 0.055), transparent 18%),
    linear-gradient(180deg, #fff 0%, rgba(247, 252, 249, 0.55) 100%);
}

.contact-card h2 {
  margin-top: 0;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.contact-form {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quote-dialog {
  width: min(520px, calc(100vw - 28px));
  padding: 0;
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quote-dialog::backdrop {
  background: rgba(7, 26, 19, 0.58);
}

.quote-dialog form {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.dialog-close {
  justify-self: end;
  width: 36px;
  height: 36px;
  color: var(--ink);
  background: var(--soft);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.footer {
  padding: 54px clamp(18px, 4vw, 64px) 32px;
  color: rgba(255, 255, 255, 0.82);
  background: #303030;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.15fr 0.7fr 1.2fr;
  gap: clamp(34px, 7vw, 110px);
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer h2,
.footer h3 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 22px;
  font-weight: 560;
  line-height: 1.15;
}

.footer-about p {
  max-width: 520px;
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

.footer-links,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 13px;
}

.footer a,
.footer span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.45;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.footer a:hover {
  color: var(--mint);
  transform: translateX(4px);
}

.contact-line {
  position: relative;
  padding-left: 28px;
}

.contact-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background: currentColor;
  color: var(--mint);
  mask: var(--footer-icon) center / contain no-repeat;
}

.whatsapp-line {
  --footer-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16.05 3C8.88 3 3.05 8.72 3.05 15.75c0 2.23.61 4.41 1.76 6.32L3 29l7.13-1.84a13.2 13.2 0 0 0 5.92 1.4c7.17 0 13-5.72 13-12.81S23.22 3 16.05 3Zm0 22.98c-1.88 0-3.71-.5-5.33-1.45l-.38-.22-4.22 1.09 1.1-4.04-.25-.42a10.17 10.17 0 0 1-1.56-5.19c0-5.61 4.77-10.18 10.64-10.18 5.86 0 10.63 4.57 10.63 10.18 0 5.66-4.77 10.23-10.63 10.23Zm5.84-7.62c-.32-.16-1.9-.92-2.2-1.02-.29-.11-.5-.16-.72.16-.21.31-.82 1.02-1 1.23-.19.21-.37.24-.69.08-.32-.16-1.35-.49-2.57-1.55-.95-.83-1.59-1.86-1.78-2.17-.18-.31-.02-.48.14-.64.15-.14.32-.37.48-.56.16-.18.21-.31.32-.52.1-.21.05-.4-.03-.56-.08-.16-.72-1.7-.98-2.33-.26-.61-.52-.53-.72-.54h-.61c-.21 0-.56.08-.85.4-.29.31-1.11 1.07-1.11 2.62s1.14 3.04 1.3 3.25c.16.21 2.24 3.36 5.43 4.71.76.32 1.35.51 1.81.65.76.24 1.45.2 2 .12.61-.09 1.9-.76 2.17-1.5.27-.73.27-1.36.19-1.5-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E");
}

.telegram-line {
  --footer-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M28.7 5.1 24.5 25c-.32 1.42-1.15 1.76-2.33 1.1l-6.44-4.75-3.1 2.99c-.35.35-.64.64-1.31.64l.46-6.56L23.74 7.63c.52-.46-.11-.72-.8-.26L8.2 16.65l-6.36-1.99c-1.38-.43-1.4-1.38.29-2.04L26.96 3.05c1.15-.43 2.16.27 1.75 2.05Z'/%3E%3C/svg%3E");
}

.email-line {
  --footer-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M4 7h24a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2Zm12 10.2L5.7 10H4.9l11.1 8 11.1-8h-.8L16 17.2ZM4 12.1V23h24V12.1l-12 8.6-12-8.6Z'/%3E%3C/svg%3E");
}

.location-line {
  --footer-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16 2.7A10.3 10.3 0 0 0 5.7 13c0 7.7 10.3 16.3 10.3 16.3S26.3 20.7 26.3 13A10.3 10.3 0 0 0 16 2.7Zm0 14.2a3.9 3.9 0 1 1 0-7.8 3.9 3.9 0 0 1 0 7.8Z'/%3E%3C/svg%3E");
}

.footer-bottom {
  padding-top: 28px;
  text-align: center;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
}

.floating-contact {
  position: fixed;
  right: 22px;
  bottom: 26px;
  z-index: 50;
  display: grid;
  gap: 14px;
}

.float-btn {
  position: relative;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 14px 32px rgba(8, 28, 21, 0.24);
  transition:
    transform 180ms ease,
    filter 180ms ease,
    background 180ms ease;
  animation: contact-pulse 2.2s ease-in-out infinite;
}

.float-btn::before {
  content: "";
  width: 32px;
  height: 32px;
  background: #fff;
  mask: var(--icon) center / contain no-repeat;
}

.float-btn span {
  position: absolute;
  right: 74px;
  padding: 8px 10px;
  color: #fff;
  background: rgba(15, 48, 37, 0.92);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 560;
  opacity: 0;
  pointer-events: none;
  transform: translateX(8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  white-space: nowrap;
}

.float-btn:hover {
  transform: translateY(-2px) scale(1.04);
  filter: brightness(1.12);
}

.float-btn:hover span {
  opacity: 1;
  transform: translateX(0);
}

.whatsapp {
  background: #31d36d;
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16.05 3C8.88 3 3.05 8.72 3.05 15.75c0 2.23.61 4.41 1.76 6.32L3 29l7.13-1.84a13.2 13.2 0 0 0 5.92 1.4c7.17 0 13-5.72 13-12.81S23.22 3 16.05 3Zm0 22.98c-1.88 0-3.71-.5-5.33-1.45l-.38-.22-4.22 1.09 1.1-4.04-.25-.42a10.17 10.17 0 0 1-1.56-5.19c0-5.61 4.77-10.18 10.64-10.18 5.86 0 10.63 4.57 10.63 10.18 0 5.66-4.77 10.23-10.63 10.23Zm5.84-7.62c-.32-.16-1.9-.92-2.2-1.02-.29-.11-.5-.16-.72.16-.21.31-.82 1.02-1 1.23-.19.21-.37.24-.69.08-.32-.16-1.35-.49-2.57-1.55-.95-.83-1.59-1.86-1.78-2.17-.18-.31-.02-.48.14-.64.15-.14.32-.37.48-.56.16-.18.21-.31.32-.52.1-.21.05-.4-.03-.56-.08-.16-.72-1.7-.98-2.33-.26-.61-.52-.53-.72-.54h-.61c-.21 0-.56.08-.85.4-.29.31-1.11 1.07-1.11 2.62s1.14 3.04 1.3 3.25c.16.21 2.24 3.36 5.43 4.71.76.32 1.35.51 1.81.65.76.24 1.45.2 2 .12.61-.09 1.9-.76 2.17-1.5.27-.73.27-1.36.19-1.5-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E");
}

.telegram {
  background: #129bdc;
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M28.7 5.1 24.5 25c-.32 1.42-1.15 1.76-2.33 1.1l-6.44-4.75-3.1 2.99c-.35.35-.64.64-1.31.64l.46-6.56L23.74 7.63c.52-.46-.11-.72-.8-.26L8.2 16.65l-6.36-1.99c-1.38-.43-1.4-1.38.29-2.04L26.96 3.05c1.15-.43 2.16.27 1.75 2.05Z'/%3E%3C/svg%3E");
}

.back-top {
  display: none;
  background: #9aabaa;
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16 5.5 6.3 15.2l2.4 2.4 5.6-5.6v14.5h3.4V12l5.6 5.6 2.4-2.4L16 5.5Z'/%3E%3C/svg%3E");
}

.back-top.visible {
  display: grid;
}

@keyframes contact-pulse {
  0%,
  100% {
    box-shadow: 0 14px 32px rgba(8, 28, 21, 0.24), 0 0 0 0 rgba(49, 211, 109, 0.32);
  }
  50% {
    box-shadow: 0 14px 32px rgba(8, 28, 21, 0.24), 0 0 0 12px rgba(49, 211, 109, 0);
  }
}

@keyframes quote-panel-float {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 18px 48px rgba(21, 43, 33, 0.14);
  }

  50% {
    transform: translateY(-7px);
    box-shadow: 0 26px 58px rgba(21, 43, 33, 0.2);
  }
}

@keyframes quote-panel-glow {
  0%,
  100% {
    opacity: 0.52;
    transform: scale(1);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.03);
  }
}

@keyframes quote-panel-sheen {
  0% {
    left: -52%;
    opacity: 0;
  }

  16% {
    opacity: 0.7;
  }

  34% {
    left: 118%;
    opacity: 0;
  }

  100% {
    left: 118%;
    opacity: 0;
  }
}

@keyframes section-enter {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@media (max-width: 1180px) {
  .vehicle-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .top-strip,
  .nav-cta {
    display: none;
  }

  .nav {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    min-height: 78px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0 4px;
    border-top: 1px solid var(--line);
    animation: mobileMenuIn 180ms ease both;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 12px 2px;
    border-bottom: 1px solid rgba(210, 226, 218, 0.72);
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 900px) {
  .top-strip,
  .nav-cta {
    display: none;
  }

  .nav {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    min-height: 78px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0 4px;
    border-top: 1px solid var(--line);
    animation: mobileMenuIn 180ms ease both;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 12px 2px;
    border-bottom: 1px solid rgba(210, 226, 218, 0.72);
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .hero,
  .product-hero,
  .intro-grid,
  .two-column,
  .product-detail-grid,
  .contact-layout,
  .filters {
    grid-template-columns: 1fr;
  }

  .buy-contact-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .buy-contact-actions {
    justify-content: flex-start;
    min-width: 0;
  }

  .buy-step-tabs {
    gap: 10px;
  }

  .buy-step-tabs label {
    min-height: 56px;
    padding: 0 10px;
    font-size: 17px;
  }

  .buy-step-tabs label span {
    width: 19px;
    height: 19px;
    margin-right: 7px;
  }

  .buy-step-tabs label span::after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
  }

  .hero {
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 34px;
  }

  .proof-strip,
  .vehicle-grid,
  .inventory .vehicle-grid,
  .product-gallery,
  .process-list,
  .blog-grid,
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-cards {
    grid-template-columns: 1fr;
  }
}

@keyframes mobileMenuIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 620px) {
  .brand {
    width: 190px;
  }

  .brand img {
    width: 190px;
    height: 62px;
  }

  .hero h1 {
    font-size: 32px;
  }

  .proof-strip,
  .vehicle-grid,
  .inventory .vehicle-grid,
  .product-gallery,
  .process-list,
  .buy-step-tabs,
  .blog-grid,
  .brand-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .buy-steps-section {
    padding-top: 34px;
    padding-bottom: 36px;
  }

  .buy-step-panels {
    min-height: 0;
    padding: 24px 20px;
  }

  .buy-step-panel li {
    font-size: 17px;
    line-height: 1.65;
  }

  .article-page {
    padding-top: 30px;
    padding-bottom: 42px;
  }

  .article-content {
    padding: 22px;
  }

  .article-cover img {
    aspect-ratio: 4 / 3;
  }

  .image-stack {
    grid-template-columns: 1fr;
  }

  .image-stack img:nth-child(2) {
    transform: none;
  }

  .cta-band {
    display: grid;
  }

  .floating-contact {
    right: 14px;
    bottom: 18px;
  }

  .float-btn {
    width: 54px;
    height: 54px;
  }

  .float-btn::before {
    width: 28px;
    height: 28px;
  }
}
