body.vfnnb-limo-green-page {
  margin: 0;
  overflow-x: hidden;
  background: #f7f9f6;
  color: #111a14;
}

body.vfnnb-limo-green-page .vf-final-header,
body.vfnnb-limo-green-page .vf-final-mobile,
body.vfnnb-limo-green-page .vf-final-footer,
body.vfnnb-limo-green-page .vf-final-progress,
body.vfnnb-limo-green-page .vf-final-cursor-dot,
body.vfnnb-limo-green-page .vf-final-cursor-ring,
body.vfnnb-limo-green-page > .skip-link {
  display: none !important;
}

body.vfnnb-limo-green-page .site-shell,
body.vfnnb-limo-green-page #main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.lgv2,
.lgv2 * {
  box-sizing: border-box;
}

.lgv2 {
  --green: #194f24;
  --green-2: #2f6c39;
  --green-soft: #eaf2e8;
  --ink: #101711;
  --muted: #657067;
  --line: #d9e1da;
  --paper: #fff;
  --shadow: 0 18px 48px rgba(20, 56, 28, .09);
  width: 100%;
  min-width: 0;
  overflow: clip;
  background: #f7f9f6;
  color: var(--ink);
  font-family: var(--ff-vietnamese, "Segoe UI Variable", "Segoe UI", sans-serif);
  font-size: 16px;
  line-height: 1.55;
}

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

.lgv2 button,
.lgv2 a {
  -webkit-tap-highlight-color: transparent;
}

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

.lgv2 svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.lgv2-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 220px;
  align-items: center;
  min-height: 82px;
  padding: 12px clamp(32px, 5vw, 88px);
  border-bottom: 1px solid rgba(20, 55, 28, .1);
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 8px 30px rgba(16, 42, 20, .04);
  backdrop-filter: blur(16px);
}

.lgv2-brand {
  display: inline-flex;
  width: fit-content;
  flex-direction: column;
  align-items: center;
  color: #111;
  text-decoration: none;
}

.lgv2-brand img {
  width: 184px;
  height: auto;
}

.lgv2-brand span {
  margin: -2px 0 0 42px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .42em;
}

.lgv2-nav {
  display: flex;
  justify-content: center;
  gap: clamp(26px, 3.4vw, 58px);
}

.lgv2-nav a {
  position: relative;
  padding: 14px 0;
  color: #1e271f;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
}

.lgv2-nav a::after {
  position: absolute;
  right: 50%;
  bottom: 6px;
  left: 50%;
  height: 2px;
  background: var(--green);
  content: "";
  transition: left .25s ease, right .25s ease;
}

.lgv2-nav a:hover::after,
.lgv2-nav a.is-active::after {
  right: 0;
  left: 0;
}

.lgv2-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 750;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.lgv2-btn:hover {
  transform: translateY(-2px);
}

.lgv2-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #24642e, #123d1c);
  box-shadow: 0 12px 28px rgba(21, 78, 31, .22);
}

.lgv2-btn--light {
  border-color: rgba(22, 55, 28, .28);
  color: var(--green);
  background: rgba(255, 255, 255, .9);
}

.lgv2-header-cta {
  justify-self: end;
  min-width: 190px;
}

.lgv2-menu,
.lgv2-mobile-nav,
.lgv2-mobile-hero-panel,
.lgv2-mobile-hotline {
  display: none;
}

.lgv2-container {
  width: min(100% - 72px, 1540px);
  margin: 0 auto;
}

.lgv2-section {
  padding: clamp(80px, 8vw, 132px) 0;
}

.lgv2-heading {
  max-width: 780px;
  margin-bottom: 48px;
}

.lgv2-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.lgv2-kicker {
  margin: 0 0 12px;
  color: var(--green-2);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.lgv2 h1,
.lgv2 h2,
.lgv2 h3,
.lgv2 p {
  margin-top: 0;
}

.lgv2 h2 {
  margin-bottom: 18px;
  font-size: clamp(42px, 4.6vw, 74px);
  font-weight: 760;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.lgv2-heading > p:last-child,
.lgv2-exterior-copy > p:last-child,
.lgv2-interior-copy > p:last-of-type,
.lgv2-safety-copy > p:last-child {
  max-width: 660px;
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 21px);
}

.lgv2-scene {
  position: relative;
  isolation: isolate;
  background-color: #eef4ec;
  background-image: var(--scene);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.lgv2-hero {
  min-height: min(900px, calc(100svh - 82px));
  padding: clamp(80px, 8vw, 132px) clamp(42px, 7vw, 120px) 170px;
}

.lgv2-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(248, 251, 247, .98) 0%, rgba(248, 251, 247, .9) 24%, rgba(248, 251, 247, .3) 48%, rgba(248, 251, 247, 0) 72%);
  content: "";
}

.lgv2-hero-copy {
  width: min(610px, 42vw);
}

.lgv2-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(68px, 8vw, 132px);
  font-weight: 850;
  line-height: .82;
  letter-spacing: -.07em;
}

.lgv2-hero h1 span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 2px var(--green);
  text-stroke: 2px var(--green);
}

.lgv2-hero-lead {
  margin-bottom: 30px;
  color: #28352a;
  font-size: clamp(20px, 1.8vw, 29px);
  line-height: 1.45;
}

.lgv2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.lgv2-price-label {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.lgv2-price {
  color: var(--green);
  font-size: clamp(30px, 3vw, 48px);
  letter-spacing: -.03em;
}

.lgv2-price small {
  font-size: .42em;
  letter-spacing: 0;
}

.lgv2-hero-stats {
  position: absolute;
  right: clamp(36px, 5vw, 86px);
  bottom: 38px;
  left: clamp(36px, 5vw, 86px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(36, 85, 43, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .91);
  box-shadow: var(--shadow);
  backdrop-filter: blur(15px);
}

.lgv2-hero-stats article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 1px 12px;
  align-items: center;
  min-height: 108px;
  padding: 24px 30px;
  border-right: 1px solid var(--line);
}

.lgv2-hero-stats article:last-child {
  border-right: 0;
}

.lgv2-hero-stats svg {
  grid-row: span 2;
  width: 32px;
  height: 32px;
  color: var(--green);
}

.lgv2-hero-stats strong {
  font-size: 22px;
  line-height: 1.1;
}

.lgv2-hero-stats span {
  color: var(--muted);
  font-size: 13px;
}

.lgv2-overview {
  background: linear-gradient(180deg, #f8faf7, #eef4ed);
}

.lgv2-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.lgv2-stat-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 3px 16px;
  align-items: center;
  min-height: 142px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 0 12px 30px rgba(30, 66, 35, .045);
}

.lgv2-stat-card svg {
  grid-row: span 2;
  width: 40px;
  height: 40px;
  color: var(--green);
}

.lgv2-stat-card span {
  color: var(--muted);
  font-size: 14px;
}

.lgv2-stat-card strong {
  font-size: clamp(20px, 1.6vw, 27px);
  line-height: 1.2;
}

.lgv2-sustain {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
  padding: 44px;
  border: 1px solid #cedbce;
  border-radius: 24px;
  background: linear-gradient(135deg, #eef5e9, #fff);
}

.lgv2-sustain h3 {
  margin-bottom: 14px;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.08;
}

.lgv2-sustain > div > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.lgv2-sustain-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.lgv2-sustain-points span {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid rgba(35, 91, 42, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
  text-align: center;
}

.lgv2-sustain-points svg {
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  color: var(--green);
}

.lgv2-sustain-points small {
  color: var(--muted);
}

.lgv2-exterior {
  min-height: 900px;
  padding: 88px clamp(42px, 6vw, 102px) 0;
  background-position: center;
}

.lgv2-exterior::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .97) 0, rgba(255, 255, 255, .8) 28%, rgba(255, 255, 255, 0) 54%);
  content: "";
}

.lgv2-exterior-copy,
.lgv2-interior-copy,
.lgv2-safety-copy {
  width: min(600px, 42vw);
}

.lgv2-dimensions {
  display: grid;
  width: min(620px, 43vw);
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 32px;
}

.lgv2-dimensions span,
.lgv2-mini-grid span,
.lgv2-safety-cards article {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 0 12px;
  align-items: center;
  min-height: 90px;
  padding: 18px;
  border: 1px solid rgba(27, 73, 33, .15);
  border-radius: 14px;
  background: rgba(255, 255, 255, .91);
  box-shadow: 0 10px 24px rgba(24, 61, 30, .06);
  backdrop-filter: blur(12px);
}

.lgv2-dimensions svg,
.lgv2-mini-grid svg,
.lgv2-safety-cards svg {
  grid-row: span 2;
  width: 31px;
  height: 31px;
  color: var(--green);
}

.lgv2-dimensions b,
.lgv2-mini-grid b,
.lgv2-safety-cards b {
  font-size: 18px;
}

.lgv2-dimensions small,
.lgv2-mini-grid small,
.lgv2-safety-cards span {
  color: var(--muted);
  font-size: 13px;
}

.lgv2-feature-row {
  position: absolute;
  right: 4.5vw;
  bottom: 34px;
  left: 4.5vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.lgv2-feature-row article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}

.lgv2-feature-row img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.lgv2-feature-row article:nth-child(1) img { object-position: 72% 70%; }
.lgv2-feature-row article:nth-child(2) img { object-position: 78% 55%; }
.lgv2-feature-row article:nth-child(3) img { object-position: 78% 60%; }
.lgv2-feature-row article:nth-child(4) img { object-position: 76% 80%; }

.lgv2-feature-row div {
  display: flex;
  min-height: 82px;
  flex-direction: column;
  padding: 17px 20px;
}

.lgv2-feature-row strong {
  font-size: 17px;
}

.lgv2-feature-row span {
  color: var(--muted);
  font-size: 13px;
}

.lgv2-interior {
  min-height: 940px;
  padding: 84px clamp(42px, 6vw, 102px) 0;
  background-position: center;
}

.lgv2-interior::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, .94) 24%, rgba(255, 255, 255, .15) 51%, rgba(255, 255, 255, 0) 100%);
  content: "";
}

.lgv2-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.lgv2-mini-grid span {
  min-height: 88px;
}

.lgv2-interior-gallery {
  position: absolute;
  right: 4.5vw;
  bottom: 30px;
  left: 4.5vw;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 18px 28px;
  padding: 20px;
  border: 1px solid rgba(32, 73, 37, .13);
  border-radius: 22px;
  background: rgba(255, 255, 255, .95);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.lgv2-tabs {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.lgv2-tabs button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: #4c584e;
  background: #fff;
  cursor: pointer;
}

.lgv2-tabs button.is-active {
  border-color: var(--green);
  color: var(--green);
  font-weight: 750;
  background: #f4f8f2;
}

.lgv2-gallery-copy {
  padding: 28px 16px;
}

.lgv2-gallery-title {
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.15;
}

.lgv2-gallery-text {
  color: var(--muted);
}

.lgv2-gallery-media {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  min-height: 270px;
  border-radius: 14px;
}

.lgv2-gallery-media img {
  display: none;
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
}

.lgv2-gallery-media img.is-active {
  display: block;
  animation: lgv2Fade .35s ease;
}

.lgv2-performance {
  background: #f4f7f2;
}

.lgv2-performance-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: -20px 0 22px;
}

.lgv2-performance-stats span,
.lgv2-color-stats span {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 0 14px;
  align-items: center;
  min-height: 110px;
  padding: 22px 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.lgv2-performance-stats svg,
.lgv2-color-stats svg {
  grid-row: span 2;
  width: 36px;
  height: 36px;
  color: var(--green);
}

.lgv2-performance-stats b,
.lgv2-color-stats b {
  font-size: 25px;
}

.lgv2-performance-stats small,
.lgv2-color-stats small {
  color: var(--muted);
}

.lgv2-performance-grid {
  display: grid;
  grid-template-columns: 1.45fr .75fr;
  gap: 22px;
}

.lgv2-tech-card,
.lgv2-charge-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(26, 64, 32, .06);
}

.lgv2-tech-card > div,
.lgv2-charge-card > div {
  position: relative;
  z-index: 2;
  padding: 38px;
}

.lgv2-tech-card h3,
.lgv2-charge-card h3 {
  margin-bottom: 12px;
  font-size: 31px;
  line-height: 1.15;
}

.lgv2-tech-card p,
.lgv2-charge-card p,
.lgv2-tech-card li {
  color: var(--muted);
}

.lgv2-tech-card ul {
  margin: 20px 0 0;
  padding-left: 20px;
}

.lgv2-tech-card img {
  position: absolute;
  right: -4%;
  bottom: -3%;
  width: 72%;
}

.lgv2-charge-card {
  background: linear-gradient(145deg, #f0f5ec, #fff);
}

.lgv2-charge-card img {
  position: absolute;
  right: -8%;
  bottom: -10px;
  width: 68%;
  height: 78%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.lgv2-charge-card strong {
  display: block;
  margin-top: 28px;
  color: var(--green);
  font-size: 46px;
}

.lgv2-charge-card strong small {
  font-size: 18px;
}

.lgv2-charge-card span {
  display: block;
  font-weight: 750;
}

.lgv2-charge-card span small {
  color: var(--muted);
  font-weight: 500;
}

.lgv2-specs {
  background: #fff;
}

.lgv2-spec-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
}

.lgv2-spec-visual,
.lgv2-spec-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #f8faf7;
}

.lgv2-spec-visual {
  position: sticky;
  top: 105px;
  height: fit-content;
  padding-bottom: 28px;
}

.lgv2-spec-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.lgv2-spec-visual strong,
.lgv2-spec-visual span {
  display: block;
  padding: 0 30px;
}

.lgv2-spec-visual strong {
  margin-top: 22px;
  color: var(--green);
  font-size: 30px;
}

.lgv2-spec-visual span {
  color: var(--muted);
}

.lgv2-spec-table {
  padding: 14px 34px;
  background: #fff;
}

.lgv2-spec-table div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.lgv2-spec-table div:last-child {
  border: 0;
}

.lgv2-spec-table span {
  color: var(--muted);
}

.lgv2-spec-table b {
  text-align: right;
}

.lgv2-note {
  margin: 24px 0 0;
  color: #7e887f;
  font-size: 13px;
  text-align: center;
}

.lgv2-safety {
  min-height: 960px;
  padding: 82px clamp(42px, 6vw, 102px) 220px;
  background-position: center;
}

.lgv2-safety::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0, rgba(255, 255, 255, .83) 33%, rgba(255, 255, 255, .08) 65%);
  content: "";
}

.lgv2-safety-cards {
  display: grid;
  width: min(660px, 47vw);
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.lgv2-safety-cards article {
  min-height: 104px;
}

.lgv2-usecases {
  position: absolute;
  right: 4.5vw;
  bottom: 30px;
  left: 4.5vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lgv2-usecases article {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.lgv2-usecases article::after {
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, rgba(7, 22, 10, .85));
  content: "";
}

.lgv2-usecases img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.lgv2-usecases strong {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 20px;
  left: 24px;
  color: #fff;
  font-size: 22px;
}

.lgv2-colors {
  background: linear-gradient(180deg, #f7faf6, #eef4ed);
}

.lgv2-color-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.lgv2-color-stage img {
  width: 100%;
  aspect-ratio: 16 / 7.4;
  object-fit: cover;
}

.lgv2-color-stage > span {
  position: absolute;
  bottom: 20px;
  left: 50%;
  padding: 12px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 24px rgba(20, 60, 27, .1);
  transform: translateX(-50%);
}

.lgv2-color-list {
  display: grid;
  width: min(780px, 80%);
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 26px auto 24px;
}

.lgv2-color-list button {
  display: flex;
  min-height: 105px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: #29332b;
  background: #fff;
  cursor: pointer;
}

.lgv2-color-list button.is-active {
  border: 2px solid var(--green);
  color: var(--green);
  font-weight: 750;
  box-shadow: 0 8px 26px rgba(18, 75, 28, .12);
}

.lgv2-color-list i {
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--color);
  box-shadow: 0 0 0 1px #c8cec9, inset 8px 8px 12px rgba(255, 255, 255, .28);
}

.lgv2-color-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.lgv2-color-stats span {
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
}

.lgv2-color-stats span:last-child {
  border: 0;
}

.lgv2-contact {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(520px, .75fr);
  gap: 40px 60px;
  min-height: 950px;
  padding: 72px clamp(42px, 6vw, 102px) 78px;
  background-position: center;
}

.lgv2-contact::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .97) 0, rgba(255, 255, 255, .54) 48%, rgba(255, 255, 255, .24));
  content: "";
}

.lgv2-contact-copy {
  align-self: center;
  max-width: 620px;
}

.lgv2-contact-copy h2 {
  font-size: clamp(48px, 5vw, 80px);
}

.lgv2-contact-copy > p:nth-of-type(2) {
  max-width: 520px;
  color: #536056;
  font-size: 19px;
}

.lgv2-contact-copy ul {
  display: grid;
  gap: 16px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.lgv2-contact-copy li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.lgv2-contact-copy li svg {
  width: 30px;
  height: 30px;
  color: var(--green);
}

.lgv2-contact-copy li span {
  display: flex;
  flex-direction: column;
}

.lgv2-contact-copy li small {
  color: var(--muted);
}

.lgv2-contact-copy li b {
  max-width: 440px;
  font-size: 17px;
}

.lgv2-form {
  align-self: center;
  padding: 36px;
  border: 1px solid rgba(25, 73, 32, .18);
  border-radius: 22px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 24px 60px rgba(13, 54, 21, .13);
  backdrop-filter: blur(18px);
}

.lgv2-form h3,
.lgv2-contact-bottom h3 {
  margin-bottom: 6px;
  font-size: 29px;
}

.lgv2-form > p {
  color: var(--muted);
}

.lgv2-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.lgv2-form label {
  display: grid;
  gap: 6px;
}

.lgv2-form label > span {
  color: #5d695f;
  font-size: 13px;
  font-weight: 650;
}

.lgv2-form input,
.lgv2-form select,
.lgv2-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #d5ddd6;
  border-radius: 10px;
  outline: 0;
  color: var(--ink);
  background: #fff;
}

.lgv2-form input:focus,
.lgv2-form select:focus,
.lgv2-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(28, 89, 37, .1);
}

.lgv2-form-wide {
  grid-column: 1 / -1;
}

.lgv2-form textarea {
  min-height: 90px;
  resize: vertical;
}

.lgv2-consent {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 9px !important;
  align-items: flex-start;
  margin: 16px 0;
  color: var(--muted);
  font-size: 12px;
}

.lgv2-consent input {
  width: 16px;
  min-height: 16px;
  margin-top: 2px;
}

.lgv2-form > .lgv2-btn {
  width: 100%;
}

.lgv2-contact-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow);
}

.lgv2-contact-strip span {
  display: flex;
  min-height: 88px;
  align-items: center;
  gap: 14px;
  padding: 20px 26px;
  border-right: 1px solid var(--line);
}

.lgv2-contact-strip span:last-child {
  border: 0;
}

.lgv2-contact-strip svg {
  color: var(--green);
}

.lgv2-contact-bottom {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.lgv2-contact-bottom > article {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
}

.lgv2-contact-bottom ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.lgv2-contact-bottom li {
  display: flex;
  gap: 9px;
  align-items: center;
}

.lgv2-contact-bottom li svg {
  width: 20px;
  color: var(--green);
}

.lgv2-faq > div {
  border-bottom: 1px solid var(--line);
}

.lgv2-faq > div:last-child {
  border: 0;
}

.lgv2-faq button {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.lgv2-faq button span {
  font-size: 22px;
  transition: transform .25s ease;
}

.lgv2-faq button[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.lgv2-faq p {
  display: none;
  margin: -2px 30px 16px 0;
  color: var(--muted);
  font-size: 14px;
}

.lgv2-faq button[aria-expanded="true"] + p {
  display: block;
}

.lgv2-footer {
  display: grid;
  grid-template-columns: 230px 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 34px clamp(42px, 6vw, 102px);
  color: #dfe8e0;
  background: #0d2613;
}

.lgv2-footer .lgv2-brand img {
  filter: brightness(0) invert(1);
}

.lgv2-footer .lgv2-brand span {
  color: #fff;
}

.lgv2-footer p,
.lgv2-footer small {
  margin: 0;
}

.lgv2-footer small {
  color: #9eb1a2;
}

.lgv2-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}

.lgv2-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes lgv2Fade {
  from { opacity: 0; transform: scale(.985); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
  .lgv2-header {
    grid-template-columns: 210px 1fr 180px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .lgv2-nav { gap: 22px; }
  .lgv2-header-cta { min-width: 170px; padding: 0 18px; }
  .lgv2-brand img { width: 166px; }
  .lgv2-feature-row img { height: 130px; }
  .lgv2-performance-grid { grid-template-columns: 1.2fr .8fr; }
  .lgv2-contact { grid-template-columns: .85fr minmax(490px, 1fr); gap: 36px; }
}

@media (max-width: 780px) {
  body.vfnnb-limo-green-page.admin-bar .lgv2-header { top: 0; }

  .lgv2 {
    padding-bottom: 78px;
    font-size: 15px;
  }

  .lgv2-header {
    grid-template-columns: minmax(0, 1fr) auto 48px;
    min-height: 76px;
    padding: 10px 14px;
  }

  .lgv2-brand {
    align-items: flex-start;
  }

  .lgv2-brand img {
    width: 150px;
  }

  .lgv2-brand span {
    margin: -1px 0 0 34px;
    font-size: 8px;
  }

  .lgv2-nav {
    display: none;
  }

  .lgv2-header-cta {
    min-width: 0;
    min-height: 44px;
    padding: 0 15px;
    border-radius: 10px;
    font-size: 13px;
  }

  .lgv2-header-cta svg {
    display: none;
  }

  .lgv2-menu {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    margin-left: 4px;
    border: 1px solid #d7dfd8;
    border-radius: 10px;
    color: #182119;
    background: #fff;
  }

  .lgv2-menu svg { width: 25px; height: 25px; }

  .lgv2-mobile-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 10px;
    left: 10px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 0 0 16px 16px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(16, 49, 23, .14);
  }

  .lgv2-mobile-nav.is-open {
    display: grid;
  }

  .lgv2-mobile-nav a,
  .lgv2-mobile-nav button {
    padding: 13px 12px;
    border: 0;
    border-bottom: 1px solid #edf0ed;
    color: var(--ink);
    background: transparent;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
  }

  .lgv2-mobile-nav button {
    margin-top: 8px;
    border: 0;
    border-radius: 9px;
    color: #fff;
    background: var(--green);
    text-align: center;
  }

  .lgv2-container {
    width: calc(100% - 28px);
  }

  .lgv2-section {
    padding: 62px 0;
  }

  .lgv2 h2 {
    font-size: clamp(35px, 10.5vw, 47px);
    line-height: 1.08;
  }

  .lgv2-kicker {
    margin-bottom: 9px;
    font-size: 11px;
    letter-spacing: .14em;
  }

  .lgv2-heading {
    margin-bottom: 28px;
  }

  .lgv2-heading > p:last-child,
  .lgv2-exterior-copy > p:last-child,
  .lgv2-interior-copy > p:last-of-type,
  .lgv2-safety-copy > p:last-child {
    font-size: 16px;
  }

  .lgv2-hero {
    min-height: 0;
    padding: 34px 14px 18px;
    background-color: #f5f8f4;
    background-position: 63% 0;
    background-size: auto 520px;
  }

  .lgv2-hero::before {
    background: linear-gradient(180deg, rgba(255,255,255,.96) 0, rgba(255,255,255,.5) 29%, rgba(255,255,255,0) 52%, rgba(247,249,246,.2) 100%);
  }

  .lgv2-hero-copy {
    width: 100%;
    min-height: 440px;
    padding: 0 10px;
  }

  .lgv2-hero h1 {
    margin-bottom: 16px;
    font-size: 48px;
    line-height: .92;
    letter-spacing: -.055em;
  }

  .lgv2-hero h1 span {
    display: inline;
    color: var(--green);
    -webkit-text-stroke: 0;
  }

  .lgv2-hero-lead {
    max-width: 340px;
    font-size: 19px;
    line-height: 1.5;
  }

  .lgv2-hero-copy .lgv2-actions,
  .lgv2-hero-copy .lgv2-price-label,
  .lgv2-hero-copy .lgv2-price,
  .lgv2-hero-stats {
    display: none;
  }

  .lgv2-mobile-hero-panel {
    display: block;
    padding: 14px;
    border: 1px solid rgba(37, 77, 42, .1);
    border-radius: 18px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 14px 34px rgba(18, 55, 26, .09);
  }

  .lgv2-mobile-quick {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .lgv2-mobile-quick span {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 1px 10px;
    min-height: 91px;
    align-content: center;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
  }

  .lgv2-mobile-quick svg {
    grid-row: span 2;
    width: 29px;
    height: 29px;
    color: var(--green);
  }

  .lgv2-mobile-quick b {
    color: var(--green);
    font-size: 18px;
    line-height: 1.1;
  }

  .lgv2-mobile-quick b small {
    font-size: 11px;
  }

  .lgv2-mobile-quick em {
    color: var(--muted);
    font-size: 11px;
    font-style: normal;
  }

  .lgv2-mobile-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 12px 0 22px;
  }

  .lgv2-mobile-actions button,
  .lgv2-mobile-actions a {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--green);
    border-radius: 10px;
    color: var(--green);
    background: #fff;
    font-weight: 750;
    text-decoration: none;
  }

  .lgv2-mobile-actions button {
    color: #fff;
    background: var(--green);
  }

  .lgv2-mobile-actions svg { width: 18px; }

  .lgv2-mobile-hero-panel h2 {
    margin-bottom: 14px;
    font-size: 23px;
    text-align: center;
  }

  .lgv2-mobile-explore {
    display: grid;
    gap: 9px;
  }

  .lgv2-mobile-explore a {
    display: grid;
    overflow: hidden;
    grid-template-columns: 46% 1fr 30px;
    align-items: center;
    min-height: 88px;
    border: 1px solid var(--line);
    border-radius: 11px;
    color: var(--ink);
    text-decoration: none;
  }

  .lgv2-mobile-explore img {
    width: 100%;
    height: 88px;
    object-fit: cover;
  }

  .lgv2-mobile-explore a:first-child img { object-position: 75% 68%; }
  .lgv2-mobile-explore span { display: grid; padding: 10px 13px; }
  .lgv2-mobile-explore b { font-size: 16px; }
  .lgv2-mobile-explore small { color: var(--muted); }
  .lgv2-mobile-explore svg { width: 18px; }

  .lgv2-overview-grid,
  .lgv2-performance-stats,
  .lgv2-safety-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .lgv2-stat-card {
    display: flex;
    min-height: 145px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
    padding: 18px;
  }

  .lgv2-stat-card svg {
    width: 34px;
    height: 34px;
    margin-bottom: 8px;
  }

  .lgv2-stat-card strong {
    font-size: 18px;
  }

  .lgv2-sustain {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 25px 18px;
  }

  .lgv2-sustain h3 {
    font-size: 31px;
  }

  .lgv2-sustain-points {
    grid-template-columns: 1fr;
  }

  .lgv2-sustain-points span {
    min-height: 100px;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 0 14px;
    text-align: left;
  }

  .lgv2-sustain-points svg { grid-row: span 2; margin: 0; }

  .lgv2-exterior,
  .lgv2-interior,
  .lgv2-safety {
    min-height: 0;
    padding: 48px 14px 18px;
    background-position: 68% 0;
    background-size: auto 560px;
  }

  .lgv2-exterior::before,
  .lgv2-interior::before,
  .lgv2-safety::before {
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0, rgba(255,255,255,.72) 30%, rgba(255,255,255,0) 54%, #f7f9f6 72%);
  }

  .lgv2-exterior-copy,
  .lgv2-interior-copy,
  .lgv2-safety-copy {
    width: 100%;
    min-height: 440px;
    padding: 0 10px;
  }

  .lgv2-dimensions,
  .lgv2-mini-grid,
  .lgv2-safety-cards {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .lgv2-dimensions span,
  .lgv2-mini-grid span,
  .lgv2-safety-cards article {
    display: flex;
    min-height: 115px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    padding: 14px;
  }

  .lgv2-dimensions svg,
  .lgv2-mini-grid svg,
  .lgv2-safety-cards svg {
    width: 29px;
    height: 29px;
    margin-bottom: 6px;
  }

  .lgv2-feature-row,
  .lgv2-interior-gallery,
  .lgv2-usecases {
    position: static;
  }

  .lgv2-feature-row {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .lgv2-feature-row article {
    display: grid;
    grid-template-columns: 44% 1fr;
  }

  .lgv2-feature-row img {
    height: 126px;
    transform: none !important;
  }

  .lgv2-feature-row div {
    min-height: 126px;
    justify-content: center;
  }

  .lgv2-interior {
    background-position: 66% 0;
  }

  .lgv2-mini-grid {
    margin-top: 22px;
  }

  .lgv2-interior-gallery {
    display: block;
    padding: 14px;
  }

  .lgv2-tabs {
    gap: 6px;
  }

  .lgv2-tabs button {
    padding: 6px;
    font-size: 12px;
  }

  .lgv2-gallery-copy {
    padding: 20px 8px 14px;
  }

  .lgv2-gallery-title { font-size: 21px; }

  .lgv2-gallery-media {
    min-height: 230px;
  }

  .lgv2-gallery-media img {
    max-height: none;
    aspect-ratio: 4 / 3;
  }

  .lgv2-performance-stats span,
  .lgv2-color-stats span {
    display: flex;
    min-height: 130px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    padding: 17px;
  }

  .lgv2-performance-stats svg,
  .lgv2-color-stats svg {
    width: 31px;
    height: 31px;
    margin-bottom: 6px;
  }

  .lgv2-performance-stats b,
  .lgv2-color-stats b { font-size: 21px; }

  .lgv2-performance-grid {
    grid-template-columns: 1fr;
  }

  .lgv2-tech-card,
  .lgv2-charge-card {
    min-height: 500px;
  }

  .lgv2-tech-card > div,
  .lgv2-charge-card > div {
    padding: 25px;
  }

  .lgv2-tech-card h3,
  .lgv2-charge-card h3 { font-size: 27px; }
  .lgv2-tech-card img { right: -26%; width: 125%; }
  .lgv2-charge-card { min-height: 460px; }
  .lgv2-charge-card img { width: 65%; height: 62%; }

  .lgv2-spec-layout {
    grid-template-columns: 1fr;
  }

  .lgv2-spec-visual {
    position: static;
  }

  .lgv2-spec-table {
    padding: 8px 17px;
  }

  .lgv2-spec-table div {
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 13px 0;
  }

  .lgv2-spec-table b {
    font-size: 16px;
    text-align: left;
  }

  .lgv2-safety {
    background-position: 61% 0;
  }

  .lgv2-safety-copy {
    min-height: 430px;
  }

  .lgv2-usecases {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .lgv2-usecases article,
  .lgv2-usecases img {
    min-height: 210px;
  }

  .lgv2-color-stage img {
    aspect-ratio: 4 / 3;
    object-position: center;
  }

  .lgv2-color-stage > span {
    bottom: 12px;
    width: max-content;
    max-width: calc(100% - 24px);
    font-size: 13px;
  }

  .lgv2-color-list {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }

  .lgv2-color-list button {
    min-height: 85px;
  }

  .lgv2-color-list i {
    width: 36px;
    height: 36px;
  }

  .lgv2-color-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .lgv2-color-stats span {
    min-height: 115px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .lgv2-color-stats span:nth-child(odd) { border-right: 1px solid var(--line); }
  .lgv2-color-stats span:nth-last-child(-n+2) { border-bottom: 0; }

  .lgv2-contact {
    display: block;
    min-height: 0;
    padding: 50px 14px 24px;
    background-position: 60% 0;
    background-size: auto 620px;
  }

  .lgv2-contact::before {
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.55) 38%, #f7f9f6 66%);
  }

  .lgv2-contact-copy {
    min-height: 510px;
    padding: 0 8px;
  }

  .lgv2-contact-copy h2 {
    font-size: 44px;
  }

  .lgv2-contact-copy li b { font-size: 14px; }

  .lgv2-form {
    padding: 23px 17px;
  }

  .lgv2-form-grid {
    grid-template-columns: 1fr;
  }

  .lgv2-form-wide {
    grid-column: auto;
  }

  .lgv2-contact-strip {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 16px;
  }

  .lgv2-contact-strip span {
    min-height: 82px;
    padding: 13px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    font-size: 12px;
  }

  .lgv2-contact-strip span:nth-child(odd) { border-right: 1px solid var(--line); }
  .lgv2-contact-strip span:nth-last-child(-n+2) { border-bottom: 0; }

  .lgv2-contact-bottom {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 12px;
  }

  .lgv2-contact-bottom > article {
    padding: 22px 17px;
  }

  .lgv2-contact-bottom ul {
    grid-template-columns: 1fr;
  }

  .lgv2-footer {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 30px 22px;
    text-align: center;
  }

  .lgv2-footer .lgv2-brand {
    align-items: center;
    margin: 0 auto;
  }

  .lgv2-footer small { font-size: 11px; }

  .lgv2-mobile-hotline {
    position: fixed;
    z-index: 1001;
    right: 12px;
    bottom: 10px;
    left: 12px;
    display: flex;
    min-height: 62px;
    align-items: center;
    gap: 13px;
    padding: 10px 20px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #245d2d, #123c1a);
    box-shadow: 0 16px 38px rgba(11, 54, 20, .32);
    text-decoration: none;
  }

  .lgv2-mobile-hotline svg {
    width: 30px;
    height: 30px;
  }

  .lgv2-mobile-hotline span {
    display: flex;
    flex-direction: column;
    font-size: 12px;
  }

  .lgv2-mobile-hotline b {
    font-size: 20px;
  }

  .lgv2 .lgv2-mobile-hotline,
  .lgv2 .lgv2-mobile-hotline * {
    color: #fff !important;
  }
}

@media (max-width: 400px) {
  .lgv2-header-cta { padding: 0 12px; font-size: 12px; }
  .lgv2-brand img { width: 136px; }
  .lgv2-hero h1 { font-size: 43px; }
  .lgv2-mobile-quick b { font-size: 16px; }
}

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

  .lgv2-reveal { opacity: 1; transform: none; }
}
