:root {
  --green: #08A66A;
  --green-dark: #067A50;
  --green-soft: #E4FAF1;
  --blue: #08A66A;
  --blue-dark: #047857;
  --ink: #17202A;
  --text: #46515A;
  --muted: #6F7C85;
  --line: #E4ECEF;
  --soft: #F5FBF8;
  --white: #FFFFFF;
  --danger: #B42318;
  --shadow: 0 20px 48px rgba(24, 70, 76, .12);
  --shadow-soft: 0 12px 28px rgba(24, 70, 76, .08);
  --shadow-lift: 0 26px 70px rgba(10, 45, 56, .16);
  --glow-soft: 0 0 0 1px rgba(8, 166, 106, .2), 0 18px 52px rgba(8, 166, 106, .12);
  --glass: rgba(255, 255, 255, .58);
  --glass-strong: rgba(255, 255, 255, .74);
  --glass-border: rgba(255, 255, 255, .62);
  --glass-blue: rgba(8, 166, 106, .14);
  --glass-green: rgba(8, 166, 106, .16);
  --glass-shadow: 0 30px 90px rgba(10, 45, 56, .16);
  --radius: 8px;
  --header-height: 86px;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* 2026-08-04: shared ClickaCook typography system for every PVG-EV page. */
:root {
  --font-sans: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --font-hero: clamp(2.25rem, 3.2vw, 3rem);
  --font-page-title: clamp(2rem, 2.8vw, 2.625rem);
  --font-section-title: clamp(1.75rem, 2.2vw, 2.125rem);
  --font-subheading: clamp(1.3rem, 1.7vw, 1.625rem);
  --font-card-title: clamp(1.05rem, 1.25vw, 1.25rem);
  --font-body: clamp(1rem, 1vw, 1.0625rem);
  --font-small: clamp(.875rem, .9vw, .9375rem);
  --font-label: clamp(.75rem, .75vw, .8125rem);
  --font-button: clamp(.875rem, .9vw, 1rem);
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--font-sans) !important;
}

body {
  font-size: var(--font-body) !important;
  line-height: 1.65 !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html body h1,
html body .hero-copy h1,
html body .page-hero h1,
html body .home-ref-hero h1,
html body .request-hero-copy h1 {
  font-family: var(--font-serif) !important;
  font-size: var(--font-hero) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

html body h2,
html body .section-heading,
html body .home-ref-section h2 {
  font-family: var(--font-serif) !important;
  font-size: var(--font-section-title) !important;
  font-weight: 600 !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
}

html body h3 {
  font-family: var(--font-sans) !important;
  font-size: var(--font-card-title) !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
}

html body p,
html body li,
html body label,
html body input,
html body select,
html body textarea {
  font-size: var(--font-body) !important;
}

html body .eyebrow,
html body .section-kicker,
html body .home-ref-eyebrow,
html body .badge,
html body .status-badge,
html body small {
  font-family: var(--font-sans) !important;
  font-size: var(--font-label) !important;
  letter-spacing: .08em !important;
}

html body .button,
html body button,
html body [type="submit"],
html body .nav-link,
html body .dropdown-toggle {
  font-family: var(--font-sans) !important;
  font-size: var(--font-button) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 768px) {
  :root {
    --font-hero: clamp(2rem, 8.4vw, 2.125rem);
    --font-page-title: clamp(1.75rem, 7.5vw, 1.875rem);
    --font-section-title: clamp(1.5rem, 6.5vw, 1.625rem);
    --font-subheading: clamp(1.2rem, 5.4vw, 1.3125rem);
    --font-card-title: 1.125rem;
    --font-body: clamp(.9375rem, 4vw, 1rem);
    --font-small: .875rem;
    --font-label: .75rem;
    --font-button: .9375rem;
  }
}

/* Absolute compact-spacing lock. Keep this final in the cascade. */
html body main > section:not([class*="hero"]),
html body main :is(.section, .compact-section, .home-ref-section, .about-section-v4, .fleet-section, .fleet-lower-section, .setrans-section, .insights-premium-section, .contact-ref-section, .station-overview-section, .station-applications-section, .station-benefits-section, .station-workflow-section, .station-deployment-section, .station-cta-section, .station-faq-section, .pilot-visual-strip-section, .pilot-form-section, .solutions-overview-section, .solutions-journey-section, .solutions-comparison-section, .solution-showcase-section, .solution-finder-section) {
  min-height: 0 !important;
  padding-top: clamp(28px, 3.2vw, 44px) !important;
  padding-bottom: clamp(28px, 3.2vw, 44px) !important;
}

html body main > section + section {
  margin-top: 0 !important;
}

html body :is(.section-heading, .home-ref-section-heading, .fleet-section-heading, .insights-section-heading, .station-section-heading, .setrans-section-heading) {
  margin-top: 0 !important;
  margin-bottom: clamp(16px, 1.7vw, 24px) !important;
}

html body section h2 {
  margin-top: 0 !important;
  margin-bottom: clamp(10px, 1vw, 16px) !important;
}

html body section h3 {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}

html body section p {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

html body main [class*="-grid"] {
  gap: clamp(14px, 1.5vw, 22px) !important;
}

html body :is(.home-ref-service-grid, .home-ref-usecase-grid, .fleet-challenge-grid, .fleet-solution-grid, .fleet-benefit-grid, .pilot-participant-grid, .about-values-grid, .about-solution-grid, .setrans-objective-grid, .insights-resource-grid, .insights-guide-grid, .contact-ref-option-grid, .station-application-grid-v2) > * {
  min-height: 0 !important;
}

html body .pilot-process-panel.pilot-workflow-zigzag {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
}

html body .pilot-process-panel.pilot-workflow-zigzag > li {
  min-height: 0 !important;
  padding: 18px !important;
  gap: 14px !important;
  align-content: start !important;
}

html body .pilot-process-panel.pilot-workflow-zigzag > li > span {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
}

html body .site-footer {
  margin-top: 0 !important;
  padding-top: clamp(32px, 3.6vw, 48px) !important;
  padding-bottom: clamp(22px, 2.5vw, 34px) !important;
}

@media (max-width: 900px) {
  html body .pilot-process-panel.pilot-workflow-zigzag {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  html body main > section:not([class*="hero"]),
  html body main :is(.section, .compact-section, .home-ref-section, .about-section-v4, .fleet-section, .setrans-section, .insights-premium-section, .contact-ref-section) {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  html body .pilot-process-panel.pilot-workflow-zigzag {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  html body .pilot-process-panel.pilot-workflow-zigzag > li {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    align-items: center !important;
    padding: 13px 14px !important;
  }

  html body .pilot-process-panel.pilot-workflow-zigzag > li > span {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
  }

html body .pilot-process-panel.pilot-workflow-zigzag h3 {
    margin: 0 !important;
  }
}

/* 2026-08-16 final motion layer: subtle, stable and disabled for reduced motion. */
@keyframes pvg-hero-drift {
  from { transform: scale(1.02) translate3d(-.25%, 0, 0); }
  to { transform: scale(1.045) translate3d(.4%, -.3%, 0); }
}

@keyframes pvg-card-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -5px, 0); }
}

@keyframes pvg-card-float-reverse {
  0%, 100% { transform: translate3d(0, -2px, 0); }
  50% { transform: translate3d(0, 4px, 0); }
}

@media (prefers-reduced-motion: no-preference) and (min-width: 701px) {
  html body.home-reference-body .home-ref-hero-bg img {
    animation: pvg-hero-drift 18s ease-in-out infinite alternate !important;
    transform-origin: center !important;
  }

  html body.home-reference-body :is(.home-ref-card-status, .home-ref-card-access) {
    animation: pvg-card-float 7s ease-in-out infinite !important;
    will-change: transform;
  }

  html body.home-reference-body :is(.home-ref-card-tech, .home-ref-card-ops) {
    animation: pvg-card-float-reverse 8s ease-in-out -2s infinite !important;
    will-change: transform;
  }
}

html body.insights-premium-body .insights-hero-metrics article {
  border-color: rgba(255, 255, 255, .28) !important;
  background: linear-gradient(145deg, rgba(7, 24, 33, .8), rgba(8, 78, 76, .68)) !important;
  box-shadow: 0 14px 30px rgba(7, 24, 33, .2) !important;
}

html body.insights-premium-body .insights-hero-metrics :is(strong, span) {
  color: #FFFFFF !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .22);
}

html body.insights-premium-body .insights-feature-float a {
  color: #BFFBE5 !important;
  text-decoration-color: rgba(191, 251, 229, .68) !important;
}

/* 2026-08-16 continuation polish: shared navigation, conversion UI and contrast. */
:root {
  --pvg-current-navy: #061E2C;
  --pvg-current-teal: #078C86;
  --pvg-current-blue: #168BFF;
}

html body .site-header .nav-link.is-active,
html body .site-header .nav-dropdown.is-active > .dropdown-toggle,
html body .site-header .nav-link:hover,
html body .site-header .nav-dropdown:hover > .dropdown-toggle,
html body .site-header .nav-link:focus-visible,
html body .site-header .nav-dropdown:focus-within > .dropdown-toggle {
  border-radius: 12px !important;
}

html body .site-header .nav-menu-client > .nav-link::after,
html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle::after {
  background: linear-gradient(90deg, transparent, #08A66A 28%, var(--pvg-current-teal) 64%, var(--pvg-current-blue), transparent) !important;
}

html body .photo-glass-caption strong,
html body.station-product-body .photo-glass-caption strong,
html body .pilot-image-overlay strong {
  color: #FFFFFF !important;
}

html body .contact-ref-button-primary,
html body .contact-ref-button-primary:visited,
html body .contact-ref-button-primary:hover,
html body .contact-ref-button-primary:focus-visible,
html body .contact-ref-submit,
html body .contact-ref-submit:hover,
html body .contact-ref-submit:focus-visible {
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, .42) !important;
  background: linear-gradient(135deg, #08A66A 0%, #078C86 68%, #0875B8 100%) !important;
  box-shadow: 0 16px 34px rgba(5, 111, 101, .22), inset 0 1px 0 rgba(255, 255, 255, .28) !important;
}

html body .insights-premium-copy h1 {
  max-width: 16ch !important;
  font-size: clamp(2.2rem, 3vw, 2.7rem) !important;
  text-wrap: balance;
}

html body.request-reference-body .request-form-card {
  scroll-margin-top: 112px !important;
}

html body.request-reference-body .request-fast-panel {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media (min-width: 1101px) {
  html body .site-header .nav-shell.nav-shell-client,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client,
  html body[class] .site-header .nav-shell.nav-shell-client,
  html body[class] .site-header.is-scrolled .nav-shell.nav-shell-client {
    grid-template-columns: 174px minmax(0, 1fr) 184px !important;
    gap: 12px !important;
    width: min(calc(100% - 32px), 1360px) !important;
    padding-inline: 14px !important;
  }

  html body .site-header .brand,
  html body .site-header.is-scrolled .brand,
  html body[class] .site-header .brand,
  html body[class] .site-header.is-scrolled .brand {
    width: 174px !important;
    min-width: 174px !important;
    max-width: 174px !important;
    overflow: visible !important;
    background: transparent !important;
  }

  html body .site-header .nav-actions,
  html body .site-header.is-scrolled .nav-actions,
  html body .site-header .nav-cta-request,
  html body .site-header.is-scrolled .nav-cta-request {
    width: 184px !important;
    min-width: 184px !important;
    max-width: 184px !important;
  }

  html body .site-header .nav-menu.nav-menu-client,
  html body .site-header.is-scrolled .nav-menu.nav-menu-client {
    gap: 6px !important;
    overflow: visible !important;
  }

  html body .site-header .nav-menu.nav-menu-client > .nav-link,
  html body .site-header .nav-menu.nav-menu-client > .nav-dropdown > .dropdown-toggle {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    padding-inline: 11px !important;
    font-size: .78rem !important;
    font-weight: 720 !important;
  }

  html body .site-header .nav-menu.nav-menu-client > .nav-dropdown {
    position: relative !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
  }

  html body .site-header .nav-menu.nav-menu-client .dropdown-menu {
    position: absolute !important;
    top: calc(100% + 12px) !important;
    left: 50% !important;
    display: grid !important;
    width: max-content !important;
    min-width: 238px !important;
    max-width: 310px !important;
    height: auto !important;
    padding: 10px !important;
    overflow: visible !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translate(-50%, 8px) !important;
  }

  html body .site-header .nav-menu.nav-menu-client .nav-dropdown.is-open .dropdown-menu,
  html body .site-header .nav-menu.nav-menu-client .nav-dropdown:focus-within .dropdown-menu,
  html body .site-header .nav-menu.nav-menu-client .nav-dropdown:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate(-50%, 0) !important;
  }

  html body .site-header .nav-menu.nav-menu-client > .mobile-contact-link.mobile-request-link {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  html body.menu-open > [data-site-header]::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(4, 23, 31, .22);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    pointer-events: none;
  }

  html body .site-header .nav-menu.nav-menu-client,
  html body .site-header.is-scrolled .nav-menu.nav-menu-client {
    border-color: rgba(255, 255, 255, .92) !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .97), rgba(244, 255, 250, .94)),
      radial-gradient(circle at 18% 0%, rgba(8, 166, 106, .14), transparent 42%) !important;
    box-shadow: 0 32px 80px rgba(4, 31, 38, .24), inset 0 1px 0 #FFFFFF !important;
  }

  html body .site-header .nav-menu.nav-menu-client .dropdown-menu {
    width: 100% !important;
  }

  html body.request-reference-body .request-fast-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  html body.request-reference-body .request-fast-panel {
    grid-template-columns: 1fr !important;
  }

  html body .insights-premium-copy h1 {
    max-width: 13ch !important;
    font-size: clamp(1.95rem, 9vw, 2.25rem) !important;
  }
}

/* 2026-08-04: compact vertical rhythm across the complete PVG-EV website. */
html body main > section:not([class*="hero"]),
html body main :is(
  .section,
  .compact-section,
  .home-ref-section,
  .about-section-v4,
  .fleet-section,
  .fleet-lower-section,
  .setrans-section,
  .insights-premium-section,
  .contact-ref-section,
  .station-overview-section,
  .station-applications-section,
  .station-benefits-section,
  .station-workflow-section,
  .station-deployment-section,
  .station-cta-section,
  .station-faq-section,
  .pilot-visual-strip-section,
  .pilot-form-section,
  .solutions-overview-section,
  .solutions-journey-section,
  .solutions-comparison-section,
  .solution-showcase-section,
  .solution-finder-section
) {
  min-height: 0 !important;
  padding-top: clamp(28px, 3.2vw, 44px) !important;
  padding-bottom: clamp(28px, 3.2vw, 44px) !important;
}

html body main > section + section {
  margin-top: 0 !important;
}

html body :is(
  .section-heading,
  .home-ref-section-heading,
  .fleet-section-heading,
  .insights-section-heading,
  .station-section-heading,
  .setrans-section-heading
) {
  margin-top: 0 !important;
  margin-bottom: clamp(16px, 1.7vw, 24px) !important;
}

html body section :is(h1, h2, h3, p):first-child {
  margin-top: 0 !important;
}

html body section h2 {
  margin-bottom: clamp(10px, 1vw, 16px) !important;
}

html body section h3 {
  margin-bottom: 8px !important;
}

html body section p {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

html body main [class*="-grid"] {
  gap: clamp(14px, 1.5vw, 22px) !important;
}

html body :is(
  .home-ref-service-grid,
  .home-ref-usecase-grid,
  .fleet-challenge-grid,
  .fleet-solution-grid,
  .fleet-benefit-grid,
  .pilot-participant-grid,
  .about-values-grid,
  .about-solution-grid,
  .setrans-objective-grid,
  .insights-resource-grid,
  .insights-guide-grid,
  .contact-ref-option-grid,
  .station-application-grid-v2
) > * {
  min-height: 0 !important;
}

html body .pilot-process-panel.pilot-workflow-zigzag {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
}

html body .pilot-process-panel.pilot-workflow-zigzag > li {
  min-height: 0 !important;
  padding: 18px !important;
  gap: 14px !important;
  align-content: start !important;
}

html body .pilot-process-panel.pilot-workflow-zigzag > li > span {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
}

html body .site-footer {
  margin-top: 0 !important;
  padding-top: clamp(32px, 3.6vw, 48px) !important;
  padding-bottom: clamp(22px, 2.5vw, 34px) !important;
}

@media (max-width: 900px) {
  html body .pilot-process-panel.pilot-workflow-zigzag {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  html body main > section:not([class*="hero"]),
  html body main :is(
    .section,
    .compact-section,
    .home-ref-section,
    .about-section-v4,
    .fleet-section,
    .setrans-section,
    .insights-premium-section,
    .contact-ref-section
  ) {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  html body .pilot-process-panel.pilot-workflow-zigzag {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  html body .pilot-process-panel.pilot-workflow-zigzag > li {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    align-items: center !important;
    padding: 13px 14px !important;
  }

  html body .pilot-process-panel.pilot-workflow-zigzag > li > span {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
  }

  html body .pilot-process-panel.pilot-workflow-zigzag h3 {
    margin: 0 !important;
  }
}

/* PVG-EV final clean-UI pass — density, hierarchy and responsive comfort. */
[hidden] {
  display: none !important;
}

:root {
  --font-hero: clamp(1.95rem, 2.6vw, 2.75rem);
  --font-page-title: clamp(1.8rem, 2.3vw, 2.4rem);
  --font-section-title: clamp(1.4rem, 1.8vw, 1.95rem);
  --font-card-title: clamp(1rem, 1.05vw, 1.15rem);
  --font-body: clamp(.9375rem, .9vw, 1rem);
  --font-small: clamp(.8125rem, .8vw, .9rem);
  --font-label: clamp(.6875rem, .68vw, .75rem);
  --font-button: clamp(.875rem, .85vw, .9375rem);
}

html body {
  font-size: var(--font-body) !important;
  line-height: 1.55 !important;
}

html body h1 {
  font-size: var(--font-page-title) !important;
  line-height: 1.08 !important;
  letter-spacing: -.025em !important;
}

html body :is(
  .home-ref-hero,
  .about-hero-v4,
  .setrans-hero,
  .fleet-hero,
  .solutions-hero,
  .station-hero-v3,
  .pilot-enterprise-hero,
  .contact-ref-hero,
  .insights-premium-hero
) h1 {
  font-size: var(--font-hero) !important;
}

html body h2 {
  font-size: var(--font-section-title) !important;
  line-height: 1.16 !important;
  letter-spacing: -.018em !important;
}

html body h3,
html body :is(.home-ref-service-card, .contact-option-card, .pilot-mini-card) strong {
  font-size: var(--font-card-title) !important;
  line-height: 1.3 !important;
}

html body :is(p, li, td, th, label, input, select, textarea) {
  font-size: var(--font-body) !important;
}

html body :is(.eyebrow, [class*="-eyebrow"], .article-meta, small, .breadcrumb, .footer-static) {
  font-size: var(--font-small) !important;
}

html body :is(.button, button, .nav-link, .card-link) {
  font-size: var(--font-button) !important;
}

html body.fleet-reference-body main .fleet-section,
html body.station-product-body main.station-product-v2 :is(.section, .compact-section),
html body.pilot-enterprise-body main.pilot-enterprise-page :is(.section, .compact-section) {
  padding-block: clamp(28px, 3.2vw, 44px) !important;
}

html body[class] main :is(
  .home-ref-service-card,
  .home-ref-timeline li,
  .about-glass-card,
  .about-why-card,
  .about-value-card,
  .about-timeline article,
  .fleet-challenge-card,
  .fleet-timeline li,
  .station-application-card-v2,
  .station-benefit-group,
  .pilot-mini-card,
  .contact-option-card,
  .insights-newsletter-panel,
  .insights-cta-panel
) {
  min-height: 0 !important;
}

html body .fleet-form-panel#fleet-assessment {
  scroll-margin-top: calc(var(--pvg-nav-clearance, 88px) + 18px) !important;
}

html body .contact-ref-form-note {
  color: var(--muted, #60707c) !important;
  font-size: var(--font-small) !important;
  margin: 4px 0 0 !important;
}

html body .site-footer :is(p, li),
html body .contact-ref-form label,
html body .pilot-form-v2 label,
html body .fleet-assessment-form label {
  font-size: var(--font-small) !important;
}

html body .site-footer .footer-shell-client {
  grid-template-columns: minmax(240px, 1.45fr) repeat(4, minmax(120px, 1fr)) !important;
  gap: clamp(20px, 2.4vw, 36px) !important;
}

html body .article-shell {
  max-width: 820px !important;
}

html body .article-shell > :is(h2, h3) {
  margin-top: clamp(22px, 2.2vw, 30px) !important;
}

@media (min-width: 901px) {
  html body.home-reference-body .home-ref-hero,
  html body.about-premium-body .about-hero-v4,
  html body.fleet-reference-body .fleet-hero,
  html body.insights-premium-body .insights-premium-hero {
    min-height: 0 !important;
  }

  html body.station-product-body .station-hero-visual-v3 {
    height: clamp(340px, 31vw, 440px) !important;
    min-height: clamp(340px, 31vw, 440px) !important;
  }

  html body.pilot-enterprise-body .pilot-enterprise-visual {
    min-height: clamp(340px, 31vw, 480px) !important;
  }
}

@media (max-width: 700px) {
  :root {
    --font-hero: clamp(1.72rem, 7.4vw, 2.05rem);
    --font-page-title: clamp(1.65rem, 7vw, 1.95rem);
    --font-section-title: clamp(1.28rem, 5.25vw, 1.5rem);
    --font-card-title: 1rem;
    --font-body: .9375rem;
  }

  html body.fleet-reference-body main .fleet-section,
  html body.station-product-body main.station-product-v2 :is(.section, .compact-section),
  html body.pilot-enterprise-body main.pilot-enterprise-page :is(.section, .compact-section) {
    padding-block: 24px !important;
  }

  html body.contact-reference-body :is(.contact-ref-hero, .contact-ref-hero-inner),
  html body.setrans-reference-body .setrans-hero {
    min-height: 0 !important;
  }

  html body.contact-reference-body .contact-ref-hero {
    padding-block: calc(var(--pvg-nav-clearance, 90px) + 10px) 24px !important;
  }

  html body.contact-reference-body .contact-ref-hero-copy {
    padding-block: 0 !important;
  }

  html body.station-product-body .station-hero-visual-v3 {
    height: 220px !important;
    min-height: 220px !important;
  }

  html body.pilot-enterprise-body .pilot-enterprise-visual {
    min-height: 240px !important;
  }

  html body[class] main :is(.request-form, .contact-ref-form, .pilot-form-v2, .fleet-assessment-form)
    :is(input, select, textarea) {
    font-size: 1rem !important;
  }

  html body .site-footer .footer-shell-client {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  html body .site-footer :is(.footer-accordion-panel a, .footer-static) {
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
  }
}

@media (min-width: 380px) and (max-width: 700px) {
  html body.home-reference-body .home-ref-usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  html body.home-reference-body .home-ref-usecase-card {
    aspect-ratio: 1 / 1 !important;
  }

  html body.home-reference-body .home-ref-usecase-card p {
    display: none !important;
  }
}

@media (max-width: 700px) {
  html body .breadcrumb a {
    min-height: 40px !important;
    padding-inline: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  html body :is(
    .fleet-usecase-card a,
    .insight-card-link,
    .insights-guide-card a,
    .station-application-card-v2 a,
    .solution-category-card .card-link
  ) {
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  html body.fleet-reference-body .fleet-lower-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  html body.fleet-reference-body .fleet-form-panel {
    order: 1 !important;
  }

  html body.fleet-reference-body .fleet-lower-content {
    order: 2 !important;
  }
}

@media (min-width: 901px) {
  html body.fleet-reference-body .fleet-lower-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr) !important;
    align-items: start !important;
  }
}

/* 2026-08-02: final release lock — static matte-glass nav and compact request wizard. */
:root {
  --pvg-nav-top: max(14px, env(safe-area-inset-top, 0px));
  --pvg-nav-shell-height: 66px;
  --pvg-nav-shell-radius: 20px;
  --pvg-nav-clearance: calc(var(--pvg-nav-top) + var(--pvg-nav-shell-height) + 24px);
  --floating-nav-top: var(--pvg-nav-top);
  --floating-nav-clearance: var(--pvg-nav-clearance);
  --header-height: var(--pvg-nav-shell-height);
  --pvg-nav-logo-width: 194px;
  --pvg-nav-cta-width: 188px;
}

html body,
html body[class] {
  padding-top: 0 !important;
}

html body .site-header,
html body .site-header.is-scrolled,
html body[class] .site-header,
html body[class] .site-header.is-scrolled {
  position: fixed !important;
  inset: var(--pvg-nav-top) 0 auto 0 !important;
  z-index: 3000 !important;
  width: 100% !important;
  height: var(--pvg-nav-shell-height) !important;
  min-height: var(--pvg-nav-shell-height) !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  pointer-events: none !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
}

html body .site-header .nav-shell.nav-shell-client,
html body .site-header.is-scrolled .nav-shell.nav-shell-client,
html body[class] .site-header .nav-shell.nav-shell-client,
html body[class] .site-header.is-scrolled .nav-shell.nav-shell-client {
  display: grid !important;
  grid-template-columns: var(--pvg-nav-logo-width) minmax(0, 1fr) var(--pvg-nav-cta-width) !important;
  align-items: center !important;
  gap: 12px !important;
  width: min(calc(100% - 56px), 1380px) !important;
  height: var(--pvg-nav-shell-height) !important;
  min-height: var(--pvg-nav-shell-height) !important;
  margin: 0 auto !important;
  padding: 9px 13px !important;
  overflow: visible !important;
  border: 1px solid rgba(255, 255, 255, .78) !important;
  border-radius: var(--pvg-nav-shell-radius) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .80), rgba(247, 255, 251, .70)),
    radial-gradient(circle at 12% 0%, rgba(8, 166, 106, .10), transparent 42%),
    radial-gradient(circle at 95% 8%, rgba(8, 145, 178, .10), transparent 34%) !important;
  box-shadow:
    0 18px 48px rgba(3, 23, 18, .12),
    inset 0 1px 0 rgba(255, 255, 255, .92),
    inset 0 -1px 0 rgba(8, 166, 106, .06) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.18) !important;
  backdrop-filter: blur(24px) saturate(1.18) !important;
  pointer-events: auto !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
}

html body .site-header .nav-shell.nav-shell-client::before,
html body .site-header.is-scrolled .nav-shell.nav-shell-client::before {
  content: "" !important;
  position: absolute !important;
  inset: 1px !important;
  z-index: -1 !important;
  border-radius: calc(var(--pvg-nav-shell-radius) - 2px) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .42), rgba(255, 255, 255, .08)),
    linear-gradient(90deg, rgba(8, 166, 106, .04), rgba(255, 255, 255, 0) 52%, rgba(8, 145, 178, .06)) !important;
  pointer-events: none !important;
}

html body .site-header .brand,
html body .site-header.is-scrolled .brand,
html body[class] .site-header .brand,
html body[class] .site-header.is-scrolled .brand {
  display: inline-flex !important;
  width: var(--pvg-nav-logo-width) !important;
  min-width: var(--pvg-nav-logo-width) !important;
  max-width: var(--pvg-nav-logo-width) !important;
  height: 48px !important;
  min-height: 48px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .36) !important;
  box-shadow: none !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
}

html body .site-header .brand-logo-real.nav-logo-real,
html body .site-header.is-scrolled .brand-logo-real.nav-logo-real,
html body[class] .site-header .brand-logo-real.nav-logo-real,
html body[class] .site-header.is-scrolled .brand-logo-real.nav-logo-real {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: left center !important;
  filter: none !important;
  transform: none !important;
  opacity: 1 !important;
  transition: none !important;
}

@media (min-width: 1101px) {
  html body .site-header .nav-menu.nav-menu-client,
  html body .site-header.is-scrolled .nav-menu.nav-menu-client,
  html body[class] .site-header .nav-menu.nav-menu-client,
  html body[class] .site-header.is-scrolled .nav-menu.nav-menu-client {
    position: static !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    gap: 2px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  html body .site-header .nav-toggle,
  html body .site-header.is-scrolled .nav-toggle,
  html body[class] .site-header .nav-toggle,
  html body[class] .site-header.is-scrolled .nav-toggle {
    display: none !important;
  }

  html body .site-header .nav-actions,
  html body .site-header.is-scrolled .nav-actions,
  html body[class] .site-header .nav-actions,
  html body[class] .site-header.is-scrolled .nav-actions {
    display: flex !important;
    width: var(--pvg-nav-cta-width) !important;
    min-width: var(--pvg-nav-cta-width) !important;
    height: 48px !important;
    align-items: center !important;
    justify-content: flex-end !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
  }
}

html body .site-header .nav-menu-client > .nav-link,
html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle,
html body .site-header.is-scrolled .nav-menu-client > .nav-link,
html body .site-header.is-scrolled .nav-menu-client > .nav-dropdown > .dropdown-toggle {
  min-height: 40px !important;
  padding: 0 8px !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: #0B1220 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  transform: none !important;
  transition: background .16s ease, border-color .16s ease, color .16s ease !important;
}

html body .site-header .nav-link.is-active,
html body .site-header .nav-dropdown.is-active > .dropdown-toggle,
html body .site-header .nav-link:hover,
html body .site-header .nav-dropdown:hover > .dropdown-toggle,
html body .site-header .nav-link:focus-visible,
html body .site-header .nav-dropdown:focus-within > .dropdown-toggle {
  border-color: rgba(8, 166, 106, .22) !important;
  border-radius: 10px !important;
  background: rgba(232, 255, 245, .82) !important;
  color: #047857 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .76) !important;
}

html body .site-header .nav-link::after,
html body .site-header .dropdown-toggle::after {
  display: none !important;
}

html body .site-header .nav-cta-request,
html body .site-header.is-scrolled .nav-cta-request,
html body .site-header .nav-cta-request:hover,
html body .site-header .nav-cta-request:focus-visible,
html body .site-header .nav-cta-request:active,
html body .site-header .nav-cta-request.is-active {
  display: inline-flex !important;
  width: var(--pvg-nav-cta-width) !important;
  min-width: var(--pvg-nav-cta-width) !important;
  max-width: var(--pvg-nav-cta-width) !important;
  height: 46px !important;
  min-height: 46px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 14px !important;
  border: 1px solid rgba(255, 255, 255, .46) !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #08A66A 0%, #078D5C 100%) !important;
  color: #FFFFFF !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  box-shadow: 0 16px 34px rgba(8, 166, 106, .22), inset 0 1px 0 rgba(255, 255, 255, .22) !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
}

.quick-enquiry.sticky-request-cta,
[data-quick-enquiry],
.mobile-action-bar {
  display: none !important;
}

html body.request-reference-body .request-hero {
  padding-block: calc(var(--pvg-nav-clearance, 96px) + 8px) 22px !important;
}

html body.request-reference-body .request-shell {
  width: min(100% - 40px, 1200px) !important;
}

html body.request-reference-body .request-hero-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr) !important;
  gap: clamp(16px, 2.2vw, 26px) !important;
  align-items: center !important;
}

html body.request-reference-body .request-hero-visual {
  order: 1 !important;
  min-height: clamp(245px, 26vw, 360px) !important;
  border-radius: 22px !important;
}

html body.request-reference-body .request-hero-copy {
  order: 2 !important;
  padding: clamp(20px, 2.5vw, 30px) !important;
}

html body.request-reference-body .request-form-section {
  padding-block: 20px 38px !important;
}

html body.request-reference-body .request-layout {
  grid-template-columns: minmax(232px, 275px) minmax(0, 1fr) !important;
  gap: clamp(14px, 1.8vw, 20px) !important;
  align-items: start !important;
}

html body.request-reference-body .request-progress-panel,
html body.request-reference-body .request-form-card {
  align-self: start !important;
  min-height: 0 !important;
}

html body.request-reference-body .request-progress-panel {
  padding: 16px !important;
  border-radius: 20px !important;
}

html body.request-reference-body .request-progress-panel h2 {
  margin: 0 0 6px !important;
  font-size: clamp(1.18rem, 1.35vw, 1.48rem) !important;
}

html body.request-reference-body .request-progress-panel > p {
  margin: 0 0 10px !important;
  font-size: .88rem !important;
}

html body.request-reference-body [data-request-progress] button {
  min-height: 42px !important;
  border-radius: 12px !important;
}

html body.request-reference-body [data-request-progress] li.is-active button,
html body.request-reference-body [data-request-progress] li.is-complete button {
  cursor: pointer !important;
}

html body.request-reference-body .request-assurance {
  padding: 12px !important;
}

html body.request-reference-body .request-form-card {
  padding: clamp(18px, 2.1vw, 24px) !important;
  border-radius: 22px !important;
}

html body.request-reference-body .request-step {
  gap: 12px !important;
  align-content: start !important;
}

html body.request-reference-body .request-step legend {
  font-size: clamp(1.32rem, 1.65vw, 1.75rem) !important;
}

html body.request-reference-body .request-step > p {
  max-width: 64ch !important;
  font-size: .92rem !important;
}

html body.request-reference-body .request-fast-panel {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

html body.request-reference-body .request-fast-card,
html body.request-reference-body .request-fast-card:first-child {
  min-height: 112px !important;
  padding: 14px !important;
  gap: 10px !important;
  border-radius: 18px !important;
  align-items: flex-start !important;
}

html body.request-reference-body .request-fast-icon {
  width: 34px !important;
  height: 34px !important;
  border-radius: 12px !important;
  font-size: .85rem !important;
}

html body.request-reference-body .request-fast-copy strong {
  font-size: .98rem !important;
  line-height: 1.12 !important;
}

html body.request-reference-body .request-fast-copy span {
  margin-top: 4px !important;
  font-size: .82rem !important;
  line-height: 1.35 !important;
}

html body.request-reference-body .form-grid-two {
  gap: 10px 12px !important;
}

html body.request-reference-body .request-form label {
  margin-bottom: 5px !important;
  font-size: .78rem !important;
}

html body.request-reference-body .request-form input,
html body.request-reference-body .request-form select {
  min-height: 46px !important;
  border-radius: 13px !important;
  font-size: .94rem !important;
}

html body.request-reference-body .request-form textarea {
  min-height: 78px !important;
  border-radius: 13px !important;
  font-size: .94rem !important;
}

html body.request-reference-body .geo-capture-panel {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px 14px !important;
  align-items: center !important;
  padding: 13px !important;
  border-radius: 17px !important;
}

html body.request-reference-body .geo-output-row {
  grid-column: 1 / -1 !important;
  margin: 0 !important;
}

html body.request-reference-body .geo-status {
  grid-column: 1 / -1 !important;
  margin: 0 !important;
}

html body.request-reference-body .geo-button {
  min-height: 44px !important;
  border-radius: 13px !important;
  white-space: nowrap !important;
}

html body.request-reference-body .request-step-actions {
  justify-content: flex-end !important;
  gap: 10px !important;
  margin-top: 0 !important;
}

html body.request-reference-body .request-step-actions .button {
  min-height: 46px !important;
  border-radius: 13px !important;
}

@media (max-width: 1180px) {
  :root {
    --pvg-nav-logo-width: 176px;
    --pvg-nav-cta-width: 178px;
  }

  html body .site-header .nav-shell.nav-shell-client,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client {
    width: min(calc(100% - 34px), 1160px) !important;
    gap: 8px !important;
  }

  html body .site-header .nav-menu-client > .nav-link,
  html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  html body .site-header.is-scrolled .nav-menu-client > .nav-link,
  html body .site-header.is-scrolled .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    padding-inline: 5px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 1100px) {
  :root {
    --pvg-nav-top: calc(env(safe-area-inset-top, 0px) + 10px);
    --pvg-nav-shell-height: 66px;
    --pvg-nav-shell-radius: 20px;
    --pvg-nav-logo-width: min(228px, calc(100vw - 122px));
    --pvg-nav-cta-width: 0px;
    --pvg-nav-clearance: calc(var(--pvg-nav-top) + var(--pvg-nav-shell-height) + 22px);
  }

  html body .site-header .nav-shell.nav-shell-client,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client,
  html body[class] .site-header .nav-shell.nav-shell-client,
  html body[class] .site-header.is-scrolled .nav-shell.nav-shell-client {
    grid-template-columns: minmax(0, 1fr) 52px !important;
    width: min(calc(100% - 24px), 720px) !important;
    padding: 7px 8px 7px 12px !important;
    gap: 8px !important;
  }

  html body .site-header .brand,
  html body .site-header.is-scrolled .brand,
  html body[class] .site-header .brand,
  html body[class] .site-header.is-scrolled .brand {
    width: var(--pvg-nav-logo-width) !important;
    min-width: 0 !important;
    max-width: var(--pvg-nav-logo-width) !important;
    height: 52px !important;
    min-height: 52px !important;
    background: rgba(255, 255, 255, .22) !important;
  }

  html body .site-header .nav-actions,
  html body .site-header.is-scrolled .nav-actions,
  html body[class] .site-header .nav-actions,
  html body[class] .site-header.is-scrolled .nav-actions {
    display: none !important;
  }

  html body .site-header .nav-toggle,
  html body .site-header.is-scrolled .nav-toggle,
  html body[class] .site-header .nav-toggle,
  html body[class] .site-header.is-scrolled .nav-toggle {
    display: inline-flex !important;
    grid-column: 2 !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    border: 1px solid rgba(8, 166, 106, .18) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, .80) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .84), 0 10px 24px rgba(3, 23, 18, .08) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body .site-header .nav-toggle span,
  html body .site-header.is-scrolled .nav-toggle span,
  html body[class] .site-header .nav-toggle span,
  html body[class] .site-header.is-scrolled .nav-toggle span {
    display: block !important;
    width: 22px !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: #0B1220 !important;
    opacity: 1 !important;
    transform-origin: center !important;
  }

  html body.menu-open .site-header .nav-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg) !important;
  }

  html body.menu-open .site-header .nav-toggle span:nth-child(2) {
    opacity: 0 !important;
  }

  html body.menu-open .site-header .nav-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg) !important;
  }

  html body .site-header .nav-menu.nav-menu-client,
  html body .site-header.is-scrolled .nav-menu.nav-menu-client,
  html body[class] .site-header .nav-menu.nav-menu-client,
  html body[class] .site-header.is-scrolled .nav-menu.nav-menu-client {
    position: fixed !important;
    top: calc(var(--pvg-nav-top) + var(--pvg-nav-shell-height) + 10px) !important;
    right: 14px !important;
    left: 14px !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: auto !important;
    max-width: 720px !important;
    height: auto !important;
    max-height: calc(100svh - var(--pvg-nav-top) - var(--pvg-nav-shell-height) - 36px) !important;
    padding: 14px !important;
    gap: 6px !important;
    overflow: auto !important;
    border: 1px solid rgba(255, 255, 255, .82) !important;
    border-radius: 22px !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(245, 255, 250, .80)),
      radial-gradient(circle at 18% 0%, rgba(8, 166, 106, .12), transparent 42%) !important;
    box-shadow: 0 28px 68px rgba(4, 41, 29, .18), inset 0 1px 0 rgba(255, 255, 255, .94) !important;
    -webkit-backdrop-filter: blur(24px) saturate(1.16) !important;
    backdrop-filter: blur(24px) saturate(1.16) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  html body.menu-open .site-header .nav-menu.nav-menu-client,
  html body.menu-open[class] .site-header .nav-menu.nav-menu-client,
  html body .site-header .nav-menu.nav-menu-client.is-open,
  html body .site-header.is-scrolled .nav-menu.nav-menu-client.is-open {
    display: flex !important;
  }

  html body .site-header .nav-menu-client > .nav-link,
  html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  html body .site-header .nav-menu-client > .mobile-request-link {
    width: 100% !important;
    min-height: 44px !important;
    justify-content: flex-start !important;
    padding: 0 14px !important;
    border-radius: 14px !important;
    font-size: 14px !important;
    line-height: 1.1 !important;
    text-align: left !important;
  }

  html body .site-header .nav-menu-client > .mobile-request-link {
    justify-content: center !important;
    min-height: 48px !important;
    margin-top: 4px !important;
    border: 1px solid rgba(255, 255, 255, .46) !important;
    background: linear-gradient(135deg, #08A66A, #078D5C) !important;
    color: #FFFFFF !important;
  }

  html body.request-reference-body .request-hero-grid {
    grid-template-columns: 1fr !important;
  }

  html body.request-reference-body .request-hero-visual {
    order: 1 !important;
  }

  html body.request-reference-body .request-hero-copy {
    order: 2 !important;
  }

  html body.request-reference-body .request-layout {
    grid-template-columns: 1fr !important;
  }

  html body.request-reference-body .request-progress-panel {
    position: static !important;
  }

  html body.request-reference-body [data-request-progress] {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  html body.request-reference-body [data-request-progress] button {
    justify-content: center !important;
    min-height: 48px !important;
    padding: 6px !important;
  }

  html body.request-reference-body [data-request-progress] strong {
    display: none !important;
  }

  html body.request-reference-body .request-fast-panel {
    grid-template-columns: 1fr !important;
  }

  html body.request-reference-body .geo-capture-panel {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  html body.request-reference-body .request-shell {
    width: min(100% - 28px, 1200px) !important;
  }

  html body.request-reference-body .request-hero {
    padding-block: calc(var(--pvg-nav-clearance, 98px) + 4px) 16px !important;
  }

  html body.request-reference-body .request-hero-visual {
    min-height: 210px !important;
    border-radius: 20px !important;
  }

  html body.request-reference-body .request-hero-copy,
  html body.request-reference-body .request-form-card,
  html body.request-reference-body .request-progress-panel {
    padding: 15px !important;
    border-radius: 20px !important;
  }

  html body.request-reference-body .request-form-section {
    padding-block: 14px 30px !important;
  }

  html body.request-reference-body .request-step legend {
    font-size: 1.32rem !important;
  }

  html body.request-reference-body .request-step > p {
    font-size: .9rem !important;
  }

  html body.request-reference-body .form-grid-two {
    grid-template-columns: 1fr !important;
  }

  html body.request-reference-body .request-step-actions {
    justify-content: stretch !important;
  }

  html body.request-reference-body .request-step-actions .button {
    flex: 1 1 0 !important;
  }
}

/* 2026-08-02: final page-end lock for shared floating nav and simplified request flow. */
html body .site-header .nav-link.is-active,
html body .site-header .nav-dropdown.is-active > .dropdown-toggle,
html body .site-header .nav-link:hover,
html body .site-header .nav-dropdown:hover > .dropdown-toggle,
html body .site-header .nav-link:focus-visible,
html body .site-header .nav-dropdown:focus-within > .dropdown-toggle {
  border-radius: 6px !important;
}

html body .site-header,
html body .site-header.is-scrolled,
html body[class] .site-header,
html body[class] .site-header.is-scrolled {
  position: fixed !important;
  inset-block-start: 0 !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body .site-header .nav-shell.nav-shell-client,
html body .site-header.is-scrolled .nav-shell.nav-shell-client,
html body[class] .site-header .nav-shell.nav-shell-client,
html body[class] .site-header.is-scrolled .nav-shell.nav-shell-client {
  transform: none !important;
  min-height: 62px !important;
  height: 62px !important;
  border-radius: 14px !important;
  border-color: rgba(255, 255, 255, .72) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(244, 255, 250, .70)),
    radial-gradient(circle at 85% 50%, rgba(8, 166, 106, .13), transparent 30%) !important;
  box-shadow: 0 18px 52px rgba(4, 41, 29, .12), inset 0 1px 0 rgba(255, 255, 255, .96) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.12) !important;
  backdrop-filter: blur(22px) saturate(1.12) !important;
}

html body .site-header .brand,
html body .site-header.is-scrolled .brand,
html body[class] .site-header .brand,
html body[class] .site-header.is-scrolled .brand {
  width: 142px !important;
  min-width: 142px !important;
  height: 46px !important;
  min-height: 46px !important;
}

html body .site-header .brand-logo-real.nav-logo-real,
html body .site-header.is-scrolled .brand-logo-real.nav-logo-real,
html body[class] .site-header .brand-logo-real.nav-logo-real,
html body[class] .site-header.is-scrolled .brand-logo-real.nav-logo-real {
  width: 142px !important;
  height: 46px !important;
  object-fit: contain !important;
}

html body .site-header .nav-cta-request,
html body .site-header.is-scrolled .nav-cta-request,
html body .site-header .nav-cta-request:hover,
html body .site-header .nav-cta-request:focus-visible,
html body .site-header .nav-cta-request:active,
html body .site-header .nav-cta-request.is-active {
  min-width: 198px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 22px !important;
  border-radius: 10px !important;
  transform: none !important;
}

@media (max-width: 1100px) {
  html body .site-header,
  html body .site-header.is-scrolled,
  html body[class] .site-header,
  html body[class] .site-header.is-scrolled {
    left: 0 !important;
    right: auto !important;
    width: 100dvw !important;
    max-width: 100dvw !important;
    min-width: 0 !important;
    padding-top: calc(8px + env(safe-area-inset-top, 0px)) !important;
  }

  html body .site-header .nav-shell.nav-shell-client,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client,
  html body[class] .site-header .nav-shell.nav-shell-client,
  html body[class] .site-header.is-scrolled .nav-shell.nav-shell-client {
    width: calc(100dvw - 24px) !important;
    max-width: calc(100dvw - 24px) !important;
    min-width: 0 !important;
    height: 64px !important;
    min-height: 64px !important;
    margin-inline: 12px !important;
    padding: 7px 8px 7px 10px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 48px !important;
    align-items: center !important;
    overflow: visible !important;
  }

  html body .site-header .brand,
  html body .site-header.is-scrolled .brand,
  html body[class] .site-header .brand,
  html body[class] .site-header.is-scrolled .brand {
    grid-column: 1 !important;
    justify-self: start !important;
    width: min(210px, calc(100dvw - 98px)) !important;
    min-width: 0 !important;
    height: 50px !important;
  }

  html body .site-header .brand-logo-real.nav-logo-real,
  html body .site-header.is-scrolled .brand-logo-real.nav-logo-real,
  html body[class] .site-header .brand-logo-real.nav-logo-real,
  html body[class] .site-header.is-scrolled .brand-logo-real.nav-logo-real {
    width: 100% !important;
    max-width: 210px !important;
    height: 50px !important;
    object-fit: contain !important;
  }

  html body .site-header .nav-toggle,
  html body .site-header.is-scrolled .nav-toggle,
  html body[class] .site-header .nav-toggle,
  html body[class] .site-header.is-scrolled .nav-toggle {
    display: inline-flex !important;
    position: static !important;
    grid-column: 2 !important;
    justify-self: end !important;
    align-self: center !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    transform: none !important;
  }

  html body .site-header .nav-actions,
  html body .site-header.is-scrolled .nav-actions {
    display: none !important;
  }
}

@media (max-width: 640px) {
  html body.request-reference-body .request-hero {
    padding-block: 84px 8px !important;
  }

  html body.request-reference-body .request-shell,
  html body.request-reference-body .request-layout {
    width: calc(100dvw - 24px) !important;
    max-width: calc(100dvw - 24px) !important;
  }

  html body.request-reference-body .request-hero-copy {
    padding: 16px !important;
    border-radius: 22px !important;
  }

  html body.request-reference-body .request-hero-copy h1 {
    max-width: 12ch !important;
    font-size: clamp(1.75rem, 7.8vw, 2rem) !important;
    line-height: 1.02 !important;
  }

  html body.request-reference-body .request-hero-copy .page-lead {
    margin-top: 12px !important;
    font-size: .92rem !important;
    line-height: 1.48 !important;
  }

  html body.request-reference-body .request-note {
    margin-top: 12px !important;
    padding: 12px 13px !important;
    border-radius: 16px !important;
  }

  html body.request-reference-body .request-note strong {
    font-size: .72rem !important;
  }

  html body.request-reference-body .request-note span {
    font-size: .86rem !important;
    line-height: 1.42 !important;
  }

  html body.request-reference-body .request-form-section {
    padding-block: 10px 24px !important;
  }

  html body.request-reference-body .request-layout {
    gap: 10px !important;
  }

  html body.request-reference-body .request-progress-panel {
    padding: 10px !important;
    border-radius: 18px !important;
  }

  html body.request-reference-body .request-progress-panel h2,
  html body.request-reference-body .request-progress-panel > p,
  html body.request-reference-body .request-assurance {
    display: none !important;
  }

  html body.request-reference-body [data-request-progress] {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin: 0 !important;
  }

  html body.request-reference-body [data-request-progress] button {
    min-height: 52px !important;
    padding: 5px 3px !important;
    gap: 3px !important;
    border-radius: 12px !important;
  }

  html body.request-reference-body [data-request-progress] span {
    width: 25px !important;
    height: 25px !important;
    font-size: .68rem !important;
  }

  html body.request-reference-body [data-request-progress] strong {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: .62rem !important;
    line-height: 1 !important;
  }

  html body.request-reference-body .request-form-card {
    padding: 16px !important;
    border-radius: 22px !important;
  }

  html body.request-reference-body .request-step legend {
    font-size: clamp(1.24rem, 5.8vw, 1.55rem) !important;
    line-height: 1.08 !important;
  }

  html body.request-reference-body .request-step > p {
    font-size: .88rem !important;
    line-height: 1.45 !important;
  }

  html body.request-reference-body .request-fast-card,
  html body.request-reference-body .request-fast-card:first-child {
    min-height: 82px !important;
    padding: 12px !important;
  }

  html body .cookie-consent {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    width: auto !important;
    max-width: none !important;
    padding: 12px !important;
    border-radius: 16px !important;
  }
}

/* 2026-08-02: absolute final cascade lock for request mobile and nav active shape. */
html body .site-header .nav-link.is-active,
html body .site-header .nav-dropdown.is-active > .dropdown-toggle,
html body .site-header .nav-link:hover,
html body .site-header .nav-dropdown:hover > .dropdown-toggle,
html body .site-header .nav-link:focus-visible,
html body .site-header .nav-dropdown:focus-within > .dropdown-toggle {
  border-radius: 6px !important;
}

@media (max-width: 1100px) {
  html body .site-header,
  html body .site-header.is-scrolled,
  html body[class] .site-header,
  html body[class] .site-header.is-scrolled {
    left: 0 !important;
    right: auto !important;
    width: 100dvw !important;
    max-width: 100dvw !important;
    min-width: 0 !important;
  }

  html body .site-header .nav-shell.nav-shell-client,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client,
  html body[class] .site-header .nav-shell.nav-shell-client,
  html body[class] .site-header.is-scrolled .nav-shell.nav-shell-client {
    width: calc(100dvw - 24px) !important;
    max-width: calc(100dvw - 24px) !important;
    min-width: 0 !important;
    grid-template-columns: minmax(0, 1fr) 48px !important;
    margin-inline: 12px !important;
    padding: 7px 8px 7px 10px !important;
  }

  html body .site-header .nav-toggle,
  html body .site-header.is-scrolled .nav-toggle,
  html body[class] .site-header .nav-toggle,
  html body[class] .site-header.is-scrolled .nav-toggle {
    display: inline-flex !important;
    position: static !important;
    grid-column: 2 !important;
    justify-self: end !important;
    align-self: center !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
  }
}

@media (max-width: 640px) {
  html body.request-reference-body .request-hero {
    padding-block: 84px 8px !important;
  }

  html body.request-reference-body .request-hero-copy {
    padding: 16px !important;
    border-radius: 22px !important;
  }

  html body.request-reference-body .request-hero-copy .breadcrumb {
    margin-bottom: 10px !important;
    font-size: .76rem !important;
  }

  html body.request-reference-body .request-hero-copy .eyebrow {
    margin-bottom: 8px !important;
    font-size: .7rem !important;
  }

  html body.request-reference-body .request-hero-copy h1 {
    max-width: 12ch !important;
    font-size: clamp(1.75rem, 7.8vw, 2rem) !important;
    line-height: 1.02 !important;
  }

  html body.request-reference-body .request-hero-copy .page-lead {
    margin-top: 12px !important;
    font-size: .92rem !important;
    line-height: 1.48 !important;
  }

  html body.request-reference-body .request-note {
    margin-top: 12px !important;
    padding: 12px 13px !important;
    border-radius: 16px !important;
  }

  html body.request-reference-body .request-note strong {
    font-size: .72rem !important;
  }

  html body.request-reference-body .request-note span {
    font-size: .86rem !important;
    line-height: 1.42 !important;
  }

  html body.request-reference-body .request-form-section {
    padding-block: 10px 24px !important;
  }

  html body.request-reference-body .request-layout {
    width: calc(100dvw - 24px) !important;
    gap: 10px !important;
  }

  html body.request-reference-body .request-progress-panel {
    padding: 10px !important;
    border-radius: 18px !important;
  }

  html body.request-reference-body .request-progress-panel h2,
  html body.request-reference-body .request-progress-panel > p,
  html body.request-reference-body .request-assurance {
    display: none !important;
  }

  html body.request-reference-body [data-request-progress] {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin: 0 !important;
  }

  html body.request-reference-body [data-request-progress] button {
    min-height: 52px !important;
    padding: 5px 3px !important;
    gap: 3px !important;
    border-radius: 12px !important;
  }

  html body.request-reference-body [data-request-progress] span {
    width: 25px !important;
    height: 25px !important;
    font-size: .68rem !important;
  }

  html body.request-reference-body [data-request-progress] strong {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: .62rem !important;
    line-height: 1 !important;
  }

  html body.request-reference-body .request-form-card {
    padding: 14px !important;
    border-radius: 20px !important;
  }

  html body.request-reference-body .request-step legend {
    font-size: clamp(1.24rem, 5.8vw, 1.55rem) !important;
    line-height: 1.08 !important;
  }

  html body.request-reference-body .request-step > p {
    font-size: .88rem !important;
    line-height: 1.45 !important;
  }

  html body.request-reference-body .request-fast-card,
  html body.request-reference-body .request-fast-card:first-child {
    min-height: 82px !important;
    padding: 12px !important;
  }

  html body.request-reference-body .request-fast-copy strong {
    font-size: .9rem !important;
  }

  html body.request-reference-body .request-fast-copy span {
    font-size: .78rem !important;
  }

  html body.request-reference-body .request-form input,
  html body.request-reference-body .request-form select {
    min-height: 44px !important;
    font-size: .9rem !important;
  }

  html body.request-reference-body .request-form textarea {
    min-height: 70px !important;
    font-size: .9rem !important;
  }

  html body .cookie-consent {
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
    width: auto !important;
    max-width: none !important;
    padding: 12px !important;
    border-radius: 16px !important;
  }
}

/* 2026-08-02: final request UX and mobile nav lock. */
html body .site-header .nav-link.is-active,
html body .site-header .nav-dropdown.is-active > .dropdown-toggle {
  border-radius: 8px !important;
  background: linear-gradient(145deg, rgba(8, 166, 106, .12), rgba(255, 255, 255, .70)) !important;
  box-shadow: inset 0 0 0 1px rgba(8, 166, 106, .18), 0 8px 20px rgba(6, 95, 70, .06) !important;
}

html body.request-reference-body .request-progress button {
  cursor: pointer !important;
}

html body.request-reference-body .request-progress li.is-available button:hover,
html body.request-reference-body .request-progress li.is-available button:focus-visible {
  border-color: rgba(8, 166, 106, .42) !important;
  background: rgba(236, 253, 245, .72) !important;
  transform: translateY(-1px) !important;
}

html body.request-reference-body .request-form-card {
  min-height: auto !important;
}

html body.request-reference-body .request-step[hidden] {
  display: none !important;
}

html body.request-reference-body .request-step {
  min-height: 0 !important;
}

html body.request-reference-body .request-hero {
  padding-bottom: 18px !important;
}

html body.request-reference-body .request-form-section {
  padding-top: 20px !important;
}

html body.request-reference-body .request-layout {
  align-items: start !important;
}

html body.request-reference-body .request-progress-panel,
html body.request-reference-body .request-form-card {
  align-self: start !important;
}

html body.request-reference-body .request-advanced-details {
  margin-top: 4px !important;
}

html body.request-reference-body .request-advanced-details summary {
  min-height: 42px !important;
  border-radius: 14px !important;
}

@media (max-width: 1100px) {
  html body .site-header,
  html body .site-header.is-scrolled,
  html body[class] .site-header,
  html body[class] .site-header.is-scrolled {
    top: calc(env(safe-area-inset-top, 0px) + 10px) !important;
    left: 0 !important;
    right: auto !important;
    width: 100dvw !important;
    min-width: 0 !important;
    max-width: 100dvw !important;
  }

  html body .site-header .nav-shell.nav-shell-client,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client,
  html body[class] .site-header .nav-shell.nav-shell-client,
  html body[class] .site-header.is-scrolled .nav-shell.nav-shell-client {
    grid-template-columns: minmax(0, 1fr) 48px !important;
    width: calc(100dvw - 24px) !important;
    max-width: calc(100dvw - 24px) !important;
    min-width: 0 !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
    padding: 7px 8px 7px 10px !important;
    overflow: visible !important;
  }

  html body .site-header .brand,
  html body .site-header.is-scrolled .brand,
  html body[class] .site-header .brand,
  html body[class] .site-header.is-scrolled .brand {
    width: min(188px, calc(100dvw - 102px)) !important;
    max-width: min(188px, calc(100dvw - 102px)) !important;
    min-width: 0 !important;
    height: 48px !important;
    min-height: 48px !important;
  }

  html body .site-header .brand-logo-real.nav-logo-real,
  html body .site-header.is-scrolled .brand-logo-real.nav-logo-real,
  html body[class] .site-header .brand-logo-real.nav-logo-real,
  html body[class] .site-header.is-scrolled .brand-logo-real.nav-logo-real {
    width: min(170px, calc(100dvw - 118px)) !important;
    max-width: min(170px, calc(100dvw - 118px)) !important;
    height: 38px !important;
  }

  html body .site-header .nav-toggle,
  html body .site-header.is-scrolled .nav-toggle,
  html body[class] .site-header .nav-toggle,
  html body[class] .site-header.is-scrolled .nav-toggle {
    grid-column: 2 !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    justify-self: end !important;
    align-self: center !important;
    position: static !important;
  }

  html body.request-reference-body .request-layout {
    gap: 12px !important;
  }

  html body.request-reference-body .request-progress-panel {
    padding: 14px !important;
  }

  html body.request-reference-body .request-assurance {
    display: none !important;
  }
}

@media (max-width: 640px) {
  html body.request-reference-body .request-hero {
    padding-block: 84px 10px !important;
  }

  html body.request-reference-body .request-form-section {
    padding-block: 10px 24px !important;
  }

  html body.request-reference-body .request-layout {
    width: calc(100dvw - 24px) !important;
    gap: 10px !important;
  }

  html body.request-reference-body .request-progress-panel {
    display: block !important;
    padding: 10px !important;
  }

  html body.request-reference-body .request-progress-panel h2,
  html body.request-reference-body .request-progress-panel > p {
    display: none !important;
  }

  html body.request-reference-body [data-request-progress] {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    margin: 0 !important;
  }

  html body.request-reference-body [data-request-progress] button {
    min-height: 52px !important;
    border-radius: 12px !important;
    gap: 3px !important;
    padding: 5px 3px !important;
  }

  html body.request-reference-body [data-request-progress] span {
    width: 26px !important;
    height: 26px !important;
    font-size: .72rem !important;
  }

  html body.request-reference-body [data-request-progress] strong {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: .68rem !important;
    line-height: 1.05 !important;
  }

  html body.request-reference-body .request-form-card {
    padding: 14px !important;
  }

  html body.request-reference-body .request-fast-panel {
    gap: 8px !important;
  }

  html body.request-reference-body .request-fast-card,
  html body.request-reference-body .request-fast-card:first-child {
    min-height: 88px !important;
  }

  html body.request-reference-body .geo-capture-panel {
    padding: 12px !important;
  }
}

@media (max-width: 640px) {
  html body.request-reference-body .request-hero-copy {
    padding: 16px !important;
    border-radius: 22px !important;
  }

  html body.request-reference-body .request-hero-copy .breadcrumb {
    margin-bottom: 12px !important;
    font-size: .78rem !important;
  }

  html body.request-reference-body .request-hero-copy .eyebrow {
    margin-bottom: 10px !important;
    font-size: .72rem !important;
  }

  html body.request-reference-body .request-hero-copy h1 {
    max-width: 11ch !important;
    font-size: clamp(2rem, 9vw, 2.35rem) !important;
    line-height: .98 !important;
    letter-spacing: 0 !important;
  }

  html body.request-reference-body .request-hero-copy .page-lead {
    margin-top: 14px !important;
    font-size: .98rem !important;
    line-height: 1.55 !important;
  }

  html body.request-reference-body .request-note {
    margin-top: 14px !important;
    padding: 13px 14px !important;
    border-radius: 16px !important;
  }

  html body.request-reference-body .request-note strong {
    font-size: .76rem !important;
  }

  html body.request-reference-body .request-note span {
    font-size: .92rem !important;
    line-height: 1.45 !important;
  }

  html body.request-reference-body .request-step legend {
    font-size: clamp(1.35rem, 6.2vw, 1.75rem) !important;
    line-height: 1.05 !important;
  }

  html body.request-reference-body .request-step > p {
    font-size: .92rem !important;
    line-height: 1.48 !important;
  }

  html body.request-reference-body .request-form input,
  html body.request-reference-body .request-form select {
    min-height: 44px !important;
    font-size: .9rem !important;
  }

  html body.request-reference-body .request-form textarea {
    min-height: 70px !important;
    font-size: .9rem !important;
  }

  html body .cookie-consent {
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
    width: auto !important;
    max-width: none !important;
    padding: 12px !important;
    border-radius: 16px !important;
  }

  html body .cookie-consent p {
    font-size: .82rem !important;
    line-height: 1.32 !important;
  }

  html body .cookie-consent .button,
  html body .cookie-consent button {
    min-height: 42px !important;
    border-radius: 12px !important;
    font-size: .88rem !important;
  }
}

/* 2026-08-02: mobile/header hard lock after QA.
   Keeps the floating glass nav identical while scrolling and prevents the
   hamburger from drifting outside the viewport on real mobile browsers. */
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

html body .site-header .nav-link.is-active,
html body .site-header .nav-dropdown.is-active > .dropdown-toggle,
html body .site-header .nav-link:hover,
html body .site-header .nav-dropdown:hover > .dropdown-toggle,
html body .site-header .nav-link:focus-visible,
html body .site-header .nav-dropdown:focus-within > .dropdown-toggle {
  border-radius: 8px !important;
}

html body .site-header .nav-cta-request,
html body .site-header.is-scrolled .nav-cta-request,
html body .site-header .nav-cta-request:hover,
html body .site-header .nav-cta-request:focus-visible,
html body .site-header .nav-cta-request:active,
html body .site-header .nav-cta-request.is-active {
  border-radius: 12px !important;
}

@media (max-width: 1100px) {
  html body .site-header,
  html body .site-header.is-scrolled,
  html body[class] .site-header,
  html body[class] .site-header.is-scrolled {
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html body .site-header .nav-shell.nav-shell-client,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client,
  html body[class] .site-header .nav-shell.nav-shell-client,
  html body[class] .site-header.is-scrolled .nav-shell.nav-shell-client {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 48px !important;
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    min-width: 0 !important;
    margin-inline: auto !important;
    padding: 7px 8px 7px 10px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  html body .site-header .brand,
  html body .site-header.is-scrolled .brand,
  html body[class] .site-header .brand,
  html body[class] .site-header.is-scrolled .brand {
    position: static !important;
    grid-column: 1 !important;
    justify-self: start !important;
    width: min(188px, calc(100vw - 104px)) !important;
    max-width: min(188px, calc(100vw - 104px)) !important;
    min-width: 0 !important;
    transform: none !important;
  }

  html body .site-header .brand-logo-real.nav-logo-real,
  html body .site-header.is-scrolled .brand-logo-real.nav-logo-real {
    width: min(174px, calc(100vw - 122px)) !important;
    max-width: min(174px, calc(100vw - 122px)) !important;
    height: 42px !important;
    object-fit: contain !important;
  }

  html body .site-header .nav-toggle,
  html body .site-header.is-scrolled .nav-toggle,
  html body[class] .site-header .nav-toggle,
  html body[class] .site-header.is-scrolled .nav-toggle {
    position: static !important;
    inset: auto !important;
    grid-column: 2 !important;
    justify-self: end !important;
    align-self: center !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    transform: none !important;
  }

  html body .site-header .nav-menu.nav-menu-client,
  html body .site-header.is-scrolled .nav-menu.nav-menu-client {
    left: 16px !important;
    right: 16px !important;
    width: auto !important;
    max-width: none !important;
    border-radius: 20px !important;
  }

  html body .site-header .nav-menu-client > .nav-link,
  html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  html body .site-header .nav-menu-client > .mobile-request-link {
    border-radius: 12px !important;
  }
}

@media (max-width: 430px) {
  html body .site-header .brand,
  html body .site-header.is-scrolled .brand {
    width: min(176px, calc(100vw - 100px)) !important;
    max-width: min(176px, calc(100vw - 100px)) !important;
  }

  html body .site-header .brand-logo-real.nav-logo-real,
  html body .site-header.is-scrolled .brand-logo-real.nav-logo-real {
    width: min(160px, calc(100vw - 116px)) !important;
  }
}

.insights-premium-body {
  --insight-green: #12B981;
  --insight-green-deep: #07866A;
  --insight-navy: #071F2B;
  --insight-teal: #0A8C86;
  --insight-blue: #047857;
  --insight-bg: #F6FAF9;
  --insight-card: #FFFFFF;
  --insight-soft-green: #F0FAF6;
  --insight-soft-blue: #F1F8FC;
  --insight-text: #26353D;
  --insight-muted: #64747D;
  --insight-border: rgba(8, 54, 61, .1);
  --insight-shadow: 0 12px 36px rgba(5, 35, 42, .08);
  --insight-shadow-lift: 0 22px 60px rgba(5, 35, 42, .13);
  background:
    radial-gradient(circle at 8% 4%, rgba(18, 185, 129, .11), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(8, 166, 106, .1), transparent 28%),
    linear-gradient(180deg, var(--insight-bg) 0%, #fff 42%, #f3fbf8 100%);
  color: var(--insight-text);
}

.insights-premium-body .site-header {
  position: sticky;
  top: 0;
}

.insights-premium-body .nav-shell-client {
  min-height: 66px;
}

.insights-premium-page {
  overflow: clip;
  background: transparent;
}

.insights-premium-container {
  width: min(100% - 64px, 1320px);
  margin-inline: auto;
}

.insights-premium-section {
  padding-block: 52px;
}

.insights-section-heading {
  max-width: 780px;
  margin-bottom: 20px;
}

.insights-section-heading h2,
.insights-filter-heading h2 {
  margin: 0;
  color: var(--insight-navy);
  font-size: 2rem !important;
  line-height: 1.12;
  letter-spacing: 0;
}

.insights-section-heading p:not(.insights-eyebrow) {
  max-width: 690px;
  margin: 10px 0 0;
  color: var(--insight-muted);
  font-size: 1rem !important;
  line-height: 1.65;
  font-weight: 620;
}

.insights-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  color: var(--insight-green-deep);
  font-size: .75rem !important;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.insights-eyebrow::before {
  content: "";
  width: 38px;
  height: 3px;
  border-radius: 99px;
  background: currentColor;
}

.insights-premium-hero {
  position: relative;
  min-height: 450px;
  display: grid;
  align-items: center;
  padding-block: 42px 34px;
  isolation: isolate;
}

.insights-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(246, 250, 249, .98), rgba(246, 250, 249, .84) 34%, rgba(246, 250, 249, .38)),
    url("public/assets/pvg-ev/backgrounds/omr.webp") center / cover no-repeat;
}

.insights-premium-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 72% 48%, rgba(18, 185, 129, .18), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(246, 250, 249, .96) 96%);
  pointer-events: none;
}

.insights-premium-hero-grid {
  display: grid;
  grid-template-columns: minmax(360px, .43fr) minmax(520px, .57fr);
  align-items: center;
  gap: 28px;
}

.insights-premium-copy {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .68));
  box-shadow: var(--insight-shadow), inset 0 1px 0 rgba(255, 255, 255, .95);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
}

.insights-premium-copy .breadcrumb {
  margin-bottom: 18px;
}

.insights-premium-copy .insights-eyebrow::before,
.insights-newsletter-panel .insights-eyebrow::before,
.insights-cta-panel .insights-eyebrow::before {
  display: none;
}

.insights-premium-copy h1 {
  max-width: 660px;
  margin: 0;
  color: var(--insight-navy);
  font-size: 3rem !important;
  line-height: 1.08;
  letter-spacing: -.01em;
}

.insights-premium-copy > p:not(.insights-eyebrow) {
  max-width: 620px;
  margin: 16px 0 0;
  color: #31424d;
  font-size: 1.05rem !important;
  line-height: 1.62;
  font-weight: 650;
}

.insights-hero-actions,
.insights-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.insights-hero-actions .button,
.insights-card-actions .button {
  min-height: 48px;
  padding-inline: 22px;
}

.insights-trust-line {
  display: block;
  margin-top: 14px;
  color: var(--insight-muted);
  font-size: .92rem;
  font-weight: 760;
}

.insights-premium-visual {
  position: relative;
  min-height: 410px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(7, 31, 43, .32), rgba(7, 31, 43, .05) 45%, rgba(7, 31, 43, .18)),
    url("public/assets/pvg-ev/hero/hero-real-vehicle.jpg") 62% 54% / cover no-repeat;
  box-shadow: 0 26px 78px rgba(5, 35, 42, .18);
}

.insights-premium-visual > img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  object-position: 62% 54%;
  opacity: 0;
}

.insights-feature-float {
  position: absolute;
  left: 22px;
  bottom: 22px;
  max-width: 310px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 18px;
  background: rgba(7, 31, 43, .72);
  color: #fff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .22);
  backdrop-filter: blur(20px) saturate(1.35);
  -webkit-backdrop-filter: blur(20px) saturate(1.35);
}

.insights-feature-float span,
.insights-feature-float small,
.insights-hero-metrics span,
.insights-meta-row,
.insights-author {
  font-size: .78rem !important;
}

.insights-feature-float span {
  display: block;
  color: #bdfae4;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.insights-feature-float strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 1.15rem !important;
  line-height: 1.18;
}

.insights-feature-float small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .78);
  font-weight: 760;
}

.insights-feature-float a {
  display: inline-flex;
  margin-top: 12px;
  color: #e9fff6;
  font-size: .88rem;
  font-weight: 900;
}

.insights-hero-metrics {
  position: absolute;
  right: 18px;
  top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  gap: 10px;
}

.insights-hero-metrics article {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 16px;
  background: rgba(255, 255, 255, .2);
  color: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .12);
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
}

.insights-hero-metrics strong {
  display: block;
  color: #fff;
  font-size: 1.35rem !important;
  line-height: 1;
}

.insights-featured-section {
  padding-block: 42px 36px;
  background: #fff;
}

.insights-featured-card,
.insights-filter-panel,
.insights-newsletter-panel,
.insights-cta-panel {
  border: 1px solid var(--insight-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--insight-shadow);
  backdrop-filter: blur(20px) saturate(1.25);
  -webkit-backdrop-filter: blur(20px) saturate(1.25);
}

.insights-featured-card {
  display: grid;
  grid-template-columns: minmax(420px, .55fr) minmax(340px, .45fr);
  gap: 0;
  overflow: hidden;
}

.insights-featured-media,
.insights-card-media,
.insights-guide-card > img {
  display: block;
  overflow: hidden;
  background: var(--insight-soft-blue);
}

.insights-featured-media img,
.insights-card-media img,
.insights-guide-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .24s ease;
}

.insights-featured-media {
  min-height: 380px;
}

.insights-featured-card:hover .insights-featured-media img,
.insights-article-card:hover .insights-card-media img,
.insights-guide-card:hover > img {
  transform: scale(1.045);
}

.insights-featured-copy {
  display: grid;
  align-content: center;
  padding: 34px;
}

.insights-featured-copy h2 {
  margin: 10px 0 0;
  color: var(--insight-navy);
  font-size: 2rem !important;
  line-height: 1.13;
}

.insights-featured-copy p:not(.insights-eyebrow) {
  margin: 14px 0 0;
  color: var(--insight-muted);
  font-size: 1rem !important;
  line-height: 1.66;
  font-weight: 620;
}

.insights-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--insight-muted);
  font-weight: 760;
}

.insights-meta-row span:not(.category-badge) {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
}

.category-badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(18, 185, 129, .12);
  color: var(--insight-green-deep);
  font-weight: 900;
  letter-spacing: .02em;
}

.insights-filter-zone {
  position: sticky;
  top: 82px;
  z-index: 50;
  padding-block: 10px;
  background: linear-gradient(180deg, rgba(246, 250, 249, .9), rgba(246, 250, 249, .72));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.insights-filter-panel {
  display: grid;
  grid-template-columns: minmax(230px, .32fr) minmax(300px, .36fr) minmax(320px, .32fr);
  gap: 16px;
  align-items: center;
  padding: 18px;
}

.insights-filter-heading h2 {
  font-size: 1.5rem !important;
}

.insights-premium-search {
  display: grid;
  gap: 7px;
}

.insights-premium-search span {
  color: var(--insight-green-deep);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.insights-premium-search input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--insight-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, .86);
  color: var(--insight-text);
  padding: 0 16px;
  font-size: 1rem;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.insights-premium-search input:focus {
  border-color: rgba(18, 185, 129, .45);
  box-shadow: 0 0 0 4px rgba(18, 185, 129, .12);
}

.insights-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.insights-filter-status {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--insight-muted);
  font-size: .9rem;
  font-weight: 760;
}

.insights-clear-filter {
  min-height: 36px;
  border: 1px solid rgba(18, 185, 129, .22);
  border-radius: 999px;
  background: rgba(240, 250, 246, .86);
  color: var(--insight-green-deep);
  padding: 0 14px;
  font-size: .86rem;
  font-weight: 900;
}

.insights-library-section-v2 {
  background:
    radial-gradient(circle at 10% 8%, rgba(18, 185, 129, .08), transparent 28%),
    linear-gradient(180deg, #fff, #f7fcfb);
}

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

.insights-article-card {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--insight-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 10px 30px rgba(5, 35, 42, .07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.insights-article-card:hover,
.insights-article-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(18, 185, 129, .28);
  box-shadow: var(--insight-shadow-lift);
}

.insights-article-card[hidden] {
  display: none;
}

.insights-article-card.is-lead {
  grid-column: span 2;
}

.insights-card-media {
  aspect-ratio: 16 / 10;
}

.insights-article-card.is-lead .insights-card-media {
  aspect-ratio: 16 / 9;
}

.insights-card-body {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
}

.insights-card-body h3 {
  margin: 0;
  color: var(--insight-navy);
  font-size: 1.18rem !important;
  line-height: 1.2;
}

.insights-article-card.is-lead h3 {
  font-size: 1.38rem !important;
}

.insights-card-body p {
  margin: 0;
  color: var(--insight-muted);
  font-size: .96rem !important;
  line-height: 1.55;
}

.insights-author {
  color: var(--insight-teal);
  font-weight: 850;
}

.insight-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 2px;
  color: var(--insight-green-deep);
  font-size: .92rem;
  font-weight: 900;
}

.insight-card-link span {
  transition: transform .2s ease;
}

.insights-article-card:hover .insight-card-link span,
.insights-article-card:focus-within .insight-card-link span {
  transform: translateX(4px);
}

.insights-empty {
  margin: 18px 0 0;
  padding: 22px;
  border: 1px dashed rgba(18, 185, 129, .32);
  border-radius: 18px;
  background: rgba(240, 250, 246, .7);
  color: var(--insight-green-deep);
  font-weight: 850;
  text-align: center;
}

.insights-guide-grid,
.insights-resource-grid,
.insights-format-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.insights-guide-card,
.insights-download-card,
.insights-format-card,
.insights-faq-item {
  overflow: hidden;
  border: 1px solid var(--insight-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, .86);
  box-shadow: var(--insight-shadow);
}

.insights-guide-card {
  display: grid;
  grid-template-rows: auto 1fr;
  transition: transform .22s ease, box-shadow .22s ease;
}

.insights-guide-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--insight-shadow-lift);
}

.insights-guide-card > img {
  width: 100%;
  aspect-ratio: 3 / 2;
}

.insights-guide-card div,
.insights-download-card,
.insights-format-card {
  padding: 18px;
}

.insights-guide-card span,
.insights-download-card small {
  color: var(--insight-green-deep);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.insights-guide-card h3,
.insights-download-card h3,
.insights-format-card h3 {
  margin: 8px 0;
  color: var(--insight-navy);
  font-size: 1.12rem !important;
  line-height: 1.22;
}

.insights-guide-card p,
.insights-download-card p,
.insights-format-card p,
.insights-faq-item p {
  margin: 0;
  color: var(--insight-muted);
  font-size: .96rem !important;
  line-height: 1.56;
}

.insights-guide-card a,
.insights-download-card a,
.insights-format-card a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--insight-green-deep);
  font-weight: 900;
}

.insights-resources-section,
.insights-format-section,
.insights-faq-section {
  background: #fff;
}

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

.insights-file-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--insight-green), var(--insight-blue));
  color: #fff;
  font-size: .78rem;
  font-weight: 950;
  box-shadow: 0 16px 32px rgba(18, 185, 129, .2);
}

.insights-topic-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--insight-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, .78);
  box-shadow: var(--insight-shadow);
}

.insights-topic-row a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(18, 185, 129, .18);
  border-radius: 999px;
  background: rgba(240, 250, 246, .82);
  color: var(--insight-green-deep);
  padding: 0 15px;
  font-size: .92rem;
  font-weight: 900;
}

.insights-format-card .pvg-line-icon {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  margin-bottom: 4px;
}

.icon-report::before {
  width: 18px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.icon-report::after {
  width: 12px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 6px 0 currentColor;
}

.icon-document::before {
  width: 18px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 5px;
}

.icon-document::after {
  width: 10px;
  height: 2px;
  background: currentColor;
}

.icon-support::before {
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.icon-support::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

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

.insights-faq-item {
  padding: 0;
}

.insights-faq-item button {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  background: transparent;
  color: var(--insight-navy);
  padding: 16px 18px;
  text-align: left;
  font-size: 1rem;
  font-weight: 900;
}

.insights-faq-item button::after {
  content: "+";
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--insight-soft-green);
  color: var(--insight-green-deep);
  font-weight: 900;
}

.insights-faq-item button[aria-expanded="true"]::after {
  content: "-";
}

.insights-faq-item div {
  padding: 0 18px 18px;
}

.insights-newsletter-section {
  padding-block: 46px;
  background: linear-gradient(180deg, #fff, #eefbf7);
}

.insights-newsletter-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(360px, .62fr) minmax(300px, .38fr);
  gap: 22px;
  align-items: center;
  min-height: 260px;
  padding: 30px;
  background:
    radial-gradient(circle at 82% 50%, rgba(8, 166, 106, .28), transparent 34%),
    linear-gradient(135deg, #071F2B, #066954 58%, #082f3e);
  color: #fff;
}

.insights-newsletter-panel h2,
.insights-cta-panel h2 {
  margin: 0;
  color: #fff;
  font-size: 2rem !important;
  line-height: 1.12;
}

.insights-newsletter-panel p,
.insights-cta-panel p {
  max-width: 680px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1rem !important;
  line-height: 1.58;
  font-weight: 650;
}

.insights-newsletter-panel .insights-eyebrow,
.insights-cta-panel .insights-eyebrow {
  color: #bffbe5;
}

.insights-newsletter-form {
  display: grid;
  gap: 8px;
  max-width: 620px;
  margin-top: 18px;
}

.insights-newsletter-form label {
  color: rgba(255, 255, 255, .86);
  font-size: .82rem;
  font-weight: 900;
}

.insights-newsletter-form div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.insights-newsletter-form input {
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  color: var(--insight-navy);
  padding: 0 15px;
}

.insights-newsletter-form button {
  min-height: 48px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--insight-green), var(--insight-blue));
  color: #fff;
  padding: 0 18px;
  font-weight: 900;
}

.insights-newsletter-panel > img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .22);
}

.insights-main-cta {
  padding-block: 0 52px;
  background: #eefbf7;
}

.insights-cta-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(360px, .62fr) minmax(260px, .38fr);
  gap: 20px;
  align-items: center;
  min-height: 230px;
  padding: 30px;
  background:
    radial-gradient(circle at 78% 50%, rgba(18, 185, 129, .18), transparent 38%),
    linear-gradient(135deg, #082536, #064b44 52%, #071F2B);
  color: #fff;
}

.insights-cta-panel > img {
  width: min(100%, 430px);
  justify-self: end;
  filter: drop-shadow(0 24px 32px rgba(0, 0, 0, .22));
}

@media (max-width: 1180px) {
  .insights-premium-hero-grid,
  .insights-featured-card,
  .insights-newsletter-panel,
  .insights-cta-panel {
    grid-template-columns: 1fr;
  }

  .insights-premium-visual,
  .insights-premium-visual > img {
    min-height: 360px;
    height: 360px;
  }

  .insights-filter-panel {
    grid-template-columns: 1fr;
  }

  .insights-bento-grid,
  .insights-guide-grid,
  .insights-format-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insights-article-card.is-lead {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 780px) {
  .insights-premium-container {
    width: min(100% - 32px, 1320px);
  }

  .insights-premium-section {
    padding-block: 38px;
  }

  .insights-premium-copy,
  .insights-featured-copy,
  .insights-filter-panel,
  .insights-newsletter-panel,
  .insights-cta-panel {
    padding: 22px;
  }

  .insights-premium-copy h1 {
    font-size: 2.25rem !important;
  }

  .insights-section-heading h2,
  .insights-featured-copy h2,
  .insights-newsletter-panel h2,
  .insights-cta-panel h2 {
    font-size: 1.62rem !important;
  }

  .insights-bento-grid,
  .insights-guide-grid,
  .insights-resource-grid,
  .insights-format-grid,
  .insights-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insights-article-card.is-lead {
    grid-column: span 2;
  }

  .insights-chip-row,
  .insights-topic-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
  }

  .insights-chip-row > *,
  .insights-topic-row > * {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .insights-feature-float {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
  }

  .insights-hero-metrics {
    display: none;
  }

  .insights-premium-visual,
  .insights-premium-visual > img {
    min-height: 300px;
    height: 300px;
  }

  .insights-hero-actions,
  .insights-card-actions,
  .insights-newsletter-form div {
    grid-template-columns: 1fr;
    display: grid;
  }

  .insights-hero-actions .button,
  .insights-card-actions .button {
    width: 100%;
  }

  .insights-cta-panel > img {
    justify-self: center;
  }
}

@media (max-width: 460px) {
  .insights-premium-container {
    width: min(100% - 24px, 1320px);
  }

  .insights-premium-hero {
    padding-block: 26px 26px;
  }

  .insights-premium-copy h1 {
    font-size: 2rem !important;
  }

  .insights-premium-copy > p:not(.insights-eyebrow),
  .insights-featured-copy p:not(.insights-eyebrow),
  .insights-card-body p,
  .insights-guide-card p,
  .insights-download-card p,
  .insights-format-card p,
  .insights-faq-item p {
    font-size: .95rem !important;
  }

  .insights-premium-visual,
  .insights-premium-visual > img {
    min-height: 260px;
    height: 260px;
  }

  .insights-filter-status {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .insights-bento-grid,
  .insights-guide-grid,
  .insights-resource-grid,
  .insights-format-grid,
  .insights-faq-grid {
    grid-template-columns: 1fr;
  }

  .insights-article-card.is-lead {
    grid-column: span 1;
  }
}

/* PVG-EV homepage reference rebuild: premium compact glass layout */
.home-reference-body {
  --home-green: #0BB783;
  --home-green-deep: #067a61;
  --home-blue: #08A66A;
  --home-navy: #071c29;
  --home-ink: #12202d;
  --home-muted: #5b6873;
  --home-line: rgba(15, 23, 42, .08);
  --home-glass: rgba(255, 255, 255, .78);
  --home-glass-strong: rgba(255, 255, 255, .9);
  --home-shadow: 0 22px 70px rgba(5, 28, 39, .1);
  --home-shadow-soft: 0 14px 42px rgba(5, 28, 39, .08);
  --home-radius: 24px;
  background:
    radial-gradient(circle at 10% 8%, rgba(11, 183, 131, .12), transparent 28%),
    radial-gradient(circle at 90% 18%, rgba(8, 166, 106, .14), transparent 30%),
    linear-gradient(180deg, #f8fcfb 0%, #ffffff 44%, #f5fbf9 100%);
  color: var(--home-ink);
}

.home-reference-body .site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 950;
  pointer-events: none;
}

.home-reference-body .nav-shell-client {
  pointer-events: auto;
  width: min(100% - 52px, 1420px);
  min-height: 66px;
}

.home-reference-page {
  overflow: clip;
  background: transparent;
}

.home-ref-container {
  width: min(100% - 64px, 1280px);
  margin-inline: auto;
}

.home-ref-section {
  position: relative;
  padding-block: 48px;
}

.home-ref-section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.home-ref-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--home-green-deep);
  font-size: var(--font-label) !important;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.home-ref-eyebrow::before {
  content: "";
  width: 42px;
  height: 3px;
  border-radius: 99px;
  background: currentColor;
  opacity: .78;
}

.home-ref-hero .home-ref-eyebrow::before,
.home-ref-final-cta .home-ref-eyebrow::before {
  display: none;
}

.home-ref-section h2 {
  max-width: 780px;
  margin: 0;
  color: var(--home-ink);
  font-size: var(--font-section-title) !important;
  line-height: 1.12;
  letter-spacing: 0;
}

.home-ref-hero {
  position: relative;
  min-height: 500px;
  display: grid;
  align-items: center;
  padding-block: 96px 28px;
  isolation: isolate;
}

.home-ref-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -2;
}

.home-ref-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.03);
  transform: scale(1.015);
}

.home-ref-hero::before,
.home-ref-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-ref-hero::before {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(247, 252, 250, .98) 0%, rgba(247, 252, 250, .92) 29%, rgba(247, 252, 250, .62) 52%, rgba(247, 252, 250, .2) 100%),
    radial-gradient(circle at 76% 44%, rgba(11, 183, 131, .22), transparent 30%);
}

.home-ref-hero::after {
  z-index: 0;
  background:
    linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, .36) 82%, #f4fbf8 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 0 68px, rgba(11, 183, 131, .035) 68px 69px);
  opacity: .8;
}

.home-ref-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(340px, .42fr) minmax(520px, .58fr);
  align-items: center;
  gap: 34px;
}

.home-ref-hero-copy {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: var(--home-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .91), rgba(255, 255, 255, .72)),
    rgba(255, 255, 255, .72);
  box-shadow: var(--home-shadow-soft), inset 0 1px 0 rgba(255, 255, 255, .92);
  backdrop-filter: blur(24px) saturate(1.35);
  -webkit-backdrop-filter: blur(24px) saturate(1.35);
}

.home-ref-hero-copy h1 {
  max-width: 680px;
  margin: 0;
  color: var(--home-ink);
  font-size: var(--font-hero) !important;
  line-height: 1.06;
  letter-spacing: -.01em;
}

.home-ref-hero-copy h1 span {
  color: var(--home-green);
}

.home-ref-lead {
  max-width: 620px;
  margin: 16px 0 0;
  color: #344451;
  font-size: var(--font-body) !important;
  line-height: 1.62;
  font-weight: 700;
}

.home-ref-powered-card {
  display: grid;
  grid-template-columns: 4px 1fr;
  gap: 18px;
  align-items: stretch;
  max-width: 600px;
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 16px 38px rgba(5, 28, 39, .06), inset 0 1px 0 rgba(255, 255, 255, .96);
}

.home-ref-powered-card span {
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(11, 183, 131, .56), rgba(8, 166, 106, .4));
}

.home-ref-powered-card strong {
  color: var(--home-ink);
  font-size: var(--font-card-title) !important;
  line-height: 1.45;
}

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

.home-ref-actions .button {
  min-height: 48px;
  padding-inline: 22px;
  font-size: var(--font-button) !important;
}

.home-ref-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.home-ref-status-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(11, 183, 131, .22);
  border-radius: 999px;
  background: rgba(231, 250, 242, .82);
  color: var(--home-green-deep);
  font-size: var(--font-label) !important;
  font-weight: 900;
}

.home-ref-hero-visual {
  position: relative;
  min-height: 398px;
  height: 398px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 28, 41, .12), rgba(7, 28, 41, .01) 44%, rgba(7, 28, 41, .08)),
    url("public/assets/pvg-ev/hero/hero-real-vehicle.jpg") 64% 54% / cover no-repeat,
    #eef8f6;
  box-shadow: 0 28px 90px rgba(5, 22, 31, .24);
}

.home-ref-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: none;
  background: none;
  pointer-events: none;
}

.home-ref-hero-visual > img {
  width: 100%;
  height: 100%;
  min-height: 398px;
  object-fit: cover;
  object-position: 64% 54%;
  filter: saturate(1.22) contrast(1.42) brightness(.58);
  opacity: 0;
  transform: scale(1.01);
}

.home-ref-float-card {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 2px;
  max-width: 260px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: rgba(7, 28, 41, .58);
  color: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .18);
  backdrop-filter: blur(20px) saturate(1.35);
  -webkit-backdrop-filter: blur(20px) saturate(1.35);
}

.home-ref-float-card small {
  color: rgba(255, 255, 255, .68);
  font-size: var(--font-label) !important;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.home-ref-float-card strong {
  color: #fff;
  font-size: var(--font-card-title) !important;
  line-height: 1.15;
}

.home-ref-float-card span {
  color: rgba(255, 255, 255, .88);
  font-size: var(--font-small) !important;
  font-weight: 800;
}

.home-ref-card-status {
  top: 22px;
  left: 22px;
}

.home-ref-card-tech {
  top: 22px;
  right: 22px;
}

.home-ref-card-ops {
  bottom: 22px;
  left: 22px;
}

.home-ref-card-access {
  right: 22px;
  bottom: 22px;
  max-width: 300px;
}

.home-ref-services {
  padding-block: 28px 44px;
  background:
    linear-gradient(180deg, rgba(244, 251, 248, .9), rgba(255, 255, 255, .86)),
    radial-gradient(circle at 50% 0, rgba(8, 166, 106, .09), transparent 38%);
}

.home-ref-services .home-ref-section-heading {
  margin-bottom: 18px;
}

.home-ref-service-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.home-ref-service-card {
  min-height: 166px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px 18px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(248, 255, 252, .7)),
    rgba(255, 255, 255, .74);
  box-shadow: 0 12px 32px rgba(5, 28, 39, .06), inset 0 1px 0 rgba(255, 255, 255, .96);
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.home-ref-service-card:hover,
.home-ref-service-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(11, 183, 131, .35);
  box-shadow: 0 22px 54px rgba(5, 28, 39, .11), 0 0 0 1px rgba(8, 166, 106, .1);
}

.home-ref-service-card .pvg-line-icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(8, 166, 106, .13);
}

.home-ref-service-card strong {
  color: var(--home-ink);
  font-size: var(--font-card-title) !important;
  line-height: 1.16;
}

.home-ref-service-card p {
  margin: 0;
  color: var(--home-muted);
  font-size: var(--font-small) !important;
  line-height: 1.45;
}

.home-ref-workflow {
  padding-block: 42px;
  background: #fff;
}

.home-ref-workflow-panel {
  padding: 30px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: var(--home-radius);
  background:
    radial-gradient(circle at 18% 16%, rgba(11, 183, 131, .13), transparent 32%),
    linear-gradient(140deg, rgba(255, 255, 255, .96), rgba(246, 253, 250, .74));
  box-shadow: var(--home-shadow-soft);
}

.home-ref-workflow-panel .home-ref-section-heading {
  margin-bottom: 20px;
}

.home-ref-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-ref-timeline::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, rgba(11, 183, 131, .35), rgba(8, 166, 106, .35));
}

.home-ref-timeline li {
  position: relative;
  z-index: 1;
  min-height: 168px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 26px 24px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 20px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 15px 40px rgba(5, 28, 39, .07);
}

.home-ref-timeline span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--home-green), var(--home-blue));
  box-shadow: 0 14px 30px rgba(11, 183, 131, .22);
  font-size: var(--font-card-title) !important;
  font-weight: 900;
}

.home-ref-timeline strong {
  color: var(--home-ink);
  font-size: var(--font-card-title) !important;
  line-height: 1.2;
}

.home-ref-timeline p {
  margin: 0;
  color: var(--home-muted);
  font-size: var(--font-small) !important;
  line-height: 1.5;
}

.home-ref-usecases {
  padding-block: 46px;
  background:
    radial-gradient(circle at 0 18%, rgba(11, 183, 131, .08), transparent 28%),
    radial-gradient(circle at 90% 54%, rgba(8, 166, 106, .09), transparent 33%),
    linear-gradient(180deg, #f7fcfb 0%, #fff 100%);
}

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

.home-ref-usecase-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  display: grid;
  align-items: end;
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 20px;
  background: #0a2735;
  box-shadow: var(--home-shadow-soft);
  isolation: isolate;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.home-ref-usecase-card:nth-child(1),
.home-ref-usecase-card:nth-child(2) {
  grid-column: span 2;
}

.home-ref-usecase-card:hover,
.home-ref-usecase-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(11, 183, 131, .42);
  box-shadow: 0 26px 70px rgba(5, 28, 39, .14);
}

.home-ref-usecase-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.home-ref-usecase-card:hover img,
.home-ref-usecase-card:focus-visible img {
  transform: scale(1.055);
}

.home-ref-usecase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7, 28, 41, .02), rgba(7, 28, 41, .2) 46%, rgba(7, 28, 41, .58)),
    radial-gradient(circle at 22% 10%, rgba(11, 183, 131, .12), transparent 34%);
}

.home-ref-usecase-card div {
  margin: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 16px;
  background: rgba(6, 25, 36, .64);
  color: #fff;
  backdrop-filter: blur(8px) saturate(1.22);
  -webkit-backdrop-filter: blur(8px) saturate(1.22);
}

.home-ref-usecase-card h3 {
  margin: 0;
  color: #fff;
  font-size: var(--font-card-title) !important;
  line-height: 1.15;
}

.home-ref-usecase-card p {
  margin: 8px 0 12px;
  color: rgba(255, 255, 255, .86);
  font-size: var(--font-small) !important;
  line-height: 1.42;
}

.home-ref-usecase-card span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #c9fff0;
  font-size: var(--font-label) !important;
  font-weight: 900;
  text-transform: uppercase;
}

.home-ref-usecase-card span::after {
  content: "→";
  transition: transform .2s ease;
}

.home-ref-usecase-card:hover span::after,
.home-ref-usecase-card:focus-visible span::after {
  transform: translateX(4px);
}

.home-ref-partnership {
  padding-block: 52px;
  background: #fff;
}

.home-ref-partnership-grid {
  display: grid;
  grid-template-columns: minmax(340px, .46fr) minmax(440px, .54fr);
  gap: 28px;
  align-items: stretch;
}

.home-ref-partnership-copy,
.home-ref-partnership-visual {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: var(--home-radius);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, .94), rgba(247, 253, 250, .72)),
    rgba(255, 255, 255, .82);
  box-shadow: var(--home-shadow-soft);
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
}

.home-ref-partnership-copy {
  padding: 30px;
}

.home-ref-partnership-copy p:not(.home-ref-eyebrow) {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--home-muted);
  font-size: var(--font-body) !important;
  line-height: 1.62;
  font-weight: 650;
}

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

.home-ref-fact-grid article {
  min-height: 106px;
  padding: 16px;
  border: 1px solid rgba(11, 183, 131, .14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 10%, rgba(8, 166, 106, .12), transparent 34%),
    rgba(255, 255, 255, .72);
}

.home-ref-fact-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--home-green-deep);
  font-size: var(--font-label) !important;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.home-ref-fact-grid strong {
  color: var(--home-ink);
  font-size: var(--font-small) !important;
  line-height: 1.38;
}

.home-ref-partnership-visual {
  min-height: 520px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 18px;
  padding: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 26%, rgba(8, 166, 106, .17), transparent 34%),
    linear-gradient(135deg, rgba(235, 255, 247, .92), rgba(255, 255, 255, .88));
}

.home-ref-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-ref-progress li {
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 12px 26px rgba(5, 28, 39, .06);
}

.home-ref-progress span {
  display: block;
  color: var(--home-green-deep);
  font-size: var(--font-label) !important;
  font-weight: 900;
  text-transform: uppercase;
}

.home-ref-progress strong {
  display: block;
  margin-top: 5px;
  color: var(--home-ink);
  font-size: .84rem;
  line-height: 1.25;
}

.home-ref-road-scene {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: 20px;
  background: #0b2a38;
}

.home-ref-road-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 22, 32, .04), rgba(6, 22, 32, .22));
  pointer-events: none;
}

.home-ref-road-scene img {
  position: absolute;
  object-fit: cover;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .16);
}

.home-ref-road-scene img:first-child {
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
}

.home-ref-road-scene img:nth-child(2) {
  right: 22px;
  bottom: 30px;
  width: 45%;
  height: 42%;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 18px;
}

.home-ref-road-scene img:nth-child(3) {
  left: 22px;
  bottom: 22px;
  width: 56%;
  height: 42%;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 18px;
}

.home-ref-final-cta {
  padding-block: 42px 56px;
  background: linear-gradient(180deg, #fff, #effbf7);
}

.home-ref-cta-panel {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  display: grid;
  grid-template-columns: minmax(360px, .58fr) minmax(300px, .42fr);
  align-items: center;
  gap: 24px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--home-radius);
  background:
    radial-gradient(circle at 82% 50%, rgba(8, 166, 106, .28), transparent 36%),
    linear-gradient(135deg, #073324 0%, #007560 48%, #063447 100%);
  color: #fff;
  box-shadow: 0 28px 86px rgba(5, 28, 39, .18);
}

.home-ref-cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .1), transparent 38%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .04) 0 1px, transparent 1px 76px);
  pointer-events: none;
}

.home-ref-cta-panel > div {
  position: relative;
  z-index: 1;
}

.home-ref-cta-panel h2 {
  color: #fff;
}

.home-ref-cta-panel p:not(.home-ref-eyebrow) {
  max-width: 640px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: var(--font-body) !important;
  line-height: 1.55;
  font-weight: 650;
}

.home-ref-final-cta .home-ref-eyebrow {
  color: #b9ffe5;
}

.home-ref-cta-media {
  min-height: 200px;
}

.home-ref-cta-media img:first-child {
  position: absolute;
  right: 70px;
  bottom: 8px;
  width: min(44%, 520px);
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .28));
}

.home-ref-cta-media img:nth-child(2) {
  position: absolute;
  right: 28px;
  bottom: 8px;
  width: min(18%, 210px);
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .24));
}

@media (max-width: 1180px) {
  .home-ref-partnership-grid {
    grid-template-columns: 1fr;
  }

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

  .home-ref-usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-ref-usecase-card:nth-child(1),
  .home-ref-usecase-card:nth-child(2) {
    grid-column: span 1;
  }
}

@media (min-width: 1321px) and (max-width: 1700px) {
  .home-reference-body .nav-shell-client {
    grid-template-columns: minmax(190px, 210px) minmax(0, 1fr) auto;
    column-gap: 10px;
    width: min(100% - 40px, 1500px);
  }

  .home-reference-body .brand {
    max-width: 210px;
    gap: 9px;
  }

  .home-reference-body .brand-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-width: 3px;
  }

  .home-reference-body .brand-text strong {
    font-size: 1.02rem !important;
  }

  .home-reference-body .brand-text small {
    font-size: .68rem !important;
  }

  .home-reference-body .nav-menu-client {
    justify-content: center;
    gap: 3px;
  }

  .home-reference-body .nav-menu-client > .nav-link,
  .home-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    min-height: 34px;
    padding-inline: 6px;
    font-size: .78rem !important;
  }

  .home-reference-body .nav-toggle {
    display: none;
  }

  .home-reference-body .nav-actions {
    display: flex;
    gap: 6px;
  }

  .home-reference-body .nav-actions .nav-cta {
    min-height: 38px;
    padding-inline: 12px;
    font-size: .78rem !important;
  }
}

@media (max-width: 980px) {
  .home-ref-hero-grid {
    grid-template-columns: 1fr;
  }

  .home-ref-hero {
    padding-top: 104px;
  }

  .home-ref-hero-copy {
    max-width: 760px;
  }
}

@media (max-width: 900px) {
  .home-reference-body .nav-shell-client {
    width: min(100% - 28px, 1420px);
  }

  .home-ref-container {
    width: min(100% - 40px, 1280px);
  }

  .home-ref-section {
    padding-block: 38px;
  }

  .home-ref-hero {
    padding-block: 96px 30px;
  }

  .home-ref-hero-copy {
    padding: 26px;
  }

  .home-ref-hero-visual,
  .home-ref-hero-visual > img {
    height: 330px;
    min-height: 330px;
  }

  .home-ref-float-card {
    padding: 11px 13px;
  }

  .home-ref-card-access {
    display: none;
  }

  .home-ref-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-ref-timeline,
  .home-ref-progress {
    grid-template-columns: 1fr;
  }

  .home-ref-timeline::before {
    display: none;
  }

  .home-ref-timeline li {
    min-height: auto;
  }

  .home-ref-cta-panel {
    grid-template-columns: 1fr;
  }

  .home-ref-cta-media {
    min-height: 220px;
  }

  .home-ref-cta-media img:first-child {
    width: min(72%, 480px);
  }

  .home-ref-cta-media img:nth-child(2) {
    width: min(28%, 170px);
  }
}

@media (max-width: 680px) {
  .home-ref-container {
    width: min(100% - 28px, 1280px);
  }

  .home-ref-hero {
    min-height: auto;
    padding-block: 96px 28px;
  }

  .home-ref-hero-grid {
    gap: 18px;
  }

  .home-ref-hero-copy {
    padding: 22px;
    border-radius: 20px;
  }

  .home-ref-hero-copy h1 {
    font-size: clamp(2rem, 8vw, 2.125rem) !important;
  }

  .home-ref-lead {
    font-size: var(--font-body) !important;
    line-height: 1.5;
  }

  .home-ref-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-ref-actions .button {
    width: 100%;
  }

  .home-ref-hero-visual,
  .home-ref-hero-visual > img {
    height: 230px;
    min-height: 230px;
  }

  .home-ref-float-card {
    display: none;
  }

  .home-ref-service-grid,
  .home-ref-usecase-grid,
  .home-ref-fact-grid {
    grid-template-columns: 1fr;
  }

  .home-ref-service-card,
  .home-ref-usecase-card {
    min-height: auto;
  }

  .home-ref-usecase-card {
    aspect-ratio: 1.16;
  }

  .home-ref-workflow-panel,
  .home-ref-partnership-copy,
  .home-ref-partnership-visual,
  .home-ref-cta-panel {
    padding: 22px;
    border-radius: 20px;
  }

  .home-ref-road-scene {
    min-height: 300px;
  }

  .home-ref-road-scene img:nth-child(2) {
    width: 50%;
    right: 14px;
    bottom: 22px;
  }

  .home-ref-road-scene img:nth-child(3) {
    width: 62%;
    left: 14px;
    bottom: 14px;
  }

  .home-ref-cta-media {
    min-height: 180px;
  }

  .home-ref-cta-media img:first-child {
    right: 38px;
    width: 78%;
  }

  .home-ref-cta-media img:nth-child(2) {
    right: 8px;
    width: 32%;
  }
}

@media (max-width: 420px) {
  .home-reference-body .nav-shell-client {
    width: calc(100% - 20px);
  }

  .home-ref-container {
    width: min(100% - 22px, 1280px);
  }

  .home-ref-hero-copy,
  .home-ref-workflow-panel,
  .home-ref-partnership-copy,
  .home-ref-partnership-visual,
  .home-ref-cta-panel {
    padding: 18px;
  }

  .home-ref-hero-visual,
  .home-ref-hero-visual > img {
    height: 210px;
    min-height: 210px;
  }

  .home-ref-powered-card {
    padding: 15px;
  }
}

.nav-shell-client .brand-logo-real,
.fleet-reference-body .nav-shell-client .brand-logo-real,
.setrans-reference-body .nav-shell-client .brand-logo-real,
.contact-reference-body .nav-shell-client .brand-logo-real,
.insights-premium-body .nav-shell-client .brand-logo-real {
  width: 168px !important;
  height: 50px !important;
  flex: 0 0 auto !important;
}

.site-footer .brand-logo-real {
  width: 168px !important;
  height: 92px !important;
}

@media (max-width: 760px) {
  .nav-shell-client .brand-logo-real,
  .fleet-reference-body .nav-shell-client .brand-logo-real,
  .setrans-reference-body .nav-shell-client .brand-logo-real,
  .contact-reference-body .nav-shell-client .brand-logo-real,
  .insights-premium-body .nav-shell-client .brand-logo-real {
    width: min(154px, calc(100vw - 132px)) !important;
    height: 46px !important;
    border-radius: 10px !important;
  }

  .site-footer .brand-logo-real {
    width: 148px !important;
    height: 82px !important;
  }
}

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

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  background:
    radial-gradient(circle at 16% 10%, rgba(8, 166, 106, .11), transparent 26%),
    radial-gradient(circle at 84% 18%, rgba(8, 166, 106, .13), transparent 25%),
    linear-gradient(180deg, #FFFFFF 0%, #F6FCFB 38%, #FFFFFF 100%);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: geometricPrecision;
}

body.menu-open {
  overflow: hidden;
}

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

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

button {
  cursor: pointer;
}

svg {
  display: block;
}

::selection {
  background: rgba(8, 166, 106, .18);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-150%);
  border: 1px solid var(--green);
  border-radius: 6px;
  background: var(--white);
  color: var(--green-dark);
  padding: 10px 14px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  min-height: var(--header-height);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .82), rgba(242, 255, 249, .64) 48%, rgba(237, 248, 255, .68)),
    rgba(255, 255, 255, .7);
  border-bottom: 1px solid rgba(255, 255, 255, .68);
  box-shadow: inset 0 -1px 0 rgba(8, 166, 106, .08);
  backdrop-filter: blur(28px) saturate(1.7);
  transition: box-shadow .2s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 18px 44px rgba(24, 70, 76, .12), inset 0 -1px 0 rgba(255, 255, 255, .82);
}

.nav-shell {
  width: min(1320px, calc(100% - 32px));
  min-height: var(--header-height);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green);
  border: 4px solid currentColor;
  border-left-color: transparent;
  position: relative;
  flex: 0 0 52px;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, .92), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, .52), rgba(237, 248, 255, .22));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 12px 28px rgba(8, 166, 106, .14);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 999px;
}

.brand-mark::before {
  width: 18px;
  height: 4px;
  left: 4px;
  top: 13px;
}

.brand-mark::after {
  width: 18px;
  height: 4px;
  right: 4px;
  bottom: 13px;
}

.brand-bolt {
  width: 16px;
  height: 24px;
  background: linear-gradient(135deg, var(--blue), var(--green));
  clip-path: polygon(58% 0, 14% 50%, 47% 50%, 32% 100%, 86% 38%, 53% 38%);
}

.brand-text {
  display: grid;
  gap: 1px;
}

.brand-text strong {
  color: var(--green-dark);
  font-size: 1.58rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.brand-text small {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
}

.brand-logo-real {
  display: block;
  width: 168px;
  height: 50px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  background: #07111d;
  box-shadow: 0 12px 28px rgba(4, 14, 27, .13), inset 0 1px 0 rgba(255, 255, 255, .12);
}

.site-footer .brand-logo-real {
  width: 168px;
  height: 92px;
  object-position: center 38%;
  border-radius: 14px;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.nav-link,
.dropdown-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: .8rem;
}

.mobile-contact-link {
  display: none;
}

.nav-link,
.dropdown-link {
  position: relative;
}

.nav-link::after,
.dropdown-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.nav-link.is-active::after,
.nav-link:hover::after,
.nav-link:focus-visible::after,
.dropdown.is-active .dropdown-link::after,
.dropdown:hover .dropdown-link::after,
.dropdown-link:focus-visible::after {
  transform: scaleX(1);
}

.dropdown {
  position: relative;
}

.dropdown-head {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.dropdown-toggle {
  width: 24px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--ink);
  padding: 0;
}

.dropdown-toggle svg {
  width: 15px;
  height: 15px;
  transition: transform .2s ease;
}

.dropdown:hover .dropdown-toggle svg,
.dropdown.is-open .dropdown-toggle svg {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  width: 288px;
  transform: translate(-50%, 10px);
  opacity: 0;
  pointer-events: none;
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  transition: opacity .2s ease, transform .2s ease;
}

.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu,
.dropdown.is-open .dropdown-menu {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.dropdown-menu a {
  display: grid;
  gap: 3px;
  padding: 11px 12px;
  border-radius: 7px;
  color: var(--text);
  font-weight: 750;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus-visible,
.dropdown-menu a.is-active {
  color: var(--green-dark);
  background: var(--green-soft);
}

.nav-cta {
  justify-self: end;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 14px 24px rgba(8, 166, 106, .18);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  transform: translateY(-2px);
  background: var(--green-dark);
  box-shadow: 0 18px 30px rgba(8, 166, 106, .24);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle span {
  width: 21px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

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

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

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

.main {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-height) - 56px);
  display: grid;
  align-items: center;
  padding: 54px 0 62px;
  background:
    radial-gradient(circle at 82% 48%, rgba(8, 166, 106, .1), transparent 28%),
    radial-gradient(circle at 72% 20%, rgba(8, 166, 106, .1), transparent 26%),
    var(--white);
}

.hero-shell,
.section-shell {
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(430px, .82fr) minmax(600px, 1.18fr);
  align-items: center;
  gap: 60px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--green-dark);
  font-weight: 900;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.eyebrow::before {
  content: "";
  width: 32px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

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

h1,
h2 {
  color: var(--ink);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 16px;
  font-size: 3.7rem;
}

.hero-highlight {
  display: grid;
  gap: 4px;
  margin-bottom: 24px;
  line-height: 1.06;
}

.hero-highlight span,
.hero-highlight strong {
  display: block;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-highlight span {
  color: var(--green);
}

.hero-highlight strong {
  color: var(--blue-dark);
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 32px;
  color: var(--text);
  font-size: 1.12rem;
  font-weight: 650;
}

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

.button {
  position: relative;
  overflow: hidden;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, .22));
  transform: translateX(-115%);
  transition: transform .45s ease;
  pointer-events: none;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button:hover::before,
.button:focus-visible::before {
  transform: translateX(115%);
}

.button-primary {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(8, 166, 106, .96), rgba(8, 166, 106, .96)),
    var(--green);
  box-shadow: 0 18px 38px rgba(8, 166, 106, .24), 0 0 0 1px rgba(255, 255, 255, .34) inset;
}

.button-secondary {
  color: var(--green-dark);
  background: rgba(255, 255, 255, .54);
  border-color: rgba(255, 255, 255, .72);
  box-shadow: 0 14px 34px rgba(10, 45, 56, .08), inset 0 1px 0 rgba(255, 255, 255, .82);
  backdrop-filter: blur(18px) saturate(1.4);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: var(--green-soft);
  border-color: var(--green);
}

.button svg {
  width: 19px;
  height: 19px;
}

.hero-card {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.hero-visual {
  width: min(100%, 740px);
  aspect-ratio: 16 / 9;
  overflow: visible;
}

.cinematic-hero-visual {
  border-radius: var(--radius);
  filter: saturate(1.04);
}

.cinematic-camera {
  transform-box: view-box;
  transform-origin: 640px 360px;
  animation: cinematicDolly 16s ease-in-out infinite;
}

.cinematic-road-dash {
  stroke-dasharray: 22 28;
  animation: cinematicRoad 18s linear infinite;
}

.dash-reverse {
  animation-direction: reverse;
}

.cinematic-orbit {
  transform-box: view-box;
  transform-origin: 640px 360px;
  animation: cinematicOrbit 22s linear infinite;
}

.orbit-two {
  animation-delay: -7.333s;
}

.orbit-three {
  animation-delay: -14.666s;
}

.cinematic-connector {
  transform-box: fill-box;
  transform-origin: center;
  animation: connectorFloat 8s ease-in-out infinite;
}

.cinematic-connector.glowing {
  filter: drop-shadow(0 0 11px rgba(8, 166, 106, .46)) drop-shadow(0 0 14px rgba(8, 166, 106, .3));
}

.active-connector {
  transform-box: view-box;
  transform-origin: 916px 163px;
  animation: activeConnectorPlug 10s ease-in-out infinite;
}

.cinematic-cable {
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  opacity: 0;
  animation: cinematicCable 10s ease-in-out infinite;
}

.cinematic-energy {
  stroke-dasharray: 38 170;
  opacity: 0;
  animation: cinematicEnergy 10s linear infinite, energyOpacity 10s ease-in-out infinite;
}

.cinematic-battery-fill {
  animation: cinematicBattery 10s ease-in-out infinite;
}

.cinematic-battery-fill.small {
  animation: cinematicSmallBattery 10s ease-in-out infinite;
}

.battery-indicator {
  opacity: 0;
  animation: batteryIndicatorShow 10s ease-in-out infinite;
}

.charge-label {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}

.charge-label.booked {
  animation: labelBooked 10s ease-in-out infinite;
}

.charge-label.started {
  animation: labelStarted 10s ease-in-out infinite;
}

.charge-label.done {
  animation: labelDone 10s ease-in-out infinite;
}

.cinematic-van {
  transform-box: fill-box;
  transform-origin: center;
  animation: vehicleBreathe 10s ease-in-out infinite;
}

.orbit-road {
  animation: roadDash 7s linear infinite;
}

.connector-orbit {
  transform-box: view-box;
  transform-origin: 340px 318px;
  animation: orbitSpin 16s linear infinite;
}

.orbit-b {
  animation-delay: -5.3s;
}

.orbit-c {
  animation-delay: -10.6s;
}

.connector-module {
  transform-box: fill-box;
  transform-origin: center;
  animation: floatSmall 2.6s ease-in-out infinite;
}

.hero-cable,
.hero-cable-car {
  stroke-dasharray: 820;
  stroke-dashoffset: 820;
  animation: drawCable 5.4s ease-in-out infinite;
}

.hero-energy,
.card-energy {
  stroke-dasharray: 28 110;
  animation: energyMove 1.7s linear infinite;
}

.battery-fill {
  animation: batteryPulse 5.4s ease-in-out infinite;
}

.hero-label {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: labelPop 7.5s ease-in-out infinite;
}

.hero-label.two {
  animation-delay: 2.3s;
}

.hero-label.three {
  animation-delay: 4.6s;
}

.section {
  padding: 78px 0;
  background: var(--white);
}

.section-soft {
  background:
    radial-gradient(circle at 12% 14%, rgba(8, 166, 106, .08), transparent 25%),
    radial-gradient(circle at 88% 78%, rgba(8, 166, 106, .08), transparent 26%),
    var(--soft);
}

.section-green {
  background: linear-gradient(180deg, var(--green-soft), #F3FFF9);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

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

.section-heading.center .eyebrow {
  justify-content: center;
}

.section-heading.center .eyebrow::before {
  display: none;
}

.section h2 {
  margin-bottom: 16px;
  font-size: 2.62rem;
}

.section p,
.page-lead {
  color: var(--text);
  font-size: 1.02rem;
}

.intro-grid,
.split-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  gap: 56px;
  align-items: center;
}

.mini-stats,
.feature-grid,
.card-grid,
.product-highlight,
.service-highlight,
.trust-strip,
.credibility-grid,
.industry-grid-home,
.project-grid-home,
.team-grid,
.investor-grid {
  display: grid;
  gap: 18px;
}

.mini-stats {
  grid-template-columns: repeat(3, 1fr);
}

.mini-stat,
.info-card,
.detail-card,
.team-card,
.contact-form,
.contact-panel {
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .76), rgba(255, 255, 255, .3)),
    rgba(255, 255, 255, .46);
  box-shadow: 0 18px 54px rgba(10, 45, 56, .1), inset 0 1px 0 rgba(255, 255, 255, .88);
  backdrop-filter: blur(18px) saturate(1.45);
}

.mini-stat {
  min-height: 138px;
  padding: 22px;
}

.mini-stat strong {
  display: block;
  color: var(--green-dark);
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
}

.mini-stat span {
  color: var(--text);
  font-weight: 700;
}

.product-highlight,
.service-highlight,
.card-grid {
  grid-template-columns: repeat(3, 1fr);
}

.product-listing-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

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

.info-card,
.detail-card,
.team-card {
  position: relative;
  overflow: hidden;
  min-height: 218px;
  padding: 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.info-card > *,
.detail-card > *,
.team-card > *,
.rich-card > *,
.service-card > * {
  position: relative;
  z-index: 1;
}

.info-card::before,
.detail-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--green), var(--blue));
  opacity: .9;
}

.info-card::after,
.detail-card::after,
.team-card::after,
.rich-card::after,
.service-card::after,
.industry-pill::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, 0) 46%),
    linear-gradient(42deg, transparent 0 58%, rgba(255, 255, 255, .38) 59%, transparent 66%),
    radial-gradient(circle at 88% 8%, rgba(8, 166, 106, .16), transparent 28%);
  pointer-events: none;
}

.info-card:hover,
.detail-card:hover,
.team-card:hover {
  transform: translateY(-7px);
  border-color: rgba(8, 166, 106, .34);
  box-shadow: var(--shadow-lift), var(--glow-soft);
}

.card-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  margin-bottom: 16px;
  color: var(--green-dark);
  background:
    radial-gradient(circle at 70% 18%, rgba(8, 166, 106, .24), transparent 32%),
    linear-gradient(135deg, #F2FFF9, #EDF8FF);
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95), 0 14px 32px rgba(8, 166, 106, .14);
  backdrop-filter: blur(12px);
}

.card-icon svg {
  width: 27px;
  height: 27px;
}

.info-card h3,
.detail-card h3,
.team-card h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1.25;
}

.info-card p,
.detail-card p,
.team-card p {
  color: var(--text);
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--green-dark);
  font-weight: 900;
}

.card-link::after {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  transition: width .2s ease;
}

.card-link:hover::after,
.card-link:focus-visible::after {
  width: 38px;
}

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

.trust-strip article,
.credibility-grid article,
.sustainability-panel article,
.project-card,
.industry-pill {
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .34)),
    rgba(255, 255, 255, .48);
  box-shadow: 0 18px 54px rgba(10, 45, 56, .1), inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(18px) saturate(1.45);
}

.trust-strip article {
  min-height: 126px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px;
}

.trust-strip strong,
.credibility-grid strong {
  color: var(--green-dark);
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
}

.trust-strip span,
.credibility-grid span {
  color: var(--text);
  font-weight: 800;
}

.choose-grid .detail-card {
  min-height: 214px;
  background:
    linear-gradient(135deg, rgba(8, 166, 106, .06), transparent 44%),
    var(--white);
}

.credibility-grid {
  grid-template-columns: repeat(4, 1fr);
}

.credibility-grid article {
  min-height: 150px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 24px;
  text-align: center;
}

.credibility-grid strong {
  font-size: 2.25rem;
}

.industry-grid-home {
  grid-template-columns: repeat(4, 1fr);
}

.industry-pill {
  position: relative;
  overflow: hidden;
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 18px 20px 18px 24px;
  color: var(--ink);
  font-weight: 900;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.industry-pill:hover {
  transform: translateY(-5px);
  border-color: rgba(8, 166, 106, .3);
  box-shadow: var(--shadow-lift), var(--glow-soft);
}

.industry-pill::before {
  content: "";
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  margin-right: 12px;
  background: linear-gradient(135deg, var(--green), var(--blue));
}

.sustainability-home {
  background:
    radial-gradient(circle at 82% 26%, rgba(8, 166, 106, .12), transparent 26%),
    linear-gradient(180deg, #FFFFFF, var(--soft));
}

.sustainability-panel {
  display: grid;
  gap: 16px;
}

.sustainability-panel article {
  display: grid;
  gap: 6px;
  padding: 22px 24px;
  border-left: 4px solid var(--green);
}

.sustainability-panel strong {
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 900;
}

.sustainability-panel span {
  color: var(--text);
  font-weight: 650;
}

.project-grid-home {
  grid-template-columns: repeat(4, 1fr);
}

.project-card {
  min-height: 214px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.project-card:hover,
.project-card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(8, 166, 106, .3);
  box-shadow: var(--shadow);
}

.project-card span {
  width: fit-content;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  color: var(--green-dark);
  background: var(--green-soft);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.project-card h3 {
  margin: 4px 0 0;
  font-size: 1.18rem;
  line-height: 1.25;
}

.project-card p {
  margin: 0;
  color: var(--text);
}

.page-hero {
  padding: 78px 0 72px;
  background:
    radial-gradient(circle at 82% 22%, rgba(8, 166, 106, .2), transparent 28%),
    radial-gradient(circle at 12% 26%, rgba(8, 166, 106, .14), transparent 24%),
    conic-gradient(from 130deg at 78% 36%, rgba(255, 255, 255, .86), rgba(8, 166, 106, .1), rgba(8, 166, 106, .1), rgba(255, 255, 255, .86)),
    linear-gradient(180deg, #FFFFFF, #F4FFFA);
}

.page-hero-inner {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  max-width: 920px;
  border: 1px solid rgba(255, 255, 255, .64);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, .22));
  box-shadow: 0 24px 70px rgba(10, 45, 56, .08), inset 0 1px 0 rgba(255, 255, 255, .86);
  padding: 30px;
  backdrop-filter: blur(22px) saturate(1.5);
}

.page-hero h1 {
  max-width: 820px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 700;
}

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

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .7fr);
  gap: 46px;
  align-items: start;
}

.detail-copy h2 {
  font-size: 2.3rem;
}

.detail-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.detail-list li {
  display: flex;
  gap: 12px;
  color: var(--text);
  font-weight: 650;
}

.detail-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  margin-top: 9px;
  background: linear-gradient(135deg, var(--green), var(--blue));
}

.side-panel {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .035)),
    radial-gradient(circle at 82% 12%, rgba(8, 166, 106, .24), transparent 34%),
    var(--ink);
  color: var(--white);
  padding: 26px;
  box-shadow: 0 26px 74px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .18);
  backdrop-filter: blur(18px) saturate(1.35);
}

.side-panel h2 {
  color: var(--white);
  font-size: 1.45rem;
}

.side-panel p {
  color: rgba(255, 255, 255, .75);
}

.visual-card {
  border-radius: var(--radius);
  background: linear-gradient(135deg, #BFF4FF, #9AF2C9);
  padding: 12px;
  box-shadow: var(--shadow);
}

.visual-card svg {
  width: 100%;
  border-radius: var(--radius);
}

.cta-band {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, .28), transparent 24%),
    radial-gradient(circle at 88% 74%, rgba(255, 255, 255, .2), transparent 26%),
    linear-gradient(135deg, #067A50, #08A66A);
  color: var(--white);
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 18px 5%;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .045)),
    repeating-linear-gradient(112deg, rgba(255, 255, 255, .18) 0 1px, transparent 1px 18px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28);
  pointer-events: none;
}

.cta-inner {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.cta-band h2 {
  color: var(--white);
  font-size: 2.25rem;
  margin-bottom: 10px;
}

.cta-band p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .84);
}

.cta-band .button {
  background: var(--white);
  color: var(--green-dark);
}

.contact-grid {
  align-items: start;
}

.contact-panel {
  padding: 28px;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.contact-list p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--text);
  font-weight: 700;
}

.contact-list svg {
  width: 22px;
  height: 22px;
  color: var(--green);
  flex: 0 0 22px;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 26px;
}

.form-row {
  display: grid;
  gap: 8px;
}

.form-full,
.form-submit,
.form-status {
  grid-column: 1 / -1;
}

label {
  color: var(--ink);
  font-size: .88rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 14px;
  background: rgba(255, 255, 255, .58);
  color: var(--ink);
  padding: 11px 13px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82);
  backdrop-filter: blur(12px) saturate(1.35);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

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

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(8, 166, 106, .12);
}

.is-invalid {
  border-color: var(--danger);
}

.field-error {
  min-height: 18px;
  color: var(--danger);
  font-size: .78rem;
  font-weight: 700;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--green-dark);
  font-weight: 800;
}

.site-footer {
  background:
    radial-gradient(circle at 12% 18%, rgba(8, 166, 106, .16), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(8, 166, 106, .16), transparent 26%),
    linear-gradient(180deg, #0D1B21, #071217);
  color: rgba(255, 255, 255, .74);
}

.footer-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.55fr repeat(5, minmax(130px, 1fr));
  gap: 26px;
  padding: 52px 0 38px;
}

.site-footer .brand-text strong,
.site-footer .brand-text small {
  color: var(--white);
}

.footer-brand p {
  max-width: 380px;
  margin: 18px 0 0;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.footer-social a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  padding: 0 12px;
  color: rgba(255, 255, 255, .82);
  font-size: .84rem;
  font-weight: 800;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  color: var(--white);
  border-color: rgba(255, 255, 255, .36);
}

.footer-column {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-column h2 {
  color: var(--white);
  margin: 0 0 8px;
  font-size: 1rem;
}

.footer-column a {
  color: rgba(255, 255, 255, .72);
  font-size: .94rem;
}

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

.footer-bottom {
  width: min(1240px, calc(100% - 40px));
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: .88rem;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.premium-hero {
  overflow: hidden;
  perspective: 1100px;
  min-height: auto;
  padding: 32px 0 36px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .92), rgba(238, 255, 249, .76) 46%, rgba(236, 248, 255, .84)),
    radial-gradient(circle at 80% 20%, rgba(8, 166, 106, .22), transparent 27%),
    radial-gradient(circle at 78% 78%, rgba(8, 166, 106, .2), transparent 25%),
    conic-gradient(from 110deg at 78% 42%, rgba(255, 255, 255, .95), rgba(8, 166, 106, .13), rgba(8, 166, 106, .11), rgba(255, 255, 255, .95)),
    linear-gradient(180deg, #FFFFFF, #F8FEFC);
}

.premium-hero::before {
  content: "";
  position: absolute;
  inset: 54px 2.5% 26px 45%;
  border: 1px solid var(--glass-border);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .66), rgba(255, 255, 255, .18)),
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, .9), transparent 24%),
    radial-gradient(circle at 78% 76%, rgba(8, 166, 106, .2), transparent 30%);
  box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255, 255, 255, .9), inset 0 -1px 0 rgba(8, 166, 106, .09);
  backdrop-filter: blur(26px) saturate(1.65);
  transform: rotateX(7deg) rotateY(-9deg) translateZ(-20px);
  animation: spatialFloat 12s ease-in-out infinite;
  pointer-events: none;
}

.premium-hero::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -180px;
  top: -170px;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 18deg, rgba(8, 166, 106, .12) 0 8deg, transparent 8deg 18deg),
    radial-gradient(circle, rgba(255, 255, 255, .42), transparent 62%);
  filter: blur(.2px);
  opacity: .55;
  animation: glassOrbitSheen 18s linear infinite;
  pointer-events: none;
}

.premium-hero-shell {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(420px, .82fr) minmax(620px, 1.18fr);
  gap: 34px;
}

.hero-copy-wrap {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .58), rgba(255, 255, 255, .18)),
    radial-gradient(circle at 8% 12%, rgba(255, 255, 255, .82), transparent 24%);
  box-shadow: 0 24px 70px rgba(10, 45, 56, .08), inset 0 1px 0 rgba(255, 255, 255, .86);
  padding: 28px;
  backdrop-filter: blur(24px) saturate(1.45);
}

.hero-copy-wrap::after {
  content: "";
  position: absolute;
  inset: 12px 14px auto auto;
  width: 112px;
  height: 112px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(8, 166, 106, .16), transparent 70%);
  pointer-events: none;
}

.premium-hero h1 {
  max-width: 620px;
  margin-bottom: 12px;
  font-size: clamp(2.7rem, 4.4vw, 4.05rem);
}

.hero-highlight-line {
  margin-bottom: 20px;
}

.hero-highlight-line span {
  max-width: 620px;
  color: var(--green);
  font-size: clamp(1.85rem, 2.8vw, 2.65rem);
}

.premium-hero .hero-copy {
  margin-bottom: 22px;
  font-size: 1.05rem;
}

.premium-hero-stage {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  perspective: 900px;
}

.premium-hero-stage::before,
.premium-hero-stage::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 28px;
  pointer-events: none;
}

.premium-hero-stage::before {
  inset: 28px 18px 48px;
  border: 1px solid rgba(255, 255, 255, .68);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, .16)),
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, .86), transparent 22%),
    radial-gradient(circle at 82% 72%, rgba(8, 166, 106, .14), transparent 30%);
  box-shadow: 0 32px 90px rgba(8, 166, 106, .11), inset 0 1px 0 rgba(255, 255, 255, .92);
  backdrop-filter: blur(24px) saturate(1.6);
  transform: rotateX(9deg) rotateY(-7deg) translateY(6px);
}

.premium-hero-stage::after {
  width: 58%;
  height: 34%;
  right: 4%;
  bottom: 2%;
  border: 1px solid rgba(255, 255, 255, .4);
  background:
    repeating-linear-gradient(110deg, rgba(255, 255, 255, .26) 0 1px, transparent 1px 14px),
    radial-gradient(circle, rgba(8, 166, 106, .2), transparent 68%);
  filter: blur(.4px);
  animation: spatialGlowDrift 9s ease-in-out infinite;
}

.premium-ev-visual {
  position: relative;
  z-index: 1;
  width: min(100%, 700px);
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 24px;
  background: rgba(255, 255, 255, .28);
  box-shadow: 0 34px 82px rgba(16, 65, 72, .15), inset 0 1px 0 rgba(255, 255, 255, .8);
  filter: drop-shadow(0 28px 46px rgba(16, 65, 72, .13)) saturate(1.12);
  animation: heroVisualParallax 11s ease-in-out infinite;
}

.hero-info-card {
  position: absolute;
  z-index: 2;
  min-width: 150px;
  display: grid;
  gap: 2px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .76), rgba(255, 255, 255, .34)),
    rgba(255, 255, 255, .48);
  box-shadow: 0 18px 48px rgba(10, 45, 56, .12), inset 0 1px 0 rgba(255, 255, 255, .92);
  padding: 14px 16px;
  backdrop-filter: blur(18px) saturate(1.5);
}

.hero-info-card strong {
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}

.hero-info-card span {
  color: var(--text);
  font-size: .82rem;
  font-weight: 800;
}

.hero-info-card.card-a {
  left: 2%;
  top: 11%;
}

.hero-info-card.card-b {
  right: 1%;
  top: 34%;
}

.hero-info-card.card-c {
  left: 5%;
  bottom: 14%;
}

.hero-info-card.card-d {
  right: 3%;
  bottom: 12%;
}

.hero-info-card.card-a,
.hero-info-card.card-b,
.hero-info-card.card-c,
.hero-info-card.card-d {
  animation: heroCardPulse 8s ease-in-out infinite;
}

.hero-info-card.card-b {
  animation-delay: -2s;
}

.hero-info-card.card-c {
  animation-delay: -4s;
}

.hero-info-card.card-d {
  animation-delay: -6s;
}

.charging-ring {
  stroke-dasharray: 12 18;
  animation: premiumRoad 16s linear infinite;
}

.energy-ring {
  stroke-dasharray: 92 1130;
  stroke-dashoffset: 0;
  animation: premiumEnergyRing 8s linear infinite;
}

.orbiting-connector {
  transform-box: view-box;
  transform-origin: 380px 284px;
  animation: connectorOrbit 16s linear infinite;
}

.orbit-two {
  animation-delay: -5.333s;
}

.orbit-three {
  animation-delay: -10.666s;
}

.orbit-module {
  transform-box: fill-box;
  transform-origin: center;
  animation: orbitModuleFloat 3.4s ease-in-out infinite;
}

.module-live {
  animation: orbitModuleFloat 3.4s ease-in-out infinite, moduleGlow 8s ease-in-out infinite;
}

.energy-cable {
  opacity: 0;
  animation: cableVisibility 8s ease-in-out infinite;
}

.energy-pulse {
  stroke-dasharray: 34 150;
  stroke-dashoffset: 0;
  opacity: 0;
  animation: premiumCableEnergy 1.05s linear infinite, cablePulseVisibility 8s ease-in-out infinite;
}

.charging-connector {
  transform-box: fill-box;
  transform-origin: center;
  animation: premiumConnector 8s ease-in-out infinite;
}

.mobile-truck,
.ev-car {
  transform-box: fill-box;
  transform-origin: center;
  animation: vehicleLift 7s ease-in-out infinite;
}

.ev-car {
  animation-delay: -2.4s;
}

.battery-fill-loop {
  transform-box: fill-box;
  transform-origin: left center;
  animation: batteryChargeLoop 8s ease-in-out infinite;
}

.status-battery {
  opacity: 0;
  animation: statusBatteryShow 8s ease-in-out infinite;
}

.status-battery-fill {
  transform-box: fill-box;
  transform-origin: left center;
  animation: statusBatteryFill 8s ease-in-out infinite;
}

.dashboard-line {
  stroke-dasharray: 140;
  stroke-dashoffset: 140;
  animation: dashboardTrace 8s ease-in-out infinite;
}

.station-road {
  stroke-dasharray: 16 22;
  filter: drop-shadow(0 8px 16px rgba(10, 45, 56, .08));
  animation: stationRoadDash 18s linear infinite;
}

.station-road-line {
  stroke-dasharray: 18 20;
  opacity: .86;
  animation: stationLaneDash 16s linear infinite;
}

.station-energy-orbit {
  stroke-dasharray: 88 1280;
  stroke-dashoffset: 0;
  opacity: .8;
  filter: drop-shadow(0 0 10px rgba(8, 166, 106, .26));
  animation: stationEnergyOrbit 10s linear infinite;
}

.orbit-car {
  transform-box: view-box;
  transform-origin: 380px 292px;
}

.orbit-car-low {
  animation: lowRoadCarFade 10s ease-in-out infinite;
}

.station-vehicle {
  transform-box: fill-box;
  transform-origin: center;
  animation: stationVehicleIdle 8s ease-in-out infinite;
}

.station-charger-panel,
.charge-port {
  animation: chargerPanelGlow 10s ease-in-out infinite;
}

.station-cable {
  opacity: 0;
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
  animation: stationCableDraw 10s ease-in-out infinite;
}

.station-energy-flow {
  opacity: 0;
  stroke-dasharray: 18 48;
  stroke-dashoffset: 0;
  animation: stationEnergyFlow 1.05s linear infinite, stationEnergyVisible 10s ease-in-out infinite;
}

.low-battery-car {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: lowCarDock 10s ease-in-out infinite;
}

.low-battery-fill {
  transform-box: fill-box;
  transform-origin: left center;
  animation: lowBatteryCharge 10s ease-in-out infinite;
}

.charge-label {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  filter: drop-shadow(0 14px 22px rgba(10, 45, 56, .14));
}

.label-low {
  animation: labelLowBattery 10s ease-in-out infinite;
}

.label-started {
  animation: labelChargingStarted 10s ease-in-out infinite;
}

.label-full {
  animation: labelBatteryFull 10s ease-in-out infinite;
}

.metric-band {
  padding: 16px 0 20px;
  background: var(--white);
  border-top: 1px solid rgba(228, 236, 239, .8);
  border-bottom: 1px solid rgba(228, 236, 239, .8);
}

.metric-grid,
.value-card-grid,
.solution-layout,
.rich-product-grid,
.service-detail-grid,
.process-timeline,
.fleet-benefits,
.industry-icon-grid,
.usecase-grid,
.deployment-grid,
.benefit-band {
  display: grid;
  gap: 16px;
}

.metric-grid {
  grid-template-columns: repeat(5, 1fr);
}

.metric-grid article,
.value-card-grid article,
.benefit-band article {
  min-height: 104px;
  display: grid;
  align-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #FFFFFF, #F8FEFC);
  box-shadow: var(--shadow-soft);
  padding: 20px;
}

.metric-grid strong,
.value-card-grid strong,
.benefit-band strong {
  color: var(--green-dark);
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1;
}

.metric-grid span,
.value-card-grid span,
.benefit-band span {
  color: var(--text);
  font-weight: 800;
}

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

.solution-layout {
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
}

.solution-panel {
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow-soft);
}

.solution-panel.problem {
  border: 1px solid #F0D6D2;
  background: linear-gradient(135deg, #FFFFFF, #FFF6F4);
}

.solution-panel.answer {
  border: 1px solid rgba(8, 166, 106, .2);
  background: linear-gradient(135deg, #FFFFFF, #EFFDF7);
}

.solution-panel h3,
.rich-card h3,
.service-card h3 {
  margin-bottom: 13px;
  color: var(--ink);
  font-size: 1.12rem;
  line-height: 1.28;
}

.solution-panel ul,
.rich-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-panel li,
.rich-card li {
  display: flex;
  gap: 10px;
  color: var(--text);
  font-size: .92rem;
  line-height: 1.42;
  font-weight: 720;
}

.solution-panel li::before,
.rich-card li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  margin-top: 7px;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 0 12px rgba(8, 166, 106, .24);
}

.rich-product-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  align-items: stretch;
}

.products-section,
.services-section,
.technology-section,
.technology-spatial,
.fleet-section,
.industries-spatial {
  position: relative;
  overflow: hidden;
}

.products-section {
  padding-bottom: 66px;
}

.services-section {
  padding-top: 66px;
  background:
    radial-gradient(circle at 16% 18%, rgba(8, 166, 106, .08), transparent 24%),
    linear-gradient(180deg, #FFFFFF, #FBFEFC);
}

.products-section::before,
.services-section::before,
.technology-spatial::before,
.industries-spatial::before {
  content: "";
  position: absolute;
  inset: 54px 5% auto;
  height: 170px;
  border: 1px solid rgba(255, 255, 255, .56);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .58), rgba(232, 251, 244, .24)),
    repeating-linear-gradient(100deg, rgba(255, 255, 255, .26) 0 1px, transparent 1px 18px);
  box-shadow: 0 28px 92px rgba(8, 166, 106, .1), inset 0 1px 0 rgba(255, 255, 255, .8);
  backdrop-filter: blur(22px) saturate(1.55);
  pointer-events: none;
}

.products-section .section-shell,
.services-section .section-shell,
.technology-section .section-shell,
.technology-spatial .section-shell,
.fleet-section .section-shell,
.industries-spatial .section-shell {
  position: relative;
  z-index: 1;
}

.rich-card,
.service-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .28)),
    radial-gradient(circle at 92% 8%, rgba(8, 166, 106, .15), transparent 28%),
    rgba(255, 255, 255, .46);
  box-shadow: 0 22px 64px rgba(16, 65, 72, .11), inset 0 1px 0 rgba(255, 255, 255, .92);
  padding: 22px;
  backdrop-filter: blur(22px) saturate(1.55);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.rich-card::before,
.service-card::before {
  content: "";
  position: absolute;
  inset: 0 16px auto;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, var(--green), var(--blue), transparent);
  box-shadow: 0 0 22px rgba(8, 166, 106, .35);
}

.rich-card:hover,
.service-card:hover {
  transform: translateY(-10px) scale(1.01);
  border-color: rgba(255, 255, 255, .86);
  box-shadow: 0 34px 90px rgba(10, 45, 56, .18), 0 0 0 1px rgba(8, 166, 106, .22), 0 0 54px rgba(8, 166, 106, .16);
}

.rich-card p {
  margin: auto 0 0;
  color: var(--text);
  font-size: .9rem;
  line-height: 1.55;
}

.rich-card p strong {
  color: var(--ink);
}

.service-detail-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.service-card {
  min-height: 248px;
}

.service-card p {
  margin-bottom: 12px;
  color: var(--text);
  font-size: .94rem;
}

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

.visual-3d-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(8, 166, 106, .13), transparent 24%),
    radial-gradient(circle at 88% 22%, rgba(8, 166, 106, .14), transparent 25%),
    linear-gradient(180deg, #F7FFFC, #FFFFFF 56%, #F4FBFF);
}

.visual-3d-section::before,
.visual-3d-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.visual-3d-section::before {
  inset: 74px 8% auto;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .6), rgba(255, 255, 255, .16)),
    repeating-linear-gradient(100deg, rgba(255, 255, 255, .22) 0 1px, transparent 1px 22px);
  box-shadow: 0 34px 98px rgba(8, 166, 106, .11), inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(24px) saturate(1.5);
}

.visual-3d-section::after {
  width: 520px;
  height: 520px;
  right: -200px;
  bottom: -240px;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 45deg, rgba(8, 166, 106, .14) 0 8deg, transparent 8deg 22deg),
    radial-gradient(circle, rgba(8, 166, 106, .12), transparent 64%);
  opacity: .58;
  animation: glassOrbitSheen 22s linear infinite;
}

.visual-3d-section .section-shell {
  position: relative;
  z-index: 1;
}

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

.visual-3d-card {
  position: relative;
  overflow: hidden;
  min-height: 444px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .26)),
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, .88), transparent 27%),
    radial-gradient(circle at 88% 8%, rgba(8, 166, 106, .18), transparent 30%),
    rgba(255, 255, 255, .52);
  box-shadow: 0 30px 80px rgba(10, 45, 56, .14), inset 0 1px 0 rgba(255, 255, 255, .92);
  padding: 22px;
  backdrop-filter: blur(24px) saturate(1.52);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.visual-3d-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .7), transparent 44%),
    linear-gradient(42deg, transparent 0 58%, rgba(255, 255, 255, .36) 59%, transparent 67%);
  pointer-events: none;
}

.visual-3d-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 255, 255, .9);
  box-shadow: 0 38px 100px rgba(10, 45, 56, .18), 0 0 60px rgba(8, 166, 106, .14);
}

.visual-3d-card > * {
  position: relative;
  z-index: 1;
}

.visual-3d-card h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1.24;
}

.visual-3d-card p {
  color: var(--text);
  font-size: .96rem;
}

.scene-3d {
  position: relative;
  height: 260px;
  margin-bottom: 20px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 70%, rgba(8, 166, 106, .2), transparent 34%),
    radial-gradient(circle at 18% 22%, rgba(8, 166, 106, .14), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(232, 251, 255, .42));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92), 0 20px 54px rgba(10, 45, 56, .09);
  perspective: 900px;
  transform-style: preserve-3d;
}

.scene-3d::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(8, 166, 106, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(8, 166, 106, .08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, transparent, #000 22%, #000 72%, transparent);
  opacity: .42;
  transform: rotateX(62deg) translateY(62px) scale(1.28);
}

.scene-floor {
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: 18px;
  z-index: 1;
  height: 124px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, .86), rgba(232, 252, 247, .44) 42%, rgba(8, 166, 106, .12) 70%, transparent 72%),
    linear-gradient(135deg, rgba(255, 255, 255, .48), rgba(255, 255, 255, .08));
  box-shadow: 0 18px 48px rgba(10, 45, 56, .11), inset 0 1px 0 rgba(255, 255, 255, .86);
  transform: rotateX(66deg) translateY(22px);
}

.scene-orbit {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 55px;
  z-index: 2;
  height: 118px;
  border: 5px solid rgba(8, 166, 106, .22);
  border-top-color: rgba(8, 166, 106, .58);
  border-right-color: rgba(8, 166, 106, .6);
  border-radius: 50%;
  filter: drop-shadow(0 0 16px rgba(8, 166, 106, .2));
  transform: rotateX(64deg) rotateZ(-9deg);
  animation: sceneOrbitPulse 8s ease-in-out infinite;
}

.render-vehicle,
.render-car,
.render-fleet-car,
.render-tower,
.energy-cube,
.energy-chip,
.render-battery {
  position: absolute;
  z-index: 4;
  display: block;
}

.render-vehicle {
  left: 23%;
  bottom: 78px;
  width: 200px;
  height: 92px;
  border: 1px solid rgba(181, 206, 214, .9);
  border-radius: 18px 30px 18px 18px;
  background:
    linear-gradient(115deg, #FFFFFF 0 55%, #EAF6FA 56% 100%);
  box-shadow: 0 28px 34px rgba(10, 45, 56, .18), inset 0 1px 0 rgba(255, 255, 255, .95);
  transform: rotateY(-18deg) rotateZ(-2deg);
  animation: renderFloat 7s ease-in-out infinite;
}

.render-vehicle::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 19px;
  width: 54px;
  height: 35px;
  border-radius: 10px 20px 8px 8px;
  background: linear-gradient(135deg, #173241, #274B5B);
  box-shadow: -86px 9px 0 -4px rgba(8, 166, 106, .18);
}

.render-vehicle::after {
  content: "";
  position: absolute;
  left: 27px;
  right: 78px;
  top: 12px;
  height: 13px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  box-shadow: 0 0 22px rgba(8, 166, 106, .35);
}

.render-vehicle i,
.render-vehicle i::before {
  position: absolute;
  content: "";
  bottom: -17px;
  width: 34px;
  height: 34px;
  border: 7px solid #17202A;
  border-radius: 50%;
  background: #E9F8FA;
  box-shadow: inset 0 0 0 3px rgba(8, 166, 106, .12);
}

.render-vehicle i {
  left: 34px;
}

.render-vehicle i::before {
  left: 112px;
  bottom: -7px;
}

.render-vehicle b {
  position: absolute;
  left: 42px;
  top: 42px;
  color: var(--green);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.render-vehicle b::before {
  content: "PVG.ev";
}

.render-vehicle em {
  position: absolute;
  right: 82px;
  top: 39px;
  width: 34px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(180deg, #F7FEFB, #E5F7F2);
  border: 1px solid rgba(8, 166, 106, .26);
}

.render-vehicle em::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 0 16px rgba(8, 166, 106, .42);
}

.render-car,
.render-fleet-car {
  width: 120px;
  height: 48px;
  border: 1px solid rgba(178, 203, 211, .9);
  border-radius: 26px 34px 18px 18px;
  background: linear-gradient(135deg, #FFFFFF, #EAF8FC);
  box-shadow: 0 22px 30px rgba(10, 45, 56, .15);
}

.render-car {
  right: 15%;
  bottom: 68px;
  transform: rotateY(-24deg) rotateZ(7deg);
}

.render-car::before,
.render-fleet-car::before {
  content: "";
  position: absolute;
  left: 28px;
  top: -17px;
  width: 55px;
  height: 31px;
  border-radius: 22px 22px 4px 4px;
  background: linear-gradient(135deg, #173241, #284D5B);
}

.render-car::after,
.render-fleet-car::after {
  content: "";
  position: absolute;
  left: 23px;
  right: 23px;
  bottom: -9px;
  height: 15px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 50%, #17202A 0 8px, transparent 9px),
    radial-gradient(circle at 82% 50%, #17202A 0 8px, transparent 9px);
}

.render-cable {
  position: absolute;
  right: 21%;
  bottom: 102px;
  z-index: 5;
  width: 156px;
  height: 86px;
  border: 6px solid transparent;
  border-top-color: #17202A;
  border-right-color: #17202A;
  border-radius: 50%;
  transform: rotateZ(14deg);
}

.render-cable::after {
  content: "";
  position: absolute;
  right: -14px;
  bottom: 3px;
  width: 48px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  box-shadow: 0 0 18px rgba(8, 166, 106, .4);
}

.render-battery {
  right: 13%;
  top: 35px;
  width: 88px;
  height: 35px;
  border: 1px solid rgba(8, 166, 106, .32);
  border-radius: 14px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 30px rgba(10, 45, 56, .1), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.render-battery::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  width: 58%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  animation: visualBatteryFill 5s ease-in-out infinite;
}

.render-battery::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 12px;
  width: 6px;
  height: 11px;
  border-radius: 0 5px 5px 0;
  background: rgba(8, 166, 106, .42);
}

.render-tower {
  bottom: 88px;
  width: 50px;
  height: 112px;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 14px;
  background: linear-gradient(145deg, #FFFFFF, #DDF5F7);
  box-shadow: 0 24px 34px rgba(10, 45, 56, .16), inset 0 1px 0 rgba(255, 255, 255, .96);
  transform: rotateY(-18deg) rotateZ(-3deg);
}

.render-tower::before {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  top: 16px;
  height: 28px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 0 18px rgba(8, 166, 106, .35);
}

.render-tower::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 59px;
  height: 36px;
  border-radius: 999px;
  background: #17202A;
}

.tower-a {
  left: 20%;
}

.tower-b {
  left: 44%;
  bottom: 104px;
  transform: rotateY(-18deg) rotateZ(2deg) scale(1.08);
}

.tower-c {
  right: 20%;
}

.render-fleet-car {
  bottom: 58px;
  transform: rotateY(-22deg) rotateZ(6deg) scale(.82);
}

.render-fleet-car.car-a {
  left: 24%;
}

.render-fleet-car.car-b {
  right: 18%;
  bottom: 52px;
}

.render-grid-line {
  position: absolute;
  z-index: 2;
  bottom: 68px;
  width: 174px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(8, 166, 106, .68), rgba(8, 166, 106, .64), transparent);
  filter: drop-shadow(0 0 10px rgba(8, 166, 106, .24));
  transform: rotateX(64deg) rotateZ(-8deg);
}

.render-grid-line.line-a {
  left: 16%;
}

.render-grid-line.line-b {
  right: 14%;
  bottom: 82px;
}

.energy-cube {
  left: 50%;
  top: 50%;
  width: 132px;
  height: 132px;
  transform-style: preserve-3d;
  transform: translate(-50%, -42%) rotateX(58deg) rotateZ(-38deg);
  animation: cubeFloat 7s ease-in-out infinite;
}

.cube-face {
  position: absolute;
  display: block;
  border: 1px solid rgba(255, 255, 255, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92), 0 18px 40px rgba(10, 45, 56, .12);
}

.cube-front {
  inset: 0;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(220, 249, 246, .62)),
    linear-gradient(90deg, transparent 0 22%, rgba(8, 166, 106, .24) 22% 24%, transparent 24% 58%, rgba(8, 166, 106, .22) 58% 60%, transparent 60%);
}

.cube-top {
  left: 11px;
  right: -24px;
  top: -33px;
  height: 44px;
  border-radius: 14px 18px 8px 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(8, 166, 106, .22));
  transform: skewX(-34deg);
}

.cube-side {
  top: 12px;
  right: -33px;
  width: 44px;
  bottom: -18px;
  border-radius: 10px 16px 18px 8px;
  background: linear-gradient(180deg, rgba(8, 166, 106, .34), rgba(8, 166, 106, .26));
  transform: skewY(-36deg);
}

.energy-chip {
  min-width: 62px;
  min-height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 16px 34px rgba(10, 45, 56, .12), inset 0 1px 0 rgba(255, 255, 255, .88);
  color: var(--green-dark);
  font-size: .78rem;
  font-weight: 900;
  backdrop-filter: blur(14px);
  animation: chipFloat 6s ease-in-out infinite;
}

.chip-a {
  left: 14%;
  top: 48px;
}

.chip-b {
  right: 13%;
  top: 72px;
  animation-delay: -2s;
}

.chip-c {
  left: 18%;
  bottom: 48px;
  animation-delay: -4s;
}

.energy-pulse-3d {
  position: absolute;
  left: 25%;
  right: 25%;
  bottom: 72px;
  z-index: 3;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--green), var(--blue), transparent);
  filter: drop-shadow(0 0 12px rgba(8, 166, 106, .36));
  animation: energySweep3d 3.8s ease-in-out infinite;
}

.technology-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 24%, rgba(8, 166, 106, .18), transparent 24%),
    linear-gradient(135deg, #0D1B21, #103238);
  color: rgba(255, 255, 255, .78);
}

.technology-section::before,
.fleet-section::before {
  content: "";
  position: absolute;
  inset: 46px 6% 46px auto;
  width: min(42%, 520px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .02));
  box-shadow: 0 26px 90px rgba(0, 0, 0, .18);
  transform: rotateX(8deg) rotateY(-8deg);
  pointer-events: none;
}

.technology-section h2,
.technology-section .eyebrow {
  color: var(--white);
}

.technology-section p {
  color: rgba(255, 255, 255, .76);
}

.dashboard-panel {
  min-height: 390px;
  display: grid;
  gap: 22px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .045)),
    radial-gradient(circle at 82% 14%, rgba(8, 166, 106, .28), transparent 30%),
    #10272E;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .24);
  padding: 28px;
  backdrop-filter: blur(18px) saturate(1.4);
}

.dashboard-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--white);
  font-weight: 900;
}

.dashboard-top strong {
  color: #7CF1BA;
  font-size: 2rem;
}

.dashboard-bars {
  height: 168px;
  display: flex;
  align-items: end;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .035)),
    rgba(255, 255, 255, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
}

.dashboard-bars span {
  flex: 1;
  min-height: 28px;
  border-radius: 8px 8px 2px 2px;
  background: linear-gradient(180deg, var(--blue), var(--green));
  animation: barPulse 4s ease-in-out infinite;
}

.dashboard-bars span:nth-child(even) {
  animation-delay: -1.6s;
}

.dashboard-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.dashboard-list span {
  min-height: 44px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  background: rgba(255, 255, 255, .06);
  padding: 0 14px;
  color: rgba(255, 255, 255, .82);
  font-weight: 800;
}

.process-timeline {
  grid-template-columns: repeat(6, 1fr);
  position: relative;
}

.process-timeline::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 32px;
  height: 2px;
  background: linear-gradient(90deg, var(--green), var(--blue));
}

.process-timeline article {
  position: relative;
  z-index: 1;
  min-height: 214px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  padding: 76px 18px 20px;
}

.process-timeline span {
  position: absolute;
  top: 12px;
  left: 18px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: var(--white);
  font-size: .84rem;
  font-weight: 900;
}

.process-timeline h3 {
  margin-bottom: 8px;
  font-size: 1.02rem;
  line-height: 1.24;
}

.process-timeline p {
  margin: 0;
  color: var(--text);
  font-size: .9rem;
}

.fleet-section {
  background:
    radial-gradient(circle at 78% 26%, rgba(8, 166, 106, .22), transparent 26%),
    linear-gradient(135deg, #0D1B21, #102D33);
  color: rgba(255, 255, 255, .78);
}

.fleet-section h2,
.fleet-section .eyebrow {
  color: var(--white);
}

.fleet-section p {
  color: rgba(255, 255, 255, .76);
}

.fleet-benefits {
  grid-template-columns: repeat(2, 1fr);
}

.fleet-benefits span {
  min-height: 68px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .07);
  color: var(--white);
  padding: 0 18px;
  font-weight: 900;
}

.industry-icon-grid {
  grid-template-columns: repeat(4, 1fr);
}

.usecase-grid,
.deployment-grid {
  grid-template-columns: repeat(3, 1fr);
}

.sustainability-showcase {
  background:
    radial-gradient(circle at 18% 24%, rgba(8, 166, 106, .18), transparent 24%),
    linear-gradient(135deg, #F5FBF8, #E9FFF5);
}

.benefit-band {
  grid-template-columns: repeat(3, 1fr);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, .55fr) minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}

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

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  padding: 0 18px;
}

.faq-list summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.faq-list p {
  margin-bottom: 18px;
  color: var(--text);
}

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

.button-ghost-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .08);
}

.button-ghost-light:hover,
.button-ghost-light:focus-visible {
  background: rgba(255, 255, 255, .18);
}

@keyframes cinematicDolly {
  0%, 100% { transform: scale(1) translate(0, 0); }
  50% { transform: scale(1.018) translate(-8px, 4px); }
}

@keyframes cinematicRoad {
  to { stroke-dashoffset: -260; }
}

@keyframes cinematicOrbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes connectorFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes activeConnectorPlug {
  0%, 14% { transform: translate(0, 0) rotate(0deg); opacity: 0; }
  18% { opacity: 1; }
  30%, 70% { transform: translate(-66px, 254px) rotate(18deg); opacity: 1; }
  82% { transform: translate(0, 0) rotate(0deg); opacity: 1; }
  92%, 100% { transform: translate(0, 0) rotate(0deg); opacity: 0; }
}

@keyframes cinematicCable {
  0%, 18% { stroke-dashoffset: 900; opacity: 0; }
  30% { stroke-dashoffset: 0; opacity: 1; }
  72% { stroke-dashoffset: 0; opacity: 1; }
  84%, 100% { stroke-dashoffset: -900; opacity: 0; }
}

@keyframes cinematicEnergy {
  to { stroke-dashoffset: -208; }
}

@keyframes energyOpacity {
  0%, 28%, 84%, 100% { opacity: 0; }
  34%, 74% { opacity: 1; }
}

@keyframes cinematicBattery {
  0%, 30% { width: 0; }
  72% { width: 122px; }
  84%, 100% { width: 122px; }
}

@keyframes cinematicSmallBattery {
  0%, 30% { width: 0; }
  72%, 100% { width: 62px; }
}

@keyframes batteryIndicatorShow {
  0%, 20%, 92%, 100% { opacity: 0; transform: translateY(8px); }
  28%, 82% { opacity: 1; transform: translateY(0); }
}

@keyframes spatialFloat {
  0%, 100% { transform: rotateX(7deg) rotateY(-9deg) translate3d(0, 0, -20px); }
  50% { transform: rotateX(7deg) rotateY(-9deg) translate3d(-10px, 8px, -20px); }
}

@keyframes glassOrbitSheen {
  from { transform: rotate(0deg) scale(1); }
  to { transform: rotate(360deg) scale(1); }
}

@keyframes spatialGlowDrift {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: .74; }
  50% { transform: translate3d(-18px, -8px, 0); opacity: .96; }
}

@keyframes heroVisualParallax {
  0%, 100% { transform: translate3d(0, 0, 0) rotateX(0deg); }
  50% { transform: translate3d(0, -4px, 0) rotateX(1deg); }
}

@keyframes renderFloat {
  0%, 100% { transform: rotateY(-18deg) rotateZ(-2deg) translateY(0); }
  50% { transform: rotateY(-18deg) rotateZ(-2deg) translateY(-7px); }
}

@keyframes renderFloatCompact {
  0%, 100% { transform: rotateY(-18deg) rotateZ(-2deg) scale(.82) translateY(0); }
  50% { transform: rotateY(-18deg) rotateZ(-2deg) scale(.82) translateY(-7px); }
}

@keyframes sceneOrbitPulse {
  0%, 100% { opacity: .68; filter: drop-shadow(0 0 12px rgba(8, 166, 106, .18)); }
  50% { opacity: 1; filter: drop-shadow(0 0 22px rgba(8, 166, 106, .28)); }
}

@keyframes visualBatteryFill {
  0%, 20% { width: 18%; background: linear-gradient(90deg, #F59E0B, #F4D56B); }
  62%, 100% { width: 70%; background: linear-gradient(90deg, var(--green), var(--blue)); }
}

@keyframes cubeFloat {
  0%, 100% { transform: translate(-50%, -42%) rotateX(58deg) rotateZ(-38deg) translateY(0); }
  50% { transform: translate(-50%, -42%) rotateX(58deg) rotateZ(-30deg) translateY(-10px); }
}

@keyframes cubeFloatCompact {
  0%, 100% { transform: translate(-50%, -42%) rotateX(58deg) rotateZ(-38deg) scale(.88) translateY(0); }
  50% { transform: translate(-50%, -42%) rotateX(58deg) rotateZ(-30deg) scale(.88) translateY(-10px); }
}

@keyframes chipFloat {
  0%, 100% { transform: translateY(0); opacity: .86; }
  50% { transform: translateY(-8px); opacity: 1; }
}

@keyframes energySweep3d {
  0%, 100% { transform: scaleX(.42); opacity: .32; }
  50% { transform: scaleX(1); opacity: .96; }
}

@keyframes labelBooked {
  0%, 4%, 24%, 100% { opacity: 0; transform: translateY(10px) scale(.96); }
  8%, 18% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes labelStarted {
  0%, 28%, 54%, 100% { opacity: 0; transform: translateY(10px) scale(.96); }
  34%, 48% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes labelDone {
  0%, 62%, 90%, 100% { opacity: 0; transform: translateY(10px) scale(.96); }
  70%, 82% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes vehicleBreathe {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes roadDash {
  to { stroke-dashoffset: -180; }
}

@keyframes orbitSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes floatSmall {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes drawCable {
  0%, 14% { stroke-dashoffset: 820; }
  34%, 86% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -820; }
}

@keyframes energyMove {
  to { stroke-dashoffset: -138; }
}

@keyframes batteryPulse {
  0%, 25% { fill: #AAB4B7; }
  48%, 100% { fill: #26D66F; }
}

@keyframes labelPop {
  0%, 16%, 100% { opacity: 0; transform: translateY(9px) scale(.96); }
  22%, 50% { opacity: 1; transform: translateY(0) scale(1); }
  58% { opacity: 0; transform: translateY(-8px) scale(.98); }
}

@keyframes premiumRoad {
  to { stroke-dashoffset: -360; }
}

@keyframes premiumEnergyRing {
  to { stroke-dashoffset: -1222; }
}

@keyframes premiumCableEnergy {
  to { stroke-dashoffset: -184; }
}

@keyframes premiumConnector {
  0%, 16%, 100% { transform: translate(0, 0) rotate(-8deg); }
  28%, 72% { transform: translate(-42px, 76px) rotate(12deg); }
  86% { transform: translate(0, 0) rotate(-8deg); }
}

@keyframes connectorOrbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes orbitModuleFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes moduleGlow {
  0%, 100% { opacity: .72; }
  45%, 70% { opacity: 1; }
}

@keyframes cableVisibility {
  0%, 20%, 86%, 100% { opacity: 0; }
  28%, 74% { opacity: 1; }
}

@keyframes cablePulseVisibility {
  0%, 28%, 82%, 100% { opacity: 0; }
  36%, 72% { opacity: 1; }
}

@keyframes vehicleLift {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@keyframes batteryChargeLoop {
  0%, 24% { transform: scaleX(.08); opacity: .82; }
  66%, 100% { transform: scaleX(1); opacity: 1; }
}

@keyframes statusBatteryShow {
  0%, 16%, 92%, 100% { opacity: 0; transform: translateY(8px); }
  26%, 82% { opacity: 1; transform: translateY(0); }
}

@keyframes statusBatteryFill {
  0%, 28% { transform: scaleX(.08); }
  70%, 100% { transform: scaleX(1); }
}

@keyframes dashboardTrace {
  0%, 18% { stroke-dashoffset: 140; }
  60%, 100% { stroke-dashoffset: 0; }
}

@keyframes stationRoadDash {
  to { stroke-dashoffset: -380; }
}

@keyframes stationLaneDash {
  to { stroke-dashoffset: -190; }
}

@keyframes stationEnergyOrbit {
  to { stroke-dashoffset: -1368; }
}

@keyframes carOrbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes lowRoadCarFade {
  0%, 21% { opacity: 1; }
  28%, 100% { opacity: 0; }
}

@keyframes stationVehicleIdle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes chargerPanelGlow {
  0%, 22%, 88%, 100% { opacity: .82; }
  34%, 72% { opacity: 1; }
}

@keyframes stationCableDraw {
  0%, 24% { opacity: 0; stroke-dashoffset: 220; }
  34%, 72% { opacity: 1; stroke-dashoffset: 0; }
  84%, 100% { opacity: 0; stroke-dashoffset: -220; }
}

@keyframes stationEnergyFlow {
  to { stroke-dashoffset: -132; }
}

@keyframes stationEnergyVisible {
  0%, 30%, 78%, 100% { opacity: 0; }
  38%, 72% { opacity: 1; }
}

@keyframes lowCarDock {
  0%, 16% {
    opacity: 0;
    transform: translate(96px, -70px) scale(.92) rotate(-7deg);
  }
  23% {
    opacity: 1;
    transform: translate(44px, -28px) scale(.96) rotate(-3deg);
  }
  34%, 72% {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  84% {
    opacity: 1;
    transform: translate(-72px, 64px) scale(.96) rotate(7deg);
  }
  100% {
    opacity: 0;
    transform: translate(-118px, 104px) scale(.92) rotate(12deg);
  }
}

@keyframes lowBatteryCharge {
  0%, 31% { transform: scaleX(.18); }
  67%, 100% { transform: scaleX(1); }
}

@keyframes labelLowBattery {
  0%, 5%, 31%, 100% { opacity: 0; transform: translateY(10px) scale(.96); }
  10%, 25% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes labelChargingStarted {
  0%, 30%, 72%, 100% { opacity: 0; transform: translateY(10px) scale(.96); }
  38%, 64% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes labelBatteryFull {
  0%, 68%, 100% { opacity: 0; transform: translateY(10px) scale(.96); }
  76%, 91% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes heroCardPulse {
  0%, 100% { transform: translateY(0); box-shadow: var(--shadow-soft); }
  50% { transform: translateY(-4px); box-shadow: var(--shadow); }
}

@keyframes barPulse {
  0%, 100% { transform: scaleY(.92); opacity: .82; }
  50% { transform: scaleY(1); opacity: 1; }
}

@media (max-width: 1120px) {
  .nav-shell {
    grid-template-columns: 210px 1fr auto;
  }

  .nav-menu {
    gap: 10px;
  }

  .brand-text strong {
    font-size: 1.34rem;
  }

  .nav-link,
  .dropdown-link {
    font-size: .72rem;
  }

  .hero-shell {
    grid-template-columns: minmax(380px, .9fr) minmax(480px, 1.1fr);
    gap: 34px;
  }

  h1 {
    font-size: 3rem;
  }

  .hero-highlight span,
  .hero-highlight strong {
    font-size: 2.3rem;
  }

  .product-highlight,
  .service-highlight,
  .card-grid,
  .feature-grid,
  .industry-grid-home,
  .project-grid-home,
  .metric-grid,
  .process-timeline,
  .industry-icon-grid,
  .usecase-grid,
  .deployment-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .service-detail-grid,
  .service-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .visual-3d-card:last-child {
    grid-column: 1 / -1;
  }

  .process-timeline::before {
    display: none;
  }

  .premium-hero-shell {
    grid-template-columns: 1fr;
  }

  .premium-hero-stage {
    min-height: 500px;
  }

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

  .footer-shell {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1320px) {
  :root {
    --header-height: 76px;
  }

  .nav-shell {
    grid-template-columns: 1fr auto auto;
  }

  .nav-toggle {
    display: inline-flex;
    order: 3;
  }

  .nav-cta {
    order: 2;
  }

  .nav-menu {
    position: fixed;
    inset: var(--header-height) 0 0;
    display: grid;
    align-content: start;
    justify-content: stretch;
    gap: 0;
    height: calc(100svh - var(--header-height));
    padding: 14px 20px 30px;
    overflow-y: auto;
    background: var(--white);
    border-top: 1px solid var(--line);
    transform: translateY(-115%);
    pointer-events: none;
    transition: transform .24s ease;
  }

  .nav-menu.is-open {
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-link,
  .dropdown-head {
    width: 100%;
    min-height: 56px;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
  }

  .dropdown-link {
    min-height: 56px;
  }

  .dropdown-toggle {
    width: 48px;
    height: 56px;
  }

  .mobile-contact-link {
    display: inline-flex;
  }

  .dropdown-menu {
    position: static;
    width: 100%;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 0 0 12px 14px;
    display: none;
  }

  .dropdown.is-open .dropdown-menu,
  .dropdown:focus-within .dropdown-menu {
    display: grid;
    transform: none;
  }

  .dropdown:hover .dropdown-menu {
    transform: none;
  }

  .hero-shell,
  .intro-grid,
  .split-grid,
  .contact-grid,
  .detail-layout,
  .solution-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 52px 0 60px;
  }

  .hero-card {
    min-height: auto;
  }

  .hero-visual {
    width: min(100%, 620px);
  }

  .premium-hero-stage {
    min-height: auto;
  }

  .premium-ev-visual {
    width: min(100%, 620px);
  }

  .hero-info-card {
    position: static;
    order: 2;
  }

  .premium-hero-stage {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .premium-hero-stage svg {
    grid-column: 1 / -1;
    order: 1;
  }

  .hero-info-card.card-a,
  .hero-info-card.card-b,
  .hero-info-card.card-c,
  .hero-info-card.card-d {
    inset: auto;
  }

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

  .side-panel {
    position: static;
  }

  .cta-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .nav-shell,
  .hero-shell,
  .section-shell,
  .page-hero-inner,
  .cta-inner,
  .footer-shell,
  .footer-bottom {
    width: min(100% - 24px, 1240px);
  }

  .brand-mark {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .brand-text strong {
    font-size: 1.22rem;
  }

  .brand-text small {
    font-size: .62rem;
  }

  .nav-cta {
    display: none;
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .nav-toggle {
    order: unset;
  }

  h1 {
    font-size: 2.16rem;
  }

  .hero-highlight span,
  .hero-highlight strong {
    font-size: 1.72rem;
  }

  .section h2,
  .detail-copy h2 {
    font-size: 2rem;
  }

  .hero-copy,
  .page-lead {
    font-size: 1rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-actions {
    display: grid;
  }

  .hero-visual {
    width: min(100%, 370px);
  }

  .section {
    padding: 62px 0;
  }

  .page-hero {
    padding: 54px 0 52px;
  }

  .product-highlight,
  .service-highlight,
  .card-grid,
  .feature-grid,
  .trust-strip,
  .credibility-grid,
  .industry-grid-home,
  .project-grid-home,
  .metric-grid,
  .rich-product-grid,
  .service-detail-grid,
  .visual-3d-grid,
  .process-timeline,
  .fleet-benefits,
  .industry-icon-grid,
  .usecase-grid,
  .deployment-grid,
  .benefit-band,
  .dashboard-list,
  .mini-stats,
  .team-grid,
  .investor-grid,
  .contact-form,
  .footer-shell {
    grid-template-columns: 1fr;
  }

  .visual-3d-card:last-child {
    grid-column: auto;
  }

  .visual-3d-card {
    min-height: 402px;
    padding: 18px;
  }

  .scene-3d {
    height: 228px;
  }

  .scene-mobile .render-vehicle {
    left: 8%;
    bottom: 82px;
    transform: rotateY(-18deg) rotateZ(-2deg) scale(.82);
    transform-origin: left bottom;
    animation: renderFloatCompact 7s ease-in-out infinite;
  }

  .scene-mobile .render-car {
    right: 6%;
    bottom: 60px;
    transform: rotateY(-24deg) rotateZ(7deg) scale(.78);
    transform-origin: right bottom;
  }

  .scene-mobile .render-cable {
    right: 17%;
    bottom: 95px;
    width: 116px;
    height: 68px;
  }

  .scene-mobile .render-battery {
    right: 7%;
    top: 28px;
    transform: scale(.86);
    transform-origin: right top;
  }

  .render-tower {
    transform: rotateY(-18deg) rotateZ(-3deg) scale(.9);
    transform-origin: center bottom;
  }

  .tower-b {
    transform: rotateY(-18deg) rotateZ(2deg) scale(.96);
  }

  .render-fleet-car {
    transform: rotateY(-22deg) rotateZ(6deg) scale(.72);
  }

  .energy-cube {
    transform: translate(-50%, -42%) rotateX(58deg) rotateZ(-38deg) scale(.88);
    animation: cubeFloatCompact 7s ease-in-out infinite;
  }

  .premium-hero {
    padding-top: 38px;
  }

  .premium-hero h1 {
    font-size: 2.3rem;
  }

  .hero-highlight-line span {
    font-size: 1.54rem;
  }

  .hero-info-card {
    min-width: 0;
    padding: 12px;
  }

  .metric-grid article,
  .value-card-grid article,
  .benefit-band article {
    min-height: 92px;
  }

  .solution-panel,
  .dashboard-panel {
    padding: 22px;
  }

  .rich-card,
  .service-card {
    min-height: auto;
  }

  .process-timeline article {
    min-height: auto;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

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

/* Client revision: PVG-EV / Setrans brief */
.nav-shell-client {
  width: min(1440px, calc(100% - 28px));
  grid-template-columns: 212px minmax(0, 1fr) auto;
  gap: 12px;
}

.nav-menu-client {
  gap: 12px;
}

.nav-menu-client .nav-link {
  white-space: nowrap;
  text-transform: none;
  font-size: .78rem;
  letter-spacing: 0;
}

.footer-shell-client {
  grid-template-columns: 1.6fr repeat(4, minmax(150px, 1fr));
}

.footer-note,
.footer-static {
  display: block;
  color: rgba(255, 255, 255, .68);
  font-size: .88rem;
}

.client-hero {
  background:
    radial-gradient(circle at 82% 30%, rgba(8, 166, 106, .18), transparent 28%),
    radial-gradient(circle at 76% 74%, rgba(8, 166, 106, .16), transparent 25%),
    linear-gradient(115deg, rgba(255, 255, 255, .96), rgba(242, 255, 249, .78) 52%, rgba(237, 248, 255, .88));
}

.client-hero-shell {
  grid-template-columns: minmax(420px, .9fr) minmax(560px, 1.1fr);
}

.collab-line {
  margin: 0 0 24px;
  border-left: 4px solid var(--green);
  border-radius: 0 14px 14px 0;
  background: rgba(255, 255, 255, .62);
  color: var(--ink);
  padding: 14px 16px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(10, 45, 56, .08);
  backdrop-filter: blur(14px);
}

.client-hero-visual {
  position: relative;
  min-height: 540px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .68), rgba(255, 255, 255, .18)),
    radial-gradient(circle at 24% 20%, rgba(255, 255, 255, .92), transparent 28%),
    radial-gradient(circle at 78% 78%, rgba(8, 166, 106, .16), transparent 36%);
  box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255, 255, 255, .9);
  overflow: hidden;
  backdrop-filter: blur(26px) saturate(1.5);
}

.client-hero-visual.compact {
  min-height: 420px;
}

.mcs-visual-shell {
  position: relative;
  width: min(100%, 620px);
  height: 430px;
  transform-style: preserve-3d;
}

.mcs-road,
.mcs-energy {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 74px;
  height: 180px;
  border-radius: 50%;
  transform: rotateX(62deg) rotateZ(-7deg);
}

.mcs-road {
  border: 26px solid rgba(211, 229, 232, .9);
  box-shadow: 0 26px 52px rgba(10, 45, 56, .12), inset 0 0 0 4px rgba(255, 255, 255, .72);
}

.mcs-energy {
  border: 7px solid transparent;
  border-top-color: var(--green);
  border-right-color: var(--blue);
  filter: drop-shadow(0 0 16px rgba(8, 166, 106, .32));
  animation: sceneOrbitPulse 8s ease-in-out infinite;
}

.mcs-truck,
.mcs-car,
.mcs-cable,
.mcs-battery {
  position: absolute;
  display: block;
}

.mcs-truck {
  left: 17%;
  bottom: 142px;
  width: 300px;
  height: 138px;
  border: 1px solid rgba(181, 206, 214, .9);
  border-radius: 18px 36px 18px 18px;
  background: linear-gradient(115deg, #FFFFFF 0 58%, #EAF6FA 59% 100%);
  box-shadow: 0 30px 44px rgba(10, 45, 56, .2), inset 0 1px 0 rgba(255, 255, 255, .96);
  transform: rotateY(-16deg) rotateZ(-2deg);
  animation: renderFloat 7s ease-in-out infinite;
}

.mcs-truck::before {
  content: "";
  position: absolute;
  right: 22px;
  top: 30px;
  width: 74px;
  height: 50px;
  border-radius: 12px 24px 8px 8px;
  background: linear-gradient(135deg, #173241, #274B5B);
}

.mcs-truck::after {
  content: "";
  position: absolute;
  left: 40px;
  right: 116px;
  top: 23px;
  height: 15px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  box-shadow: 0 0 24px rgba(8, 166, 106, .36);
}

.mcs-truck i,
.mcs-truck i::before {
  position: absolute;
  content: "";
  bottom: -19px;
  width: 42px;
  height: 42px;
  border: 8px solid #17202A;
  border-radius: 50%;
  background: #E9F8FA;
}

.mcs-truck i {
  left: 48px;
}

.mcs-truck i::before {
  left: 164px;
  bottom: -8px;
}

.mcs-truck b {
  position: absolute;
  left: 54px;
  top: 61px;
  color: var(--green);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.mcs-truck b::before {
  content: "PVG-EV";
}

.mcs-truck em {
  position: absolute;
  right: 120px;
  top: 62px;
  width: 44px;
  height: 54px;
  border-radius: 12px;
  background: #F7FEFB;
  border: 1px solid rgba(8, 166, 106, .28);
}

.mcs-truck em::after {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 0 16px rgba(8, 166, 106, .42);
}

.mcs-car {
  right: 11%;
  bottom: 124px;
  width: 158px;
  height: 62px;
  border: 1px solid rgba(178, 203, 211, .9);
  border-radius: 30px 42px 20px 20px;
  background: linear-gradient(135deg, #FFFFFF, #EAF8FC);
  box-shadow: 0 24px 32px rgba(10, 45, 56, .16);
  transform: rotateY(-24deg) rotateZ(6deg);
}

.mcs-car::before {
  content: "";
  position: absolute;
  left: 34px;
  top: -22px;
  width: 72px;
  height: 40px;
  border-radius: 26px 26px 5px 5px;
  background: linear-gradient(135deg, #173241, #284D5B);
}

.mcs-car::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: -10px;
  height: 17px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 50%, #17202A 0 9px, transparent 10px),
    radial-gradient(circle at 82% 50%, #17202A 0 9px, transparent 10px);
}

.mcs-cable {
  right: 20%;
  bottom: 178px;
  width: 178px;
  height: 96px;
  border: 7px solid transparent;
  border-top-color: #17202A;
  border-right-color: #17202A;
  border-radius: 50%;
  transform: rotateZ(14deg);
}

.mcs-cable::after {
  content: "";
  position: absolute;
  right: -16px;
  bottom: 4px;
  width: 54px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  box-shadow: 0 0 18px rgba(8, 166, 106, .4);
}

.mcs-battery {
  right: 12%;
  top: 76px;
  width: 112px;
  height: 42px;
  border: 1px solid rgba(8, 166, 106, .32);
  border-radius: 16px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 30px rgba(10, 45, 56, .1), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.mcs-battery::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 9px;
  bottom: 9px;
  width: 58%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  animation: visualBatteryFill 5s ease-in-out infinite;
}

.mcs-battery::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 15px;
  width: 7px;
  height: 12px;
  border-radius: 0 5px 5px 0;
  background: rgba(8, 166, 106, .42);
}

.visual-status-card {
  position: absolute;
  z-index: 3;
  width: min(220px, 42%);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 20px 48px rgba(10, 45, 56, .12), inset 0 1px 0 rgba(255, 255, 255, .9);
  padding: 14px 16px;
  backdrop-filter: blur(18px);
  animation: heroCardPulse 8s ease-in-out infinite;
}

.visual-status-card strong,
.visual-status-card span {
  display: block;
}

.visual-status-card strong {
  color: var(--ink);
  font-size: .9rem;
  line-height: 1.2;
}

.visual-status-card span {
  color: var(--text);
  font-size: .78rem;
  font-weight: 750;
}

.status-a {
  left: 18px;
  top: 18px;
}

.status-b {
  right: 18px;
  top: 82px;
  animation-delay: -2s;
}

.status-c {
  left: 34px;
  bottom: 36px;
  animation-delay: -4s;
}

.copy-stack {
  display: grid;
  gap: 14px;
}

.copy-stack p {
  margin: 0;
  color: var(--text);
  font-size: 1.04rem;
  font-weight: 650;
}

.role-grid,
.feature-card-grid,
.challenge-grid,
.why-grid,
.insight-grid {
  display: grid;
  gap: 24px;
}

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

.role-grid article,
.market-card,
.timeline-card,
.mini-feature,
.disclaimer-box,
.faq-list article {
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .3)),
    rgba(255, 255, 255, .52);
  box-shadow: 0 22px 64px rgba(16, 65, 72, .1), inset 0 1px 0 rgba(255, 255, 255, .92);
  padding: 24px;
  backdrop-filter: blur(18px) saturate(1.45);
}

.role-grid span,
.project-card span,
.article-meta {
  color: var(--green-dark);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.role-grid strong {
  display: block;
  margin: 8px 0 10px;
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1.2;
}

.feature-card-grid,
.challenge-grid,
.why-grid,
.insight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-feature h3 {
  color: var(--ink);
  line-height: 1.25;
}

.client-process {
  grid-template-columns: repeat(5, 1fr);
}

.pill-grid,
.market-grid,
.contact-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pill-grid span,
.market-grid span,
.fleet-benefits span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 14px 30px rgba(10, 45, 56, .08), inset 0 1px 0 rgba(255, 255, 255, .86);
  color: var(--ink);
  padding: 0 16px;
  font-weight: 850;
  backdrop-filter: blur(14px);
}

.pill-grid.wide span {
  flex: 1 1 260px;
}

.status-pill {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(245, 158, 11, .34);
  border-radius: 999px;
  background: rgba(255, 246, 230, .82);
  color: #8A4F00;
  padding: 10px 14px;
  font-weight: 900;
}

.status-timeline {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.status-timeline li {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .64);
  padding: 12px 14px 12px 42px;
  color: var(--text);
  font-weight: 800;
}

.status-timeline li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 17px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--line);
}

.status-timeline li.is-current {
  border-color: rgba(8, 166, 106, .38);
  background: rgba(232, 255, 245, .78);
  color: var(--green-dark);
}

.status-timeline li.is-current::before {
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 0 16px rgba(8, 166, 106, .32);
}

.market-card h3,
.timeline-card h3 {
  color: var(--ink);
}

.spec-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 18px;
  box-shadow: 0 18px 54px rgba(10, 45, 56, .1);
}

.spec-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, .78);
}

.spec-table th,
.spec-table td {
  border-bottom: 1px solid var(--line);
  padding: 15px 16px;
  text-align: left;
}

.spec-table th {
  background: linear-gradient(135deg, rgba(8, 166, 106, .1), rgba(8, 166, 106, .1));
  color: var(--ink);
  font-size: .88rem;
  text-transform: uppercase;
}

.spec-table td:first-child {
  color: var(--ink);
  font-weight: 850;
}

.disclaimer-box {
  margin: 22px 0;
  color: var(--text);
}

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

.article-shell {
  max-width: 860px;
}

.article-shell h2 {
  margin-top: 30px;
}

.article-page p,
.article-shell li {
  color: var(--text);
  font-size: 1.04rem;
}

.article-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.check-row {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 14px;
  background: rgba(255, 255, 255, .58);
  padding: 11px 13px;
  color: var(--ink);
  font-weight: 800;
}

.check-row input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--green);
}

.pilot-form {
  grid-template-columns: repeat(3, 1fr);
}

.pilot-form .check-row {
  grid-column: span 1;
}

.pilot-form .check-row.form-full {
  grid-column: 1 / -1;
}

.cookie-consent {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 980;
  width: min(420px, calc(100% - 36px));
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .72)),
    rgba(255, 255, 255, .78);
  box-shadow: 0 24px 80px rgba(10, 45, 56, .2);
  padding: 18px;
  backdrop-filter: blur(24px) saturate(1.5);
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent p {
  margin: 0;
  color: var(--text);
  font-size: .92rem;
}

.client-page-hero {
  background:
    radial-gradient(circle at 16% 24%, rgba(8, 166, 106, .12), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(8, 166, 106, .12), transparent 26%),
    linear-gradient(180deg, #FFFFFF, #F6FCFB);
}

@media (max-width: 1320px) {
  .nav-menu-client .nav-link {
    font-size: .92rem;
  }

  .nav-menu-client {
    align-items: stretch;
  }

  .client-hero-shell,
  .client-hero .hero-shell {
    grid-template-columns: 1fr;
  }

  .client-hero-visual {
    min-height: 500px;
  }

  .feature-card-grid,
  .challenge-grid,
  .why-grid,
  .insight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .pilot-form {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 780px) {
  .client-hero-visual {
    min-height: 390px;
  }

  .mcs-visual-shell {
    height: 330px;
  }

  .mcs-truck {
    left: 8%;
    bottom: 118px;
    transform: rotateY(-16deg) rotateZ(-2deg) scale(.72);
    transform-origin: left bottom;
    animation: none;
  }

  .mcs-car {
    right: 4%;
    bottom: 102px;
    transform: rotateY(-24deg) rotateZ(6deg) scale(.74);
    transform-origin: right bottom;
  }

  .mcs-cable {
    right: 17%;
    bottom: 153px;
    width: 120px;
    height: 72px;
  }

  .mcs-battery {
    top: 46px;
    right: 8%;
    transform: scale(.82);
    transform-origin: right top;
  }

  .visual-status-card {
    position: static;
    width: 100%;
    margin: 8px 0;
  }

  .client-hero-visual {
    padding: 12px;
    align-content: start;
  }

  .feature-card-grid,
  .challenge-grid,
  .why-grid,
  .role-grid,
  .insight-grid,
  .client-process,
  .pilot-form {
    grid-template-columns: 1fr;
  }

  .pilot-form .check-row {
    grid-column: 1 / -1;
  }

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

/* Mobile Charging Station premium product page */
.station-product-page {
  background:
    radial-gradient(circle at 10% 8%, rgba(8, 166, 106, .11), transparent 26%),
    radial-gradient(circle at 92% 18%, rgba(8, 166, 106, .13), transparent 28%),
    linear-gradient(180deg, #FFFFFF 0%, #F6FCFB 34%, #FFFFFF 68%, #F5FBF8 100%);
}

.station-wide-shell,
.station-product-shell {
  width: min(100% - 48px, 1400px);
  margin: 0 auto;
}

.station-product-hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 78px;
  background:
    radial-gradient(circle at 78% 28%, rgba(8, 166, 106, .2), transparent 30%),
    radial-gradient(circle at 84% 78%, rgba(8, 166, 106, .18), transparent 28%),
    linear-gradient(115deg, rgba(255, 255, 255, .98), rgba(243, 255, 250, .78) 50%, rgba(237, 248, 255, .86));
  isolation: isolate;
}

.station-product-hero::before,
.station-product-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.station-product-hero::before {
  inset: 52px 3% 46px 42%;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .22)),
    radial-gradient(circle at 26% 22%, rgba(255, 255, 255, .92), transparent 26%),
    radial-gradient(circle at 82% 74%, rgba(8, 166, 106, .17), transparent 35%);
  box-shadow: 0 38px 110px rgba(10, 45, 56, .12), inset 0 1px 0 rgba(255, 255, 255, .94);
  backdrop-filter: blur(28px) saturate(1.6);
  transform: rotateX(8deg) rotateY(-7deg);
}

.station-product-hero::after {
  width: 720px;
  height: 720px;
  right: -240px;
  top: -260px;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 18deg, rgba(8, 166, 106, .13) 0 8deg, transparent 8deg 20deg),
    radial-gradient(circle, rgba(255, 255, 255, .45), transparent 64%);
  opacity: .52;
  animation: stationHaloSpin 24s linear infinite;
}

.station-product-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(480px, .95fr) minmax(560px, 1.05fr);
  grid-template-areas:
    "copy visual"
    "panel visual"
    "actions visual";
  align-items: center;
  gap: 44px;
  perspective: 1200px;
}

.station-product-copy {
  position: relative;
  z-index: 2;
  grid-area: copy;
}

.station-product-copy h1 {
  max-width: 720px;
  font-size: clamp(2.6rem, 4.6vw, 4.7rem);
}

.station-product-copy .page-lead {
  max-width: 680px;
  color: var(--text);
  font-size: clamp(1.04rem, 1.4vw, 1.24rem);
  font-weight: 720;
}

.station-hero-panel,
.station-copy-panel,
.station-cta-panel {
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .76), rgba(255, 255, 255, .26)),
    rgba(255, 255, 255, .46);
  box-shadow: 0 26px 72px rgba(10, 45, 56, .1), inset 0 1px 0 rgba(255, 255, 255, .92);
  backdrop-filter: blur(22px) saturate(1.45);
}

.station-hero-panel {
  grid-area: panel;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 24px;
}

.station-hero-actions {
  grid-area: actions;
}

.station-hero-panel h2,
.station-copy-panel h2,
.station-cta-panel h2 {
  margin-bottom: 8px;
  font-size: clamp(1.7rem, 2.25vw, 2.45rem);
}

.station-hero-panel p,
.station-copy-panel p {
  color: var(--text);
  font-size: 1rem;
  font-weight: 650;
}

.station-hero-panel .collab-line {
  margin-bottom: 0;
}

.station-product-visual {
  position: relative;
  grid-area: visual;
  align-self: center;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .66), rgba(255, 255, 255, .18)),
    radial-gradient(circle at 26% 18%, rgba(255, 255, 255, .92), transparent 25%),
    radial-gradient(circle at 70% 70%, rgba(8, 166, 106, .18), transparent 34%),
    linear-gradient(135deg, rgba(236, 249, 255, .66), rgba(237, 255, 247, .55));
  box-shadow: 0 40px 110px rgba(10, 45, 56, .16), inset 0 1px 0 rgba(255, 255, 255, .94);
  backdrop-filter: blur(28px) saturate(1.55);
  transform-style: preserve-3d;
}

.station-product-visual::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 28px;
  background:
    repeating-linear-gradient(115deg, rgba(255, 255, 255, .26) 0 1px, transparent 1px 18px),
    radial-gradient(circle at 50% 58%, rgba(8, 166, 106, .16), transparent 42%);
  opacity: .8;
  pointer-events: none;
  transform: translateZ(-24px) rotateX(7deg);
}

.station-energy-glow {
  position: absolute;
  inset: 9% 4% 4% 20%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 52% 44%, rgba(8, 166, 106, .22), transparent 32%),
    radial-gradient(circle at 58% 58%, rgba(8, 166, 106, .18), transparent 38%);
  filter: blur(6px);
  animation: stationGlowBreath 7s ease-in-out infinite;
}

.station-stage {
  position: absolute;
  inset: 38px 24px 36px;
  transform-style: preserve-3d;
}

.station-road,
.station-road-light {
  position: absolute;
  left: 50%;
  top: 51%;
  width: min(78%, 560px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(62deg) rotateZ(-12deg);
}

.station-road {
  border: 34px solid rgba(214, 228, 231, .94);
  box-shadow: 0 34px 70px rgba(10, 45, 56, .14), inset 0 0 0 5px rgba(255, 255, 255, .75);
}

.station-road::before,
.station-road::after {
  content: "";
  position: absolute;
  inset: -22px;
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, .72);
  animation: stationRoadDash 18s linear infinite;
}

.station-road::after {
  inset: -8px;
  border-color: rgba(16, 65, 72, .16);
  animation-direction: reverse;
}

.station-road-light {
  border: 8px solid transparent;
  border-top-color: var(--blue);
  border-right-color: var(--green);
  filter: drop-shadow(0 0 18px rgba(8, 166, 106, .38));
  animation: stationEnergyRing 8s linear infinite;
}

.station-vehicle {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 360px;
  height: 160px;
  border: 1px solid rgba(181, 206, 214, .95);
  border-radius: 22px 42px 20px 20px;
  background:
    linear-gradient(115deg, #FFFFFF 0 58%, #EAF6FA 59% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(233, 248, 250, .78));
  box-shadow: 0 34px 58px rgba(10, 45, 56, .22), inset 0 1px 0 rgba(255, 255, 255, .96);
  transform: translate(-50%, -32%) rotateY(-18deg) rotateZ(-2deg);
  animation: stationVehicleFloat 7s ease-in-out infinite;
}

.station-vehicle::before {
  content: "";
  position: absolute;
  right: 26px;
  top: 34px;
  width: 90px;
  height: 56px;
  border-radius: 13px 26px 8px 8px;
  background: linear-gradient(135deg, #173241, #2C5160);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
}

.station-vehicle::after {
  content: "";
  position: absolute;
  left: 44px;
  right: 132px;
  top: 26px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  box-shadow: 0 0 24px rgba(8, 166, 106, .42);
}

.station-vehicle i,
.station-vehicle i::before {
  position: absolute;
  content: "";
  bottom: -20px;
  width: 46px;
  height: 46px;
  border: 9px solid #17202A;
  border-radius: 50%;
  background: #E9F8FA;
}

.station-vehicle i {
  left: 56px;
}

.station-vehicle i::before {
  left: 196px;
  bottom: -9px;
}

.station-vehicle b {
  position: absolute;
  left: 58px;
  top: 68px;
  color: var(--green);
  font-size: 30px;
  font-weight: 900;
}

.station-vehicle b::before {
  content: "PVG-EV";
}

.station-vehicle em {
  position: absolute;
  right: 138px;
  top: 68px;
  width: 50px;
  height: 58px;
  border: 1px solid rgba(8, 166, 106, .28);
  border-radius: 12px;
  background: #F7FEFB;
}

.station-vehicle em::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 0 18px rgba(8, 166, 106, .44);
}

.station-connector {
  position: absolute;
  left: calc(50% - 31px);
  top: calc(51% - 16px);
  width: 62px;
  height: 32px;
  border: 1px solid rgba(55, 70, 76, .28);
  border-radius: 12px 18px 18px 12px;
  background:
    linear-gradient(90deg, #717E84, #CCD5D8 45%, #88959A),
    #AEB9BD;
  box-shadow: 0 15px 28px rgba(10, 45, 56, .18), inset 0 1px 0 rgba(255, 255, 255, .48);
  transform: rotate(var(--orbit-start)) translateY(-236px) rotate(90deg);
  animation: stationConnectorOrbit 18s linear infinite;
}

.station-connector::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 7px;
  right: 12px;
  bottom: 7px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .32);
}

.station-connector::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 9px;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--blue), var(--green));
  box-shadow: 0 0 20px rgba(8, 166, 106, .56);
}

.station-connector-a {
  --orbit-start: 20deg;
}

.station-connector-b {
  --orbit-start: 142deg;
  animation-delay: -6s;
}

.station-connector-c {
  --orbit-start: 264deg;
  animation-delay: -12s;
}

.station-cable,
.station-energy-flow {
  position: absolute;
  left: calc(50% + 92px);
  top: calc(51% - 10px);
  width: 230px;
  height: 124px;
  border: 7px solid transparent;
  border-top-color: #17202A;
  border-right-color: #17202A;
  border-radius: 50%;
  transform: rotateZ(16deg);
}

.station-cable {
  filter: drop-shadow(0 18px 16px rgba(10, 45, 56, .13));
  animation: stationCableDraw 8s ease-in-out infinite;
}

.station-energy-flow {
  border-top-color: var(--blue);
  border-right-color: var(--green);
  filter: drop-shadow(0 0 14px rgba(8, 166, 106, .48));
  opacity: 0;
  animation: stationCableEnergy 8s ease-in-out infinite;
}

.station-battery {
  position: absolute;
  right: 9%;
  top: 76px;
  width: 144px;
  height: 50px;
  border: 1px solid rgba(8, 166, 106, .35);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 40px rgba(10, 45, 56, .12), inset 0 1px 0 rgba(255, 255, 255, .92);
}

.station-battery::after {
  content: "";
  position: absolute;
  right: -9px;
  top: 18px;
  width: 8px;
  height: 15px;
  border-radius: 0 5px 5px 0;
  background: rgba(8, 166, 106, .44);
}

.station-battery span {
  position: absolute;
  left: 9px;
  top: 9px;
  bottom: 9px;
  width: 10%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  box-shadow: 0 0 18px rgba(8, 166, 106, .4);
  animation: stationBatteryFill 8s ease-in-out infinite;
}

.station-indicator {
  position: absolute;
  right: 8%;
  top: 138px;
  display: grid;
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 42px rgba(10, 45, 56, .12), inset 0 1px 0 rgba(255, 255, 255, .9);
  padding: 11px 14px;
  backdrop-filter: blur(16px);
}

.station-indicator strong {
  color: var(--ink);
  font-size: .9rem;
  line-height: 1;
}

.station-indicator small {
  color: var(--green-dark);
  font-weight: 900;
}

.station-orbit-car {
  position: absolute;
  left: calc(50% - 48px);
  top: calc(51% - 20px);
  width: 96px;
  height: 38px;
  border: 1px solid rgba(178, 203, 211, .9);
  border-radius: 28px 34px 16px 16px;
  background: linear-gradient(135deg, #FFFFFF, #EAF8FC);
  box-shadow: 0 18px 28px rgba(10, 45, 56, .14);
  animation: stationCarOrbit 16s linear infinite;
}

.station-orbit-car::before {
  content: "";
  position: absolute;
  left: 20px;
  top: -13px;
  width: 42px;
  height: 22px;
  border-radius: 20px 20px 4px 4px;
  background: linear-gradient(135deg, #173241, #284D5B);
}

.station-orbit-car::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -7px;
  height: 12px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 50%, #17202A 0 6px, transparent 7px),
    radial-gradient(circle at 82% 50%, #17202A 0 6px, transparent 7px);
}

.station-orbit-car-b {
  animation-delay: -8s;
  transform: scale(.9);
}

.station-particle {
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 0 18px rgba(8, 166, 106, .5);
  animation: stationParticleFloat 7s ease-in-out infinite;
}

.particle-a {
  left: 12%;
  top: 20%;
}

.particle-b {
  right: 18%;
  top: 20%;
  animation-delay: -2s;
}

.particle-c {
  left: 18%;
  bottom: 18%;
  animation-delay: -4s;
}

.particle-d {
  right: 24%;
  bottom: 16%;
  animation-delay: -5.4s;
}

.floating-spec-card {
  position: absolute;
  z-index: 4;
  min-width: 214px;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .34)),
    rgba(255, 255, 255, .56);
  box-shadow: 0 22px 54px rgba(10, 45, 56, .12), inset 0 1px 0 rgba(255, 255, 255, .94);
  padding: 15px 16px;
  backdrop-filter: blur(20px) saturate(1.45);
  animation: stationCardFloat 8s ease-in-out infinite;
}

.floating-spec-card span {
  color: var(--text);
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.floating-spec-card strong {
  color: var(--green-dark);
  font-size: .92rem;
  line-height: 1.2;
}

.floating-spec-card.spec-a {
  left: 22px;
  top: 24px;
}

.floating-spec-card.spec-b {
  right: 22px;
  top: 230px;
  animation-delay: -2.5s;
}

.floating-spec-card.spec-c {
  left: 34px;
  bottom: 34px;
  animation-delay: -5s;
}

.station-intro-section,
.station-deployment-section,
.station-cta-section {
  position: relative;
}

.station-story-row {
  display: grid;
  grid-template-columns: minmax(420px, .96fr) minmax(420px, 1.04fr);
  align-items: center;
  gap: 34px;
}

.station-story-row-reverse .station-story-visual {
  order: 2;
}

.station-story-stack {
  display: grid;
  gap: 34px;
}

.station-copy-panel {
  padding: 30px;
}

.station-copy-panel .eyebrow {
  margin-bottom: 12px;
}

.station-story-visual {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .68), rgba(255, 255, 255, .2)),
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, .92), transparent 25%),
    radial-gradient(circle at 78% 72%, rgba(8, 166, 106, .16), transparent 36%);
  box-shadow: 0 28px 80px rgba(10, 45, 56, .12), inset 0 1px 0 rgba(255, 255, 255, .92);
  backdrop-filter: blur(22px) saturate(1.45);
}

.station-story-visual::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 38px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(8, 166, 106, .18), transparent 68%);
  transform: rotateX(64deg);
}

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

.station-application-card,
.station-benefit-card,
.workflow-step,
.station-spec-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .28)),
    rgba(255, 255, 255, .5);
  box-shadow: 0 22px 60px rgba(10, 45, 56, .1), inset 0 1px 0 rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px) saturate(1.45);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.station-application-card::before,
.station-benefit-card::before,
.workflow-step::before,
.station-spec-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(8, 166, 106, .16), rgba(8, 166, 106, .12));
  opacity: 0;
  transition: opacity .24s ease;
  pointer-events: none;
}

.station-application-card:hover,
.station-application-card:focus-within,
.station-benefit-card:hover,
.station-spec-card:hover,
.station-spec-card:focus-within,
.workflow-step:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(8, 166, 106, .36);
  box-shadow: 0 30px 86px rgba(10, 45, 56, .15), 0 0 0 1px rgba(8, 166, 106, .18);
}

.station-application-card:hover::before,
.station-benefit-card:hover::before,
.workflow-step:hover::before,
.station-spec-card:hover::before {
  opacity: 1;
}

.station-application-card {
  min-height: 176px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 22px;
}

.station-icon {
  position: relative;
  width: 54px;
  height: 54px;
  display: block;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, .38)),
    linear-gradient(135deg, rgba(8, 166, 106, .2), rgba(8, 166, 106, .18));
  box-shadow: 0 14px 30px rgba(10, 45, 56, .1), inset 0 1px 0 rgba(255, 255, 255, .92);
}

.station-icon::before,
.station-icon::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--blue));
}

.station-icon::before {
  left: 15px;
  top: 17px;
  width: 24px;
  height: 15px;
}

.station-icon::after {
  left: 18px;
  bottom: 12px;
  width: 18px;
  height: 5px;
}

.station-application-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.25;
}

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

.station-benefit-card {
  min-height: 248px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 26px;
}

.station-benefit-card span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(8, 166, 106, .2);
}

.station-benefit-card h3 {
  margin: 0;
  color: var(--ink);
  line-height: 1.22;
}

.station-benefit-card p {
  margin: 0;
  color: var(--text);
  font-weight: 650;
}

.station-workflow-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.station-workflow-grid::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 48px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(8, 166, 106, .22), rgba(8, 166, 106, .5), rgba(8, 166, 106, .22));
}

.workflow-step {
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 22px;
}

.workflow-step span {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, .74), 0 16px 34px rgba(8, 166, 106, .2);
}

.workflow-step h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ink);
  font-size: 1.03rem;
}

.workflow-visual .workflow-line {
  position: absolute;
  left: 16%;
  right: 16%;
  top: 48%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue), var(--green));
  box-shadow: 0 0 22px rgba(8, 166, 106, .28);
  animation: stationEnergySweep 4s linear infinite;
}

.workflow-node {
  position: absolute;
  z-index: 2;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 24px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 42px rgba(10, 45, 56, .12), inset 0 1px 0 rgba(255, 255, 255, .94);
}

.workflow-node::before {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--green), var(--blue));
}

.node-a {
  left: 14%;
  top: 36%;
}

.node-b {
  left: calc(50% - 36px);
  top: 25%;
}

.node-c {
  right: 14%;
  top: 36%;
}

.workflow-vehicle {
  position: absolute;
  left: 38%;
  bottom: 72px;
  width: 168px;
  height: 70px;
  border-radius: 16px 28px 14px 14px;
  background: linear-gradient(115deg, #FFFFFF 0 60%, #EAF6FA 61% 100%);
  border: 1px solid rgba(181, 206, 214, .95);
  box-shadow: 0 24px 42px rgba(10, 45, 56, .18);
  transform: rotateY(-17deg);
}

.fleet-base,
.commercial-bay {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 54px;
  height: 74px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(8, 166, 106, .18), transparent 68%);
  transform: rotateX(62deg);
}

.fleet-unit,
.commercial-unit,
.apartment-unit {
  position: absolute;
  width: 216px;
  height: 96px;
  border: 1px solid rgba(181, 206, 214, .95);
  border-radius: 18px 30px 16px 16px;
  background: linear-gradient(115deg, #FFFFFF 0 58%, #EAF6FA 59% 100%);
  box-shadow: 0 28px 46px rgba(10, 45, 56, .18);
}

.fleet-unit {
  left: 16%;
  bottom: 120px;
  transform: rotateY(-18deg) rotateZ(-2deg);
}

.fleet-unit::after,
.commercial-unit::after,
.apartment-unit::after {
  content: "PVG-EV";
  position: absolute;
  left: 30px;
  top: 42px;
  color: var(--green);
  font-weight: 900;
}

.fleet-car,
.apartment-car {
  position: absolute;
  width: 120px;
  height: 48px;
  border: 1px solid rgba(178, 203, 211, .9);
  border-radius: 26px 34px 16px 16px;
  background: linear-gradient(135deg, #FFFFFF, #EAF8FC);
  box-shadow: 0 18px 28px rgba(10, 45, 56, .14);
}

.car-one {
  right: 18%;
  bottom: 128px;
}

.car-two {
  right: 32%;
  bottom: 78px;
  transform: scale(.86);
}

.fleet-charge-line,
.commercial-energy,
.apartment-cable {
  position: absolute;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  box-shadow: 0 0 20px rgba(8, 166, 106, .38);
  animation: stationEnergySweep 4s linear infinite;
}

.fleet-charge-line {
  left: 43%;
  right: 22%;
  bottom: 146px;
  transform: rotate(-8deg);
}

.commercial-building {
  position: absolute;
  left: 11%;
  bottom: 96px;
  width: 170px;
  height: 178px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 22px;
  background:
    repeating-linear-gradient(90deg, rgba(8, 166, 106, .18) 0 18px, transparent 18px 34px),
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .28));
  box-shadow: 0 26px 52px rgba(10, 45, 56, .13);
}

.commercial-unit {
  right: 15%;
  bottom: 122px;
  transform: rotateY(-16deg);
}

.commercial-energy {
  left: 43%;
  right: 24%;
  bottom: 154px;
}

.apartment-tower {
  position: absolute;
  bottom: 96px;
  width: 118px;
  height: 198px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 24px;
  background:
    repeating-linear-gradient(180deg, rgba(8, 166, 106, .14) 0 16px, transparent 16px 32px),
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .3));
  box-shadow: 0 26px 52px rgba(10, 45, 56, .12);
}

.tower-left {
  left: 13%;
}

.tower-right {
  left: 32%;
  height: 232px;
}

.apartment-unit {
  right: 14%;
  bottom: 126px;
  transform: rotateY(-16deg);
}

.apartment-car {
  right: 27%;
  bottom: 80px;
}

.apartment-cable {
  left: 50%;
  right: 30%;
  bottom: 128px;
  transform: rotate(-15deg);
}

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

.station-spec-card {
  padding: 0;
}

.station-spec-card summary {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 30px;
  align-items: center;
  gap: 14px;
  min-height: 78px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
}

.station-spec-card summary::-webkit-details-marker {
  display: none;
}

.station-spec-card summary::after {
  content: "+";
  width: 30px;
  height: 30px;
  display: grid;
  grid-column: 3;
  grid-row: 1;
  place-items: center;
  border-radius: 50%;
  background: rgba(8, 166, 106, .1);
  color: var(--green-dark);
  font-weight: 900;
}

.station-spec-card[open] summary::after {
  content: "-";
}

.station-spec-card summary:focus-visible {
  outline: 3px solid rgba(8, 166, 106, .42);
  outline-offset: 4px;
  border-radius: 22px;
}

.station-spec-card summary span {
  min-width: 0;
  color: var(--ink);
  font-weight: 900;
}

.station-spec-card summary strong {
  justify-self: end;
  border: 1px solid rgba(245, 158, 11, .32);
  border-radius: 999px;
  background: rgba(255, 246, 230, .82);
  color: #8A4F00;
  padding: 8px 11px;
  font-size: .72rem;
  line-height: 1;
  white-space: nowrap;
}

.station-spec-card p {
  position: relative;
  z-index: 1;
  margin: -4px 24px 22px;
  border-top: 1px solid rgba(228, 236, 239, .9);
  color: var(--text);
  padding-top: 15px;
  font-weight: 650;
}

.station-disclaimer-card {
  margin: 24px 0 0;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .36)),
    rgba(255, 255, 255, .56);
  box-shadow: 0 24px 68px rgba(10, 45, 56, .1), inset 0 1px 0 rgba(255, 255, 255, .94);
  color: var(--text);
  padding: 22px 24px;
  backdrop-filter: blur(18px) saturate(1.4);
}

.station-cta-panel {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(520px, 1.28fr);
  align-items: center;
  gap: 24px;
  padding: 34px;
}

.station-cta-panel .hero-actions {
  justify-content: flex-end;
}

.reveal.reveal-scale {
  transform: translateY(22px) scale(.96);
}

.reveal.reveal-slide-left {
  transform: translateX(-32px);
}

.reveal.reveal-slide-right {
  transform: translateX(32px);
}

.reveal.reveal-scale.is-visible,
.reveal.reveal-slide-left.is-visible,
.reveal.reveal-slide-right.is-visible {
  transform: translate(0, 0) scale(1);
}

@keyframes stationHaloSpin {
  to { transform: rotate(360deg); }
}

@keyframes stationGlowBreath {
  0%, 100% { opacity: .56; transform: scale(.96); }
  50% { opacity: .92; transform: scale(1.04); }
}

@keyframes stationRoadDash {
  to { transform: rotate(360deg); }
}

@keyframes stationEnergyRing {
  to { transform: translate(-50%, -50%) rotateX(62deg) rotateZ(348deg); }
}

@keyframes stationConnectorOrbit {
  from { transform: rotate(var(--orbit-start)) translateY(-236px) rotate(90deg); }
  to { transform: rotate(calc(var(--orbit-start) + 360deg)) translateY(-236px) rotate(90deg); }
}

@keyframes stationVehicleFloat {
  0%, 100% { transform: translate(-50%, -32%) rotateY(-18deg) rotateZ(-2deg); }
  50% { transform: translate(-50%, -37%) rotateY(-18deg) rotateZ(-1deg); }
}

@keyframes stationCableDraw {
  0%, 13%, 88%, 100% { opacity: 0; clip-path: inset(0 100% 0 0); }
  28%, 72% { opacity: 1; clip-path: inset(0 0 0 0); }
}

@keyframes stationCableEnergy {
  0%, 20%, 84%, 100% { opacity: 0; filter: drop-shadow(0 0 0 rgba(8, 166, 106, 0)); }
  36%, 68% { opacity: .92; filter: drop-shadow(0 0 20px rgba(8, 166, 106, .52)); }
}

@keyframes stationBatteryFill {
  0%, 16% { width: 10%; background: linear-gradient(90deg, #A8B3B9, #CDD6DA); }
  58%, 82% { width: calc(100% - 18px); background: linear-gradient(90deg, var(--green), var(--blue)); }
  100% { width: 10%; background: linear-gradient(90deg, #A8B3B9, #CDD6DA); }
}

@keyframes stationCarOrbit {
  from { transform: rotate(30deg) translateY(-220px) rotate(-30deg); }
  to { transform: rotate(390deg) translateY(-220px) rotate(-390deg); }
}

@keyframes stationParticleFloat {
  0%, 100% { opacity: .32; transform: translate3d(0, 0, 0) scale(.8); }
  50% { opacity: .92; transform: translate3d(14px, -18px, 0) scale(1.18); }
}

@keyframes stationCardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes stationEnergySweep {
  0% { opacity: .52; background-position: 0 0; }
  50% { opacity: 1; }
  100% { opacity: .52; background-position: 220px 0; }
}

@media (max-width: 1180px) {
  .station-product-shell,
  .station-story-row,
  .station-cta-panel {
    grid-template-columns: 1fr;
  }

  .station-product-shell {
    grid-template-areas:
      "copy"
      "visual"
      "panel"
      "actions";
  }

  .station-product-hero::before {
    inset: 40% 3% 42px;
  }

  .station-product-visual {
    min-height: 610px;
  }

  .station-story-row-reverse .station-story-visual {
    order: 0;
  }

  .station-application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .station-cta-panel .hero-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .station-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .station-workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .station-workflow-grid::before {
    display: none;
  }

  .station-story-visual {
    min-height: 340px;
  }
}

@media (max-width: 680px) {
  .station-wide-shell,
  .station-product-shell {
    width: min(100% - 24px, 1400px);
  }

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

  .station-product-copy h1 {
    font-size: 2.22rem;
  }

  .station-product-copy .page-lead {
    font-size: 1rem;
  }

  .station-hero-panel,
  .station-copy-panel,
  .station-cta-panel {
    border-radius: 22px;
    padding: 22px;
  }

  .station-product-visual {
    min-height: auto;
    display: grid;
    gap: 12px;
    padding: 14px;
    border-radius: 26px;
  }

  .station-product-visual::before,
  .station-energy-glow {
    inset: 12px;
  }

  .station-stage {
    position: relative;
    inset: auto;
    height: 340px;
  }

  .station-road,
  .station-road-light {
    width: 82%;
  }

  .station-road {
    border-width: 24px;
  }

  .station-connector {
    transform: rotate(var(--orbit-start)) translateY(-136px) rotate(90deg) scale(.72);
    animation: none;
  }

  .station-vehicle {
    width: 258px;
    height: 116px;
    transform: translate(-50%, -28%) rotateY(-18deg) rotateZ(-2deg) scale(.92);
    animation: none;
  }

  .station-vehicle::before {
    right: 18px;
    top: 24px;
    width: 64px;
    height: 42px;
  }

  .station-vehicle::after {
    left: 30px;
    right: 96px;
    top: 20px;
  }

  .station-vehicle i,
  .station-vehicle i::before {
    width: 34px;
    height: 34px;
    border-width: 7px;
  }

  .station-vehicle i {
    left: 38px;
    bottom: -16px;
  }

  .station-vehicle i::before {
    left: 140px;
    bottom: -7px;
  }

  .station-vehicle b {
    left: 39px;
    top: 49px;
    font-size: 20px;
  }

  .station-vehicle em {
    right: 98px;
    top: 50px;
    width: 38px;
    height: 42px;
  }

  .station-cable,
  .station-energy-flow {
    left: calc(50% + 56px);
    top: calc(51% - 2px);
    width: 142px;
    height: 76px;
    border-width: 5px;
  }

  .station-orbit-car {
    transform: scale(.72);
    animation: none;
    left: 62%;
    top: 65%;
  }

  .station-orbit-car-b {
    left: 14%;
    top: 64%;
  }

  .station-battery {
    right: 8%;
    top: 38px;
    width: 104px;
    height: 40px;
  }

  .station-indicator {
    right: 7%;
    top: 88px;
    padding: 9px 11px;
  }

  .floating-spec-card {
    position: relative;
    inset: auto;
    min-width: 0;
    animation: none;
  }

  .station-application-grid,
  .station-workflow-grid {
    grid-template-columns: 1fr;
  }

  .station-benefit-card {
    min-height: auto;
  }

  .station-benefit-grid {
    grid-template-columns: 1fr;
  }

  .station-spec-card summary {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .station-spec-card summary strong {
    justify-self: start;
    margin-right: 0;
  }

  .station-spec-card summary::after {
    position: absolute;
    right: 20px;
    top: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .station-product-hero::after,
  .station-energy-glow,
  .station-road::before,
  .station-road::after,
  .station-road-light,
  .station-vehicle,
  .station-connector,
  .station-cable,
  .station-energy-flow,
  .station-battery span,
  .station-orbit-car,
  .station-particle,
  .floating-spec-card,
  .workflow-visual .workflow-line,
  .fleet-charge-line,
  .commercial-energy,
  .apartment-cable {
    animation: none !important;
  }

  .reveal.reveal-scale,
  .reveal.reveal-slide-left,
  .reveal.reveal-slide-right {
    opacity: 1;
    transform: none;
  }
}

/* Solutions enterprise portal page */
.solutions-portal-page {
  background:
    radial-gradient(circle at 8% 8%, rgba(8, 166, 106, .1), transparent 26%),
    radial-gradient(circle at 90% 14%, rgba(8, 166, 106, .12), transparent 28%),
    linear-gradient(180deg, #FFFFFF 0%, #F5FBF8 34%, #FFFFFF 62%, #F6FCFB 100%);
}

.solutions-wide-shell {
  width: min(100% - 48px, 1400px);
  margin: 0 auto;
}

.solutions-hero {
  position: relative;
  min-height: calc(80svh - var(--header-height));
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 70px 0 86px;
  background:
    radial-gradient(circle at 78% 28%, rgba(8, 166, 106, .22), transparent 30%),
    radial-gradient(circle at 84% 76%, rgba(8, 166, 106, .18), transparent 28%),
    linear-gradient(115deg, rgba(255, 255, 255, .98), rgba(242, 255, 249, .74) 48%, rgba(237, 248, 255, .88));
  isolation: isolate;
}

.solutions-hero::before,
.solutions-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.solutions-hero::before {
  inset: 56px 3% 52px 42%;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .22)),
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, .92), transparent 24%),
    radial-gradient(circle at 78% 78%, rgba(8, 166, 106, .18), transparent 34%);
  box-shadow: 0 38px 110px rgba(10, 45, 56, .12), inset 0 1px 0 rgba(255, 255, 255, .94);
  backdrop-filter: blur(28px) saturate(1.6);
  transform: rotateX(8deg) rotateY(-7deg);
}

.solutions-hero::after {
  width: 760px;
  height: 760px;
  right: -230px;
  top: -280px;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 18deg, rgba(8, 166, 106, .12) 0 8deg, transparent 8deg 20deg),
    radial-gradient(circle, rgba(255, 255, 255, .46), transparent 64%);
  opacity: .58;
  animation: solutionsHaloSpin 28s linear infinite;
}

.solutions-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(440px, .9fr) minmax(620px, 1.1fr);
  align-items: center;
  gap: 54px;
  perspective: 1200px;
}

.solutions-hero-copy {
  position: relative;
  z-index: 2;
}

.solutions-hero-copy h1 {
  max-width: 720px;
  font-size: clamp(2.8rem, 5vw, 4.9rem);
}

.solutions-hero-copy .page-lead {
  max-width: 680px;
  color: var(--text);
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  font-weight: 720;
}

.solutions-ecosystem {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 38px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .68), rgba(255, 255, 255, .2)),
    radial-gradient(circle at 26% 18%, rgba(255, 255, 255, .92), transparent 25%),
    radial-gradient(circle at 74% 74%, rgba(8, 166, 106, .18), transparent 35%),
    linear-gradient(135deg, rgba(236, 249, 255, .66), rgba(237, 255, 247, .56));
  box-shadow: 0 40px 110px rgba(10, 45, 56, .16), inset 0 1px 0 rgba(255, 255, 255, .94);
  backdrop-filter: blur(28px) saturate(1.55);
}

.solutions-ecosystem::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 30px;
  background:
    repeating-linear-gradient(115deg, rgba(255, 255, 255, .24) 0 1px, transparent 1px 18px),
    radial-gradient(circle at 50% 55%, rgba(8, 166, 106, .16), transparent 42%);
  opacity: .84;
  pointer-events: none;
}

.solution-glow {
  position: absolute;
  inset: 16% 6% 10% 12%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 52% 44%, rgba(8, 166, 106, .24), transparent 32%),
    radial-gradient(circle at 56% 58%, rgba(8, 166, 106, .18), transparent 38%);
  filter: blur(8px);
  animation: solutionsGlowBreath 8s ease-in-out infinite;
}

.solution-particle {
  position: absolute;
  z-index: 4;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 0 18px rgba(8, 166, 106, .5);
  animation: solutionParticleFloat 7s ease-in-out infinite;
}

.particle-one {
  left: 18%;
  top: 22%;
}

.particle-two {
  right: 20%;
  top: 24%;
  animation-delay: -2s;
}

.particle-three {
  left: 20%;
  bottom: 19%;
  animation-delay: -4s;
}

.particle-four {
  right: 24%;
  bottom: 18%;
  animation-delay: -5.5s;
}

.ecosystem-stage {
  position: absolute;
  inset: 80px 64px 64px;
  transform-style: preserve-3d;
}

.ecosystem-ring {
  position: absolute;
  left: 50%;
  top: 51%;
  width: min(82%, 570px);
  aspect-ratio: 1 / 1;
  border: 22px solid rgba(216, 232, 235, .9);
  border-radius: 50%;
  box-shadow: 0 34px 70px rgba(10, 45, 56, .14), inset 0 0 0 4px rgba(255, 255, 255, .78);
  transform: translate(-50%, -50%) rotateX(60deg) rotateZ(-12deg);
}

.ecosystem-ring::before,
.ecosystem-ring::after {
  content: "";
  position: absolute;
  inset: -14px;
  border: 2px dashed rgba(255, 255, 255, .72);
  border-radius: inherit;
  animation: solutionsRoadDash 20s linear infinite;
}

.ecosystem-ring::after {
  inset: -2px;
  border-color: rgba(16, 65, 72, .15);
  animation-direction: reverse;
}

.ecosystem-flow {
  position: absolute;
  left: 50%;
  top: 51%;
  width: min(82%, 570px);
  aspect-ratio: 1 / 1;
  border: 6px solid transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(60deg) rotateZ(-12deg);
  filter: drop-shadow(0 0 18px rgba(8, 166, 106, .4));
}

.flow-a {
  border-top-color: var(--blue);
  border-right-color: var(--green);
  animation: solutionsEnergyRing 9s linear infinite;
}

.flow-b {
  border-bottom-color: rgba(8, 166, 106, .82);
  border-left-color: rgba(8, 166, 106, .82);
  animation: solutionsEnergyRingReverse 12s linear infinite;
}

.energy-center {
  position: absolute;
  left: 50%;
  top: 51%;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .34)),
    rgba(255, 255, 255, .58);
  box-shadow: 0 28px 60px rgba(10, 45, 56, .15), inset 0 1px 0 rgba(255, 255, 255, .94);
  transform: translate(-50%, -50%) rotateX(12deg);
}

.energy-center span {
  width: 50px;
  height: 74px;
  background: linear-gradient(135deg, var(--blue), var(--green));
  clip-path: polygon(58% 0, 13% 52%, 46% 52%, 31% 100%, 88% 36%, 55% 36%);
  filter: drop-shadow(0 0 18px rgba(8, 166, 106, .46));
}

.eco-node {
  position: absolute;
  z-index: 2;
  display: block;
  border: 1px solid rgba(190, 212, 219, .92);
  background: linear-gradient(145deg, #FFFFFF, #EAF8FC);
  box-shadow: 0 24px 42px rgba(10, 45, 56, .16), inset 0 1px 0 rgba(255, 255, 255, .94);
}

.mobile-node {
  left: 11%;
  bottom: 30%;
  width: 220px;
  height: 92px;
  border-radius: 16px 30px 16px 16px;
  transform: rotateY(-18deg) rotateZ(-2deg);
  animation: solutionsNodeFloat 7s ease-in-out infinite;
}

.fleet-node {
  right: 12%;
  bottom: 22%;
  width: 150px;
  height: 54px;
  border-radius: 26px 34px 16px 16px;
  transform: rotateY(-20deg) rotateZ(5deg);
}

.commercial-node {
  right: 14%;
  top: 18%;
  width: 146px;
  height: 150px;
  border-radius: 22px;
  background:
    repeating-linear-gradient(180deg, rgba(8, 166, 106, .14) 0 14px, transparent 14px 28px),
    linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(235, 249, 255, .74));
}

.apartment-node {
  left: 18%;
  top: 17%;
  width: 126px;
  height: 170px;
  border-radius: 22px;
  background:
    repeating-linear-gradient(180deg, rgba(8, 166, 106, .12) 0 13px, transparent 13px 27px),
    linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(236, 255, 248, .74));
}

.eco-node i,
.eco-node b {
  position: absolute;
  display: block;
}

.mobile-node i,
.mobile-node i::before,
.fleet-node i,
.fleet-node i::before {
  content: "";
  bottom: -14px;
  width: 32px;
  height: 32px;
  border: 6px solid #17202A;
  border-radius: 50%;
  background: #E9F8FA;
}

.mobile-node i {
  left: 34px;
}

.mobile-node i::before {
  position: absolute;
  left: 122px;
  bottom: -6px;
}

.fleet-node i {
  left: 26px;
}

.fleet-node i::before {
  position: absolute;
  left: 74px;
  bottom: -6px;
}

.mobile-node b::before {
  content: "PVG-EV";
}

.mobile-node b {
  left: 38px;
  top: 40px;
  color: var(--green);
  font-size: 22px;
  font-weight: 900;
}

.eco-connector {
  position: absolute;
  left: calc(50% - 26px);
  top: calc(51% - 14px);
  width: 52px;
  height: 28px;
  border: 1px solid rgba(55, 70, 76, .28);
  border-radius: 10px 16px 16px 10px;
  background: linear-gradient(90deg, #75848A, #D1DBDE 45%, #89979D);
  box-shadow: 0 15px 28px rgba(10, 45, 56, .16), inset 0 1px 0 rgba(255, 255, 255, .5);
  transform: rotate(var(--eco-start)) translateY(-218px) rotate(90deg);
  animation: solutionsConnectorOrbit 18s linear infinite;
}

.eco-connector::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--blue), var(--green));
  box-shadow: 0 0 18px rgba(8, 166, 106, .52);
}

.connector-a {
  --eco-start: 24deg;
}

.connector-b {
  --eco-start: 150deg;
  animation-delay: -6s;
}

.connector-c {
  --eco-start: 276deg;
  animation-delay: -12s;
}

.ecosystem-map-card,
.ecosystem-card {
  position: absolute;
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .34)),
    rgba(255, 255, 255, .56);
  box-shadow: 0 22px 54px rgba(10, 45, 56, .12), inset 0 1px 0 rgba(255, 255, 255, .94);
  backdrop-filter: blur(20px) saturate(1.45);
}

.ecosystem-map-card {
  left: 26px;
  top: 24px;
  width: 170px;
  height: 152px;
  padding: 16px;
}

.tn-map-shape {
  position: absolute;
  left: 44px;
  top: 24px;
  width: 68px;
  height: 92px;
  border-radius: 52% 48% 44% 58%;
  background:
    radial-gradient(circle at 72% 30%, rgba(255, 255, 255, .9) 0 6px, transparent 7px),
    linear-gradient(145deg, rgba(8, 166, 106, .28), rgba(8, 166, 106, .22));
  clip-path: polygon(45% 0, 72% 13%, 64% 32%, 86% 52%, 64% 100%, 42% 82%, 35% 58%, 17% 43%, 29% 18%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
}

.chennai-pulse {
  position: absolute;
  right: 58px;
  top: 52px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(8, 166, 106, .12), 0 0 22px rgba(8, 166, 106, .42);
  animation: chennaiPulse 2.6s ease-in-out infinite;
}

.ecosystem-map-card strong {
  position: absolute;
  left: 16px;
  bottom: 14px;
  color: var(--green-dark);
  font-size: .92rem;
}

.ecosystem-card {
  min-width: 210px;
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  animation: solutionCardFloat 8s ease-in-out infinite;
}

.ecosystem-card span {
  color: var(--text);
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.ecosystem-card strong {
  color: var(--green-dark);
  font-size: .92rem;
  line-height: 1.2;
}

.card-mobile {
  right: 24px;
  top: 30px;
}

.card-fleet {
  right: 22px;
  bottom: 36px;
  animation-delay: -3s;
}

.card-energy {
  left: 36px;
  bottom: 36px;
  animation-delay: -5.5s;
}

.solutions-overview-section,
.solutions-comparison-section,
.solutions-portal-cta-section {
  position: relative;
}

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

.solution-category-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 210px 1fr;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .28)),
    rgba(255, 255, 255, .5);
  box-shadow: 0 22px 60px rgba(10, 45, 56, .1), inset 0 1px 0 rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px) saturate(1.45);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.solution-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(8, 166, 106, .16), rgba(8, 166, 106, .12));
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
}

.solution-category-card:hover,
.solution-category-card:focus-within {
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(8, 166, 106, .38);
  box-shadow: 0 32px 90px rgba(10, 45, 56, .16), 0 0 0 1px rgba(8, 166, 106, .18);
}

.solution-category-card:hover::before,
.solution-category-card:focus-within::before {
  opacity: 1;
}

.solution-card-featured {
  grid-template-columns: 1fr;
  grid-template-rows: 210px 1fr;
}

.solution-card-visual {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  background:
    radial-gradient(circle at 40% 35%, rgba(8, 166, 106, .22), transparent 36%),
    radial-gradient(circle at 68% 72%, rgba(8, 166, 106, .18), transparent 32%),
    linear-gradient(145deg, rgba(236, 249, 255, .76), rgba(237, 255, 247, .72));
}

.solution-card-visual::before {
  content: "";
  position: absolute;
  left: 11%;
  right: 11%;
  bottom: 34px;
  height: 84px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(8, 166, 106, .19), transparent 68%);
  transform: rotateX(64deg);
}

.solution-card-visual span,
.solution-card-visual i,
.solution-card-visual b {
  position: absolute;
  display: block;
}

.mobile-visual span,
.fleet-portal-visual span,
.installation-portal-visual span,
.maintenance-portal-visual span {
  left: 17%;
  bottom: 72px;
  width: 220px;
  height: 92px;
  border: 1px solid rgba(181, 206, 214, .95);
  border-radius: 16px 30px 16px 16px;
  background: linear-gradient(115deg, #FFFFFF 0 58%, #EAF6FA 59% 100%);
  box-shadow: 0 25px 42px rgba(10, 45, 56, .16);
  transform: rotateY(-18deg) rotateZ(-2deg);
}

.mobile-visual span::after,
.fleet-portal-visual span::after,
.installation-portal-visual span::after,
.maintenance-portal-visual span::after {
  content: "PVG-EV";
  position: absolute;
  left: 34px;
  top: 40px;
  color: var(--green);
  font-weight: 900;
}

.mobile-visual i,
.fleet-portal-visual i,
.apartment-portal-visual i {
  right: 16%;
  bottom: 66px;
  width: 120px;
  height: 48px;
  border: 1px solid rgba(178, 203, 211, .9);
  border-radius: 26px 34px 16px 16px;
  background: linear-gradient(135deg, #FFFFFF, #EAF8FC);
  box-shadow: 0 18px 28px rgba(10, 45, 56, .14);
}

.mobile-visual b,
.fleet-portal-visual b {
  left: 36%;
  right: 22%;
  bottom: 100px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  box-shadow: 0 0 18px rgba(8, 166, 106, .36);
  animation: solutionsEnergySweep 4s linear infinite;
}

.fleet-portal-visual i {
  right: 10%;
}

.fleet-portal-visual b {
  left: 44%;
  right: 12%;
}

.commercial-portal-visual span,
.apartment-portal-visual span {
  position: absolute;
  bottom: 58px;
  width: 132px;
  height: 160px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 24px;
  background:
    repeating-linear-gradient(180deg, rgba(8, 166, 106, .14) 0 14px, transparent 14px 28px),
    linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .34));
  box-shadow: 0 24px 48px rgba(10, 45, 56, .13);
}

.commercial-portal-visual span {
  left: 16%;
}

.commercial-portal-visual i {
  right: 16%;
  bottom: 72px;
  width: 120px;
  height: 82px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(236, 249, 255, .68));
  box-shadow: 0 20px 44px rgba(10, 45, 56, .13);
}

.commercial-portal-visual b {
  left: 44%;
  right: 20%;
  bottom: 118px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
}

.apartment-portal-visual span {
  left: 14%;
  height: 180px;
}

.apartment-portal-visual b {
  left: 50%;
  right: 16%;
  bottom: 100px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
}

.installation-portal-visual i,
.maintenance-portal-visual i {
  right: 16%;
  bottom: 78px;
  width: 94px;
  height: 134px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(23, 32, 42, .88) 0 20%, transparent 20%),
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(237, 248, 255, .72));
  box-shadow: 0 20px 44px rgba(10, 45, 56, .14);
}

.installation-portal-visual b,
.maintenance-portal-visual b {
  left: 42%;
  right: 18%;
  bottom: 128px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
}

.solution-card-body {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 25px;
}

.solution-icon {
  width: 54px;
  height: 54px;
  display: block;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, .38)),
    linear-gradient(135deg, rgba(8, 166, 106, .2), rgba(8, 166, 106, .18));
  box-shadow: 0 14px 30px rgba(10, 45, 56, .1), inset 0 1px 0 rgba(255, 255, 255, .92);
}

.solution-category-card:hover .solution-icon {
  animation: solutionIconLift .7s ease both;
}

.solution-status {
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .68);
  padding: 8px 11px;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1;
}

.status-pilot {
  background: rgba(232, 255, 245, .88);
  color: var(--green-dark);
  border-color: rgba(8, 166, 106, .28);
}

.status-planned,
.status-support {
  background: rgba(238, 247, 255, .9);
  color: var(--blue-dark);
  border-color: rgba(8, 166, 106, .28);
}

.status-soon {
  background: rgba(240, 255, 252, .9);
  color: #087A68;
  border-color: rgba(8, 166, 106, .26);
}

.status-development {
  background: rgba(255, 246, 230, .9);
  color: #8A4F00;
  border-color: rgba(245, 158, 11, .28);
}

.status-deployment {
  background: rgba(242, 244, 247, .9);
  color: #475467;
  border-color: rgba(71, 84, 103, .18);
}

.solution-category-card h3,
.solution-showcase-copy h2,
.solutions-portal-cta h2 {
  color: var(--ink);
}

.solution-category-card h3 {
  margin: 0;
  font-size: 1.34rem;
  line-height: 1.18;
}

.solution-category-card p,
.solution-showcase-copy p,
.solutions-portal-cta p {
  color: var(--text);
  font-weight: 650;
}

.solution-category-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-category-card li {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  background: rgba(255, 255, 255, .56);
  color: var(--ink);
  padding: 0 11px;
  font-size: .82rem;
  font-weight: 850;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86);
}

.solution-availability {
  border-left: 3px solid var(--green);
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, .62);
  padding: 11px 12px;
}

.solution-showcase-stack {
  display: grid;
  gap: 36px;
}

.solution-showcase-row {
  display: grid;
  grid-template-columns: minmax(420px, .92fr) minmax(500px, 1.08fr);
  align-items: center;
  gap: 34px;
}

.solution-showcase-reverse .solution-showcase-visual {
  order: 2;
}

.solution-showcase-copy {
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .28)),
    rgba(255, 255, 255, .52);
  box-shadow: 0 26px 72px rgba(10, 45, 56, .1), inset 0 1px 0 rgba(255, 255, 255, .92);
  padding: 30px;
  backdrop-filter: blur(22px) saturate(1.45);
}

.solution-showcase-copy h2 {
  font-size: clamp(1.9rem, 2.7vw, 3rem);
}

.solution-showcase-visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .68), rgba(255, 255, 255, .2)),
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, .92), transparent 25%),
    radial-gradient(circle at 78% 72%, rgba(8, 166, 106, .16), transparent 36%);
  box-shadow: 0 28px 80px rgba(10, 45, 56, .12), inset 0 1px 0 rgba(255, 255, 255, .92);
  backdrop-filter: blur(22px) saturate(1.45);
}

.solution-showcase-visual::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 42px;
  height: 96px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(8, 166, 106, .18), transparent 68%);
  transform: rotateX(64deg);
}

.solution-showcase-visual span,
.solution-showcase-visual i,
.solution-showcase-visual b,
.solution-showcase-visual em {
  position: absolute;
  display: block;
}

.fleet-story-visual span,
.commercial-story-visual span,
.apartment-story-visual span,
.support-story-visual span {
  left: 13%;
  bottom: 102px;
  width: 226px;
  height: 98px;
  border: 1px solid rgba(181, 206, 214, .95);
  border-radius: 18px 32px 16px 16px;
  background: linear-gradient(115deg, #FFFFFF 0 58%, #EAF6FA 59% 100%);
  box-shadow: 0 28px 46px rgba(10, 45, 56, .18);
  transform: rotateY(-18deg) rotateZ(-2deg);
}

.fleet-story-visual span::after,
.commercial-story-visual span::after,
.apartment-story-visual span::after,
.support-story-visual span::after {
  content: "PVG-EV";
  position: absolute;
  left: 34px;
  top: 44px;
  color: var(--green);
  font-weight: 900;
}

.fleet-story-visual i,
.commercial-story-visual i,
.apartment-story-visual i {
  right: 13%;
  bottom: 110px;
  width: 132px;
  height: 52px;
  border: 1px solid rgba(178, 203, 211, .9);
  border-radius: 28px 36px 16px 16px;
  background: linear-gradient(135deg, #FFFFFF, #EAF8FC);
  box-shadow: 0 18px 28px rgba(10, 45, 56, .14);
}

.fleet-story-visual b,
.commercial-story-visual b,
.apartment-story-visual b,
.support-story-visual b {
  left: 43%;
  right: 21%;
  bottom: 132px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  box-shadow: 0 0 20px rgba(8, 166, 106, .38);
  animation: solutionsEnergySweep 4s linear infinite;
}

.fleet-story-visual em,
.commercial-story-visual em,
.apartment-story-visual em,
.support-story-visual em {
  right: 16%;
  top: 56px;
  width: 150px;
  height: 178px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 24px;
  background:
    repeating-linear-gradient(180deg, rgba(8, 166, 106, .14) 0 15px, transparent 15px 31px),
    linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .34));
  box-shadow: 0 24px 48px rgba(10, 45, 56, .13);
}

.commercial-story-visual span,
.support-story-visual span {
  left: 54%;
  transform: translateX(-50%) rotateY(-16deg);
}

.commercial-story-visual i {
  left: 14%;
  right: auto;
  bottom: 112px;
}

.apartment-story-visual em {
  left: 12%;
  right: auto;
  height: 220px;
}

.support-story-visual i {
  left: 16%;
  bottom: 96px;
  width: 100px;
  height: 144px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(23, 32, 42, .88) 0 20%, transparent 20%),
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(237, 248, 255, .72));
  box-shadow: 0 20px 44px rgba(10, 45, 56, .14);
}

.solution-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.solution-meta-grid div {
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 18px;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 14px 34px rgba(10, 45, 56, .08), inset 0 1px 0 rgba(255, 255, 255, .86);
  padding: 15px;
}

.solution-meta-grid h3 {
  margin-bottom: 5px;
  color: var(--ink);
  font-size: .88rem;
  text-transform: uppercase;
}

.solution-meta-grid p {
  margin: 0;
  font-size: .93rem;
}

.solutions-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 26px;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 24px 74px rgba(10, 45, 56, .1), inset 0 1px 0 rgba(255, 255, 255, .92);
  backdrop-filter: blur(20px) saturate(1.45);
}

.solutions-comparison-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.solutions-comparison-table th,
.solutions-comparison-table td {
  border-bottom: 1px solid rgba(228, 236, 239, .9);
  padding: 17px 18px;
  text-align: left;
  vertical-align: top;
}

.solutions-comparison-table th:first-child,
.solutions-comparison-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, .92);
}

.solutions-comparison-table th {
  background: linear-gradient(135deg, rgba(8, 166, 106, .1), rgba(8, 166, 106, .1));
  color: var(--ink);
  font-size: .82rem;
  text-transform: uppercase;
}

.solutions-comparison-table td {
  color: var(--text);
  font-weight: 680;
}

.solutions-comparison-table td:first-child {
  color: var(--ink);
  font-weight: 900;
}

.solutions-journey-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}

.solutions-journey-timeline::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(8, 166, 106, .24), rgba(8, 166, 106, .5), rgba(8, 166, 106, .24));
}

.solutions-journey-timeline article {
  position: relative;
  z-index: 1;
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .28)),
    rgba(255, 255, 255, .5);
  box-shadow: 0 20px 52px rgba(10, 45, 56, .09), inset 0 1px 0 rgba(255, 255, 255, .92);
  padding: 20px;
  backdrop-filter: blur(18px) saturate(1.45);
}

.solutions-journey-timeline article::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-top: 3px solid var(--blue);
  border-right: 3px solid var(--green);
  transform: translateY(-50%) rotate(45deg);
}

.solutions-journey-timeline article:last-child::after {
  display: none;
}

.solutions-journey-timeline span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, .74), 0 16px 34px rgba(8, 166, 106, .2);
}

.solutions-journey-timeline h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.2;
}

.solutions-portal-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(360px, .75fr) minmax(600px, 1.25fr);
  align-items: center;
  gap: 30px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 255, 255, .9), transparent 24%),
    radial-gradient(circle at 88% 72%, rgba(8, 166, 106, .2), transparent 35%),
    linear-gradient(135deg, rgba(232, 255, 245, .9), rgba(237, 248, 255, .82));
  box-shadow: 0 34px 98px rgba(10, 45, 56, .14), inset 0 1px 0 rgba(255, 255, 255, .94);
  padding: 38px;
  backdrop-filter: blur(24px) saturate(1.45);
}

.solutions-portal-cta::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -160px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 18deg, rgba(8, 166, 106, .13) 0 8deg, transparent 8deg 20deg),
    radial-gradient(circle, rgba(255, 255, 255, .42), transparent 64%);
  opacity: .42;
  animation: solutionsHaloSpin 24s linear infinite;
}

.solutions-portal-cta > * {
  position: relative;
  z-index: 1;
}

.solutions-portal-cta h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.solutions-portal-cta h3 {
  color: var(--green-dark);
  font-size: 1.2rem;
}

.solutions-portal-cta .hero-actions {
  justify-content: flex-end;
}

@keyframes solutionsHaloSpin {
  to { transform: rotate(360deg); }
}

@keyframes solutionsGlowBreath {
  0%, 100% { opacity: .58; transform: scale(.96); }
  50% { opacity: .95; transform: scale(1.04); }
}

@keyframes solutionParticleFloat {
  0%, 100% { opacity: .32; transform: translate3d(0, 0, 0) scale(.8); }
  50% { opacity: .92; transform: translate3d(14px, -18px, 0) scale(1.18); }
}

@keyframes solutionsRoadDash {
  to { transform: rotate(360deg); }
}

@keyframes solutionsEnergyRing {
  to { transform: translate(-50%, -50%) rotateX(60deg) rotateZ(348deg); }
}

@keyframes solutionsEnergyRingReverse {
  to { transform: translate(-50%, -50%) rotateX(60deg) rotateZ(-372deg); }
}

@keyframes solutionsConnectorOrbit {
  from { transform: rotate(var(--eco-start)) translateY(-218px) rotate(90deg); }
  to { transform: rotate(calc(var(--eco-start) + 360deg)) translateY(-218px) rotate(90deg); }
}

@keyframes solutionsNodeFloat {
  0%, 100% { transform: rotateY(-18deg) rotateZ(-2deg) translateY(0); }
  50% { transform: rotateY(-18deg) rotateZ(-1deg) translateY(-8px); }
}

@keyframes chennaiPulse {
  0%, 100% { box-shadow: 0 0 0 8px rgba(8, 166, 106, .12), 0 0 22px rgba(8, 166, 106, .42); }
  50% { box-shadow: 0 0 0 16px rgba(8, 166, 106, .06), 0 0 30px rgba(8, 166, 106, .58); }
}

@keyframes solutionCardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes solutionsEnergySweep {
  0% { opacity: .5; background-position: 0 0; }
  50% { opacity: 1; }
  100% { opacity: .5; background-position: 220px 0; }
}

@keyframes solutionIconLift {
  0% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-6px) rotate(-4deg); }
  100% { transform: translateY(0) rotate(0); }
}

@media (max-width: 1180px) {
  .solutions-hero-grid,
  .solution-showcase-row,
  .solutions-portal-cta {
    grid-template-columns: 1fr;
  }

  .solutions-hero::before {
    inset: 40% 3% 48px;
  }

  .solutions-ecosystem {
    min-height: 620px;
  }

  .solutions-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-card-featured {
    grid-column: 1 / -1;
  }

  .solution-showcase-reverse .solution-showcase-visual {
    order: 0;
  }

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

  .solutions-journey-timeline::before {
    display: none;
  }

  .solutions-portal-cta .hero-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 780px) {
  .solutions-hero {
    min-height: auto;
    padding: 48px 0 58px;
  }

  .solutions-wide-shell {
    width: min(100% - 24px, 1400px);
  }

  .solutions-hero-copy h1 {
    font-size: 2.28rem;
  }

  .solutions-hero-copy .page-lead {
    font-size: 1rem;
  }

  .solutions-ecosystem {
    min-height: auto;
    display: grid;
    gap: 12px;
    padding: 14px;
    border-radius: 26px;
  }

  .solutions-ecosystem::before,
  .solution-glow {
    inset: 12px;
  }

  .ecosystem-stage {
    position: relative;
    inset: auto;
    height: 410px;
  }

  .ecosystem-ring,
  .ecosystem-flow {
    width: 82%;
  }

  .ecosystem-ring {
    border-width: 18px;
  }

  .eco-connector {
    transform: rotate(var(--eco-start)) translateY(-144px) rotate(90deg) scale(.76);
    animation: none;
  }

  .mobile-node {
    left: 8%;
    width: 165px;
    height: 72px;
  }

  .mobile-node b {
    left: 28px;
    top: 31px;
    font-size: 17px;
  }

  .fleet-node {
    width: 108px;
    height: 42px;
  }

  .commercial-node,
  .apartment-node {
    width: 96px;
    height: 122px;
  }

  .energy-center {
    width: 86px;
    height: 86px;
    border-radius: 24px;
  }

  .energy-center span {
    width: 36px;
    height: 52px;
  }

  .ecosystem-map-card,
  .ecosystem-card {
    position: relative;
    inset: auto;
    min-width: 0;
    width: 100%;
    animation: none;
  }

  .ecosystem-map-card {
    height: 126px;
  }

  .solutions-ecosystem {
    min-height: 560px;
    display: block;
    padding: 0;
  }

  .ecosystem-stage {
    position: absolute;
    inset: 112px 12px 74px;
    height: auto;
  }

  .ecosystem-map-card {
    position: absolute;
    left: 14px;
    top: 14px;
    width: 132px;
    height: 106px;
    padding: 10px;
  }

  .tn-map-shape {
    left: 34px;
    top: 18px;
    width: 52px;
    height: 70px;
  }

  .chennai-pulse {
    right: 43px;
    top: 40px;
  }

  .ecosystem-card {
    position: absolute;
    width: auto;
    min-width: 0;
    max-width: 178px;
    padding: 10px 11px;
    animation: none;
  }

  .ecosystem-card span {
    font-size: .64rem;
  }

  .ecosystem-card strong {
    font-size: .78rem;
  }

  .card-mobile {
    right: 14px;
    top: 16px;
  }

  .card-energy {
    left: 14px;
    bottom: 14px;
  }

  .card-fleet {
    right: 14px;
    bottom: 14px;
  }

  .solutions-category-grid,
  .solution-card-featured,
  .solution-meta-grid,
  .solutions-journey-timeline {
    grid-template-columns: 1fr;
  }

  .solution-card-featured {
    display: grid;
  }

  .solution-category-card {
    min-height: auto;
    grid-template-rows: 160px auto;
  }

  .solution-card-body {
    gap: 10px;
    padding: 18px;
  }

  .solution-card-visual {
    min-height: 160px;
  }

  .mobile-visual span,
  .fleet-portal-visual span,
  .installation-portal-visual span,
  .maintenance-portal-visual span {
    left: 10%;
    bottom: 50px;
    width: 160px;
    height: 68px;
  }

  .mobile-visual span::after,
  .fleet-portal-visual span::after,
  .installation-portal-visual span::after,
  .maintenance-portal-visual span::after {
    left: 24px;
    top: 29px;
    font-size: .82rem;
  }

  .mobile-visual i,
  .fleet-portal-visual i,
  .apartment-portal-visual i {
    right: 10%;
    bottom: 48px;
    width: 88px;
    height: 36px;
  }

  .commercial-portal-visual span,
  .apartment-portal-visual span {
    bottom: 36px;
    width: 96px;
    height: 124px;
  }

  .installation-portal-visual i,
  .maintenance-portal-visual i {
    right: 12%;
    bottom: 44px;
    width: 76px;
    height: 110px;
  }

  .solution-showcase-visual {
    min-height: 340px;
  }

  .solution-showcase-copy,
  .solutions-portal-cta {
    border-radius: 24px;
    padding: 22px;
  }

  .solutions-journey-timeline article::after {
    right: auto;
    left: 26px;
    top: auto;
    bottom: -14px;
    transform: rotate(135deg);
  }

  .solutions-comparison-table {
    min-width: 860px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solutions-hero::after,
  .solution-glow,
  .solution-particle,
  .ecosystem-ring::before,
  .ecosystem-ring::after,
  .ecosystem-flow,
  .eco-connector,
  .mobile-node,
  .chennai-pulse,
  .ecosystem-card,
  .mobile-visual b,
  .fleet-portal-visual b,
  .fleet-story-visual b,
  .commercial-story-visual b,
  .apartment-story-visual b,
  .support-story-visual b,
  .solutions-portal-cta::after {
    animation: none !important;
  }
}

/* 2026-07 client compliance polish: compact glass shell, request flow and global enquiry layer. */
.section-shell,
.station-wide-shell,
.solutions-wide-shell,
.request-shell {
  width: min(100% - 48px, 1320px);
  margin-inline: auto;
}

.button-text-link {
  background: transparent;
  border-color: transparent;
  color: var(--green-dark);
  box-shadow: none;
  padding-inline: 4px;
}

.button-text-link:hover,
.button-text-link:focus-visible {
  color: var(--blue-dark);
  background: rgba(8, 166, 106, .08);
  border-color: rgba(8, 166, 106, .12);
}

.nav-shell-client {
  grid-template-columns: 220px minmax(0, 1fr) auto;
  gap: 14px;
}

.nav-menu-client {
  justify-content: flex-end;
  gap: 9px;
}

.nav-menu-client .nav-link,
.nav-menu-client .dropdown-link {
  font-size: .68rem;
  min-height: 38px;
  padding-inline: 6px;
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nav-actions .nav-cta {
  white-space: nowrap;
}

.nav-cta-request {
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: var(--white);
  border-color: transparent;
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border: 0;
  background: transparent;
  padding: 0 6px;
}

.dropdown-toggle span {
  font-size: .72rem;
  color: var(--green-dark);
}

.nav-dropdown.is-active > .dropdown-toggle {
  color: var(--green-dark);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 920;
  min-width: 268px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(239, 252, 247, .78));
  box-shadow: 0 28px 76px rgba(10, 45, 56, .16);
  backdrop-filter: blur(26px) saturate(1.45);
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.nav-dropdown.is-open .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.dropdown-menu .dropdown-link {
  width: 100%;
  justify-content: flex-start;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 12px;
  text-transform: none;
  font-size: .86rem;
  font-weight: 800;
}

.dropdown-link:hover,
.dropdown-link:focus-visible {
  background: rgba(8, 166, 106, .09);
  color: var(--green-dark);
}

.dropdown-link-main {
  color: var(--blue-dark);
}

.quick-enquiry {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 850;
  display: grid;
  justify-items: end;
  gap: 10px;
  pointer-events: none;
}

.quick-enquiry-button,
.mobile-action-bar button {
  border: 0;
}

.quick-enquiry-button {
  pointer-events: auto;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  color: var(--white);
  font-weight: 900;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 22px 52px rgba(8, 166, 106, .28);
}

.quick-enquiry-panel {
  pointer-events: auto;
  width: min(360px, calc(100vw - 44px));
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(235, 249, 255, .72));
  box-shadow: 0 30px 90px rgba(10, 45, 56, .18);
  backdrop-filter: blur(28px) saturate(1.6);
}

.quick-enquiry-panel a,
.quick-requirement-grid a,
.quick-contact-grid a {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(8, 166, 106, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .66);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.quick-enquiry-panel a + a {
  margin-top: 8px;
}

.quick-enquiry-panel a:hover,
.quick-enquiry-panel a:focus-visible,
.quick-requirement-grid a:hover,
.quick-requirement-grid a:focus-visible,
.quick-contact-grid a:hover,
.quick-contact-grid a:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(8, 166, 106, .32);
  box-shadow: 0 18px 44px rgba(10, 45, 56, .12);
}

.quick-enquiry-panel strong,
.quick-requirement-grid strong,
.quick-contact-grid strong {
  color: var(--ink);
  font-size: .95rem;
  font-weight: 900;
}

.quick-enquiry-panel span,
.quick-requirement-grid span,
.quick-contact-grid span {
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.45;
}

.mobile-action-bar {
  display: none;
}

.quick-requirement-section,
.quick-contact-section {
  padding: 22px 0 48px;
}

.quick-requirement-card {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 24px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 12%, rgba(8, 166, 106, .13), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(240, 255, 248, .76));
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(24px) saturate(1.5);
}

.quick-requirement-card h2 {
  margin: 0 0 8px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.04;
}

.quick-requirement-card p {
  margin: 0;
  color: var(--text);
}

.quick-requirement-grid,
.quick-contact-grid,
.solution-question-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.quick-contact-grid {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 28px;
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(22px) saturate(1.35);
}

.spec-status-banner {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid rgba(8, 166, 106, .22);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(8, 166, 106, .1), rgba(8, 166, 106, .1));
  color: var(--ink);
}

.spec-status-banner strong {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .84);
  color: var(--green-dark);
  font-weight: 900;
}

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

.station-spec-group-grid .station-spec-card {
  min-height: 0;
}

.solution-finder-section {
  padding-top: 38px;
}

.solution-finder-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 32px;
  background:
    radial-gradient(circle at 80% 18%, rgba(8, 166, 106, .16), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(236, 255, 248, .78));
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(24px) saturate(1.45);
}

.solution-question-grid {
  margin: 22px 0;
}

.solution-question-grid article {
  min-height: 190px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 22px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 48px rgba(10, 45, 56, .09);
}

.solution-question-grid span {
  color: var(--blue-dark);
  font-weight: 900;
}

.solution-question-grid h3 {
  margin: 10px 0 8px;
  font-size: 1.05rem;
  line-height: 1.2;
}

.solution-question-grid p {
  margin: 0;
  color: var(--text);
}

.charging-request-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(8, 166, 106, .13), transparent 24%),
    radial-gradient(circle at 86% 20%, rgba(8, 166, 106, .14), transparent 26%),
    linear-gradient(180deg, #fff 0%, #f5fbf8 48%, #fff 100%);
}

.request-hero {
  padding: clamp(64px, 8vw, 112px) 0 34px;
}

.request-hero-grid,
.request-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
}

.request-hero-copy h1 {
  margin: 10px 0 16px;
  font-size: clamp(2.7rem, 6vw, 6.8rem);
  line-height: .96;
}

.request-note {
  max-width: 660px;
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 4px solid var(--green);
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
  color: var(--text);
  box-shadow: var(--shadow-soft);
}

.request-hero-visual {
  position: relative;
  min-height: 500px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 40px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(235, 249, 255, .66)),
    radial-gradient(circle at 52% 48%, rgba(8, 166, 106, .18), transparent 36%);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(24px) saturate(1.45);
}

.request-glow {
  position: absolute;
  inset: 16%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(8, 166, 106, .2), rgba(8, 166, 106, .12) 42%, transparent 70%);
  filter: blur(10px);
  animation: requestPulse 5s ease-in-out infinite;
}

.request-route {
  position: absolute;
  inset: 18%;
  border: 18px solid rgba(196, 214, 218, .72);
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .7), 0 26px 70px rgba(10, 45, 56, .12);
}

.request-route::after {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  border: 4px dashed rgba(8, 166, 106, .55);
  animation: requestSpin 12s linear infinite;
}

.request-vehicle {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 250px;
  height: 108px;
  transform: translate(-50%, -50%);
  border-radius: 28px 18px 22px 22px;
  background:
    linear-gradient(90deg, #edf4f5 0 27%, #fff 27% 73%, #e7eef1 73%),
    linear-gradient(135deg, #fff, #dce8ec);
  border: 1px solid rgba(74, 96, 104, .18);
  box-shadow: 0 28px 42px rgba(10, 45, 56, .18);
}

.request-vehicle::before {
  content: "PVG.ev";
  position: absolute;
  left: 82px;
  top: 34px;
  color: var(--green-dark);
  font-weight: 900;
  font-size: 1.15rem;
}

.request-vehicle i,
.request-vehicle b {
  position: absolute;
  bottom: -18px;
  width: 42px;
  height: 42px;
  border: 9px solid #17202a;
  border-radius: 50%;
  background: #fff;
}

.request-vehicle i {
  left: 36px;
}

.request-vehicle b {
  right: 38px;
}

.request-car {
  position: absolute;
  width: 76px;
  height: 34px;
  border-radius: 16px 22px 10px 10px;
  background: linear-gradient(135deg, #e7faff, #0ea5ff);
  box-shadow: 0 12px 24px rgba(8, 166, 106, .25);
  transform-origin: 0 0;
  animation: requestOrbit 9s linear infinite;
}

.request-car-a {
  left: 50%;
  top: 50%;
}

.request-car-b {
  left: 50%;
  top: 50%;
  animation-delay: -4.5s;
  background: linear-gradient(135deg, #ecfff6, #08a66a);
}

.request-battery {
  position: absolute;
  left: 50%;
  top: 20%;
  width: 112px;
  height: 48px;
  transform: translateX(-50%);
  border: 3px solid rgba(23, 32, 42, .78);
  border-radius: 14px;
  background: rgba(255, 255, 255, .86);
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(10, 45, 56, .12);
}

.request-battery::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 14px;
  width: 8px;
  height: 18px;
  border-radius: 0 6px 6px 0;
  background: rgba(23, 32, 42, .78);
}

.request-battery span {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left;
  background: linear-gradient(90deg, #d5dadd, var(--green), var(--blue));
  animation: batteryFill 6s ease-in-out infinite;
}

.request-visual-card {
  position: absolute;
  width: 174px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 18px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 18px 42px rgba(10, 45, 56, .12);
  backdrop-filter: blur(18px);
}

.request-visual-card strong,
.request-visual-card span {
  display: block;
}

.request-visual-card span {
  color: var(--muted);
  font-size: .8rem;
}

.card-one {
  left: 24px;
  top: 34px;
}

.card-two {
  right: 24px;
  top: 90px;
}

.card-three {
  right: 44px;
  bottom: 34px;
}

.request-form-section {
  padding-top: 34px;
}

.request-layout {
  align-items: start;
}

.request-progress-panel,
.request-form-card,
.request-success-card {
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 30px;
  background: rgba(255, 255, 255, .78);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(26px) saturate(1.45);
}

.request-progress-panel {
  position: sticky;
  top: calc(var(--header-height) + 20px);
  padding: 24px;
}

.request-progress-panel h2,
.request-form legend,
.request-success-card h2 {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.08;
}

.request-progress-panel p {
  color: var(--text);
}

.request-progress {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 20px 0;
  list-style: none;
}

.request-progress li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid rgba(8, 166, 106, .1);
  border-radius: 14px;
  color: var(--muted);
  font-weight: 800;
}

.request-progress span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(8, 166, 106, .1);
  color: var(--blue-dark);
  font-size: .72rem;
  font-weight: 900;
}

.request-progress li.is-active {
  color: var(--ink);
  background: rgba(8, 166, 106, .09);
  border-color: rgba(8, 166, 106, .24);
}

.request-progress li.is-complete span {
  background: var(--green);
  color: var(--white);
}

.request-assurance {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(8, 166, 106, .1), rgba(8, 166, 106, .09));
}

.request-assurance span {
  color: var(--text);
  font-size: .9rem;
}

.request-form-card {
  padding: clamp(20px, 3vw, 34px);
}

.request-form-card[hidden],
.request-success-card[hidden],
.request-step[hidden] {
  display: none !important;
}

.request-form {
  display: block;
  box-shadow: none;
  border: 0;
  background: transparent;
  padding: 0;
}

.request-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.request-form fieldset > p {
  margin-top: 0;
  color: var(--text);
}

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

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

.request-fast-panel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 12px;
  margin: 18px 0;
}

.request-fast-card {
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 104px;
  padding: 16px;
  border: 1px solid rgba(8, 166, 106, .16);
  border-radius: 18px;
  color: var(--ink);
  text-align: left;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(240, 253, 249, .68)),
    rgba(255, 255, 255, .72);
  box-shadow: 0 14px 34px rgba(10, 45, 56, .08), inset 0 1px 0 rgba(255, 255, 255, .9);
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.request-fast-card:hover,
.request-fast-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(8, 166, 106, .42);
  box-shadow: 0 20px 42px rgba(10, 45, 56, .13), 0 0 0 4px rgba(8, 166, 106, .1);
  outline: 0;
}

.request-fast-card:first-child {
  grid-column: 1 / -1;
  min-height: 86px;
  background:
    radial-gradient(circle at 96% 12%, rgba(8, 166, 106, .2), transparent 26%),
    linear-gradient(135deg, rgba(8, 166, 106, .12), rgba(8, 166, 106, .1)),
    rgba(255, 255, 255, .86);
}

.request-fast-card strong {
  font-size: var(--font-card-title);
  line-height: 1.2;
}

.request-fast-card span,
.optional-label {
  color: var(--muted);
  font-size: var(--font-small);
  font-weight: 700;
}

.request-advanced-details {
  margin-top: 18px;
  border: 1px solid rgba(8, 166, 106, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.request-advanced-details summary {
  padding: 15px 16px;
  color: var(--green-dark);
  font-weight: 900;
  cursor: pointer;
}

.request-advanced-details[open] summary {
  border-bottom: 1px solid rgba(8, 166, 106, .12);
}

.request-advanced-details .form-grid-two {
  padding: 16px;
}

.geo-capture-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 16px;
  align-items: center;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid rgba(8, 166, 106, .18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 12%, rgba(8, 166, 106, .16), transparent 30%),
    linear-gradient(135deg, rgba(8, 166, 106, .09), rgba(255, 255, 255, .72));
  box-shadow: 0 14px 34px rgba(10, 45, 56, .08), inset 0 1px 0 rgba(255, 255, 255, .86);
}

.geo-capture-panel strong,
.geo-capture-panel span {
  display: block;
}

.geo-capture-panel strong {
  color: var(--ink);
  font-size: var(--font-card-title);
  line-height: 1.2;
}

.geo-capture-panel span {
  margin-top: 5px;
  color: var(--text);
  font-size: var(--font-small);
  font-weight: 700;
}

.geo-button {
  padding: 10px 14px;
  border: 1px solid rgba(8, 166, 106, .24);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(8, 166, 106, .16);
}

.geo-button:disabled {
  cursor: wait;
  opacity: .72;
}

.geo-status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

.geo-output-row {
  grid-column: 1 / -1;
}

.geo-output-row input[readonly] {
  background: rgba(255, 255, 255, .82);
  color: var(--ink);
  cursor: default;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.request-review dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.request-review div {
  padding: 12px;
  border: 1px solid rgba(8, 166, 106, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .66);
}

.request-review dt {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.request-review dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.consent-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border-radius: 18px;
  background: rgba(8, 166, 106, .08);
  color: var(--text);
}

.consent-row input {
  margin-top: 5px;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.request-success-card {
  grid-column: 1 / -1;
  padding: clamp(28px, 5vw, 54px);
  text-align: center;
}

.request-success-card p {
  max-width: 780px;
  margin-inline: auto;
  color: var(--text);
}

@keyframes requestPulse {
  0%,
  100% {
    transform: scale(.94);
    opacity: .72;
  }
  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

@keyframes requestSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes requestOrbit {
  from {
    transform: rotate(0deg) translateX(196px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(196px) rotate(-360deg);
  }
}

@keyframes batteryFill {
  0%,
  12% {
    transform: scaleX(.08);
    filter: grayscale(1);
  }
  62% {
    transform: scaleX(1);
    filter: grayscale(0);
  }
  100% {
    transform: scaleX(1);
    filter: grayscale(0);
  }
}

@media (max-width: 1260px) {
  .nav-actions {
    display: none;
  }

  .nav-shell-client {
    grid-template-columns: 220px minmax(0, 1fr) auto;
  }

  .mobile-contact-link {
    display: inline-flex;
  }
}

@media (max-width: 980px) {
  .quick-requirement-card,
  .request-hero-grid,
  .request-layout {
    grid-template-columns: 1fr;
  }

  .quick-requirement-grid,
  .quick-contact-grid,
  .solution-question-grid,
  .station-spec-group-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .request-progress-panel {
    position: static;
  }

  .request-hero-visual {
    min-height: 440px;
  }

  .dropdown-menu {
    position: static;
    transform: none;
    width: 100%;
    min-width: 0;
    margin: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
  }

  .nav-dropdown.is-open .dropdown-menu {
    display: grid;
    transform: none;
  }
}

@media (max-width: 640px) {
  .section-shell,
  .station-wide-shell,
  .solutions-wide-shell,
  .request-shell {
    width: min(100% - 28px, 1320px);
  }

  .quick-enquiry {
    left: 0;
    right: 0;
    bottom: 0;
    justify-items: stretch;
    pointer-events: none;
  }

  .quick-enquiry-button {
    display: none;
  }

  .quick-enquiry-panel {
    width: calc(100% - 24px);
    margin: 0 12px 76px;
    justify-self: center;
  }

  .mobile-action-bar {
    pointer-events: auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr .7fr;
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 -18px 46px rgba(10, 45, 56, .14);
    backdrop-filter: blur(22px) saturate(1.45);
  }

  .mobile-action-bar a,
  .mobile-action-bar button {
    display: grid;
    place-items: center;
    min-height: 44px;
    border-radius: 999px;
    background: rgba(8, 166, 106, .1);
    color: var(--green-dark);
    font-weight: 900;
    font-size: .8rem;
  }

  .mobile-action-bar a:first-child {
    background: linear-gradient(135deg, var(--green), var(--blue));
    color: var(--white);
  }

  .quick-requirement-grid,
  .quick-contact-grid,
  .request-fast-panel,
  .solution-question-grid,
  .station-spec-group-grid,
  .form-grid-two,
  .request-review dl {
    grid-template-columns: 1fr;
  }

  .quick-requirement-card,
  .solution-finder-card,
  .request-form-card,
  .request-progress-panel {
    border-radius: 24px;
    padding: 18px;
  }

  .request-hero-visual {
    min-height: 390px;
    border-radius: 28px;
  }

  .geo-capture-panel {
    grid-template-columns: 1fr;
  }

  .geo-button {
    width: 100%;
  }

  .request-vehicle {
    width: 200px;
    height: 88px;
  }

  .request-vehicle::before {
    left: 66px;
    top: 28px;
    font-size: .95rem;
  }

  .request-car {
    width: 58px;
    height: 27px;
    animation-name: requestOrbitMobile;
  }

  .request-battery {
    top: 16%;
    width: 92px;
    height: 40px;
  }

  .request-visual-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    margin: 12px;
  }

  .card-one {
    margin-top: 12px;
  }

  .card-two,
  .card-three {
    display: none;
  }

  body {
    padding-bottom: 66px;
  }
}

@keyframes requestOrbitMobile {
  from {
    transform: rotate(0deg) translateX(150px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(150px) rotate(-360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .request-glow,
  .request-route::after,
  .request-car,
  .request-battery span,
  .quick-enquiry-panel a,
  .quick-requirement-grid a,
  .quick-contact-grid a {
    animation: none !important;
    transition: none !important;
  }
}

/* 2026-07 homepage simplification pass. */
.home-compact .compact-home-hero {
  padding: clamp(44px, 6vw, 84px) 0 26px;
}

.nav-menu-client {
  gap: 14px;
}

.nav-menu-client .nav-dropdown {
  min-width: 92px;
}

.nav-menu-client .dropdown-toggle {
  width: 100%;
  justify-content: center;
}

.home-compact .client-hero-shell {
  min-height: auto;
  gap: clamp(20px, 4vw, 46px);
  align-items: center;
}

.home-compact .hero-copy-wrap {
  padding: clamp(22px, 3.2vw, 38px);
}

.home-compact .hero-copy-wrap h1 {
  max-width: 760px;
  font-size: clamp(2.35rem, 4.8vw, 4.85rem);
  line-height: .95;
}

.home-compact .hero-copy {
  max-width: 720px;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
}

.home-compact .collab-line {
  max-width: 660px;
}

.home-compact .client-hero-visual {
  min-height: clamp(390px, 42vw, 560px);
}

.home-compact .quick-requirement-section {
  padding: 12px 0 36px;
}

.home-compact .section {
  padding: clamp(42px, 6vw, 72px) 0;
}

.home-compact .section-heading h2 {
  font-size: clamp(1.85rem, 3.4vw, 3.4rem);
  line-height: 1.04;
}

.compact-flow-section .section-heading {
  max-width: 820px;
  margin-inline: auto;
}

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

.compact-process article {
  min-height: 0;
  padding: 18px;
}

.compact-process h3 {
  margin: 8px 0 6px;
  font-size: 1rem;
}

.compact-process p {
  font-size: .9rem;
}

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

.compact-split {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(20px, 3.4vw, 42px);
  align-items: start;
}

.compact-benefit-grid,
.compact-role-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.compact-benefit-grid article,
.compact-role-grid article,
.compact-status-panel {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(241, 255, 249, .62)),
    rgba(255, 255, 255, .68);
  box-shadow: 0 18px 44px rgba(10, 45, 56, .09);
  backdrop-filter: blur(22px) saturate(1.42);
}

.compact-benefit-grid article::before,
.compact-role-grid article::before {
  content: "";
  display: block;
  width: 38px;
  height: 5px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
}

.compact-benefit-grid h3,
.compact-role-grid strong {
  display: block;
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 1.03rem;
  line-height: 1.22;
  font-weight: 900;
}

.compact-benefit-grid p,
.compact-role-grid p {
  margin: 0;
  color: var(--text);
  font-size: .92rem;
}

.compact-role-grid span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--green-dark);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.compact-pilot-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  padding: clamp(22px, 3.4vw, 38px);
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 16%, rgba(8, 166, 106, .15), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(240, 255, 248, .72));
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(24px) saturate(1.45);
}

.compact-pilot-card h2 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
}

.compact-pilot-card p {
  color: var(--text);
}

.compact-status-panel {
  display: grid;
  gap: 12px;
}

.compact-status-panel strong {
  color: var(--green-dark);
  font-size: 1.25rem;
  font-weight: 900;
}

.compact-status-panel span {
  color: var(--text);
}

.compact-final-cta .cta-inner {
  padding-block: clamp(28px, 5vw, 52px);
}

.compact-final-cta h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.about-context-section .sustainability-panel {
  margin: 0;
}

@media (max-width: 1100px) {
  .compact-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compact-split,
  .compact-pilot-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .home-compact .compact-home-hero {
    padding-top: 34px;
  }

  .home-compact .hero-copy-wrap h1 {
    font-size: clamp(2.08rem, 11vw, 2.92rem);
  }

  .home-compact .client-hero-visual {
    min-height: 340px;
  }

  .home-compact .section {
    padding: 38px 0;
  }

  .compact-process,
  .compact-benefit-grid,
  .compact-role-grid {
    grid-template-columns: 1fr;
  }
}

/* Attached PVG.ev orbit animation for the homepage hero. */
.home-compact .client-hero-visual {
  position: relative;
  width: 100%;
  min-height: 580px;
  display: grid;
  place-items: center;
  border-radius: 40px;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(8, 166, 106, .15), transparent 50%),
    radial-gradient(ellipse at 70% 80%, rgba(8, 166, 106, .10), transparent 50%),
    linear-gradient(145deg, #1A2F3A, #0E1E26);
  box-shadow: 0 40px 80px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .06);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .06);
  backdrop-filter: blur(26px) saturate(1.5);
}

.home-compact .visual-status-card {
  position: absolute;
  width: auto;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .6rem 1.2rem;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .85);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
  backdrop-filter: blur(12px);
  pointer-events: none;
  animation: none;
}

.home-compact .visual-status-card strong {
  color: rgba(255, 255, 255, .5);
  font-size: .65rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.home-compact .visual-status-card span {
  color: rgba(255, 255, 255, .86);
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.1;
}

.home-compact .status-a {
  top: 1.8rem;
  left: 2rem;
}

.home-compact .status-b {
  top: 1.8rem;
  right: 2rem;
}

.home-compact .status-c {
  bottom: 1.8rem;
  left: 2rem;
}

.orbit-container {
  position: relative;
  width: 460px;
  height: 460px;
  display: grid;
  place-items: center;
}

.charging-vehicle {
  position: relative;
  z-index: 10;
  width: 160px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(8, 166, 106, .15);
  border-radius: 16px 40px 16px 16px;
  background: linear-gradient(145deg, #FFFFFF, #DCE8F0);
  box-shadow:
    0 20px 60px rgba(8, 166, 106, .2),
    0 0 80px rgba(8, 166, 106, .08),
    inset 0 -2px 20px rgba(0, 0, 0, .1),
    inset 0 2px 20px rgba(255, 255, 255, .3);
  transform: rotateY(-8deg) rotateZ(1deg);
  animation: stationFloat 4s ease-in-out infinite;
}

.charging-vehicle::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 18px;
  width: 50px;
  height: 38px;
  border-radius: 8px 20px 6px 6px;
  background: linear-gradient(135deg, #173241, #274B5B);
}

.charging-vehicle::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 80px;
  top: 16px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  box-shadow: 0 0 30px rgba(8, 166, 106, .2);
}

.station-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}

.station-icon {
  margin-bottom: 2px;
  font-size: 1.8rem;
  line-height: 1;
  filter: drop-shadow(0 0 20px rgba(8, 166, 106, .3));
}

.station-label {
  font-size: .85rem;
  font-weight: 900;
  letter-spacing: .08em;
  background: linear-gradient(90deg, var(--green), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.station-sub {
  margin-top: 1px;
  padding: 2px 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, .3);
  color: rgba(255, 255, 255, .5);
  font-size: .5rem;
  letter-spacing: .05em;
  backdrop-filter: blur(4px);
}

.station-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1.5px solid rgba(8, 166, 106, .12);
  transform: translate(-50%, -50%);
  animation: pulseRing 3s ease-in-out infinite;
  pointer-events: none;
}

.station-pulse:nth-child(1) {
  width: 200px;
  height: 200px;
}

.station-pulse:nth-child(2) {
  width: 250px;
  height: 250px;
  border-color: rgba(8, 166, 106, .08);
  animation-delay: 1s;
}

.station-pulse:nth-child(3) {
  width: 300px;
  height: 300px;
  border-color: rgba(8, 166, 106, .06);
  animation-delay: 2s;
}

.orbit-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .04);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-ring::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(8, 166, 106, .2), transparent);
  transform: translateX(-50%);
}

.charge-beam {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(8, 166, 106, .95), rgba(8, 166, 106, .95));
  box-shadow: 0 0 20px rgba(8, 166, 106, .5);
  transform-origin: left center;
  opacity: 0;
  pointer-events: none;
}

.charge-beam.is-active {
  opacity: 1;
  animation: chargeBeamPulse .7s ease-in-out infinite alternate;
}

.ev-vehicle {
  position: absolute;
  z-index: 5;
  width: 72px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 22px 8px 8px;
  background: linear-gradient(135deg, #EAF0F5, #C8D8E0);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .3);
  color: #1A2F3A;
  font-size: .45rem;
  font-weight: 700;
  letter-spacing: .02em;
  transform-origin: center;
  transition: box-shadow .3s ease, border-color .3s ease;
}

.ev-vehicle::before {
  content: "";
  position: absolute;
  right: 6px;
  top: 6px;
  width: 22px;
  height: 14px;
  border-radius: 6px 12px 4px 4px;
  background: linear-gradient(135deg, #1D3B48, #2F5364);
}

.ev-vehicle::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  width: 20px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  opacity: .7;
}

.ev-vehicle .label {
  position: relative;
  z-index: 2;
  margin-left: 4px;
  padding: 1px 6px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .5);
  color: #0E1E26;
  font-size: .4rem;
  font-weight: 800;
  backdrop-filter: blur(4px);
}

.ev-vehicle .battery-icon {
  position: absolute;
  right: 30px;
  bottom: 4px;
  width: 18px;
  height: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 3px;
  background: rgba(0, 0, 0, .15);
}

.ev-vehicle .battery-icon .fill {
  width: 40%;
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(90deg, #F59E0B, #F4D56B);
  transition: width .5s ease, background .3s ease;
}

.ev-vehicle.low-battery .battery-icon .fill {
  background: linear-gradient(90deg, #EF4444, #F87171);
  animation: batteryBlink .6s ease-in-out infinite alternate;
}

.ev-vehicle.charging {
  border: 1px solid rgba(8, 166, 106, .2);
  box-shadow: 0 0 40px rgba(8, 166, 106, .4), 0 8px 24px rgba(0, 0, 0, .3);
}

.ev-vehicle.charging .battery-icon .fill {
  background: linear-gradient(90deg, var(--green), var(--blue));
}

.ev-1 {
  background: linear-gradient(135deg, #FFFFFF, #D4E4EC);
}

.ev-2 {
  background: linear-gradient(135deg, #F0F7FA, #C0D6E0);
}

.ev-3 {
  background: linear-gradient(135deg, #E8F0F5, #B8CED8);
}

@keyframes stationFloat {
  0%, 100% { transform: rotateY(-8deg) rotateZ(1deg) translateY(0); }
  50% { transform: rotateY(-8deg) rotateZ(1deg) translateY(-6px); }
}

@keyframes pulseRing {
  0%, 100% { transform: translate(-50%, -50%) scale(.95); opacity: .3; }
  50% { transform: translate(-50%, -50%) scale(1.05); opacity: 1; }
}

@keyframes batteryBlink {
  from { opacity: 1; }
  to { opacity: .3; }
}

@keyframes chargeBeamPulse {
  from { filter: brightness(.86); }
  to { filter: brightness(1.35); }
}

@media (max-width: 700px) {
  .home-compact .client-hero-visual {
    min-height: 480px;
    border-radius: 28px;
  }

  .orbit-container {
    width: 340px;
    height: 340px;
  }

  .charging-vehicle {
    width: 120px;
    height: 68px;
    border-radius: 12px 28px 12px 12px;
  }

  .charging-vehicle::before {
    right: 10px;
    top: 14px;
    width: 36px;
    height: 28px;
  }

  .charging-vehicle::after {
    left: 20px;
    right: 60px;
    top: 12px;
    height: 9px;
  }

  .station-icon { font-size: 1.4rem; }
  .station-label { font-size: .65rem; }
  .station-sub { font-size: .4rem; }
  .station-pulse:nth-child(1) { width: 160px; height: 160px; }
  .station-pulse:nth-child(2) { width: 200px; height: 200px; }
  .station-pulse:nth-child(3) { width: 240px; height: 240px; }

  .ev-vehicle {
    width: 56px;
    height: 28px;
    border-radius: 8px 16px 6px 6px;
  }

  .ev-vehicle::before {
    right: 4px;
    top: 4px;
    width: 16px;
    height: 10px;
  }

  .ev-vehicle::after {
    left: 6px;
    top: 6px;
    width: 14px;
    height: 5px;
  }

  .ev-vehicle .label {
    padding: 1px 4px;
    font-size: .3rem;
  }

  .ev-vehicle .battery-icon {
    right: 22px;
    bottom: 3px;
    width: 14px;
    height: 5px;
  }

  .home-compact .visual-status-card {
    padding: .4rem .9rem;
    font-size: .65rem;
  }

  .home-compact .visual-status-card strong {
    font-size: .5rem;
  }
}

@media (max-width: 480px) {
  .home-compact .client-hero-visual {
    min-height: 400px;
    border-radius: 20px;
  }

  .orbit-container {
    width: 260px;
    height: 260px;
  }

  .charging-vehicle {
    width: 90px;
    height: 52px;
    border-radius: 10px 20px 10px 10px;
  }

  .charging-vehicle::before {
    right: 8px;
    top: 10px;
    width: 26px;
    height: 20px;
  }

  .charging-vehicle::after {
    left: 14px;
    right: 44px;
    top: 9px;
    height: 7px;
  }

  .station-icon { font-size: 1rem; }
  .station-label { font-size: .5rem; }
  .station-sub { padding: 1px 8px; font-size: .3rem; }
  .station-pulse:nth-child(1) { width: 120px; height: 120px; }
  .station-pulse:nth-child(2) { width: 150px; height: 150px; }
  .station-pulse:nth-child(3) { width: 180px; height: 180px; }

  .ev-vehicle {
    width: 44px;
    height: 22px;
    border-radius: 6px 12px 4px 4px;
  }

  .ev-vehicle::before {
    right: 3px;
    top: 3px;
    width: 12px;
    height: 8px;
  }

  .ev-vehicle::after {
    left: 4px;
    top: 4px;
    width: 10px;
    height: 4px;
  }

  .ev-vehicle .label {
    padding: 0 3px;
    font-size: .25rem;
  }

  .ev-vehicle .battery-icon {
    right: 16px;
    bottom: 2px;
    width: 10px;
    height: 4px;
  }

  .home-compact .visual-status-card {
    gap: .3rem;
    padding: .3rem .6rem;
    border-radius: 30px;
    font-size: .5rem;
  }

  .home-compact .visual-status-card strong {
    font-size: .4rem;
  }

  .home-compact .status-a {
    top: .8rem;
    left: .8rem;
  }

  .home-compact .status-b {
    top: .8rem;
    right: .8rem;
  }

  .home-compact .status-c {
    bottom: .8rem;
    left: .8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .charging-vehicle,
  .station-pulse,
  .ev-vehicle,
  .charge-beam {
    animation: none !important;
    transition: none !important;
  }
}

/* 2026-07 critical global typography system.
   This final layer intentionally caps every page to compact premium type sizes. */
:root {
  --font-hero: clamp(2rem, 3.2vw, 3rem);
  --font-page-title: clamp(1.8rem, 2.8vw, 2.625rem);
  --font-section-title: clamp(1.6rem, 2.2vw, 2.125rem);
  --font-subheading: clamp(1.3rem, 1.7vw, 1.625rem);
  --font-card-title: clamp(1.05rem, 1.25vw, 1.25rem);
  --font-body: clamp(.95rem, 1vw, 1.075rem);
  --font-small: clamp(.82rem, .9vw, .95rem);
  --font-label: clamp(.68rem, .76vw, .8125rem);
  --font-nav: clamp(.8125rem, .78vw, .875rem);
  --font-button: clamp(.875rem, .9vw, 1rem);
}

html {
  font-size: 16px;
}

body,
:where(p, li, dd, dt, input, select, textarea, summary, td, th, figcaption, .copy-stack p, .page-lead, .hero-copy, .section-subtitle, .solution-availability, .footer-note) {
  font-size: var(--font-body) !important;
  line-height: 1.58;
}

:where(.home-compact .hero-copy-wrap h1, .client-hero .hero-copy-wrap h1, .premium-hero h1) {
  max-width: 760px;
  font-size: var(--font-hero) !important;
  line-height: 1.06 !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
}

:where(main h1, .page-hero h1, .station-product-copy h1, .solutions-hero-copy h1, .request-hero-copy h1, .article-hero h1) {
  max-width: 880px;
  font-size: var(--font-page-title) !important;
  line-height: 1.08 !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
}

:where(main h2, .section-heading h2, .cta-inner h2, .request-success-card h2, .request-form legend, .contact-panel h2, .station-hero-panel h2, .solution-showcase-copy h2) {
  max-width: 860px;
  font-size: var(--font-section-title) !important;
  line-height: 1.14 !important;
  font-weight: 820 !important;
  letter-spacing: 0 !important;
}

:where(.request-progress-panel h2, .footer-column h2, .footer-brand h2) {
  font-size: var(--font-subheading) !important;
  line-height: 1.35 !important;
  font-weight: 760 !important;
}

:where(main h3, main h4, .card-title, .info-card h3, .detail-card h3, .service-card h3, .mini-feature h3, .solution-category-card h3, .station-application-card h3, .station-benefit-card h3, .workflow-step h3, .process-timeline h3, .quick-requirement-grid strong, .quick-contact-grid strong, .request-assurance strong, .compact-status-panel strong, .visual-status-card span) {
  font-size: var(--font-card-title) !important;
  line-height: 1.22 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

:where(.nav-link, .dropdown-link, .mobile-contact-link, .nav-cta, .mobile-action-bar a, .mobile-action-bar button) {
  font-size: var(--font-nav) !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}

:where(.button, button, .form-submit, .geo-button, .quick-enquiry-button) {
  font-size: var(--font-button) !important;
  line-height: 1.1 !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
}

:where(.nav-link, .dropdown-link, .dropdown-toggle, .mobile-contact-link, .nav-cta, .mobile-action-bar a, .mobile-action-bar button) {
  font-size: var(--font-nav) !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}

:where(.eyebrow, .status-pill, .solution-status, .breadcrumb, .visual-status-card strong, .station-sub, .station-label, .field-error, .form-status, .geo-status, .footer-static, .brand-text small, .request-progress dt, .request-review dt, .quick-enquiry-panel span, .quick-requirement-grid span, .quick-contact-grid span, .ecosystem-card span, .floating-spec-card span) {
  font-size: var(--font-label) !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

:where(.brand-text strong) {
  font-size: clamp(1.25rem, 1.7vw, 1.5rem) !important;
  line-height: 1 !important;
}

:where(.metric-grid strong, .benefit-band strong, .sustainability-panel strong, .market-grid span, .process-timeline article span, .station-benefit-card span, .workflow-step span, .request-progress span, .solution-question-grid span) {
  font-size: var(--font-card-title) !important;
  line-height: 1.15 !important;
  font-weight: 820 !important;
}

:where(.request-review dd, .footer-column a, .footer-brand p, .footer-bottom, .cookie-consent p, .quick-enquiry-panel strong, .request-progress li) {
  font-size: var(--font-small) !important;
}

@media (max-width: 1024px) {
  :root {
    --font-hero: clamp(2rem, 4vw, 2.5rem);
    --font-page-title: clamp(1.75rem, 3.6vw, 2.25rem);
    --font-section-title: clamp(1.55rem, 3vw, 1.875rem);
    --font-subheading: clamp(1.2rem, 2.4vw, 1.5rem);
    --font-card-title: clamp(1.05rem, 2vw, 1.1875rem);
    --font-body: 1rem;
  }
}

@media (max-width: 640px) {
  :root {
    --font-hero: clamp(2rem, 8vw, 2.125rem);
    --font-page-title: clamp(1.65rem, 7vw, 1.875rem);
    --font-section-title: clamp(1.45rem, 6vw, 1.625rem);
    --font-subheading: clamp(1.12rem, 4.8vw, 1.3125rem);
    --font-card-title: clamp(1rem, 4vw, 1.125rem);
    --font-body: clamp(.9375rem, 3.8vw, 1rem);
    --font-small: clamp(.8rem, 3.4vw, .9rem);
    --font-label: clamp(.68rem, 3vw, .8125rem);
    --font-nav: clamp(.875rem, 3.8vw, .9375rem);
    --font-button: clamp(.875rem, 3.8vw, .9375rem);
  }

  :where(.home-compact .hero-copy-wrap h1, .client-hero .hero-copy-wrap h1, .premium-hero h1, main h1, .page-hero h1, .station-product-copy h1, .solutions-hero-copy h1, .request-hero-copy h1, .article-hero h1) {
    max-width: 100%;
  }
}

/* ClickaCook-inspired PVG-EV glass navigation shell. */
:root {
  --nav-glass-bg: rgba(255, 255, 255, .72);
  --nav-glass-bg-scrolled: rgba(255, 255, 255, .9);
  --nav-glass-border: rgba(255, 255, 255, .58);
  --nav-glass-shadow: 0 18px 46px rgba(10, 45, 56, .1);
  --nav-glass-shadow-strong: 0 24px 64px rgba(10, 45, 56, .16);
}

.site-header {
  min-height: var(--header-height);
  padding: 12px 0 10px;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.site-header.is-scrolled {
  box-shadow: none;
}

.nav-shell-client {
  width: min(100% - 28px, 1420px);
  min-height: 66px;
  padding: 8px 14px;
  border: 1px solid var(--nav-glass-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(244, 255, 250, .62) 48%, rgba(239, 249, 255, .68)),
    var(--nav-glass-bg);
  box-shadow:
    var(--nav-glass-shadow),
    inset 0 1px 0 rgba(255, 255, 255, .88),
    inset 0 -1px 0 rgba(8, 166, 106, .08);
  backdrop-filter: blur(22px) saturate(1.45);
  -webkit-backdrop-filter: blur(22px) saturate(1.45);
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease, transform .3s ease;
}

.site-header.is-scrolled .nav-shell-client {
  border-color: rgba(255, 255, 255, .72);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(249, 255, 252, .84) 50%, rgba(245, 251, 255, .88)),
    var(--nav-glass-bg-scrolled);
  box-shadow:
    var(--nav-glass-shadow-strong),
    inset 0 1px 0 rgba(255, 255, 255, .96),
    inset 0 -1px 0 rgba(8, 166, 106, .1);
  backdrop-filter: blur(30px) saturate(1.7);
  -webkit-backdrop-filter: blur(30px) saturate(1.7);
}

.nav-menu-client > .nav-link,
.nav-menu-client > .nav-dropdown > .dropdown-toggle {
  width: auto;
  height: auto;
  min-height: 36px;
  border-radius: 999px;
  padding-inline: 10px;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.nav-shell-client .nav-link::after,
.nav-shell-client .dropdown-link::after {
  display: none;
}

.nav-menu-client > .nav-link:hover,
.nav-menu-client > .nav-link:focus-visible,
.nav-menu-client > .nav-link.is-active,
.nav-menu-client > .nav-dropdown:hover > .dropdown-toggle,
.nav-menu-client > .nav-dropdown:focus-within > .dropdown-toggle,
.nav-menu-client > .nav-dropdown.is-open > .dropdown-toggle,
.nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle {
  color: var(--green-dark);
  background: rgba(255, 255, 255, .66);
  box-shadow:
    inset 0 0 0 1px rgba(8, 166, 106, .12),
    0 10px 24px rgba(8, 166, 106, .08);
}

.nav-menu-client > .nav-link:hover,
.nav-menu-client > .nav-dropdown:hover > .dropdown-toggle {
  transform: translateY(-1px);
}

.nav-toggle {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .88), 0 10px 24px rgba(10, 45, 56, .08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav-actions .nav-cta {
  min-height: 40px;
  border: 1px solid rgba(8, 166, 106, .18);
  box-shadow: 0 13px 28px rgba(8, 166, 106, .16);
}

.nav-actions .nav-cta:not(.nav-cta-request) {
  background: rgba(255, 255, 255, .68);
  color: var(--green-dark);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .74), 0 12px 26px rgba(10, 45, 56, .08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav-actions .nav-cta:not(.nav-cta-request):hover,
.nav-actions .nav-cta:not(.nav-cta-request):focus-visible {
  color: var(--white);
  background: var(--green-dark);
}

.dropdown-menu {
  border-color: rgba(255, 255, 255, .76);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(242, 255, 249, .78) 52%, rgba(238, 249, 255, .82)),
    rgba(255, 255, 255, .9);
  box-shadow:
    0 28px 76px rgba(10, 45, 56, .16),
    inset 0 1px 0 rgba(255, 255, 255, .94);
  backdrop-filter: blur(28px) saturate(1.55);
  -webkit-backdrop-filter: blur(28px) saturate(1.55);
}

.dropdown-menu .dropdown-link {
  border-radius: 10px;
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.dropdown-menu .dropdown-link:hover,
.dropdown-menu .dropdown-link:focus-visible {
  transform: translateX(2px);
  box-shadow: inset 0 0 0 1px rgba(8, 166, 106, .12);
}

@media (max-width: 1320px) {
  .site-header {
    padding-block: 9px;
  }

  .nav-shell-client {
    min-height: 58px;
    padding: 7px 10px 7px 14px;
  }

  .nav-menu {
    inset: calc(var(--header-height) + 8px) 14px 14px;
    height: calc(100svh - var(--header-height) - 22px);
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 8px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(244, 255, 250, .88) 54%, rgba(240, 250, 255, .9)),
      rgba(255, 255, 255, .94);
    box-shadow: 0 30px 80px rgba(10, 45, 56, .18);
    backdrop-filter: blur(28px) saturate(1.55);
    -webkit-backdrop-filter: blur(28px) saturate(1.55);
  }

  .nav-menu-client > .nav-link,
  .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    width: 100%;
    min-height: 54px;
    justify-content: space-between;
    border-radius: 8px;
  }

  .nav-dropdown {
    display: grid;
  }

  .nav-link,
  .dropdown-head {
    border-bottom-color: rgba(8, 166, 106, .1);
  }

  .dropdown-menu {
    background: rgba(255, 255, 255, .62);
    border: 1px solid rgba(255, 255, 255, .64);
    border-radius: 8px;
    margin-top: 6px;
    padding: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
  }
}

@media (max-width: 640px) {
  .site-header {
    padding-block: 8px;
  }

  .nav-shell-client {
    width: min(100% - 20px, 1420px);
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
}

/* 2026-07 cinematic homepage redesign. */
.home-cinematic .home-cinematic-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - var(--header-height));
  padding: clamp(34px, 5vw, 70px) 0 clamp(30px, 4vw, 56px);
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 28%, rgba(8, 166, 106, .18), transparent 34%),
    radial-gradient(circle at 82% 44%, rgba(8, 166, 106, .20), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(246, 255, 251, .9) 52%, rgba(239, 249, 255, .92));
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.hero-atmosphere::before,
.hero-atmosphere::after {
  content: "";
  position: absolute;
  inset: 10% 6% auto;
  height: 52%;
  border-radius: 50%;
  opacity: .28;
  background-image:
    linear-gradient(rgba(8, 166, 106, .14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 166, 106, .12) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle, #000 0%, transparent 70%);
}

.hero-atmosphere::after {
  inset: auto -10% -18% 38%;
  height: 56%;
  opacity: .2;
  transform: rotate(-8deg);
}

.hero-atmosphere span {
  position: absolute;
  width: min(46vw, 620px);
  height: min(46vw, 620px);
  border: 1px solid rgba(8, 166, 106, .12);
  border-radius: 50%;
  opacity: .42;
}

.hero-atmosphere span:nth-child(1) {
  left: -14%;
  top: 16%;
}

.hero-atmosphere span:nth-child(2) {
  right: 6%;
  top: 8%;
  border-color: rgba(8, 166, 106, .14);
}

.hero-atmosphere span:nth-child(3) {
  right: -18%;
  bottom: -26%;
}

.home-cinematic .client-hero-shell {
  position: relative;
  width: min(100% - 48px, 1500px);
  grid-template-columns: minmax(360px, .42fr) minmax(560px, .58fr);
  gap: clamp(22px, 3.8vw, 58px);
  align-items: center;
}

.home-cinematic .hero-copy-wrap {
  position: relative;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(248, 255, 252, .58)),
    rgba(255, 255, 255, .62);
  box-shadow: 0 28px 72px rgba(10, 45, 56, .11), inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(24px) saturate(1.35);
  -webkit-backdrop-filter: blur(24px) saturate(1.35);
}

.home-cinematic .hero-copy-wrap h1 {
  max-width: 610px !important;
  margin-bottom: 14px;
  font-size: var(--font-hero) !important;
  line-height: 1.04 !important;
}

.hero-support {
  max-width: 640px;
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.34;
  font-weight: 800;
}

.home-cinematic .hero-copy {
  max-width: 640px;
  margin-bottom: 16px;
}

.home-cinematic .collab-line {
  margin-bottom: 14px;
  border-color: rgba(8, 166, 106, .5);
  background: rgba(255, 255, 255, .72);
}

.status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 20px;
  padding: 0 13px;
  border: 1px solid rgba(8, 166, 106, .24);
  border-radius: 999px;
  background: rgba(8, 166, 106, .09);
  color: var(--green-dark);
  font-size: var(--font-label) !important;
  font-weight: 900;
}

.hero-reassurance {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: var(--font-small) !important;
}

.home-cinematic .charging-story-panel {
  min-height: clamp(460px, 46vw, 660px);
  border-radius: 8px;
  background:
    radial-gradient(circle at 26% 18%, rgba(8, 166, 106, .26), transparent 30%),
    radial-gradient(circle at 78% 74%, rgba(8, 166, 106, .22), transparent 34%),
    linear-gradient(145deg, #101D28, #07131B 58%, #0A1C25);
  border-color: rgba(255, 255, 255, .12);
  box-shadow: 0 38px 90px rgba(5, 18, 28, .32), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.charging-journey-scene {
  position: relative;
  width: min(100% - 44px, 780px);
  height: min(78%, 500px);
  min-height: 420px;
  margin-top: 24px;
}

.journey-grid {
  position: absolute;
  inset: 9% 2% 4%;
  border-radius: 28px;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 32px 32px;
  transform: perspective(900px) rotateX(58deg) rotateZ(-7deg);
  transform-origin: center bottom;
  opacity: .65;
}

.journey-route,
.journey-route span {
  position: absolute;
  pointer-events: none;
}

.journey-route {
  inset: 16% 7% 13%;
  border: 1px solid rgba(8, 166, 106, .12);
  border-radius: 50%;
  transform: perspective(900px) rotateX(58deg) rotateZ(-7deg);
  opacity: .8;
}

.journey-route::before,
.journey-route::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  border: 2px solid transparent;
  background: conic-gradient(from 90deg, transparent 0deg, rgba(8, 166, 106, .8) 52deg, rgba(8, 166, 106, .82) 92deg, transparent 140deg) border-box;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity .35s ease;
}

.journey-route.is-active::before {
  opacity: .9;
  animation: routeSweep 2.8s linear infinite;
}

.journey-route span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 20px rgba(8, 166, 106, .8);
}

.journey-route span:first-child {
  left: 18%;
  top: 48%;
}

.journey-route span:last-child {
  right: 18%;
  top: 30%;
  background: var(--green);
}

.journey-status-card,
.journey-alert-card,
.journey-complete-card {
  position: absolute;
  z-index: 24;
  display: grid;
  gap: 3px;
  min-width: 168px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
  backdrop-filter: blur(18px) saturate(1.35);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
  transition: opacity .35s ease, transform .35s ease;
}

.journey-status-card strong,
.journey-alert-card strong,
.journey-complete-card strong {
  color: rgba(255, 255, 255, .54);
  font-size: var(--font-label) !important;
  font-weight: 900;
  text-transform: uppercase;
}

.journey-status-card span,
.journey-alert-card span,
.journey-complete-card span {
  font-size: var(--font-small) !important;
  font-weight: 800;
}

.journey-card-primary {
  left: 3%;
  top: 22%;
}

.journey-card-secondary {
  right: 2%;
  bottom: 16%;
}

.journey-alert-card {
  left: 24%;
  top: 8%;
  border-color: rgba(248, 113, 113, .32);
  opacity: 0;
  transform: translateY(12px);
}

.journey-complete-card {
  right: 9%;
  top: 10%;
  border-color: rgba(8, 166, 106, .34);
  opacity: 0;
  transform: translateY(12px);
}

.charging-journey-scene[data-stage="alert"] .journey-alert-card,
.charging-journey-scene[data-stage="dispatch"] .journey-alert-card {
  opacity: 1;
  transform: translateY(0);
}

.charging-journey-scene[data-stage="complete"] .journey-complete-card {
  opacity: 1;
  transform: translateY(0);
}

.journey-energy-beam {
  position: absolute;
  z-index: 24;
  height: 62px;
  border-radius: 999px;
  opacity: 0;
  transform-origin: left center;
  pointer-events: none;
  overflow: visible;
  filter: drop-shadow(0 16px 18px rgba(0, 0, 0, .34));
}

.journey-energy-beam::before {
  display: none;
}

.journey-cable-svg,
.journey-cable-relief,
.journey-cable-flow,
.journey-cable-connector {
  position: absolute;
  display: block;
  pointer-events: none;
}

.journey-cable-svg {
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.journey-cable-svg path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.journey-cable-shadow {
  stroke: rgba(0, 0, 0, .48);
  stroke-width: 26;
  opacity: .68;
  transform: translateY(5px);
}

.journey-cable-sheath {
  stroke: #314f60;
  stroke-width: 21;
}

.journey-cable-highlight {
  stroke: rgba(170, 205, 218, .72);
  stroke-width: 5.6;
  opacity: .62;
}

.journey-cable-energy {
  stroke: #08A66A;
  stroke-width: 3.2;
  stroke-dasharray: 42 78;
  stroke-dashoffset: 0;
  opacity: .7;
  filter: drop-shadow(0 0 8px rgba(8, 166, 106, .9)) drop-shadow(0 0 14px rgba(8, 166, 106, .46));
  animation: cableSvgEnergy 1.35s linear infinite;
}

.journey-cable-relief {
  top: 50%;
  width: 21px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 6px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .24) 0 2px, transparent 2px 5px),
    linear-gradient(180deg, #465f6d 0%, #101f29 46%, #07131b 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 10px 18px rgba(0, 0, 0, .24);
  transform: translateY(-50%);
}

.journey-cable-relief.relief-a {
  left: -4px;
}

.journey-cable-relief.relief-b {
  right: 16px;
}

.journey-cable-flow {
  display: none;
  left: 18px;
  right: 34px;
  top: 50%;
  height: 4px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(8, 166, 106, .12), rgba(8, 166, 106, .98), rgba(8, 166, 106, .98), rgba(255, 255, 255, .82)),
    repeating-linear-gradient(90deg, transparent 0 10px, rgba(255, 255, 255, .72) 10px 15px, transparent 15px 26px);
  background-size: 100% 100%, 42px 100%;
  box-shadow: 0 0 22px rgba(8, 166, 106, .74), 0 0 34px rgba(8, 166, 106, .28);
  transform: translateY(-50%);
  animation: cableEnergyFlow 1.05s linear infinite;
}

.journey-cable-connector {
  right: -20px;
  top: 50%;
  width: 39px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 7px 13px 13px 7px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .34), transparent 28%),
    linear-gradient(135deg, #e9fbff, #75d6f7 42%, #08a66a);
  box-shadow:
    0 0 20px rgba(8, 166, 106, .78),
    0 0 32px rgba(8, 166, 106, .34),
    inset 0 1px 0 rgba(255, 255, 255, .74);
  transform: translateY(-50%);
}

.journey-cable-connector::before {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  width: 10px;
  height: 13px;
  border-radius: 2px 7px 7px 2px;
  background: #dffaff;
  transform: translateY(-50%);
}

.journey-cable-connector::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 15px;
  height: 16px;
  border-radius: 4px;
  background: repeating-linear-gradient(90deg, rgba(7, 19, 27, .24) 0 2px, transparent 2px 5px);
  opacity: .74;
}

.journey-energy-beam.is-active {
  opacity: 1;
  animation: cablePulse .8s ease-in-out infinite alternate;
}

.journey-vehicle,
.journey-unit {
  position: absolute;
  z-index: 18;
  transition: filter .3s ease;
  will-change: left, top, transform;
}

.journey-ev {
  width: clamp(96px, 11vw, 142px);
  height: clamp(44px, 5vw, 62px);
  border-radius: 16px 34px 13px 13px;
  background: linear-gradient(145deg, #F9FDFF, #C7D8E3);
  box-shadow: 0 22px 44px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .78);
}

.journey-vehicle-roof,
.journey-vehicle-window,
.journey-vehicle-wheel,
.journey-battery,
.journey-battery-text {
  position: absolute;
}

.journey-vehicle-roof {
  left: 18%;
  top: -22%;
  width: 46%;
  height: 52%;
  border-radius: 28px 32px 8px 8px;
  background: linear-gradient(145deg, #F6FBFF, #D3E3EC);
}

.journey-vehicle-window {
  right: 15%;
  top: 13%;
  width: 28%;
  height: 30%;
  border-radius: 9px 20px 6px 6px;
  background: linear-gradient(145deg, #173545, #2D6174);
}

.journey-vehicle-wheel,
.unit-wheel {
  bottom: -8px;
  width: 20px;
  height: 20px;
  border: 4px solid #101820;
  border-radius: 50%;
  background: #D6E5ED;
}

.journey-vehicle-wheel.wheel-a {
  left: 18%;
}

.journey-vehicle-wheel.wheel-b {
  right: 18%;
}

.journey-battery {
  left: 17%;
  top: 46%;
  width: 38px;
  height: 11px;
  overflow: hidden;
  border: 1px solid rgba(16, 29, 40, .32);
  border-radius: 999px;
  background: rgba(16, 29, 40, .18);
}

.journey-battery span {
  display: block;
  width: var(--battery-level, 82%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--blue));
}

.charging-journey-scene[data-battery="low"] .journey-battery span {
  background: linear-gradient(90deg, #EF4444, #F59E0B);
}

.charging-journey-scene[data-battery="medium"] .journey-battery span {
  background: linear-gradient(90deg, #F59E0B, #FACC15);
}

.journey-battery-text {
  left: 17%;
  top: 65%;
  color: #12303D;
  font-size: .65rem;
  font-weight: 900;
}

.journey-unit {
  width: clamp(150px, 17vw, 226px);
  height: clamp(84px, 10vw, 126px);
  border-radius: 14px 38px 16px 16px;
  background: linear-gradient(145deg, #FFFFFF, #D8E7EF);
  box-shadow: 0 26px 70px rgba(8, 166, 106, .26), 0 18px 40px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.unit-glow {
  position: absolute;
  inset: -34px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(8, 166, 106, .24), transparent 64%);
  z-index: -1;
  animation: unitGlow 2.8s ease-in-out infinite;
}

.unit-cabin {
  position: absolute;
  right: 8%;
  top: 15%;
  width: 28%;
  height: 36%;
  border-radius: 10px 24px 7px 7px;
  background: linear-gradient(145deg, #12303C, #2A6076);
}

.unit-body {
  position: absolute;
  left: 11%;
  top: 25%;
  display: grid;
  gap: 2px;
  color: var(--ink);
}

.unit-body strong {
  color: var(--green-dark);
  font-size: clamp(.85rem, 1vw, 1rem);
  font-weight: 950;
}

.unit-body small {
  max-width: 94px;
  color: #526372;
  font-size: .58rem;
  font-weight: 850;
  line-height: 1.1;
}

.unit-status-light {
  position: absolute;
  bottom: 22%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 20px rgba(8, 166, 106, .74);
}

.unit-status-light.light-a {
  left: 13%;
}

.unit-status-light.light-b {
  left: 22%;
  background: var(--blue);
}

.unit-wheel {
  position: absolute;
  width: 24px;
  height: 24px;
}

.unit-wheel.wheel-a {
  left: 18%;
}

.unit-wheel.wheel-b {
  right: 16%;
}

.journey-two-wheeler,
.journey-auto {
  opacity: .72;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, .28));
}

.journey-two-wheeler {
  left: 18%;
  top: 29%;
  width: 62px;
  height: 32px;
}

.journey-two-wheeler span,
.journey-auto span {
  position: absolute;
  display: block;
}

.journey-two-wheeler span:nth-child(1) {
  left: 8px;
  right: 8px;
  top: 10px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
}

.journey-two-wheeler span:nth-child(2),
.journey-two-wheeler span:nth-child(3) {
  bottom: 0;
  width: 18px;
  height: 18px;
  border: 4px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
}

.journey-two-wheeler span:nth-child(2) {
  left: 2px;
}

.journey-two-wheeler span:nth-child(3) {
  right: 2px;
}

.journey-auto {
  right: 13%;
  top: 67%;
  width: 76px;
  height: 42px;
  border-radius: 16px 22px 10px 10px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(189, 219, 232, .72));
}

.journey-auto span:nth-child(1) {
  right: 9px;
  top: 8px;
  width: 24px;
  height: 16px;
  border-radius: 8px 12px 4px 4px;
  background: #173545;
}

.journey-auto span:nth-child(2),
.journey-auto span:nth-child(3) {
  bottom: -6px;
  width: 17px;
  height: 17px;
  border: 4px solid #101820;
  border-radius: 50%;
  background: #D6E5ED;
}

.journey-auto span:nth-child(2) {
  left: 11px;
}

.journey-auto span:nth-child(3) {
  right: 12px;
}

@keyframes routeSweep {
  to { transform: rotate(360deg); }
}

@keyframes cablePulse {
  from { filter: brightness(.94); opacity: .86; }
  to { filter: brightness(1.22); opacity: 1; }
}

@keyframes cableEnergyFlow {
  to { background-position: 0 0, 42px 0; }
}

@keyframes cableSvgEnergy {
  to { stroke-dashoffset: -25; }
}

@keyframes unitGlow {
  0%, 100% { opacity: .58; transform: scale(.96); }
  50% { opacity: .92; transform: scale(1.04); }
}

.trust-strip-section {
  margin-top: -18px;
  padding: 0 0 clamp(38px, 5vw, 60px);
  position: relative;
  z-index: 3;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 22px 58px rgba(10, 45, 56, .11), inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(22px) saturate(1.4);
  -webkit-backdrop-filter: blur(22px) saturate(1.4);
}

.trust-strip a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 10px;
  align-items: center;
  min-height: 96px;
  padding: 14px;
  border: 1px solid rgba(8, 166, 106, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .54);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.trust-strip a:hover,
.trust-strip a:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(8, 166, 106, .28);
  box-shadow: 0 16px 34px rgba(10, 45, 56, .1);
}

.trust-icon {
  grid-row: span 2;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(8, 166, 106, .14), rgba(8, 166, 106, .14));
  color: var(--green-dark);
  font-size: .72rem;
  font-weight: 950;
}

.trust-strip strong {
  color: var(--ink);
  font-size: .9rem;
  line-height: 1.2;
}

.trust-strip small {
  color: var(--text);
  font-size: .78rem;
  line-height: 1.35;
}

.cinematic-process-section {
  padding-top: clamp(54px, 6vw, 84px);
}

.charging-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.charging-steps::before {
  content: "";
  position: absolute;
  left: 11%;
  right: 11%;
  top: 33px;
  height: 2px;
  background: linear-gradient(90deg, rgba(8, 166, 106, .18), rgba(8, 166, 106, .4), rgba(8, 166, 106, .18));
}

.charging-steps article,
.use-case-grid article,
.fact-grid article {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(243, 255, 250, .62)),
    rgba(255, 255, 255, .66);
  box-shadow: 0 18px 44px rgba(10, 45, 56, .09);
  backdrop-filter: blur(20px) saturate(1.35);
  -webkit-backdrop-filter: blur(20px) saturate(1.35);
}

.charging-steps article span,
.use-case-grid article span,
.fact-grid article span,
.pilot-progress article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 30px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(8, 166, 106, .1);
  color: var(--green-dark);
  font-size: var(--font-label) !important;
  font-weight: 950;
}

.charging-steps h3,
.use-case-grid h3 {
  margin: 0 0 8px;
}

.charging-steps p,
.use-case-grid p {
  margin: 0;
  color: var(--text);
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.use-case-grid article {
  min-height: 210px;
  display: grid;
  align-content: start;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.use-case-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(8, 166, 106, .28);
  box-shadow: 0 24px 58px rgba(10, 45, 56, .13);
}

.use-case-grid a {
  align-self: end;
  margin-top: 14px;
  color: var(--green-dark);
  font-size: var(--font-small) !important;
  font-weight: 900;
}

.pilot-ecosystem-card {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(340px, .75fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 18%, rgba(8, 166, 106, .16), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(242, 255, 249, .72));
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(24px) saturate(1.45);
  -webkit-backdrop-filter: blur(24px) saturate(1.45);
}

.pilot-ecosystem-card h2 {
  margin: 0 0 12px;
}

.pilot-progress {
  position: relative;
  display: grid;
  gap: 12px;
}

.pilot-progress::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: linear-gradient(180deg, var(--green), rgba(8, 166, 106, .26));
}

.pilot-progress article {
  position: relative;
  padding: 14px 16px 14px 46px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 8px;
  background: rgba(255, 255, 255, .62);
}

.pilot-progress article::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 22px;
  width: 14px;
  height: 14px;
  border: 3px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(8, 166, 106, .12);
}

.pilot-progress article.is-current::before {
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(8, 166, 106, .16), 0 0 24px rgba(8, 166, 106, .4);
}

.pilot-progress article span {
  height: 24px;
  margin: 0 0 6px;
}

.pilot-progress strong,
.fact-grid strong {
  display: block;
  color: var(--ink);
  font-size: var(--font-card-title) !important;
  line-height: 1.2;
}

.fact-section {
  padding-top: clamp(42px, 5vw, 68px);
}

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

.fact-grid article {
  min-height: 128px;
}

.sticky-request-cta {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .24s ease, transform .24s ease;
}

.sticky-request-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.quick-enquiry-link {
  min-height: 46px;
  text-decoration: none;
}

.mobile-request-link {
  color: var(--green-dark);
  font-weight: 950;
}

@media (max-width: 1280px) {
  .home-cinematic .client-hero-shell {
    grid-template-columns: 1fr;
    max-width: 980px;
  }

  .home-cinematic .hero-copy-wrap h1 {
    max-width: 760px !important;
  }

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

  .use-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .charging-steps,
  .pilot-ecosystem-card,
  .fact-grid {
    grid-template-columns: 1fr;
  }

  .charging-steps::before {
    left: 28px;
    right: auto;
    top: 24px;
    bottom: 24px;
    width: 2px;
    height: auto;
  }

  .charging-steps article {
    padding-left: 62px;
  }

  .charging-steps article span {
    position: absolute;
    left: 15px;
    top: 18px;
  }

  .charging-journey-scene {
    min-height: 390px;
    width: min(100% - 24px, 680px);
  }

  .journey-card-secondary {
    right: 4%;
    bottom: 8%;
  }
}

@media (max-width: 640px) {
  .home-cinematic .home-cinematic-hero {
    min-height: auto;
    padding-top: 26px;
  }

  .home-cinematic .client-hero-shell {
    width: min(100% - 28px, 1500px);
  }

  .home-cinematic .hero-copy-wrap {
    padding: 20px;
  }

  .hero-support {
    font-size: 1rem;
  }

  .home-cinematic .charging-story-panel {
    min-height: 430px;
    border-radius: 8px;
  }

  .charging-journey-scene {
    min-height: 342px;
    margin-top: 34px;
  }

  .journey-status-card,
  .journey-alert-card,
  .journey-complete-card {
    min-width: 126px;
    padding: 9px 10px;
  }

  .journey-card-primary {
    left: 2%;
    top: 17%;
  }

  .journey-card-secondary {
    right: 2%;
    bottom: 5%;
  }

  .journey-alert-card {
    left: 9%;
    top: 7%;
  }

  .journey-complete-card {
    right: 4%;
    top: 8%;
  }

  .journey-two-wheeler,
  .journey-auto {
    display: none;
  }

  .trust-strip {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 10px;
    scroll-snap-type: x proximity;
  }

  .trust-strip a {
    flex: 0 0 240px;
    scroll-snap-align: start;
  }

  .use-case-grid {
    grid-template-columns: 1fr;
  }

  .use-case-grid article {
    min-height: 0;
  }

  .pilot-ecosystem-card {
    padding: 22px;
  }

  .quick-enquiry {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-atmosphere span,
  .journey-route.is-active::before,
  .journey-energy-beam,
  .unit-glow {
    animation: none !important;
  }

  .journey-vehicle,
  .journey-unit {
    transition: none !important;
  }
}

/* 2026-07 hero animation size and readability correction. */
.home-cinematic .client-hero-shell {
  width: min(100% - 48px, 1380px);
  grid-template-columns: minmax(360px, .48fr) minmax(520px, .52fr);
  gap: clamp(20px, 3vw, 42px);
}

.home-cinematic .charging-story-panel {
  justify-self: center;
  width: min(100%, 720px);
  min-height: clamp(380px, 34vw, 500px);
  padding: 18px;
}

.charging-journey-scene {
  width: min(100% - 28px, 620px);
  height: min(68%, 390px);
  min-height: 330px;
  margin-top: 22px;
}

.home-cinematic .visual-status-card {
  display: grid;
  gap: 2px;
  align-items: start;
  max-width: 230px;
  padding: .48rem .72rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, .085);
}

.home-cinematic .visual-status-card strong,
.home-cinematic .visual-status-card span {
  display: block;
  white-space: normal;
}

.home-cinematic .visual-status-card strong {
  font-size: .58rem !important;
}

.home-cinematic .visual-status-card span {
  font-size: .76rem !important;
}

.home-cinematic .status-a {
  top: 1rem;
  left: 1rem;
}

.home-cinematic .status-b {
  top: 1rem;
  right: 1rem;
  max-width: 170px;
}

.home-cinematic .status-c {
  bottom: 1rem;
  left: 1rem;
  max-width: 170px;
}

.journey-card-primary {
  left: 5%;
  top: 30%;
}

.journey-card-secondary {
  right: 4%;
  bottom: 10%;
}

.journey-alert-card {
  left: 28%;
  top: 13%;
}

.journey-complete-card {
  right: 8%;
  top: 16%;
}

.journey-status-card,
.journey-alert-card,
.journey-complete-card {
  min-width: 138px;
  max-width: 188px;
  padding: 9px 11px;
}

.journey-ev {
  width: clamp(82px, 8.4vw, 116px);
  height: clamp(38px, 4vw, 52px);
}

.journey-unit {
  width: clamp(128px, 13vw, 176px);
  height: clamp(72px, 7.2vw, 98px);
}

.journey-two-wheeler {
  left: 20%;
  top: 31%;
  transform: scale(.86);
}

.journey-auto {
  right: 15%;
  top: 69%;
  transform: scale(.86);
}

@media (max-width: 1280px) {
  .home-cinematic .client-hero-shell {
    grid-template-columns: 1fr;
    max-width: 920px;
  }

  .home-cinematic .charging-story-panel {
    width: min(100%, 760px);
  }
}

@media (max-width: 640px) {
  .home-cinematic .charging-story-panel {
    min-height: 350px;
    padding: 12px;
  }

  .charging-journey-scene {
    width: min(100% - 12px, 420px);
    min-height: 280px;
    margin-top: 28px;
  }

  .home-cinematic .visual-status-card {
    max-width: 138px;
    padding: .36rem .48rem;
  }

  .home-cinematic .visual-status-card strong {
    font-size: .46rem !important;
  }

  .home-cinematic .visual-status-card span {
    font-size: .58rem !important;
  }

  .home-cinematic .status-a {
    top: .55rem;
    left: .55rem;
  }

  .home-cinematic .status-b {
    top: .55rem;
    right: .55rem;
  }

  .home-cinematic .status-c {
    bottom: .55rem;
    left: .55rem;
  }

  .journey-card-primary {
    top: 32%;
    left: 3%;
  }

  .journey-card-secondary {
    display: none;
  }

  .journey-alert-card,
  .journey-complete-card {
    left: 36%;
    right: auto;
    top: 14%;
    max-width: 132px;
  }

  .journey-status-card,
  .journey-alert-card,
  .journey-complete-card {
    min-width: 112px;
    padding: 7px 8px;
  }
}

/* 2026-07 enterprise polish: compact typography, header safety, homepage flow, and ecosystem visuals. */
:root {
  --font-hero: clamp(2rem, 3vw, 2.875rem);
  --font-page-title: clamp(1.75rem, 2.45vw, 2.5rem);
  --font-section-title: clamp(1.5rem, 1.9vw, 2rem);
  --font-subheading: clamp(1.12rem, 1.45vw, 1.5rem);
  --font-card-title: clamp(1rem, 1.05vw, 1.1875rem);
  --font-body: clamp(.9375rem, .88vw, 1.0625rem);
  --font-small: clamp(.82rem, .78vw, .92rem);
  --font-label: clamp(.6875rem, .65vw, .75rem);
  --font-nav: clamp(.8125rem, .72vw, .875rem);
  --font-button: clamp(.875rem, .82vw, .9375rem);
}

body,
:where(p, li, dd, dt, input, select, textarea, summary, td, th, figcaption, .page-lead, .hero-copy, .section-subtitle, .footer-note) {
  line-height: 1.56;
}

.site-header {
  padding: 10px 0 8px;
}

.nav-shell-client {
  display: grid !important;
  grid-template-columns: minmax(286px, 330px) minmax(0, 1fr) auto;
  column-gap: clamp(28px, 2.4vw, 42px);
  align-items: center;
  width: min(100% - 40px, 1420px);
  min-height: 62px;
  padding: 8px 14px;
}

.nav-shell-client .brand {
  min-width: 0;
  max-width: 330px;
  flex-shrink: 0;
  overflow: hidden;
}

.nav-shell-client .brand-text {
  min-width: 0;
}

.nav-shell-client .brand-text strong,
.nav-shell-client .brand-text small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-shell-client .brand-text strong {
  font-size: clamp(1.18rem, 1.3vw, 1.38rem) !important;
}

.nav-menu-client {
  min-width: 0;
  justify-content: center;
  gap: clamp(8px, .72vw, 14px);
}

.nav-menu-client > .nav-link,
.nav-menu-client > .nav-dropdown > .dropdown-toggle {
  min-height: 34px;
  padding-inline: clamp(7px, .62vw, 10px);
  white-space: nowrap;
}

.nav-actions {
  flex-shrink: 0;
  gap: 8px;
}

.nav-actions .nav-cta {
  min-height: 38px;
  padding-inline: clamp(14px, 1.05vw, 20px);
  white-space: nowrap;
}

@media (min-width: 1701px) {
  .nav-shell-client {
    width: min(100% - 48px, 1720px);
    grid-template-columns: minmax(238px, 258px) minmax(980px, 1fr) auto;
    column-gap: clamp(24px, 1.7vw, 32px);
  }

  .nav-shell-client .brand {
    max-width: 258px;
  }

  .nav-shell-client .brand-mark {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .nav-shell-client .brand-text strong {
    font-size: 1.22rem !important;
  }

  .nav-menu-client {
    justify-content: center;
    overflow: visible;
  }

  .nav-actions .nav-cta {
    min-height: 38px;
    padding-inline: 14px;
  }
}

@media (max-width: 1700px) {
  .nav-shell-client {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 14px;
    width: min(100% - 28px, 1420px);
  }

  .nav-shell-client .brand {
    max-width: min(72vw, 330px);
  }

  .nav-actions {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .nav-menu {
    position: fixed;
    inset: calc(var(--header-height) + 8px) 14px 14px;
    display: grid;
    align-content: start;
    justify-content: stretch;
    gap: 0;
    height: calc(100svh - var(--header-height) - 22px);
    padding: 14px 20px 30px;
    overflow-y: auto;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 8px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(244, 255, 250, .88) 54%, rgba(240, 250, 255, .9)),
      rgba(255, 255, 255, .94);
    box-shadow: 0 30px 80px rgba(10, 45, 56, .18);
    transform: translateY(-115%);
    pointer-events: none;
    transition: transform .24s ease;
    backdrop-filter: blur(28px) saturate(1.55);
    -webkit-backdrop-filter: blur(28px) saturate(1.55);
  }

  .nav-menu.is-open {
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-menu-client > .nav-link,
  .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    width: 100%;
    min-height: 54px;
    justify-content: space-between;
    border-radius: 8px;
  }

  .mobile-contact-link {
    display: inline-flex;
  }
}

@media (min-width: 1321px) and (max-width: 1700px) {
  .nav-shell-client {
    grid-template-columns: minmax(238px, 258px) minmax(0, 1fr);
    column-gap: clamp(28px, 2vw, 36px);
    width: min(100% - 40px, 1500px);
  }

  .nav-shell-client .brand {
    max-width: 258px;
  }

  .nav-shell-client .brand-mark {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .nav-shell-client .brand-text strong {
    font-size: 1.22rem !important;
  }

  .nav-toggle,
  .nav-actions {
    display: none;
  }

  .nav-menu {
    position: static;
    inset: auto;
    display: flex;
    align-content: normal;
    justify-content: center;
    gap: clamp(8px, .7vw, 12px);
    height: auto;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
    pointer-events: auto;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .nav-menu-client > .nav-link,
  .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    width: auto;
    min-height: 34px;
    justify-content: center;
    padding-inline: clamp(6px, .55vw, 9px);
  }

  .mobile-contact-link {
    display: none;
  }
}

@media (max-width: 640px) {
  :root {
    --font-hero: clamp(2rem, 8vw, 2rem);
    --font-page-title: clamp(1.65rem, 7vw, 1.8125rem);
    --font-section-title: clamp(1.45rem, 6vw, 1.5625rem);
    --font-subheading: clamp(1.12rem, 4.8vw, 1.3125rem);
    --font-card-title: clamp(1rem, 4vw, 1.0625rem);
    --font-body: clamp(.9375rem, 3.8vw, 1rem);
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  :root {
    --font-hero: clamp(2rem, 3.8vw, 2.375rem);
    --font-page-title: clamp(1.75rem, 3.2vw, 2.125rem);
    --font-section-title: clamp(1.5rem, 2.6vw, 1.75rem);
    --font-subheading: clamp(1.12rem, 2vw, 1.5rem);
    --font-card-title: clamp(1rem, 1.8vw, 1.125rem);
    --font-body: clamp(.9375rem, 1.5vw, 1rem);
  }
}

.home-cinematic .home-cinematic-hero {
  min-height: auto;
  padding: clamp(28px, 3vw, 46px) 0 clamp(30px, 3.4vw, 52px);
}

.home-cinematic .client-hero-shell {
  width: min(100% - 48px, 1360px);
  grid-template-columns: minmax(350px, .41fr) minmax(560px, .59fr);
  gap: clamp(24px, 2.6vw, 40px);
  align-items: center;
}

.home-cinematic .hero-copy-wrap {
  padding: clamp(24px, 2.8vw, 40px);
  border-radius: 8px;
}

.home-cinematic .hero-copy-wrap h1 {
  max-width: 560px !important;
  margin-bottom: 16px;
}

.home-cinematic .hero-copy {
  max-width: 620px;
  margin-bottom: 14px;
  font-weight: 700;
}

.home-cinematic .collab-line {
  max-width: 600px;
  margin: 0 0 18px;
  padding: 16px 18px;
  border-left: 4px solid rgba(8, 166, 106, .42);
  border-radius: 0 8px 8px 0;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 16px 36px rgba(10, 45, 56, .07);
}

.home-cinematic .hero-actions {
  gap: 12px;
}

.home-cinematic .hero-actions .button {
  min-height: 44px;
  padding: .78rem 1.2rem;
  box-shadow: none;
}

.home-cinematic .hero-reassurance {
  margin-top: 14px;
  color: var(--muted);
  font-size: var(--font-small) !important;
  font-weight: 700;
}

.home-cinematic .charging-story-panel {
  justify-self: stretch;
  width: min(100%, 780px);
  min-height: clamp(400px, 33vw, 520px);
  padding: 18px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 42% 42%, rgba(8, 166, 106, .26), transparent 31%),
    radial-gradient(circle at 76% 73%, rgba(8, 166, 106, .22), transparent 34%),
    linear-gradient(145deg, #071722 0%, #092231 46%, #06221f 100%);
}

.home-cinematic .charging-story-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(110deg, transparent 0 34%, rgba(255, 255, 255, .08) 45%, transparent 58% 100%);
  transform: translateX(-120%);
  animation: panelLightSweep 10s ease-in-out infinite;
  pointer-events: none;
}

@keyframes panelLightSweep {
  0%, 55%, 100% { transform: translateX(-120%); opacity: 0; }
  64% { opacity: .65; }
  78% { transform: translateX(120%); opacity: 0; }
}

.charging-journey-scene {
  width: min(100% - 18px, 710px);
  height: min(74%, 420px);
  min-height: 350px;
  margin-top: 42px;
}

.journey-grid {
  opacity: .62;
  background-size: 28px 28px;
}

.journey-route {
  width: 86%;
  height: 58%;
  left: 7%;
  top: 26%;
  border-color: rgba(8, 166, 106, .2);
  box-shadow: inset 0 0 0 1px rgba(8, 166, 106, .2), 0 0 34px rgba(8, 166, 106, .12);
}

.journey-route::after {
  opacity: .72;
}

.journey-status-card,
.journey-alert-card,
.journey-complete-card {
  z-index: 6;
  min-width: 146px;
  max-width: 192px;
  padding: 9px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .24);
}

.journey-status-card strong,
.journey-alert-card strong,
.journey-complete-card strong {
  font-size: .66rem !important;
  letter-spacing: 0 !important;
}

.journey-status-card span,
.journey-alert-card span,
.journey-complete-card span {
  font-size: .9rem !important;
}

.journey-card-primary {
  left: 5%;
  top: 23%;
}

.journey-card-secondary {
  right: 5%;
  bottom: 12%;
}

.journey-alert-card {
  left: 30%;
  top: 9%;
}

.journey-complete-card {
  right: 8%;
  top: 12%;
}

.journey-ev {
  width: clamp(108px, 8vw, 152px);
  height: clamp(50px, 4vw, 68px);
}

.journey-vehicle-roof {
  width: 46%;
  height: 48%;
}

.journey-unit {
  width: clamp(174px, 12vw, 236px);
  height: clamp(98px, 7vw, 132px);
}

.unit-body strong {
  font-size: clamp(1rem, 1.15vw, 1.28rem);
}

.journey-two-wheeler,
.journey-auto {
  opacity: .54;
}

.home-cinematic .visual-status-card {
  z-index: 8;
  min-width: 176px;
  max-width: 252px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .11);
  white-space: normal;
}

.home-cinematic .visual-status-card strong {
  color: rgba(255, 255, 255, .62);
  font-size: .66rem !important;
}

.home-cinematic .visual-status-card span {
  color: rgba(255, 255, 255, .9);
  font-size: .84rem !important;
}

@media (min-width: 1281px) and (max-width: 1280px) {
  .home-cinematic .client-hero-shell {
    grid-template-columns: minmax(330px, .42fr) minmax(510px, .58fr);
    max-width: 1180px;
  }

  .home-cinematic .charging-story-panel {
    min-height: 430px;
  }
}

@media (max-width: 1120px) {
  .home-cinematic .client-hero-shell {
    grid-template-columns: 1fr;
    max-width: 920px;
  }
}

.trust-strip-section {
  margin-top: 0;
  padding-bottom: clamp(30px, 3.6vw, 48px);
}

.trust-strip {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  padding: 12px;
}

.trust-strip a {
  min-height: 86px;
  align-content: center;
  padding: 14px 12px;
}

.trust-icon {
  position: relative;
  overflow: hidden;
  color: transparent;
  font-size: 0;
}

.trust-icon::before,
.trust-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.trust-icon::before {
  inset: 11px;
  border: 2px solid var(--green);
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(8, 166, 106, .22);
}

.trust-icon::after {
  width: 11px;
  height: 11px;
  right: 7px;
  top: 13px;
  border-radius: 50%;
  background: var(--blue);
}

.icon-fleet::before {
  border-radius: 12px 16px 8px 8px;
  transform: scaleX(1.18);
}

.icon-alert::before {
  clip-path: polygon(50% 0, 100% 88%, 0 88%);
  border-radius: 0;
}

.icon-site::before {
  border-radius: 3px;
  box-shadow: inset 0 -7px 0 rgba(8, 166, 106, .22);
}

.icon-pilot::before {
  border-radius: 50%;
  border-style: dashed;
}

.icon-tech::before {
  clip-path: polygon(58% 0, 12% 52%, 46% 52%, 31% 100%, 88% 36%, 55% 36%);
  border: 0;
  background: linear-gradient(135deg, var(--blue), var(--green));
}

.cinematic-process-section {
  padding-top: clamp(38px, 4.4vw, 64px);
}

.charging-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(244, 255, 250, .66)),
    rgba(255, 255, 255, .68);
  box-shadow: 0 24px 66px rgba(10, 45, 56, .1), inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(22px) saturate(1.35);
}

.charging-steps::before {
  left: 18%;
  right: 18%;
  top: 46px;
  height: 3px;
  border-radius: 999px;
}

.charging-steps::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 18%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 8px rgba(8, 166, 106, .14), 0 0 24px rgba(8, 166, 106, .45);
  animation: processDot 8s ease-in-out infinite;
}

@keyframes processDot {
  0%, 100% { transform: translateX(0); background: var(--green); }
  50% { transform: translateX(calc(64vw - 160px)); background: var(--blue); }
}

.charging-steps article {
  min-height: 170px;
  padding: 18px;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.charging-steps article + article {
  border-left: 1px solid rgba(8, 166, 106, .12);
}

.use-case-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.use-case-grid article {
  grid-column: span 2;
  min-height: 188px;
  overflow: hidden;
}

.use-case-grid article:nth-child(1),
.use-case-grid article:nth-child(2) {
  grid-column: span 3;
  min-height: 230px;
  background:
    radial-gradient(circle at 88% 20%, rgba(8, 166, 106, .2), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(239, 255, 249, .72));
}

.use-case-grid article span {
  min-width: 34px;
  height: 26px;
  margin-bottom: 12px;
  opacity: .84;
}

.pilot-ecosystem-section {
  padding-top: clamp(38px, 4.4vw, 64px);
}

.pilot-ecosystem-card {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .65fr);
}

.pilot-facts-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.pilot-facts-panel article {
  padding: 13px;
  border: 1px solid rgba(8, 166, 106, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .62);
}

.pilot-facts-panel span {
  display: block;
  color: var(--muted);
  font-size: var(--font-label) !important;
  font-weight: 850;
  text-transform: uppercase;
}

.pilot-facts-panel strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: var(--font-small) !important;
  line-height: 1.2;
}

.fact-section {
  display: none;
}

.compact-final-cta {
  padding: clamp(34px, 4vw, 58px) 0;
}

.compact-final-cta .cta-inner {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(20px, 4vw, 56px);
  align-items: center;
}

.compact-final-cta .hero-actions {
  justify-content: flex-end;
}

.compact-final-cta .button {
  box-shadow: none;
}

.cta-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: rgba(255, 255, 255, .9);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.quick-enquiry.is-hidden {
  display: none;
}

.site-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(8, 166, 106, .22);
}

.site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--green), var(--blue), transparent);
  opacity: .7;
}

.footer-shell-client {
  grid-template-columns: minmax(280px, 1.3fr) repeat(4, minmax(130px, .65fr));
  gap: clamp(22px, 3vw, 42px);
}

.footer-brand p {
  max-width: 560px;
}

.footer-column a {
  transition: color .2s ease, transform .2s ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  transform: translateX(3px);
}

.solutions-hero {
  min-height: auto;
  padding: clamp(42px, 5vw, 72px) 0 clamp(48px, 6vw, 78px);
}

.solutions-hero-grid {
  grid-template-columns: minmax(360px, .42fr) minmax(560px, .58fr);
  gap: clamp(28px, 4vw, 54px);
}

.solutions-hero-copy h1 {
  max-width: 650px;
  font-size: var(--font-page-title) !important;
}

.solutions-hero-copy .page-lead {
  max-width: 620px;
  font-size: var(--font-body) !important;
}

.solutions-ecosystem {
  min-height: clamp(440px, 37vw, 560px);
  border-radius: 18px;
}

.ecosystem-stage {
  inset: 70px 48px 54px;
}

.ecosystem-ring,
.ecosystem-flow {
  width: min(88%, 520px);
}

.mobile-node {
  left: 19%;
  bottom: 27%;
  width: clamp(210px, 18vw, 280px);
  height: clamp(98px, 8vw, 126px);
  border-radius: 18px 34px 18px 18px;
  z-index: 4;
}

.mobile-node b {
  left: 34px;
  top: 32px;
  font-size: clamp(1rem, 1.4vw, 1.38rem);
}

.mobile-node b::after {
  content: "Mobile Charging Unit";
  display: block;
  margin-top: 4px;
  color: #415761;
  font-size: .56em;
  line-height: 1.1;
}

.fleet-node {
  right: 13%;
  bottom: 24%;
  width: clamp(132px, 11vw, 170px);
  height: clamp(52px, 4.4vw, 68px);
}

.commercial-node {
  right: 13%;
  top: 18%;
  width: clamp(118px, 10vw, 150px);
  height: clamp(120px, 10vw, 156px);
}

.apartment-node {
  left: 16%;
  top: 18%;
  width: clamp(108px, 9vw, 136px);
  height: clamp(130px, 11vw, 172px);
}

.ecosystem-card {
  min-width: min(230px, 42vw);
  padding: 12px 14px;
}

.ecosystem-card span {
  font-size: .68rem !important;
}

.ecosystem-card strong {
  font-size: .84rem !important;
}

.card-mobile {
  right: 20px;
  top: 24px;
}

.card-fleet {
  right: 20px;
  bottom: 28px;
}

.card-energy {
  left: 26px;
  bottom: 28px;
}

@media (max-width: 1180px) {
  .solutions-hero-grid {
    grid-template-columns: 1fr;
    max-width: 880px;
  }
}

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

  .use-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .use-case-grid article,
  .use-case-grid article:nth-child(1),
  .use-case-grid article:nth-child(2) {
    grid-column: auto;
    min-height: 0;
  }

  .pilot-ecosystem-card,
  .compact-final-cta .cta-inner {
    grid-template-columns: 1fr;
  }

  .compact-final-cta .hero-actions {
    justify-content: flex-start;
  }

  .footer-shell-client {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .home-cinematic .client-hero-shell,
  .solutions-wide-shell {
    width: min(100% - 28px, 1360px);
  }

  .home-cinematic .hero-copy-wrap {
    padding: 20px;
  }

  .home-cinematic .charging-story-panel {
    min-height: 360px;
    padding: 12px;
  }

  .charging-journey-scene {
    width: min(100% - 8px, 440px);
    min-height: 292px;
    margin-top: 42px;
  }

  .journey-ev {
    width: 102px;
    height: 48px;
  }

  .journey-unit {
    width: 142px;
    height: 82px;
  }

  .journey-card-primary {
    top: 34%;
    left: 3%;
  }

  .journey-card-secondary {
    display: none;
  }

  .journey-alert-card,
  .journey-complete-card {
    left: auto;
    right: 3%;
    top: 20%;
  }

  .trust-strip {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 10px;
    scroll-snap-type: x mandatory;
  }

  .trust-strip a {
    flex: 0 0 min(78vw, 300px);
    scroll-snap-align: start;
  }

  .charging-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .charging-steps::before,
  .charging-steps::after {
    display: none;
  }

  .charging-steps article {
    min-height: 0;
    padding: 16px;
  }

  .charging-steps article + article {
    border-left: 0;
    border-top: 1px solid rgba(8, 166, 106, .12);
  }

  .use-case-grid,
  .pilot-facts-panel,
  .footer-shell-client {
    grid-template-columns: 1fr;
  }

  .compact-final-cta .hero-actions {
    display: grid;
    width: 100%;
  }

  .cta-text-link {
    justify-content: center;
  }

  .solutions-ecosystem {
    min-height: 420px;
  }

  .ecosystem-map-card {
    display: none;
  }

  .ecosystem-stage {
    inset: 72px 18px 70px;
  }

  .mobile-node {
    left: 10%;
    bottom: 28%;
    width: 185px;
    height: 88px;
  }

  .commercial-node,
  .apartment-node {
    transform: scale(.78);
  }

  .ecosystem-card {
    min-width: 156px;
    max-width: 176px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-cinematic .charging-story-panel::after,
  .charging-steps::after {
    animation: none !important;
  }
}

/* 2026-07 operational repair pass: compact enterprise UI, form repair and product storytelling. */
:root {
  --repair-glass: rgba(255, 255, 255, .76);
  --repair-glass-strong: rgba(255, 255, 255, .9);
  --repair-border: rgba(255, 255, 255, .7);
  --repair-green-soft: rgba(8, 166, 106, .12);
  --repair-blue-soft: rgba(8, 166, 106, .13);
  --repair-panel-shadow: 0 28px 78px rgba(10, 45, 56, .13);
  --repair-panel-shadow-hover: 0 34px 96px rgba(10, 45, 56, .18);
}

.section-shell,
.station-wide-shell,
.station-product-shell {
  width: min(100% - 48px, 1320px);
  margin-inline: auto;
}

.compact-section,
.station-product-v2 .section {
  padding-block: clamp(44px, 5vw, 78px);
}

.station-product-v2 .section-soft,
.pilot-page .section-soft {
  background:
    radial-gradient(circle at 12% 20%, rgba(8, 166, 106, .1), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(8, 166, 106, .1), transparent 30%),
    linear-gradient(180deg, #f5fbf8, #f8fffc);
}

.station-hero-v3,
.pilot-hero-v2 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(84px, 8vw, 124px) 0 clamp(46px, 5.5vw, 78px);
  background:
    radial-gradient(circle at 18% 28%, rgba(8, 166, 106, .14), transparent 32%),
    radial-gradient(circle at 86% 24%, rgba(8, 166, 106, .16), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f5fbf8 58%, #eef9ff 100%);
}

.station-hero-v3::before,
.pilot-hero-v2::before {
  content: "";
  position: absolute;
  inset: 12% -8% auto auto;
  width: min(42vw, 620px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: conic-gradient(from 90deg, transparent, rgba(8, 166, 106, .1), rgba(8, 166, 106, .12), transparent);
  opacity: .58;
  z-index: -1;
}

.station-hero-grid-v3,
.pilot-hero-grid {
  display: grid;
  grid-template-columns: minmax(360px, .44fr) minmax(520px, .56fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}

.station-hero-copy-v3,
.pilot-hero-copy,
.station-copy-panel,
.station-technical-panel,
.station-cta-panel-v2,
.pilot-evaluation-panel,
.pilot-roadmap-card,
.pilot-form-v2 {
  border: 1px solid var(--repair-border);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(247, 255, 251, .68) 54%, rgba(239, 249, 255, .72)),
    var(--repair-glass);
  box-shadow: var(--repair-panel-shadow), inset 0 1px 0 rgba(255, 255, 255, .92);
  backdrop-filter: blur(24px) saturate(1.42);
  -webkit-backdrop-filter: blur(24px) saturate(1.42);
}

.station-hero-copy-v3,
.pilot-hero-copy {
  padding: clamp(22px, 3vw, 34px);
  border-radius: 18px;
}

.station-hero-copy-v3 h1,
.pilot-hero-copy h1 {
  margin-bottom: 16px;
}

.station-partnership-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 4px solid var(--green);
  border-radius: 0 14px 14px 0;
  color: #304650;
  background: rgba(255, 255, 255, .72);
  box-shadow: inset 0 0 0 1px rgba(8, 166, 106, .08);
}

.pilot-status-badge,
.spec-status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 16px;
  padding: 8px 13px;
  border: 1px solid rgba(8, 166, 106, .22);
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(229, 251, 241, .82);
  font-size: var(--font-label) !important;
  font-weight: 850;
  line-height: 1.2;
}

.station-hero-actions-v3 {
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.button.button-text-link {
  min-height: 44px;
  padding-inline: 0;
  color: var(--green-dark);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.button.button-text-link:hover,
.button.button-text-link:focus-visible {
  color: var(--blue);
  background: transparent;
  box-shadow: none;
}

.station-operational-visual,
.pilot-map-visual,
.station-process-visual,
.station-scenario-visual {
  position: relative;
  overflow: hidden;
  min-height: clamp(390px, 34vw, 540px);
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 22px;
  background:
    radial-gradient(circle at 28% 30%, rgba(8, 166, 106, .18), transparent 30%),
    radial-gradient(circle at 72% 70%, rgba(8, 166, 106, .18), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(236, 251, 255, .78));
  box-shadow: var(--repair-panel-shadow), inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
}

.station-hero-visual-v3 {
  background:
    radial-gradient(circle at 34% 26%, rgba(8, 166, 106, .28), transparent 30%),
    radial-gradient(circle at 74% 70%, rgba(8, 166, 106, .24), transparent 32%),
    linear-gradient(145deg, #071a24, #0c2731 48%, #0b332f);
  box-shadow: 0 32px 94px rgba(10, 45, 56, .28), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.operational-glow,
.operational-grid,
.operational-route,
.operational-route-light,
.operational-car,
.operational-unit,
.operational-cable,
.operational-energy,
.operational-battery,
.operational-label {
  position: absolute;
}

.operational-glow {
  width: 260px;
  height: 260px;
  border-radius: 999px;
  filter: blur(36px);
  opacity: .42;
}

.operational-glow.glow-a {
  left: 10%;
  top: 12%;
  background: rgba(8, 166, 106, .6);
}

.operational-glow.glow-b {
  right: 6%;
  bottom: 10%;
  background: rgba(8, 166, 106, .55);
}

.operational-grid {
  inset: 48% 8% 8%;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 28px 28px;
  transform: perspective(820px) rotateX(64deg);
  transform-origin: center top;
  opacity: .62;
}

.operational-route {
  left: 50%;
  top: 53%;
  width: min(78%, 620px);
  aspect-ratio: 2.25 / 1;
  border: 1px solid rgba(8, 166, 106, .24);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 34px rgba(8, 166, 106, .14), inset 0 0 26px rgba(8, 166, 106, .1);
}

.operational-route-light {
  left: 50%;
  top: 53%;
  width: min(78%, 620px);
  aspect-ratio: 2.25 / 1;
  border-top: 2px solid rgba(8, 166, 106, .8);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 12px rgba(8, 166, 106, .7));
  animation: operationalRoutePulse 8s ease-in-out infinite;
}

.operational-car {
  width: 96px;
  height: 46px;
  border-radius: 24px 31px 14px 14px;
  background: linear-gradient(145deg, #f7fbff, #d8ebf7);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.operational-car i {
  position: absolute;
  left: 39px;
  top: -10px;
  width: 38px;
  height: 18px;
  border-radius: 18px 18px 4px 4px;
  background: #eaf7ff;
}

.operational-car b,
.operational-car em,
.operational-unit b,
.operational-unit em {
  position: absolute;
  bottom: -9px;
  width: 18px;
  height: 18px;
  border: 4px solid #13242e;
  border-radius: 999px;
  background: #dff3ff;
}

.operational-car b,
.operational-unit b {
  left: 18px;
}

.operational-car em,
.operational-unit em {
  right: 16px;
}

.operational-car::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 30px;
  height: 12px;
  border-radius: 4px;
  background: #164453;
}

.operational-car.car-a {
  left: 20%;
  top: 36%;
  transform: rotate(-10deg);
  opacity: .8;
  animation: operationalDriveA 16s linear infinite;
}

.operational-car.car-b {
  right: 14%;
  bottom: 25%;
  transform: rotate(10deg) scale(.84);
  opacity: .72;
  animation: operationalDriveB 18s linear infinite;
}

.operational-car.charging-car {
  left: 38%;
  top: 59%;
  transform: translate(-50%, -50%) rotate(2deg);
  animation: operationalChargingCar 16s ease-in-out infinite;
}

.operational-car.charging-car strong {
  position: absolute;
  left: 20px;
  top: -34px;
  width: 70px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
}

.operational-car.charging-car strong span {
  display: block;
  width: 18%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #047857, var(--green), #6EE7B7);
  animation: operationalBatteryFill 16s ease-in-out infinite;
}

.operational-unit {
  right: 16%;
  top: 46%;
  width: 172px;
  height: 102px;
  border-radius: 20px 36px 18px 18px;
  background: linear-gradient(145deg, #effaff, #cbeeff 64%, #f8ffff);
  color: var(--green-dark);
  box-shadow: 0 20px 38px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .9);
  transform: rotate(-4deg);
  animation: operationalUnitFloat 6s ease-in-out infinite;
}

.operational-unit strong {
  position: absolute;
  left: 22px;
  top: 26px;
  color: var(--green);
  font-size: var(--font-card-title) !important;
  line-height: 1;
}

.operational-unit small {
  position: absolute;
  left: 22px;
  top: 52px;
  max-width: 82px;
  color: #315865;
  font-weight: 800;
  font-size: var(--font-label) !important;
  line-height: 1.15;
}

.operational-unit i {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 48px;
  height: 36px;
  border-radius: 8px;
  background: #153f4c;
}

.operational-cable,
.operational-energy {
  left: calc(38% + 74px);
  top: 59%;
  width: 25%;
  height: 4px;
  transform-origin: left center;
  transform: rotate(-8deg) scaleX(0);
  border-radius: 999px;
}

.operational-cable {
  background: rgba(5, 17, 24, .95);
  animation: operationalCable 16s ease-in-out infinite;
}

.operational-energy {
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--green), transparent);
  filter: drop-shadow(0 0 10px rgba(8, 166, 106, .86));
  animation: operationalEnergy 16s ease-in-out infinite;
}

.operational-battery {
  left: 43%;
  top: 20%;
  min-width: 172px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  color: #e8fbff;
  background: rgba(255, 255, 255, .09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 18px 34px rgba(0, 0, 0, .16);
  backdrop-filter: blur(18px);
}

.operational-battery i {
  display: block;
  height: 8px;
  width: 100%;
  margin-bottom: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #047857, var(--green), #6EE7B7);
  transform-origin: left;
  animation: operationalBatteryScale 16s ease-in-out infinite;
}

.operational-battery b {
  font-size: var(--font-label) !important;
  text-transform: uppercase;
}

.operational-label {
  min-width: 172px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 14px;
  color: #e8fbff;
  background: rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
  backdrop-filter: blur(18px);
}

.operational-label small {
  display: block;
  color: rgba(232, 251, 255, .72);
  font-size: var(--font-label) !important;
  font-weight: 850;
  text-transform: uppercase;
}

.operational-label strong {
  display: block;
  margin-top: 4px;
  font-size: var(--font-small) !important;
  line-height: 1.2;
}

.operational-label.label-one {
  left: 7%;
  top: 26%;
}

.operational-label.label-two {
  right: 6%;
  bottom: 16%;
}

.operational-label.label-three {
  left: 10%;
  bottom: 11%;
}

.station-story-row {
  display: grid;
  grid-template-columns: minmax(0, .5fr) minmax(390px, .5fr);
  gap: clamp(20px, 2.8vw, 36px);
  align-items: stretch;
}

.station-story-row-reverse {
  grid-template-columns: minmax(390px, .5fr) minmax(0, .5fr);
}

.station-story-row-reverse > :first-child {
  order: 2;
}

.station-copy-panel {
  padding: clamp(22px, 3vw, 34px);
  border-radius: 18px;
}

.station-comparison-mini,
.station-comparison-panel {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.station-comparison-mini {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.station-comparison-mini article,
.station-comparison-panel article {
  padding: 15px;
  border: 1px solid rgba(8, 166, 106, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .7);
}

.station-comparison-mini span,
.station-comparison-panel small {
  display: block;
  color: var(--muted);
  font-size: var(--font-label) !important;
  font-weight: 850;
  text-transform: uppercase;
}

.station-comparison-mini strong,
.station-comparison-panel strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: var(--font-small) !important;
  line-height: 1.3;
}

.station-process-visual {
  min-height: 430px;
}

.process-fixed,
.process-customer-ev,
.process-mobile-unit,
.process-cable,
.process-energy,
.process-tag {
  position: absolute;
}

.process-fixed,
.process-customer-ev,
.process-mobile-unit {
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid rgba(8, 166, 106, .14);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 44px rgba(10, 45, 56, .1);
}

.process-fixed {
  left: 8%;
  top: 14%;
  width: 124px;
  height: 138px;
  border-radius: 16px 16px 10px 10px;
}

.process-customer-ev {
  left: 18%;
  bottom: 24%;
  width: 140px;
  height: 58px;
  border-radius: 34px 38px 16px 16px;
}

.process-mobile-unit {
  right: 12%;
  bottom: 21%;
  width: 190px;
  height: 110px;
  border-radius: 20px 38px 18px 18px;
  color: var(--green-dark);
}

.process-fixed strong,
.process-customer-ev strong,
.process-mobile-unit strong {
  color: var(--ink);
  font-size: var(--font-small) !important;
  line-height: 1.2;
}

.process-fixed small,
.process-mobile-unit small {
  color: var(--muted);
  font-size: var(--font-label) !important;
}

.process-cable,
.process-energy {
  left: 36%;
  bottom: 33%;
  width: 34%;
  height: 4px;
  border-radius: 999px;
  transform: rotate(-3deg);
  transform-origin: left center;
}

.process-cable {
  background: #13242e;
}

.process-energy {
  background: linear-gradient(90deg, var(--blue), var(--green), transparent);
  filter: drop-shadow(0 0 10px rgba(8, 166, 106, .7));
  animation: operationalEnergyPulse 4.8s ease-in-out infinite;
}

.process-tag {
  max-width: 220px;
  padding: 11px 13px;
  border: 1px solid rgba(8, 166, 106, .12);
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(255, 255, 255, .74);
  font-size: var(--font-label) !important;
  font-weight: 850;
  box-shadow: 0 14px 34px rgba(10, 45, 56, .08);
}

.tag-one {
  left: 36%;
  top: 16%;
}

.tag-two {
  right: 8%;
  top: 33%;
}

.tag-three {
  left: 12%;
  bottom: 7%;
}

.station-application-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.station-application-card-v2,
.station-benefit-group,
.station-tech-grid article,
.pilot-mini-card,
.pilot-process-panel article {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(8, 166, 106, .12);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 10%, rgba(8, 166, 106, .13), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(247, 255, 251, .72));
  box-shadow: 0 18px 44px rgba(10, 45, 56, .08), inset 0 1px 0 rgba(255, 255, 255, .86);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.station-application-card-v2:hover,
.station-application-card-v2:focus-within,
.station-benefit-group:hover,
.pilot-mini-card:hover {
  transform: translateY(-5px);
  border-color: rgba(8, 166, 106, .32);
  box-shadow: var(--repair-panel-shadow-hover), 0 0 0 1px rgba(8, 166, 106, .12);
}

.line-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(8, 166, 106, .18), rgba(8, 166, 106, .16)),
    rgba(255, 255, 255, .72);
  box-shadow: inset 0 0 0 1px rgba(8, 166, 106, .14);
}

.line-icon::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid var(--green);
  border-radius: 6px;
  box-shadow: 8px 8px 0 -5px var(--blue);
}

.icon-route::before,
.icon-infra::before {
  border-radius: 999px;
}

.icon-building::before,
.icon-campus::before,
.icon-apartment::before {
  border-radius: 3px;
}

.station-application-card-v2 h3,
.station-benefit-group h3,
.pilot-mini-card h3 {
  margin-bottom: 8px;
}

.station-application-card-v2 p,
.station-benefit-group p,
.pilot-mini-card p {
  margin: 0;
  color: var(--muted);
}

.station-application-card-v2 strong {
  display: inline-flex;
  margin-top: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(229, 251, 241, .9);
  font-size: var(--font-label) !important;
  line-height: 1.1;
}

.station-application-card-v2 a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--green-dark);
  font-size: var(--font-small) !important;
  font-weight: 850;
  text-decoration: none;
}

.station-benefit-layout-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.station-benefit-group > span,
.pilot-process-panel span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 12px 26px rgba(8, 166, 106, .2);
  font-size: var(--font-label) !important;
  font-weight: 900;
}

.station-benefit-group ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.station-benefit-group li {
  position: relative;
  padding-left: 18px;
  color: #314956;
  font-size: var(--font-small) !important;
}

.station-benefit-group li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--green);
}

.station-comparison-panel {
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 18px;
  border: 1px solid rgba(8, 166, 106, .16);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(7, 26, 36, .95), rgba(10, 51, 47, .92));
  box-shadow: 0 26px 70px rgba(10, 45, 56, .18);
}

.station-comparison-panel article {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .08);
}

.station-comparison-panel small {
  color: rgba(232, 251, 255, .72);
}

.station-comparison-panel strong {
  color: #effcff;
}

.station-workflow-rail {
  display: grid;
  grid-template-columns: repeat(9, minmax(120px, 1fr));
  gap: 0;
  margin: 30px 0 0;
  padding: 18px;
  overflow-x: auto;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  background: var(--repair-glass);
  box-shadow: var(--repair-panel-shadow), inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(20px);
}

.station-workflow-rail li {
  position: relative;
  min-width: 126px;
  padding: 0 14px 0 0;
}

.station-workflow-rail li + li {
  padding-left: 16px;
  border-left: 1px solid rgba(8, 166, 106, .14);
}

.station-workflow-rail span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--blue));
  font-size: var(--font-label) !important;
  font-weight: 900;
}

.station-workflow-rail strong {
  display: block;
  color: var(--ink);
  font-size: var(--font-small) !important;
  line-height: 1.3;
}

.station-story-stack-v2 {
  display: grid;
  gap: clamp(16px, 2.35vw, 30px);
}

.station-scenario-visual {
  min-height: 310px;
  background:
    radial-gradient(circle at 28% 28%, rgba(8, 166, 106, .2), transparent 32%),
    radial-gradient(circle at 74% 72%, rgba(8, 166, 106, .18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(232, 249, 255, .82));
}

.station-deployment-heading {
  max-width: 880px;
  margin-bottom: clamp(20px, 2.6vw, 32px);
}

.station-deployment-heading p:not(.eyebrow) {
  max-width: 760px;
  color: var(--text);
  font-weight: 650;
}

.station-mobile-scene {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: clamp(320px, 25vw, 430px);
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .8), rgba(255, 255, 255, .32)),
    rgba(255, 255, 255, .64);
  box-shadow: var(--repair-panel-shadow), inset 0 1px 0 rgba(255, 255, 255, .86);
  isolation: isolate;
}

.station-mobile-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .18), transparent 35%),
    linear-gradient(0deg, rgba(7, 26, 36, .12), transparent 42%);
  pointer-events: none;
  z-index: 1;
}

.station-mobile-scene img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.01);
}

.station-mobile-scene figcaption {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 2;
  max-width: calc(100% - 40px);
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 12px 28px rgba(7, 26, 36, .14), inset 0 1px 0 rgba(255, 255, 255, .62);
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  font-size: var(--font-label) !important;
  font-weight: 900;
  line-height: 1.2;
}

.station-deployment-copy {
  display: flex;
  min-height: clamp(320px, 25vw, 430px);
  flex-direction: column;
  justify-content: center;
}

.station-info-points {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.station-info-points li {
  position: relative;
  padding-left: 24px;
  color: var(--text);
  font-size: var(--font-body) !important;
  font-weight: 720;
  line-height: 1.45;
}

.station-info-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 0 0 5px rgba(8, 166, 106, .1);
}

.scenario-ground,
.scenario-building,
.scenario-unit,
.scenario-car,
.scenario-cable,
.scenario-status,
.scenario-parking {
  position: absolute;
}

.scenario-ground {
  left: 8%;
  right: 8%;
  bottom: 14%;
  height: 76px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(8, 166, 106, .18), transparent 70%);
}

.scenario-building {
  border: 1px solid rgba(8, 166, 106, .14);
  background:
    repeating-linear-gradient(90deg, rgba(8, 166, 106, .1) 0 18px, rgba(255, 255, 255, .86) 18px 34px),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(206, 238, 255, .82));
  box-shadow: 0 18px 38px rgba(10, 45, 56, .14), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.scenario-building.depot {
  left: 8%;
  top: 16%;
  width: 150px;
  height: 116px;
  border-radius: 12px;
}

.scenario-building.commercial {
  right: 9%;
  top: 14%;
  width: 165px;
  height: 136px;
  border-radius: 16px 16px 8px 8px;
}

.scenario-building.apartment-left,
.scenario-building.apartment-right {
  top: 12%;
  width: 88px;
  height: 156px;
  border-radius: 14px 14px 8px 8px;
}

.scenario-building.apartment-left {
  left: 10%;
}

.scenario-building.apartment-right {
  left: 28%;
  top: 20%;
  height: 128px;
}

.scenario-parking {
  left: 12%;
  right: 31%;
  bottom: 20%;
  height: 90px;
  border: 1px dashed rgba(8, 166, 106, .36);
  border-radius: 18px;
}

.scenario-unit {
  right: 14%;
  bottom: 24%;
  width: 168px;
  height: 94px;
  border-radius: 18px 32px 16px 16px;
  background: linear-gradient(145deg, #effaff, #cbeeff);
  box-shadow: 0 20px 38px rgba(10, 45, 56, .18), inset 0 1px 0 rgba(255, 255, 255, .95);
}

.scenario-unit::before {
  content: "PVG-EV";
  position: absolute;
  left: 18px;
  top: 26px;
  color: var(--green);
  font-size: var(--font-small) !important;
  font-weight: 900;
}

.scenario-car {
  width: 98px;
  height: 46px;
  border-radius: 24px 30px 13px 13px;
  background:
    radial-gradient(circle at 20% 100%, #153241 0 7px, transparent 8px),
    radial-gradient(circle at 78% 100%, #153241 0 7px, transparent 8px),
    linear-gradient(145deg, #ffffff, #ddecf5);
  box-shadow: 0 14px 26px rgba(10, 45, 56, .16);
}

.scenario-car.one {
  left: 37%;
  bottom: 27%;
}

.scenario-car.two {
  left: 24%;
  bottom: 24%;
  transform: scale(.9);
}

.scenario-cable {
  left: 48%;
  bottom: 34%;
  width: 27%;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #13242e, var(--blue), var(--green));
  transform: rotate(-7deg);
  transform-origin: left center;
  box-shadow: 0 0 18px rgba(8, 166, 106, .44);
}

.scenario-status {
  left: 9%;
  bottom: 9%;
  padding: 9px 12px;
  border: 1px solid rgba(8, 166, 106, .16);
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(255, 255, 255, .74);
  font-size: var(--font-label) !important;
  font-weight: 850;
}

.station-technical-panel {
  position: relative;
  padding: clamp(24px, 3.6vw, 42px);
  border-radius: 20px;
}

.station-technical-panel .spec-status-badge {
  margin-top: 0;
}

.station-tech-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.station-tech-grid article {
  min-height: 110px;
}

.station-tech-grid strong,
.station-tech-grid span {
  display: block;
}

.station-tech-grid span {
  margin-top: 10px;
  color: var(--green-dark);
  font-size: var(--font-label) !important;
  font-weight: 850;
}

.station-tech-actions,
.station-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.station-disclaimer-card {
  margin: 24px 0 0;
  padding: 15px 17px;
  border: 1px solid rgba(8, 166, 106, .16);
  border-radius: 14px;
  color: #314956;
  background: rgba(238, 249, 255, .72);
}

.station-cta-panel-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
  padding: clamp(24px, 3.6vw, 44px);
  border-radius: 22px;
}

.station-cta-panel-v2 p {
  max-width: 660px;
}

.station-cta-actions {
  max-width: 470px;
  justify-content: flex-end;
}

.faq-layout-v2 {
  display: grid;
  grid-template-columns: minmax(280px, .34fr) minmax(0, .66fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: start;
}

.faq-accordion {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(8, 166, 106, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 14px 34px rgba(10, 45, 56, .07);
}

.faq-item button {
  position: relative;
  width: 100%;
  min-height: 54px;
  padding: 16px 52px 16px 18px;
  border: 0;
  color: var(--ink);
  background: transparent;
  text-align: left;
  font-size: var(--font-card-title) !important;
  line-height: 1.25 !important;
  cursor: pointer;
}

.faq-item button::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--green);
  font-weight: 900;
}

.faq-item button[aria-expanded="true"]::after {
  content: "-";
}

.faq-item button:focus-visible {
  outline: 3px solid rgba(8, 166, 106, .34);
  outline-offset: -3px;
}

.faq-item div {
  padding: 0 18px 18px;
  color: var(--muted);
}

.pilot-map-visual {
  min-height: 500px;
}

.pilot-chennai-card,
.pilot-route-line,
.pilot-marker,
.pilot-mobile-unit,
.pilot-ev-cluster,
.pilot-label {
  position: absolute;
}

.pilot-chennai-card {
  left: 8%;
  top: 10%;
  padding: 14px 16px;
  border: 1px solid rgba(8, 166, 106, .15);
  border-radius: 16px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 42px rgba(10, 45, 56, .1);
}

.pilot-chennai-card strong,
.pilot-chennai-card small {
  display: block;
}

.pilot-chennai-card small {
  color: var(--muted);
  font-size: var(--font-label) !important;
}

.pilot-route-line {
  left: 16%;
  top: 42%;
  width: 70%;
  height: 34%;
  border: 2px dashed rgba(8, 166, 106, .36);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.pilot-marker {
  right: 19%;
  top: 26%;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 12px rgba(8, 166, 106, .14), 0 0 28px rgba(8, 166, 106, .4);
}

.pilot-mobile-unit {
  right: 18%;
  bottom: 28%;
  width: 178px;
  height: 98px;
  border-radius: 18px 34px 16px 16px;
  background: linear-gradient(145deg, #effaff, #cbeeff);
  box-shadow: 0 20px 46px rgba(10, 45, 56, .12);
}

.pilot-mobile-unit::before {
  content: "PVG-EV";
  position: absolute;
  left: 22px;
  top: 30px;
  color: var(--green);
  font-size: var(--font-card-title) !important;
  font-weight: 900;
}

.pilot-ev-cluster {
  width: 74px;
  height: 34px;
  border-radius: 20px 26px 10px 10px;
  background: linear-gradient(145deg, #ffffff, #ddecf5);
  box-shadow: 0 14px 26px rgba(10, 45, 56, .1);
}

.pilot-ev-cluster.ev-a {
  left: 20%;
  bottom: 26%;
}

.pilot-ev-cluster.ev-b {
  left: 34%;
  bottom: 34%;
  transform: scale(.88);
}

.pilot-ev-cluster.ev-c {
  left: 30%;
  top: 32%;
  transform: scale(.78);
}

.pilot-label {
  padding: 9px 12px;
  border: 1px solid rgba(8, 166, 106, .12);
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 12px 28px rgba(10, 45, 56, .08);
  font-size: var(--font-label) !important;
  font-weight: 850;
}

.label-demand {
  left: 15%;
  top: 30%;
}

.label-site {
  right: 10%;
  top: 47%;
}

.label-status {
  left: 38%;
  bottom: 12%;
}

.pilot-participant-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.pilot-evaluation-panel,
.pilot-roadmap-card,
.pilot-form-v2 {
  padding: clamp(22px, 3vw, 36px);
  border-radius: 20px;
}

.pilot-evaluation-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.pilot-evaluation-list li {
  padding: 13px 14px;
  border: 1px solid rgba(8, 166, 106, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .68);
  color: #314956;
  font-size: var(--font-small) !important;
  font-weight: 780;
}

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

.pilot-process-panel article {
  min-height: 130px;
}

.pilot-roadmap {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.pilot-roadmap li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 14px;
  align-items: center;
  padding: 13px 16px;
  border: 1px solid rgba(8, 166, 106, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .68);
}

.pilot-roadmap li.is-current {
  border-color: rgba(8, 166, 106, .28);
  background: rgba(229, 251, 241, .82);
}

.pilot-roadmap span {
  color: var(--green-dark);
  font-size: var(--font-label) !important;
  font-weight: 900;
  text-transform: uppercase;
}

.pilot-roadmap strong {
  color: var(--ink);
  font-size: var(--font-small) !important;
}

.contact-form,
.request-form {
  border-radius: 18px;
}

.contact-form fieldset,
.request-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.contact-form fieldset + fieldset,
.request-form fieldset + fieldset {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(8, 166, 106, .12);
}

.contact-form legend,
.request-form legend {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: var(--font-subheading) !important;
  font-weight: 820;
  line-height: 1.22;
}

.pilot-form-grid,
.pilot-check-grid,
.form-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-row {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.form-row.form-full,
.check-row.form-full {
  grid-column: 1 / -1;
}

.form-row label,
.check-row {
  color: var(--ink);
  font-size: var(--font-label) !important;
  font-weight: 800;
  line-height: 1.35;
}

.form-row label span,
.consent-row strong {
  color: #b42318;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(23, 32, 42, .16);
  border-radius: 12px;
  padding: 12px 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, .88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86);
  font-size: var(--font-body) !important;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.contact-form textarea,
.request-form textarea {
  min-height: 128px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
  border-color: rgba(8, 166, 106, .72);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(8, 166, 106, .14);
  background: #ffffff;
}

.contact-form input.is-invalid,
.contact-form select.is-invalid,
.contact-form textarea.is-invalid,
.request-form input.is-invalid,
.request-form select.is-invalid,
.request-form textarea.is-invalid {
  border-color: #d92d20;
  box-shadow: 0 0 0 4px rgba(217, 45, 32, .1);
}

.check-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  min-height: 48px;
  padding: 13px 14px;
  border: 1px solid rgba(8, 166, 106, .12);
  border-radius: 12px;
  background: rgba(255, 255, 255, .72);
}

.check-row input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin-top: 2px;
  padding: 0;
  border-radius: 5px;
}

.field-error {
  min-height: 17px;
  color: #b42318;
  font-weight: 760;
}

.form-status {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--green-dark);
  font-weight: 780;
}

.form-status.is-error {
  color: #b42318;
}

.form-status.is-success {
  color: var(--green-dark);
}

.form-submit[disabled],
.button[disabled] {
  cursor: wait;
  opacity: .72;
}

.cookie-consent {
  left: auto;
  right: 18px;
  bottom: max(18px, env(safe-area-inset-bottom));
  width: min(420px, calc(100% - 36px));
  padding: 14px;
  border-radius: 16px;
  align-items: center;
  gap: 12px;
  z-index: 70;
}

.cookie-consent p {
  line-height: 1.35 !important;
}

.cookie-consent .button {
  min-height: 40px;
  padding: 10px 16px;
}

.quick-enquiry {
  z-index: 60;
}

.quick-enquiry.is-hidden,
.quick-enquiry:not(.is-visible) {
  pointer-events: none;
}

.mobile-action-bar {
  padding-bottom: max(10px, env(safe-area-inset-bottom));
}

.mobile-action-bar a {
  min-height: 46px;
}

.is-paused,
.is-paused * {
  animation-play-state: paused !important;
}

@keyframes operationalRoutePulse {
  0%, 100% { opacity: .24; filter: drop-shadow(0 0 4px rgba(8, 166, 106, .2)); }
  50% { opacity: 1; filter: drop-shadow(0 0 16px rgba(8, 166, 106, .8)); }
}

@keyframes operationalDriveA {
  0% { transform: translate(16px, 56px) rotate(9deg) scale(.82); opacity: 0; }
  10%, 74% { opacity: .84; }
  32% { transform: translate(250px, -42px) rotate(-5deg) scale(.9); }
  60% { transform: translate(456px, 54px) rotate(10deg) scale(.86); }
  100% { transform: translate(610px, -22px) rotate(-5deg) scale(.82); opacity: 0; }
}

@keyframes operationalDriveB {
  0% { transform: translate(0, 0) rotate(10deg) scale(.74); opacity: 0; }
  14%, 82% { opacity: .68; }
  42% { transform: translate(-260px, -82px) rotate(-8deg) scale(.82); }
  68% { transform: translate(-470px, 14px) rotate(8deg) scale(.76); }
  100% { transform: translate(-640px, -42px) rotate(-4deg) scale(.74); opacity: 0; }
}

@keyframes operationalChargingCar {
  0%, 18%, 100% { transform: translate(-50%, -50%) rotate(2deg); }
  52%, 76% { transform: translate(-50%, -55%) rotate(2deg); }
}

@keyframes operationalUnitFloat {
  0%, 100% { transform: rotate(-4deg) translateY(0); }
  50% { transform: rotate(-3deg) translateY(-7px); }
}

@keyframes operationalCable {
  0%, 30%, 88%, 100% { transform: rotate(-8deg) scaleX(0); opacity: 0; }
  42%, 78% { transform: rotate(-8deg) scaleX(1); opacity: 1; }
}

@keyframes operationalEnergy {
  0%, 36%, 88%, 100% { transform: rotate(-8deg) scaleX(0); opacity: 0; }
  46%, 78% { transform: rotate(-8deg) scaleX(1); opacity: 1; }
}

@keyframes operationalBatteryFill {
  0%, 36% { width: 18%; }
  78%, 100% { width: 100%; }
}

@keyframes operationalBatteryScale {
  0%, 36% { transform: scaleX(.18); }
  78%, 100% { transform: scaleX(1); }
}

@keyframes operationalEnergyPulse {
  0%, 100% { transform: rotate(-3deg) scaleX(.18); opacity: .36; }
  50% { transform: rotate(-3deg) scaleX(1); opacity: 1; }
}

@media (max-width: 1180px) {
  .station-hero-grid-v3,
  .pilot-hero-grid,
  .station-story-row,
  .station-story-row-reverse,
  .faq-layout-v2 {
    grid-template-columns: 1fr;
  }

  .station-story-row-reverse > :first-child {
    order: 0;
  }

  .station-benefit-layout-v2,
  .station-tech-grid,
  .pilot-participant-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .station-application-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .station-cta-panel-v2 {
    grid-template-columns: 1fr;
  }

  .station-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .section-shell,
  .station-wide-shell,
  .station-product-shell {
    width: min(100% - 28px, 1320px);
  }

  .station-hero-v3,
  .pilot-hero-v2 {
    padding-top: clamp(78px, 18vw, 104px);
  }

  .station-operational-visual,
  .pilot-map-visual,
  .station-process-visual,
  .station-scenario-visual,
  .station-mobile-scene,
  .station-deployment-copy {
    min-height: 350px;
  }

  .station-application-grid-v2,
  .station-benefit-layout-v2,
  .station-tech-grid,
  .pilot-participant-grid,
  .pilot-evaluation-list,
  .pilot-process-panel,
  .pilot-form-grid,
  .pilot-check-grid,
  .form-grid-two,
  .station-comparison-mini,
  .station-comparison-panel {
    grid-template-columns: 1fr;
  }

  .pilot-roadmap li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .operational-label {
    min-width: 138px;
    padding: 9px 10px;
  }

  .operational-label.label-one {
    left: 5%;
    top: 18%;
  }

  .operational-label.label-two {
    right: 5%;
    bottom: 12%;
  }

  .operational-label.label-three,
  .operational-battery {
    display: none;
  }

  .operational-unit {
    right: 7%;
    width: 142px;
    height: 84px;
  }

  .operational-unit strong {
    left: 16px;
    top: 22px;
  }

  .operational-unit small {
    left: 16px;
    top: 46px;
  }

  .operational-car {
    width: 78px;
    height: 38px;
  }

  .operational-cable,
  .operational-energy {
    width: 30%;
  }

  .process-tag {
    position: relative;
    inset: auto;
    display: inline-flex;
    margin: 8px;
  }

  .process-fixed {
    left: 7%;
    top: 12%;
    transform: scale(.82);
    transform-origin: left top;
  }

  .process-mobile-unit {
    right: 5%;
    bottom: 20%;
    transform: scale(.82);
    transform-origin: right bottom;
  }

  .process-customer-ev {
    left: 10%;
    bottom: 30%;
    transform: scale(.84);
    transform-origin: left bottom;
  }

  .process-cable,
  .process-energy {
    left: 32%;
    bottom: 38%;
    width: 40%;
  }

  .station-cta-actions {
    display: grid;
  }

  .cookie-consent {
    right: 12px;
    bottom: calc(72px + env(safe-area-inset-bottom));
    width: calc(100% - 24px);
  }
}

@media (max-width: 560px) {
  .station-hero-actions-v3,
  .station-tech-actions,
  .station-cta-actions {
    display: grid;
    width: 100%;
  }

  .station-hero-actions-v3 .button,
  .station-tech-actions .button,
  .station-cta-actions .button {
    width: 100%;
    justify-content: center;
  }

  .station-operational-visual,
  .pilot-map-visual,
  .station-mobile-scene,
  .station-deployment-copy {
    min-height: 312px;
    border-radius: 18px;
  }

  .operational-car.car-a,
  .operational-car.car-b {
    display: none;
  }

  .operational-car.charging-car {
    left: 28%;
    top: 60%;
  }

  .operational-unit {
    right: 5%;
    top: 47%;
  }

  .operational-cable,
  .operational-energy {
    left: calc(28% + 58px);
    top: 60%;
    width: 33%;
  }

  .operational-label.label-one {
    top: 9%;
  }

  .operational-label.label-two {
    right: 4%;
    bottom: 8%;
  }

  .pilot-mobile-unit {
    right: 8%;
    width: 138px;
    height: 78px;
  }

  .pilot-ev-cluster.ev-b,
  .pilot-ev-cluster.ev-c,
  .label-demand {
    display: none;
  }

  .scenario-unit {
    right: 7%;
    transform: scale(.86);
    transform-origin: right bottom;
  }

  .scenario-building.depot,
  .scenario-building.commercial {
    transform: scale(.82);
    transform-origin: left top;
  }

  .scenario-car.one {
    left: 28%;
  }

  .scenario-car.two {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .station-operational-visual *,
  .station-process-visual *,
  .station-scenario-visual *,
  .pilot-map-visual * {
    animation: none !important;
    transition: none !important;
  }

  .operational-cable,
  .operational-energy {
    transform: rotate(-8deg) scaleX(1);
    opacity: 1;
  }

  .operational-car.charging-car strong span,
  .operational-battery i {
    width: 82%;
    transform: scaleX(.82);
  }
}

/* 2026-07 ClickaCook-style density pass: compact glass, tighter rhythm, no oversized type. */
:root {
  --font-hero: clamp(2rem, 2.65vw, 2.625rem);
  --font-page-title: clamp(1.75rem, 2.35vw, 2.375rem);
  --font-section-title: clamp(1.45rem, 1.8vw, 1.875rem);
  --font-subheading: clamp(1.1rem, 1.35vw, 1.375rem);
  --font-card-title: clamp(1rem, 1vw, 1.125rem);
  --font-body: clamp(.9375rem, .82vw, 1rem);
  --font-small: clamp(.8rem, .74vw, .9rem);
  --font-label: clamp(.66rem, .58vw, .75rem);
}

.section,
.compact-section,
.station-product-v2 .section,
.pilot-page .section,
.solutions-portal-page .section,
.charging-request-page .section,
.fact-section,
.pilot-ecosystem-section,
.cinematic-process-section {
  padding-block: clamp(34px, 4vw, 58px) !important;
}

.section-heading {
  margin-bottom: clamp(16px, 2.2vw, 28px) !important;
}

.section-heading h2,
.section h2,
.cta-inner h2,
.solution-showcase-copy h2,
.request-success-card h2,
.station-hero-panel h2 {
  max-width: 860px;
  font-size: var(--font-section-title) !important;
  line-height: 1.14 !important;
}

.page-hero h1,
.client-page-hero h1,
.article-hero h1,
.station-product-copy h1,
.solutions-hero-copy h1,
.request-hero-copy h1,
.station-hero-copy-v3 h1,
.pilot-hero-copy h1,
main h1 {
  font-size: var(--font-page-title) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.home-cinematic .hero-copy-wrap h1,
.client-hero .hero-copy-wrap h1,
.premium-hero h1 {
  font-size: var(--font-hero) !important;
  line-height: 1.06 !important;
}

main h3,
.card h3,
.solution-category-card h3,
.station-application-card-v2 h3,
.station-benefit-group h3,
.pilot-mini-card h3,
.use-case-grid h3,
.charging-steps h3 {
  font-size: var(--font-card-title) !important;
  line-height: 1.18 !important;
}

.hero-copy,
.page-lead,
.section-heading p,
.station-product-copy .page-lead,
.solutions-hero-copy .page-lead,
.request-hero-copy .page-lead,
.pilot-hero-copy .page-lead,
.station-hero-copy-v3 .page-lead {
  font-size: var(--font-body) !important;
  line-height: 1.5 !important;
}

.hero-copy-wrap,
.station-hero-copy-v3,
.pilot-hero-copy,
.request-hero-copy,
.solutions-hero-copy,
.station-copy-panel,
.station-hero-panel,
.station-cta-panel,
.solution-finder-card,
.solution-category-card,
.solution-showcase-copy,
.pilot-evaluation-panel,
.pilot-roadmap-card,
.request-form-card,
.request-progress-panel,
.contact-panel,
.client-page-hero .section-shell,
.page-hero-inner {
  border-radius: 8px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .5)),
    rgba(255, 255, 255, .66) !important;
  border-color: rgba(255, 255, 255, .64) !important;
  box-shadow: 0 18px 46px rgba(10, 45, 56, .1), inset 0 1px 0 rgba(255, 255, 255, .88) !important;
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
}

.home-cinematic .home-cinematic-hero,
.station-hero-v3,
.pilot-hero-v2,
.solutions-hero,
.request-hero,
.page-hero,
.client-page-hero,
.article-hero {
  min-height: auto !important;
  padding-block: clamp(38px, 4.4vw, 66px) clamp(32px, 4vw, 54px) !important;
}

.home-cinematic .client-hero-shell,
.station-hero-grid-v3,
.pilot-hero-grid,
.solutions-hero-grid,
.request-hero-grid {
  gap: clamp(18px, 2.5vw, 34px) !important;
}

.home-cinematic .hero-copy-wrap,
.station-hero-copy-v3,
.pilot-hero-copy,
.request-hero-copy,
.solutions-hero-copy {
  padding: clamp(18px, 2.2vw, 28px) !important;
}

.home-cinematic .charging-story-panel,
.station-hero-visual-v3,
.pilot-map-visual,
.request-hero-visual,
.solutions-ecosystem {
  min-height: clamp(320px, 30vw, 460px) !important;
  border-radius: 8px !important;
}

.charging-journey-scene {
  min-height: clamp(260px, 24vw, 340px) !important;
  height: min(70%, 360px) !important;
}

.station-operational-visual,
.station-process-visual,
.station-mobile-scene,
.station-deployment-copy,
.pilot-map-visual,
.request-hero-visual {
  min-height: clamp(290px, 26vw, 420px) !important;
}

.station-story-stack-v2,
.solution-showcase-stack {
  gap: clamp(16px, 2vw, 28px) !important;
}

.station-story-row,
.solution-showcase-row,
.station-operational-row {
  gap: clamp(18px, 2.4vw, 32px) !important;
}

.station-copy-panel,
.station-deployment-copy,
.solution-showcase-copy,
.station-technical-panel,
.station-cta-panel-v2,
.pilot-ecosystem-card,
.cta-inner {
  padding: clamp(18px, 2.6vw, 30px) !important;
}

.station-application-card-v2,
.station-benefit-group,
.pilot-mini-card,
.solution-category-card,
.use-case-grid article,
.charging-steps article,
.trust-strip a,
.station-tech-grid article,
.pilot-process-panel article,
.request-progress-panel,
.request-form-card {
  min-height: 0 !important;
  padding: clamp(14px, 1.6vw, 20px) !important;
  border-radius: 8px !important;
}

.station-application-grid-v2,
.station-benefit-layout-v2,
.pilot-participant-grid,
.solutions-category-grid,
.solution-question-grid,
.use-case-grid,
.charging-steps,
.station-tech-grid,
.pilot-process-panel {
  gap: clamp(12px, 1.8vw, 20px) !important;
}

.trust-strip-section {
  margin-top: -10px !important;
  padding-bottom: clamp(24px, 3vw, 40px) !important;
}

.trust-strip {
  padding: 10px !important;
  border-radius: 8px !important;
}

.trust-strip a {
  min-height: 74px !important;
}

.solution-card-visual,
.solution-showcase-visual,
.station-process-visual,
.station-mobile-scene {
  border-radius: 8px !important;
}

.solutions-ecosystem {
  min-height: clamp(330px, 32vw, 500px) !important;
}

.station-workflow-rail {
  gap: clamp(10px, 1.5vw, 16px) !important;
}

.station-workflow-rail li {
  padding: clamp(12px, 1.6vw, 18px) !important;
}

.request-layout {
  align-items: start !important;
  gap: clamp(18px, 2.8vw, 34px) !important;
}

.contact-form fieldset {
  padding: clamp(16px, 2vw, 24px) !important;
}

@media (max-width: 900px) {
  .section,
  .compact-section,
  .station-product-v2 .section,
  .pilot-page .section,
  .solutions-portal-page .section,
  .charging-request-page .section {
    padding-block: 32px !important;
  }

  .home-cinematic .home-cinematic-hero,
  .station-hero-v3,
  .pilot-hero-v2,
  .solutions-hero,
  .request-hero,
  .page-hero,
  .client-page-hero,
  .article-hero {
    padding-block: 72px 28px !important;
  }

  .home-cinematic .client-hero-shell,
  .station-hero-grid-v3,
  .pilot-hero-grid,
  .solutions-hero-grid,
  .request-hero-grid {
    gap: 16px !important;
  }

  .home-cinematic .charging-story-panel,
  .station-hero-visual-v3,
  .pilot-map-visual,
  .request-hero-visual,
  .solutions-ecosystem {
    min-height: 300px !important;
  }

  .charging-journey-scene {
    min-height: 250px !important;
    margin-top: 22px !important;
  }

  .station-operational-visual,
  .station-process-visual,
  .station-mobile-scene,
  .station-deployment-copy,
  .pilot-map-visual,
  .request-hero-visual {
    min-height: 280px !important;
  }

  .station-story-row-reverse > :first-child,
  .solution-showcase-reverse > :first-child {
    order: 0 !important;
  }
}

@media (max-width: 560px) {
  :root {
    --font-hero: clamp(1.9rem, 7vw, 2rem);
    --font-page-title: clamp(1.62rem, 6.4vw, 1.8rem);
    --font-section-title: clamp(1.35rem, 5.4vw, 1.55rem);
    --font-subheading: clamp(1.05rem, 4.6vw, 1.2rem);
    --font-card-title: clamp(.98rem, 4vw, 1.05rem);
    --font-body: clamp(.9rem, 3.7vw, .98rem);
  }

  .section-heading {
    margin-bottom: 16px !important;
  }

  .home-cinematic .hero-copy-wrap,
  .station-hero-copy-v3,
  .pilot-hero-copy,
  .request-hero-copy,
  .solutions-hero-copy,
  .station-copy-panel,
  .solution-showcase-copy,
  .pilot-ecosystem-card,
  .cta-inner {
    padding: 16px !important;
  }

  .home-cinematic .charging-story-panel,
  .station-hero-visual-v3,
  .pilot-map-visual,
  .request-hero-visual,
  .solutions-ecosystem {
    min-height: 260px !important;
  }

  .charging-journey-scene {
    min-height: 220px !important;
    width: min(100% - 10px, 390px) !important;
  }

  .home-cinematic .visual-status-card.status-c,
  .journey-card-secondary {
    display: none !important;
  }

  .station-operational-visual,
  .station-process-visual,
  .station-mobile-scene,
  .station-deployment-copy,
  .request-hero-visual {
    min-height: 250px !important;
  }

  .hero-actions,
  .station-hero-actions-v3,
  .station-tech-actions,
  .station-cta-actions,
  .compact-final-cta .hero-actions {
    gap: 10px !important;
  }
}

/* 2026-07 mobile polish: tighter first screens and lighter consent panel. */
@media (max-width: 900px) {
  .home-cinematic .home-cinematic-hero,
  .station-hero-v3,
  .pilot-hero-v2,
  .solutions-hero,
  .request-hero,
  .page-hero,
  .client-page-hero,
  .article-hero {
    padding-block: 56px 22px !important;
  }

  .home-cinematic .client-hero-shell,
  .station-hero-grid-v3,
  .pilot-hero-grid,
  .solutions-hero-grid,
  .request-hero-grid {
    gap: 12px !important;
  }

  .home-cinematic .charging-story-panel,
  .station-hero-visual-v3,
  .pilot-map-visual,
  .request-hero-visual,
  .solutions-ecosystem {
    min-height: 260px !important;
  }

  .charging-journey-scene {
    min-height: 220px !important;
    margin-top: 12px !important;
  }
}

@media (max-width: 560px) {
  :root {
    --font-hero: clamp(1.75rem, 6.6vw, 1.9rem);
    --font-page-title: clamp(1.52rem, 6vw, 1.72rem);
    --font-section-title: clamp(1.28rem, 5vw, 1.46rem);
    --font-subheading: clamp(1rem, 4.2vw, 1.14rem);
    --font-card-title: clamp(.94rem, 3.8vw, 1.02rem);
    --font-body: clamp(.88rem, 3.5vw, .95rem);
  }

  .home-cinematic .home-cinematic-hero,
  .station-hero-v3,
  .pilot-hero-v2,
  .solutions-hero,
  .request-hero,
  .page-hero,
  .client-page-hero,
  .article-hero {
    padding-block: 46px 18px !important;
  }

  .home-cinematic .hero-copy-wrap,
  .station-hero-copy-v3,
  .pilot-hero-copy,
  .request-hero-copy,
  .solutions-hero-copy,
  .station-copy-panel,
  .solution-showcase-copy,
  .pilot-ecosystem-card,
  .cta-inner {
    padding: 14px !important;
  }

  .home-cinematic .hero-copy-wrap h1,
  .station-hero-copy-v3 h1,
  .pilot-hero-copy h1,
  .request-hero-copy h1,
  .solutions-hero-copy h1 {
    margin-bottom: 10px !important;
    line-height: 1.05 !important;
  }

  .eyebrow,
  .breadcrumb,
  .status-badge,
  .pilot-status-badge,
  .spec-status-badge {
    margin-bottom: 10px !important;
  }

  .home-cinematic .hero-copy,
  .hero-support,
  .page-lead,
  .station-partnership-note,
  .pilot-hero-copy p,
  .request-hero-copy p,
  .solutions-hero-copy p {
    margin-bottom: 10px !important;
  }

  .station-partnership-note {
    margin-top: 10px !important;
    padding: 12px 14px !important;
  }

  .hero-actions,
  .station-hero-actions-v3,
  .station-tech-actions,
  .station-cta-actions,
  .compact-final-cta .hero-actions {
    margin-top: 12px !important;
  }

  .home-cinematic .hero-reassurance,
  .station-hero-actions-v3 + p,
  .pilot-status-badge {
    margin-top: 10px !important;
  }

  .home-cinematic .charging-story-panel,
  .station-hero-visual-v3,
  .pilot-map-visual,
  .request-hero-visual,
  .solutions-ecosystem {
    min-height: 220px !important;
  }

  .station-hero-v3 .station-hero-visual-v3 {
    min-height: 170px !important;
  }

  .charging-journey-scene {
    min-height: 188px !important;
    height: 210px !important;
    margin-top: 6px !important;
  }

  .home-cinematic .visual-status-card {
    padding: 8px 9px !important;
    border-radius: 8px !important;
  }

  .cookie-consent {
    left: 12px !important;
    right: 12px !important;
    bottom: calc(62px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
    padding: 10px 12px !important;
    border-radius: 8px !important;
    box-shadow: 0 16px 42px rgba(10, 45, 56, .16) !important;
  }

  .cookie-consent p {
    font-size: .78rem !important;
    line-height: 1.25 !important;
  }

  .cookie-consent .button {
    min-height: 34px !important;
    min-width: 88px !important;
    padding: 8px 12px !important;
    font-size: .82rem !important;
    white-space: nowrap !important;
  }

  .station-hero-actions-v3 .button {
    min-height: 42px !important;
    padding-block: 9px !important;
  }
}

/* 2026-07 release QA patch: prevent mobile first-viewport clipping. */
@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  .home-cinematic .client-hero-shell,
  .section-shell,
  .hero-shell {
    width: calc(100% - 24px) !important;
    max-width: calc(100vw - 24px) !important;
  }

  .home-cinematic .hero-copy-wrap,
  .home-cinematic .charging-story-panel,
  .trust-strip-section,
  .trust-strip {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .home-cinematic .hero-copy-wrap {
    overflow: hidden;
  }

  .home-cinematic .hero-copy-wrap h1 {
    font-size: clamp(1.62rem, 6vw, 1.78rem) !important;
    overflow-wrap: anywhere;
  }

  .home-cinematic .hero-copy,
  .home-cinematic .collab-line,
  .section-heading p {
    overflow-wrap: anywhere;
  }

  .home-cinematic .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .home-cinematic .hero-actions .button,
  .compact-center-action .button,
  .compact-final-cta .button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-inline: 12px !important;
    white-space: normal;
  }

  .home-cinematic .charging-story-panel {
    width: 100% !important;
    overflow: hidden;
  }

  .charging-journey-scene {
    width: 100% !important;
    max-width: 100% !important;
  }

  .trust-strip {
    width: 100%;
  }
}

/* 2026-07 release QA patch: fit the homepage into real phone screenshots. */
@media (max-width: 560px) {
  .home-cinematic .home-cinematic-hero,
  .home-cinematic .trust-strip-section {
    overflow-x: hidden !important;
  }

  .home-cinematic .client-hero-shell,
  .home-cinematic .trust-strip,
  .home-cinematic .section-shell,
  .home-cinematic .hero-shell,
  .home-cinematic .cta-inner {
    width: min(calc(100% - 24px), 366px) !important;
    max-width: 366px !important;
    margin-left: 12px !important;
    margin-right: auto !important;
  }

  .home-cinematic .hero-copy-wrap {
    width: 100% !important;
    max-width: 100% !important;
    padding: 14px !important;
  }

  .home-cinematic .hero-copy-wrap h1 {
    max-width: 100% !important;
    font-size: clamp(1.45rem, 5.6vw, 1.62rem) !important;
    line-height: 1.08 !important;
  }

  .home-cinematic .eyebrow {
    max-width: 100% !important;
    font-size: .66rem !important;
    line-height: 1.2 !important;
  }

  .home-cinematic .hero-copy,
  .home-cinematic .collab-line,
  .home-cinematic .hero-reassurance {
    max-width: 100% !important;
    font-size: .88rem !important;
    line-height: 1.45 !important;
  }

  .home-cinematic .collab-line {
    padding: 12px 12px 12px 16px !important;
  }

  .home-cinematic .hero-actions {
    grid-template-columns: 1fr !important;
  }

  .home-cinematic .hero-actions .button {
    min-height: 42px !important;
    font-size: .86rem !important;
  }

  .home-cinematic .charging-story-panel {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 250px !important;
    padding: 10px !important;
  }

  .home-cinematic .visual-status-card {
    min-width: 0 !important;
    max-width: 150px !important;
    padding: 7px 8px !important;
  }

  .home-cinematic .visual-status-card strong {
    font-size: .58rem !important;
  }

  .home-cinematic .visual-status-card span {
    font-size: .72rem !important;
  }

  .home-cinematic .status-a {
    left: 10px !important;
    top: 10px !important;
  }

  .home-cinematic .status-b {
    display: none !important;
  }

  .charging-journey-scene {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 198px !important;
    height: 210px !important;
    margin-top: 30px !important;
    overflow: hidden !important;
  }

  .journey-route {
    inset: 24% 3% 14% !important;
  }

  .journey-status-card,
  .journey-alert-card,
  .journey-complete-card {
    min-width: 96px !important;
    max-width: 118px !important;
    padding: 7px 8px !important;
  }

  .journey-status-card strong,
  .journey-alert-card strong,
  .journey-complete-card strong {
    font-size: .56rem !important;
  }

  .journey-status-card span,
  .journey-alert-card span,
  .journey-complete-card span {
    font-size: .76rem !important;
  }

  .journey-card-primary {
    left: 4% !important;
    top: 33% !important;
  }

  .journey-alert-card,
  .journey-complete-card {
    right: 4% !important;
    top: 18% !important;
  }

  .journey-ev {
    width: 82px !important;
    height: 39px !important;
  }

  .journey-unit {
    width: 118px !important;
    height: 70px !important;
  }

  .unit-body strong {
    font-size: .8rem !important;
  }

  .unit-body small {
    max-width: 70px !important;
    font-size: .48rem !important;
  }

  .journey-energy-beam {
    height: 44px !important;
  }

  .journey-cable-shadow {
    stroke-width: 20 !important;
  }

  .journey-cable-sheath {
    stroke-width: 16 !important;
  }

  .journey-cable-highlight {
    stroke-width: 4 !important;
  }

  .journey-cable-connector {
    width: 30px !important;
    height: 21px !important;
    right: -15px !important;
  }

  .home-cinematic .trust-strip {
    display: grid !important;
    grid-template-columns: 1fr !important;
    overflow: visible !important;
    gap: 8px !important;
    padding: 8px !important;
    scroll-snap-type: none !important;
  }

  .home-cinematic .trust-strip a {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    flex: initial !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    align-items: center !important;
    padding: 12px !important;
  }

  .home-cinematic .trust-strip small {
    display: block !important;
  }

  .cookie-consent {
    left: 12px !important;
    right: auto !important;
    width: min(calc(100% - 24px), 366px) !important;
    max-width: 366px !important;
    grid-template-columns: 1fr !important;
  }
}

/* 2026-07 release QA patch: share the compact phone shell across inner pages. */
@media (max-width: 560px) {
  .hero-shell,
  .section-shell,
  .station-wide-shell,
  .station-product-shell,
  .station-hero-grid-v3,
  .pilot-hero-grid,
  .solutions-hero-grid,
  .request-hero-grid,
  .request-layout,
  .contact-layout,
  .page-hero-inner,
  .client-page-hero .section-shell,
  .article-shell,
  .footer-shell-client,
  .cta-inner {
    width: min(calc(100% - 24px), 366px) !important;
    max-width: 366px !important;
    margin-left: 12px !important;
    margin-right: auto !important;
  }

  .hero-copy-wrap,
  .station-hero-copy-v3,
  .pilot-hero-copy,
  .request-hero-copy,
  .solutions-hero-copy,
  .station-copy-panel,
  .station-hero-panel,
  .station-cta-panel,
  .solution-showcase-copy,
  .request-form-card,
  .request-progress-panel,
  .contact-panel,
  .pilot-ecosystem-card,
  .page-hero-inner {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .station-hero-visual-v3,
  .pilot-map-visual,
  .request-hero-visual,
  .solutions-ecosystem,
  .solution-showcase-visual,
  .station-operational-visual,
  .station-process-visual,
  .station-mobile-scene {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  h1,
  h2,
  h3,
  p,
  li,
  .page-lead,
  .hero-copy,
  .section-heading p,
  .station-partnership-note,
  .station-copy-panel p,
  .solution-showcase-copy p,
  .request-hero-copy p,
  .contact-panel p {
    max-width: 100% !important;
    overflow-wrap: anywhere;
  }

  .button,
  .nav-cta,
  .form-submit,
  .geo-button,
  .quick-enquiry-button,
  .mobile-action-bar a,
  .mobile-action-bar button {
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
  }

  .station-hero-actions-v3,
  .station-tech-actions,
  .station-cta-actions,
  .pilot-hero-actions,
  .request-hero-actions,
  .hero-actions {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }

  .station-hero-v3 .station-hero-visual-v3 {
    min-height: 220px !important;
  }

  .station-hero-v3 .operational-grid {
    inset: 48% 5% 10% !important;
  }

  .station-hero-v3 .operational-route,
  .station-hero-v3 .operational-route-light {
    top: 52% !important;
    width: 88% !important;
  }

  .station-hero-v3 .operational-label.label-two,
  .station-hero-v3 .operational-battery {
    display: none !important;
  }

  .station-hero-v3 .operational-label.label-one {
    left: 7% !important;
    top: 9% !important;
    min-width: 128px !important;
  }

  .station-hero-v3 .operational-car.charging-car {
    left: 26% !important;
    top: 58% !important;
    width: 72px !important;
    height: 35px !important;
  }

  .station-hero-v3 .operational-unit {
    right: 4% !important;
    top: 43% !important;
    width: 112px !important;
    height: 66px !important;
  }

  .station-hero-v3 .operational-unit strong {
    left: 13px !important;
    top: 17px !important;
    font-size: .72rem !important;
  }

  .station-hero-v3 .operational-unit small {
    left: 13px !important;
    top: 34px !important;
    max-width: 58px !important;
    font-size: .44rem !important;
  }

  .station-hero-v3 .operational-unit i {
    right: 12px !important;
    top: 15px !important;
    width: 32px !important;
    height: 25px !important;
  }

  .station-hero-v3 .operational-cable,
  .station-hero-v3 .operational-energy {
    left: calc(26% + 48px) !important;
    top: 57% !important;
    width: 28% !important;
  }
}

/* 2026-07 Insights hub redesign. */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.insights-hub-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(8, 166, 106, .12), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(8, 166, 106, .12), transparent 30%),
    linear-gradient(180deg, #f7fffb 0%, #ffffff 34%, #f4fbf8 100%);
}

.insights-hub-page .section {
  padding-block: clamp(34px, 4vw, 58px);
}

.insights-hub-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 4vw, 58px) 0 clamp(28px, 3.6vw, 46px) !important;
  background:
    radial-gradient(circle at 22% 28%, rgba(8, 166, 106, .16), transparent 30%),
    radial-gradient(circle at 80% 40%, rgba(8, 166, 106, .2), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(240, 253, 248, .9) 54%, rgba(238, 248, 255, .92));
}

.insights-hub-hero::before,
.insights-hub-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}

.insights-hub-hero::before {
  width: 620px;
  height: 620px;
  right: -220px;
  top: -260px;
  background:
    repeating-conic-gradient(from 10deg, rgba(8, 166, 106, .09) 0 9deg, transparent 9deg 18deg),
    radial-gradient(circle, rgba(255, 255, 255, .35), transparent 62%);
  opacity: .7;
  animation: insightsGlowRotate 22s linear infinite;
}

.insights-hub-hero::after {
  inset: 16% 8% auto;
  height: 54%;
  border-radius: 42px;
  background-image:
    linear-gradient(rgba(8, 166, 106, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 166, 106, .07) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: radial-gradient(circle, #000 0%, transparent 68%);
  opacity: .48;
}

.insights-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  gap: clamp(20px, 3vw, 44px);
  align-items: center;
}

.insights-hero-copy,
.featured-insight-card,
.insights-filter-shell,
.insight-card,
.insight-resource-panel,
.popular-tags {
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .46)),
    rgba(255, 255, 255, .64);
  box-shadow: 0 20px 54px rgba(10, 45, 56, .1), inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
}

.insights-hero-copy {
  padding: clamp(18px, 2.4vw, 30px);
}

.insights-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(2rem, 3.2vw, 2.75rem) !important;
  line-height: 1.07 !important;
}

.insights-hero-copy .page-lead {
  max-width: 680px;
  margin-bottom: 18px;
  font-size: clamp(.98rem, 1.2vw, 1.08rem) !important;
}

.insights-hero-visual {
  position: relative;
  min-height: clamp(330px, 32vw, 460px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 30% 28%, rgba(8, 166, 106, .28), transparent 31%),
    radial-gradient(circle at 76% 72%, rgba(8, 166, 106, .24), transparent 34%),
    linear-gradient(145deg, #071722 0%, #082434 48%, #06231f 100%);
  box-shadow: 0 34px 88px rgba(7, 26, 36, .28), inset 0 1px 0 rgba(255, 255, 255, .14);
}

.insight-glow,
.insight-particle,
.insight-road,
.insight-car,
.insight-truck,
.insight-cable,
.insight-energy {
  position: absolute;
  display: block;
}

.insight-glow {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  filter: blur(30px);
  opacity: .42;
}

.insight-glow.glow-a {
  left: 10%;
  top: 12%;
  background: rgba(8, 166, 106, .6);
  animation: insightFloat 7s ease-in-out infinite;
}

.insight-glow.glow-b {
  right: 8%;
  bottom: 8%;
  background: rgba(8, 166, 106, .56);
  animation: insightFloat 8s ease-in-out infinite reverse;
}

.insight-particle {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 0 18px rgba(8, 166, 106, .72);
  animation: insightParticle 5.6s ease-in-out infinite;
}

.particle-one { left: 18%; top: 22%; }
.particle-two { left: 48%; top: 16%; animation-delay: .8s; }
.particle-three { right: 18%; top: 42%; animation-delay: 1.4s; }

.insight-road {
  left: 50%;
  top: 56%;
  width: 78%;
  aspect-ratio: 2.4 / 1;
  border: 1px solid rgba(8, 166, 106, .24);
  border-radius: 50%;
  transform: translate(-50%, -50%) perspective(800px) rotateX(58deg);
  box-shadow: inset 0 0 0 1px rgba(8, 166, 106, .18), 0 0 34px rgba(8, 166, 106, .15);
}

.insight-car {
  width: 82px;
  height: 40px;
  border-radius: 20px 30px 12px 12px;
  background: linear-gradient(145deg, #f8fdff, #d7eaf3);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .82);
}

.insight-car::before,
.insight-car::after,
.insight-truck b,
.insight-truck em {
  content: "";
  position: absolute;
  bottom: -7px;
  width: 17px;
  height: 17px;
  border: 4px solid #102333;
  border-radius: 50%;
  background: #e5f6ff;
}

.insight-car::before { left: 15px; }
.insight-car::after { right: 13px; }

.car-one {
  left: 18%;
  top: 58%;
  animation: insightCarDrift 10s linear infinite;
}

.car-two {
  right: 14%;
  top: 42%;
  transform: scale(.82) rotate(-5deg);
  opacity: .74;
}

.insight-truck {
  right: 14%;
  top: 52%;
  width: 172px;
  height: 96px;
  border-radius: 18px 38px 16px 16px;
  background: linear-gradient(145deg, #effaff, #ccecff 62%, #f7ffff);
  color: var(--green-dark);
  box-shadow: 0 28px 58px rgba(0, 0, 0, .32), 0 0 50px rgba(8, 166, 106, .2), inset 0 1px 0 rgba(255, 255, 255, .9);
  transform: rotate(-4deg);
  animation: insightTruckPulse 5s ease-in-out infinite;
}

.insight-truck strong,
.insight-truck small,
.insight-truck i {
  position: absolute;
}

.insight-truck strong {
  left: 19px;
  top: 24px;
  color: var(--green);
  font-size: .95rem;
  font-weight: 950;
}

.insight-truck small {
  left: 19px;
  top: 47px;
  max-width: 80px;
  color: #315865;
  font-size: .55rem;
  font-weight: 850;
  line-height: 1.15;
}

.insight-truck i {
  right: 20px;
  top: 20px;
  width: 46px;
  height: 34px;
  border-radius: 8px 20px 6px 6px;
  background: linear-gradient(145deg, #12303c, #2b657a);
}

.insight-truck b { left: 24px; }
.insight-truck em { right: 20px; }

.insight-cable,
.insight-energy {
  left: calc(18% + 70px);
  top: 60%;
  width: 38%;
  height: 12px;
  border-radius: 999px;
  transform: rotate(-6deg);
  transform-origin: left center;
}

.insight-cable {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .2), transparent 42%),
    #173545;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.insight-energy {
  height: 4px;
  margin-top: 4px;
  background: linear-gradient(90deg, var(--blue), var(--green), rgba(255, 255, 255, .8));
  background-size: 200% 100%;
  filter: drop-shadow(0 0 10px rgba(8, 166, 106, .85));
  animation: insightEnergyFlow 1.1s linear infinite;
}

.insights-counter-panel {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.insights-counter-panel article {
  padding: 10px 9px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  color: rgba(255, 255, 255, .8);
  background: rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
  backdrop-filter: blur(16px);
}

.insights-counter-panel strong {
  display: block;
  color: #fff;
  font-size: clamp(1.3rem, 2.2vw, 1.9rem);
  line-height: 1;
}

.insights-counter-panel span {
  display: block;
  margin-top: 4px;
  font-size: .64rem;
  font-weight: 850;
  text-transform: uppercase;
}

.featured-insight-section {
  padding-top: clamp(26px, 3vw, 38px) !important;
}

.featured-insight-card {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(340px, .75fr);
  gap: clamp(18px, 3vw, 34px);
  padding: clamp(14px, 1.8vw, 22px);
  align-items: stretch;
}

.featured-insight-media,
.insight-card-media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(232, 249, 255, .78);
}

.featured-insight-media {
  min-height: 330px;
}

.featured-insight-media img,
.insight-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .22s ease;
}

.image-glass-overlay,
.insight-card-media span {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .12), transparent 44%),
    linear-gradient(0deg, rgba(5, 18, 28, .08), transparent 42%);
  pointer-events: none;
}

.featured-insight-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(8px, 1.4vw, 18px);
}

.featured-insight-copy h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.3vw, 2.05rem) !important;
  line-height: 1.1;
}

.featured-insight-copy p {
  margin: 0;
  color: var(--text);
  font-weight: 650;
}

.article-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: .74rem;
  font-weight: 850;
}

.category-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border: 1px solid rgba(8, 166, 106, .22);
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(8, 166, 106, .1);
}

.featured-author {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.featured-author div {
  padding: 11px;
  border: 1px solid rgba(8, 166, 106, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .55);
}

.featured-author dt {
  color: var(--muted);
  font-size: .66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.featured-author dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 850;
}

.insights-filter-bar {
  position: sticky;
  top: calc(var(--header-height) + 8px);
  z-index: 70;
  padding: 8px 0;
}

.insights-filter-shell {
  display: grid;
  grid-template-columns: minmax(240px, .36fr) minmax(0, .64fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
}

.insights-search {
  display: grid;
  gap: 5px;
}

.insights-search span {
  color: var(--green-dark);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.insights-search input {
  min-height: 42px;
  width: 100%;
  border: 1px solid rgba(8, 166, 106, .16);
  border-radius: 8px;
  padding: 0 13px;
  color: var(--ink);
  background: rgba(255, 255, 255, .78);
  font: inherit;
  font-size: .92rem;
  outline: none;
}

.insights-search input:focus {
  border-color: rgba(8, 166, 106, .72);
  box-shadow: 0 0 0 3px rgba(8, 166, 106, .14);
}

.insights-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}

.filter-chip {
  min-height: 34px;
  border: 1px solid rgba(8, 166, 106, .14);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--green-dark);
  background: rgba(255, 255, 255, .74);
  font-size: .78rem;
  font-weight: 850;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.filter-chip:hover,
.filter-chip:focus-visible,
.filter-chip.is-active {
  border-color: rgba(8, 166, 106, .42);
  background: linear-gradient(135deg, rgba(8, 166, 106, .13), rgba(8, 166, 106, .13));
  box-shadow: 0 12px 28px rgba(10, 45, 56, .09);
  transform: translateY(-1px);
}

.compact-heading {
  max-width: 780px;
  margin-bottom: clamp(16px, 2vw, 24px) !important;
}

.compact-heading h2 {
  font-size: clamp(1.45rem, 2vw, 1.95rem) !important;
}

.compact-heading p:not(.eyebrow) {
  font-size: .98rem !important;
}

.insights-masonry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 18px;
}

.insight-card {
  display: grid;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.insight-card[hidden] {
  display: none !important;
}

.insight-card:hover,
.insight-card:focus-within {
  border-color: rgba(8, 166, 106, .44);
  box-shadow: 0 24px 58px rgba(10, 45, 56, .14), 0 0 0 1px rgba(8, 166, 106, .08), inset 0 1px 0 rgba(255, 255, 255, .9);
  transform: translateY(-4px);
}

.insight-card:hover .insight-card-media img,
.insight-card:focus-within .insight-card-media img,
.featured-insight-card:hover .featured-insight-media img {
  transform: scale(1.045);
}

.insight-card-wide {
  grid-column: span 2;
}

.insight-card-media {
  aspect-ratio: 16 / 9;
}

.insight-card-tall .insight-card-media {
  aspect-ratio: 16 / 10;
}

.insight-card-body {
  display: grid;
  gap: 9px;
  padding: 15px;
}

.insight-card-body h3 {
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.18rem) !important;
  line-height: 1.16;
}

.insight-card-body p {
  margin: 0;
  color: var(--text);
  font-size: .92rem;
  line-height: 1.42;
}

.article-author {
  color: var(--green-dark) !important;
  font-size: .76rem !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

.insight-card-link,
.insight-resource-panel a,
.popular-tags a {
  color: var(--green-dark);
  font-weight: 900;
}

.insight-card-link {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  width: fit-content;
  font-size: .9rem;
}

.insight-card-link span {
  transition: transform .18s ease;
}

.insight-card:hover .insight-card-link span,
.insight-card:focus-within .insight-card-link span {
  transform: translateX(4px);
}

.insights-empty {
  margin: 18px 0 0;
  padding: 16px;
  border: 1px solid rgba(8, 166, 106, .18);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, .72);
  font-weight: 750;
}

.insights-engagement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.insight-resource-panel {
  padding: 18px;
}

.insight-resource-panel h3 {
  margin: 0 0 12px;
  font-size: clamp(1rem, 1.3vw, 1.16rem) !important;
}

.insight-resource-panel ul,
.insight-resource-panel ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.insight-resource-panel li,
.insight-resource-panel p {
  color: var(--text);
  font-size: .9rem;
  line-height: 1.42;
}

.insight-resource-panel details {
  border-top: 1px solid rgba(8, 166, 106, .12);
  padding: 9px 0;
}

.insight-resource-panel details:first-of-type {
  border-top: 0;
}

.insight-resource-panel summary {
  color: var(--ink);
  cursor: pointer;
  font-weight: 850;
}

.popular-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
  padding: 12px;
}

.popular-tags span {
  color: var(--ink);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.popular-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  border: 1px solid rgba(8, 166, 106, .14);
  border-radius: 999px;
  padding: 0 11px;
  background: rgba(255, 255, 255, .62);
  font-size: .78rem;
}

.site-footer .brand-mark {
  width: 58px;
  height: 58px;
  flex-basis: 58px;
}

.site-footer .brand-text strong {
  font-size: clamp(1.35rem, 1.5vw, 1.55rem) !important;
}

.footer-shell-client {
  grid-template-columns: minmax(280px, 1.25fr) repeat(5, minmax(120px, .62fr));
}

.footer-social a {
  gap: 7px;
  min-height: 36px;
  padding: 0 11px 0 8px;
  text-decoration: none;
}

.social-icon {
  display: inline-grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  color: #06231f;
  background: linear-gradient(135deg, var(--green), var(--blue));
  font-size: .74rem;
  font-weight: 950;
  line-height: 1;
}

.footer-newsletter p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .72);
  font-size: .88rem;
  line-height: 1.42;
}

.footer-newsletter form {
  display: grid;
  gap: 8px;
}

.footer-newsletter input {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  padding: 0 11px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  font: inherit;
  font-size: .86rem;
  outline: none;
}

.footer-newsletter input::placeholder {
  color: rgba(255, 255, 255, .48);
}

.footer-newsletter input:focus {
  border-color: rgba(8, 166, 106, .62);
  box-shadow: 0 0 0 3px rgba(8, 166, 106, .16);
}

.footer-newsletter button {
  min-height: 38px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--blue));
  font: inherit;
  font-size: .86rem;
  font-weight: 900;
  cursor: pointer;
}

.footer-newsletter-status {
  min-height: 16px;
  color: rgba(255, 255, 255, .76);
  font-size: .74rem;
  line-height: 1.3;
}

@keyframes insightsGlowRotate {
  to { transform: rotate(360deg); }
}

@keyframes insightFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(10px, -12px, 0); }
}

@keyframes insightParticle {
  0%, 100% { transform: translate3d(0, 0, 0) scale(.85); opacity: .45; }
  50% { transform: translate3d(12px, -18px, 0) scale(1.12); opacity: .95; }
}

@keyframes insightCarDrift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-5deg); }
  50% { transform: translate3d(18px, -8px, 0) rotate(4deg); }
}

@keyframes insightTruckPulse {
  0%, 100% { transform: rotate(-4deg) translate3d(0, 0, 0); }
  50% { transform: rotate(-2deg) translate3d(-8px, 4px, 0); }
}

@keyframes insightEnergyFlow {
  to { background-position: 200% 0; }
}

@media (prefers-reduced-motion: reduce) {
  .insights-hub-hero::before,
  .insight-glow,
  .insight-particle,
  .insight-car,
  .insight-truck,
  .insight-energy {
    animation: none !important;
  }

  .featured-insight-media img,
  .insight-card-media img,
  .insight-card,
  .filter-chip,
  .insight-card-link span {
    transition: none !important;
  }
}

@media (max-width: 1180px) {
  .insights-hero-grid,
  .featured-insight-card {
    grid-template-columns: 1fr;
  }

  .insights-hero-visual {
    min-height: 360px;
  }

  .insights-filter-shell {
    grid-template-columns: 1fr;
  }

  .insights-chip-row {
    justify-content: flex-start;
  }

  .footer-shell-client {
    grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(130px, 1fr));
  }

  .footer-newsletter {
    grid-column: span 2;
  }
}

@media (max-width: 900px) {
  .insights-masonry-grid,
  .insights-engagement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insight-card-wide,
  .insight-card-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .insights-counter-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .insights-hub-page .section {
    padding-block: 30px;
  }

  .insights-hub-hero {
    padding-top: 48px !important;
  }

  .insights-hero-grid,
  .featured-insight-card,
  .insights-filter-shell,
  .insights-masonry-grid,
  .insights-engagement-grid {
    grid-template-columns: 1fr;
  }

  .insights-hero-copy h1 {
    font-size: clamp(1.55rem, 7vw, 1.9rem) !important;
  }

  .insights-hero-copy,
  .featured-insight-card,
  .insights-filter-shell,
  .insight-card-body,
  .insight-resource-panel {
    padding: 14px;
  }

  .insights-hero-visual {
    min-height: 310px;
  }

  .insight-truck {
    right: 7%;
    top: 34%;
    width: 126px;
    height: 74px;
  }

  .insight-truck strong {
    left: 14px;
    top: 18px;
    font-size: .78rem;
  }

  .insight-truck small {
    left: 14px;
    top: 36px;
    max-width: 62px;
    font-size: .46rem;
  }

  .insight-truck i {
    right: 13px;
    width: 34px;
    height: 27px;
  }

  .insight-car {
    width: 68px;
    height: 34px;
  }

  .car-one {
    top: 46%;
  }

  .car-two {
    top: 30%;
  }

  .insight-road {
    top: 45%;
  }

  .insight-cable,
  .insight-energy {
    left: calc(18% + 54px);
    top: 48%;
    width: 34%;
  }

  .insights-counter-panel {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .insights-counter-panel article {
    padding: 8px;
  }

  .featured-insight-media {
    min-height: 230px;
  }

  .featured-author {
    grid-template-columns: 1fr;
  }

  .insights-filter-bar {
    top: 72px;
  }

  .insights-chip-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .filter-chip {
    flex: 0 0 auto;
  }

  .popular-tags {
    align-items: flex-start;
  }

  .footer-shell-client,
  .footer-newsletter {
    grid-column: auto;
  }

  .footer-social {
    gap: 8px;
  }
}

/* 2026-07-17: floating-only navigation treatment. */
:root {
  --floating-nav-top: max(10px, env(safe-area-inset-top));
  --floating-nav-clearance: calc(var(--header-height) + 18px);
}

html {
  scroll-padding-top: calc(var(--floating-nav-clearance) + 14px);
}

[data-site-header] {
  position: relative;
  z-index: 1100;
}

.skip-link {
  z-index: 1200;
}

.site-header,
.site-header.is-scrolled {
  position: fixed !important;
  inset: 0 0 auto !important;
  z-index: 1100;
  height: 0 !important;
  min-height: 0 !important;
  padding: var(--floating-nav-top) 0 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  pointer-events: none;
}

.nav-shell-client {
  pointer-events: auto;
}

.dropdown-menu,
.nav-menu {
  pointer-events: auto;
}

.main > .hero:first-child,
.main > .page-hero:first-child,
.main > .client-page-hero:first-child,
.main > .station-hero-v3:first-child,
.main > .solutions-hero:first-child,
.main > .pilot-hero-v2:first-child,
.main > .request-hero:first-child {
  padding-top: max(var(--floating-nav-clearance), clamp(58px, 6vw, 92px)) !important;
}

.site-header.is-scrolled .nav-shell-client {
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1320px) {
  .nav-menu {
    inset: calc(var(--floating-nav-clearance) + 8px) 14px 14px;
    height: calc(100svh - var(--floating-nav-clearance) - 22px);
  }
}

@media (max-width: 640px) {
  :root {
    --floating-nav-top: max(8px, env(safe-area-inset-top));
    --floating-nav-clearance: calc(var(--header-height) + 12px);
  }

  .nav-menu {
    inset-inline: 10px;
    height: calc(100svh - var(--floating-nav-clearance) - 18px);
  }
}

/* 2026-07-17 premium Contact page redesign. */
.contact-premium-page {
  background:
    radial-gradient(circle at 10% 7%, rgba(8, 166, 106, .14), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(8, 166, 106, .16), transparent 30%),
    linear-gradient(180deg, #F7FCFA 0%, #FFFFFF 38%, #F3FBF8 100%);
}

.contact-wide-shell {
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
}

.contact-hero-premium {
  position: relative;
  isolation: isolate;
  padding: max(var(--floating-nav-clearance), clamp(58px, 6vw, 92px)) 0 clamp(34px, 4.8vw, 64px);
  overflow: hidden;
}

.contact-hero-premium::before {
  content: "";
  position: absolute;
  inset: 8% -10% auto auto;
  width: min(52vw, 720px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: conic-gradient(from 140deg, rgba(8, 166, 106, .08), rgba(8, 166, 106, .16), transparent 64%);
  filter: blur(6px);
  opacity: .75;
  z-index: -1;
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(380px, .9fr) minmax(520px, 1.1fr);
  gap: clamp(22px, 3.2vw, 48px);
  align-items: stretch;
}

.contact-hero-copy,
.contact-hero-visual,
.contact-category-panel,
.contact-assistance-panel,
.contact-form-premium,
.contact-trust-panel,
.contact-service-focus,
.contact-final-panel {
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(247, 255, 251, .58) 52%, rgba(240, 250, 255, .64)),
    rgba(255, 255, 255, .7);
  box-shadow:
    0 26px 70px rgba(10, 45, 56, .12),
    inset 0 1px 0 rgba(255, 255, 255, .92);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
}

.contact-hero-copy {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(24px, 3.4vw, 42px);
}

.contact-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3rem) !important;
  line-height: 1.05;
  letter-spacing: 0;
}

.contact-hero-copy .page-lead {
  max-width: 720px;
  margin: 0;
  color: rgba(23, 32, 42, .78);
  font-size: clamp(.98rem, 1vw, 1.075rem) !important;
  font-weight: 650;
}

.contact-hero-benefits {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 4px 0 0;
  list-style: none;
}

.contact-hero-benefits li {
  position: relative;
  padding-left: 30px;
  color: var(--ink);
  font-weight: 820;
}

.contact-hero-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .42em;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, #fff 0 21%, transparent 23%),
    linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 8px 18px rgba(8, 166, 106, .22);
}

.contact-response-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin: 4px 0 0;
  padding: 9px 13px;
  border: 1px solid rgba(8, 166, 106, .18);
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(8, 166, 106, .09);
  font-size: var(--font-small) !important;
  font-weight: 900;
}

.contact-hero-actions {
  align-items: center;
}

.contact-hero-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 22%, rgba(8, 166, 106, .18), transparent 30%),
    radial-gradient(circle at 78% 70%, rgba(8, 166, 106, .24), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(235, 250, 255, .62));
}

.contact-map-grid,
.contact-route,
.contact-scene-glow,
.contact-location-pin,
.contact-ev-car,
.contact-mobile-unit,
.contact-visual-cable,
.contact-visual-energy,
.contact-pulse-dot,
.contact-visual-card {
  position: absolute;
}

.contact-map-grid {
  inset: 28px;
  border-radius: 20px;
  opacity: .42;
  background:
    linear-gradient(rgba(8, 166, 106, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 166, 106, .08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 58% 50%, #000, transparent 72%);
}

.contact-route {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(8, 166, 106, .56), rgba(8, 166, 106, .6), transparent);
  transform-origin: left center;
}

.route-a {
  left: 14%;
  right: 18%;
  top: 54%;
  transform: rotate(-9deg);
}

.route-b {
  left: 28%;
  right: 14%;
  top: 36%;
  transform: rotate(15deg);
  opacity: .58;
}

.contact-scene-glow {
  border-radius: 999px;
  filter: blur(22px);
  animation: contactFloat 6s ease-in-out infinite;
}

.contact-scene-glow.glow-a {
  left: 8%;
  top: 18%;
  width: 190px;
  height: 190px;
  background: rgba(8, 166, 106, .2);
}

.contact-scene-glow.glow-b {
  right: 10%;
  bottom: 12%;
  width: 230px;
  height: 230px;
  background: rgba(8, 166, 106, .2);
  animation-delay: -2s;
}

.contact-location-pin {
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  border-radius: 999px 999px 999px 2px;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 12px 26px rgba(8, 166, 106, .28);
  transform: rotate(-45deg);
}

.pin-a { left: 18%; top: 30%; }
.pin-b { right: 20%; bottom: 28%; animation: contactPulse 2.8s ease-in-out infinite; }

.contact-visual-card {
  z-index: 3;
  display: grid;
  gap: 3px;
  min-width: 178px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 16px;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 18px 38px rgba(10, 45, 56, .12);
  backdrop-filter: blur(18px);
}

.contact-visual-card small {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-visual-card strong {
  color: var(--ink);
  font-size: .92rem;
}

.battery-card {
  left: 7%;
  top: 12%;
}

.response-card {
  right: 7%;
  bottom: 10%;
}

.contact-ev-car {
  left: 20%;
  bottom: 30%;
  width: 136px;
  height: 60px;
  border-radius: 34px 42px 18px 18px;
  background: linear-gradient(145deg, #f7fcff, #dff3ff);
  box-shadow: 0 20px 36px rgba(10, 45, 56, .18);
}

.contact-ev-car i {
  position: absolute;
  right: 24px;
  top: 13px;
  width: 42px;
  height: 21px;
  border-radius: 10px 18px 7px 7px;
  background: #174658;
}

.contact-ev-car b,
.contact-ev-car em,
.contact-mobile-unit b,
.contact-mobile-unit em {
  position: absolute;
  bottom: -10px;
  width: 25px;
  height: 25px;
  border: 5px solid #17202A;
  border-radius: 999px;
  background: #eaf7fb;
  box-shadow: inset 0 0 0 3px rgba(8, 166, 106, .16);
}

.contact-ev-car b { left: 25px; }
.contact-ev-car em { right: 22px; }

.contact-mobile-unit {
  right: 15%;
  top: 37%;
  width: 190px;
  height: 108px;
  border-radius: 18px 38px 20px 18px;
  background: linear-gradient(145deg, #effaff, #cbeefe);
  box-shadow: 0 26px 58px rgba(10, 45, 56, .2);
  animation: contactVehicleFloat 5.5s ease-in-out infinite;
}

.contact-mobile-unit strong {
  position: absolute;
  left: 20px;
  top: 25px;
  color: var(--green-dark);
  font-size: 1.05rem;
}

.contact-mobile-unit small {
  position: absolute;
  left: 20px;
  top: 52px;
  max-width: 82px;
  color: var(--text);
  font-size: .58rem;
  font-weight: 850;
  line-height: 1.15;
}

.contact-mobile-unit i {
  position: absolute;
  right: 22px;
  top: 25px;
  width: 48px;
  height: 38px;
  border-radius: 9px 20px 9px 9px;
  background: #174658;
}

.contact-mobile-unit b { left: 34px; }
.contact-mobile-unit em { right: 34px; }

.contact-visual-cable,
.contact-visual-energy {
  left: 38%;
  top: 56%;
  width: 28%;
  height: 12px;
  border-radius: 999px;
  transform: rotate(-8deg);
  transform-origin: right center;
}

.contact-visual-cable {
  background:
    linear-gradient(180deg, rgba(255,255,255,.32), transparent 48%),
    linear-gradient(90deg, #142b35, #214b59 48%, #142b35);
  box-shadow:
    0 5px 0 rgba(2, 12, 18, .18),
    inset 0 2px 0 rgba(255,255,255,.2),
    inset 0 -2px 0 rgba(0,0,0,.22);
}

.contact-visual-energy {
  height: 4px;
  top: calc(56% + 4px);
  background: linear-gradient(90deg, transparent, var(--blue), var(--green), transparent);
  box-shadow: 0 0 18px rgba(8, 166, 106, .75);
  animation: contactEnergy 2.2s ease-in-out infinite;
}

.contact-pulse-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 18px rgba(8, 166, 106, .7);
  animation: contactPulse 2.4s ease-in-out infinite;
}

.dot-a { left: 45%; top: 53%; }
.dot-b { right: 34%; top: 51%; animation-delay: -.8s; background: var(--green); }

.contact-heading {
  max-width: 760px;
  margin-bottom: 18px;
}

.contact-heading h2 {
  margin-bottom: 8px;
  font-size: clamp(1.45rem, 2vw, 2.05rem) !important;
}

.contact-heading p:last-child {
  margin: 0;
  color: var(--text);
  font-weight: 650;
}

.contact-quick-section {
  padding: 0 0 clamp(32px, 4vw, 52px);
}

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

.contact-action-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "icon title arrow"
    "icon copy arrow";
  gap: 3px 12px;
  min-height: 132px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(8, 166, 106, .12);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(241, 255, 249, .68) 55%, rgba(239, 249, 255, .72)),
    rgba(255, 255, 255, .76);
  color: var(--ink);
  box-shadow: 0 18px 44px rgba(10, 45, 56, .09);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.contact-action-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(8, 166, 106, .16), transparent 45%, rgba(8, 166, 106, .16));
  opacity: 0;
  transition: opacity .2s ease;
}

.contact-action-card > * {
  position: relative;
  z-index: 1;
}

.contact-action-card:hover,
.contact-action-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(8, 166, 106, .32);
  box-shadow: 0 26px 62px rgba(10, 45, 56, .14), 0 0 0 4px rgba(8, 166, 106, .08);
}

.contact-action-card:hover::before,
.contact-action-card:focus-visible::before {
  opacity: 1;
}

.contact-action-icon {
  grid-area: icon;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: var(--green-dark);
  background: linear-gradient(135deg, rgba(8, 166, 106, .14), rgba(8, 166, 106, .14));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86);
}

.contact-action-card strong {
  grid-area: title;
  align-self: end;
  font-size: var(--font-card-title) !important;
  line-height: 1.14;
}

.contact-action-card small {
  grid-area: copy;
  color: var(--text);
  font-size: .86rem;
  font-weight: 650;
  line-height: 1.36;
}

.contact-action-arrow {
  grid-area: arrow;
  align-self: center;
  color: var(--blue);
  font-weight: 900;
  transition: transform .18s ease;
}

.contact-action-card:hover .contact-action-arrow,
.contact-action-card:focus-visible .contact-action-arrow {
  transform: translateX(4px);
}

.contact-form-section-premium {
  padding-top: clamp(34px, 4vw, 58px);
}

.contact-category-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
  margin-bottom: 18px;
}

.contact-category-panel button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-height: 44px;
  border: 1px solid rgba(23, 32, 42, .09);
  border-radius: 14px;
  padding: 9px 11px;
  color: var(--ink);
  background: rgba(255, 255, 255, .66);
  font-size: var(--font-small) !important;
  font-weight: 850;
  text-align: left;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.contact-category-panel button span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border-radius: 9px;
  color: var(--green-dark);
  background: rgba(8, 166, 106, .1);
}

.contact-category-panel button:hover,
.contact-category-panel button:focus-visible,
.contact-category-panel button.is-selected {
  transform: translateY(-1px);
  border-color: rgba(8, 166, 106, .34);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 28px rgba(10, 45, 56, .1), 0 0 0 4px rgba(8, 166, 106, .07);
}

.contact-category-panel button.is-selected span {
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--blue));
}

.contact-enquiry-layout {
  display: grid;
  grid-template-columns: minmax(300px, .42fr) minmax(520px, .58fr);
  gap: 18px;
  align-items: start;
}

.contact-assistance-panel,
.contact-form-premium {
  padding: clamp(20px, 2.4vw, 30px);
}

.contact-assistance-panel h2,
.contact-form-top h2,
.contact-trust-panel h2,
.contact-service-focus h2,
.contact-final-panel h2 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 1.8vw, 1.9rem) !important;
  line-height: 1.12;
}

.contact-assistance-panel p,
.contact-form-top p,
.contact-service-focus p,
.contact-final-panel p {
  margin: 0;
  color: var(--text);
  font-weight: 650;
}

.direct-contact-list {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.direct-contact-list article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 3px 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(8, 166, 106, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .6);
}

.direct-contact-list span {
  grid-row: span 2;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 13px;
  color: var(--green-dark);
  background: linear-gradient(135deg, rgba(8, 166, 106, .12), rgba(8, 166, 106, .12));
}

.direct-contact-list strong {
  color: var(--ink);
  line-height: 1.1;
}

.direct-contact-list small {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 720;
}

.contact-notice-card {
  padding: 15px;
  border: 1px solid rgba(8, 166, 106, .16);
  border-radius: 18px;
  background: rgba(236, 249, 255, .58);
}

.contact-notice-card strong {
  color: var(--green-dark);
}

.contact-notice-card p {
  margin-top: 6px;
  font-size: .92rem;
}

.contact-form-premium {
  transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}

.contact-form-premium.is-highlighted {
  border-color: rgba(8, 166, 106, .48);
  box-shadow: 0 30px 76px rgba(10, 45, 56, .16), 0 0 0 5px rgba(8, 166, 106, .12);
}

.contact-form-top {
  margin-bottom: 18px;
}

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

.contact-form-premium .form-row {
  min-width: 0;
}

.contact-form-premium label span {
  color: #b42318;
}

.contact-form-premium input,
.contact-form-premium select,
.contact-form-premium textarea {
  min-height: 50px;
  border: 1px solid rgba(23, 32, 42, .14);
  border-radius: 14px;
  background: rgba(255, 255, 255, .86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86);
}

.contact-form-premium textarea {
  min-height: 126px;
}

.contact-conditional-group {
  margin: 16px 0;
  padding: 16px;
  border: 1px solid rgba(8, 166, 106, .12);
  border-radius: 18px;
  background: rgba(245, 251, 248, .76);
}

.contact-conditional-group h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: var(--font-card-title) !important;
}

.contact-success-panel {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(8, 166, 106, .18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 20%, rgba(8, 166, 106, .12), transparent 30%),
    rgba(232, 250, 242, .82);
}

.contact-success-panel[hidden] {
  display: none;
}

.contact-success-panel strong {
  color: var(--green-dark);
  font-size: 1rem;
}

.contact-success-panel p {
  margin: 0;
  color: var(--text);
  font-weight: 650;
}

.contact-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.contact-disabled-action {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(23, 32, 42, .1);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, .7);
  font-size: .86rem;
  font-weight: 850;
}

button.contact-disabled-action {
  cursor: not-allowed;
}

.contact-submit-button {
  width: 100%;
  margin-top: 16px;
  min-height: 52px;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 18px 38px rgba(8, 166, 106, .22);
}

.contact-submit-button.is-loading {
  background: linear-gradient(135deg, #07a363, #0d92dd);
}

.contact-assurance-section,
.contact-faq-section {
  padding: clamp(36px, 5vw, 64px) 0;
}

.contact-assurance-grid {
  display: grid;
  grid-template-columns: minmax(0, .58fr) minmax(320px, .42fr);
  gap: 18px;
  align-items: stretch;
}

.contact-trust-panel,
.contact-service-focus {
  padding: clamp(20px, 2.4vw, 30px);
}

.contact-trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.contact-trust-list article {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border: 1px solid rgba(8, 166, 106, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .62);
}

.contact-trust-list span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--blue));
  font-size: .72rem;
  font-weight: 900;
}

.contact-trust-list strong {
  color: var(--ink);
  font-size: .92rem;
  line-height: 1.3;
}

.service-map-card {
  position: relative;
  min-height: 190px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(8, 166, 106, .16);
  border-radius: 20px;
  background:
    linear-gradient(rgba(8, 166, 106, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 166, 106, .08) 1px, transparent 1px),
    radial-gradient(circle at 50% 52%, rgba(8, 166, 106, .16), transparent 45%),
    rgba(255, 255, 255, .62);
  background-size: 32px 32px, 32px 32px, auto, auto;
}

.service-map-card strong,
.service-map-card small,
.map-ring,
.map-node {
  position: absolute;
}

.map-ring {
  left: 50%;
  top: 50%;
  width: 128px;
  height: 128px;
  border: 2px dashed rgba(8, 166, 106, .34);
  border-radius: 999px;
  transform: translate(-50%, -50%);
  animation: contactRotate 18s linear infinite;
}

.map-node {
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 18px rgba(8, 166, 106, .35);
}

.node-a { left: 34%; top: 34%; }
.node-b { right: 31%; top: 48%; background: var(--blue); }
.node-c { left: 47%; bottom: 28%; }

.service-map-card strong {
  left: 18px;
  bottom: 42px;
  color: var(--ink);
}

.service-map-card small {
  left: 18px;
  bottom: 20px;
  color: var(--muted);
  font-weight: 800;
}

.contact-faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, .35fr) minmax(0, .65fr);
  gap: 22px;
  align-items: start;
}

.contact-faq-list {
  display: grid;
  gap: 10px;
}

.contact-faq-list .faq-item {
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
}

.contact-faq-list .faq-item button {
  min-height: 58px;
  padding: 16px 48px 16px 18px;
}

.contact-faq-list .faq-item div {
  padding: 0 18px 16px;
}

.contact-final-cta {
  padding: 0 0 clamp(36px, 5vw, 70px);
}

.contact-final-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 3vw, 38px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 20%, rgba(8, 166, 106, .34), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(8, 166, 106, .32), transparent 30%),
    linear-gradient(135deg, #0D1B21, #062B2F);
}

.contact-final-panel .eyebrow,
.contact-final-panel h2,
.contact-final-panel p {
  color: #fff;
}

.contact-final-panel p {
  color: rgba(255, 255, 255, .78);
}

.contact-final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

@keyframes contactFloat {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: .62; }
  50% { transform: translate3d(12px, -10px, 0); opacity: .9; }
}

@keyframes contactVehicleFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-2deg); }
  50% { transform: translate3d(-8px, 4px, 0) rotate(-1deg); }
}

@keyframes contactEnergy {
  0%, 100% { transform: rotate(-8deg) scaleX(.28); opacity: .46; }
  50% { transform: rotate(-8deg) scaleX(1); opacity: 1; }
}

@keyframes contactPulse {
  0%, 100% { transform: scale(.86) rotate(-45deg); opacity: .65; }
  50% { transform: scale(1.12) rotate(-45deg); opacity: 1; }
}

@keyframes contactRotate {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (max-width: 1180px) {
  .contact-hero-grid,
  .contact-enquiry-layout,
  .contact-assurance-grid,
  .contact-faq-layout,
  .contact-final-panel {
    grid-template-columns: 1fr;
  }

  .contact-hero-visual {
    min-height: 360px;
  }

  .contact-action-grid,
  .contact-category-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .contact-wide-shell {
    width: min(100% - 28px, 560px);
  }

  .contact-hero-copy,
  .contact-assistance-panel,
  .contact-form-premium,
  .contact-trust-panel,
  .contact-service-focus,
  .contact-final-panel {
    border-radius: 20px;
    padding: 18px;
  }

  .contact-hero-copy h1 {
    font-size: clamp(1.85rem, 8vw, 2.125rem) !important;
  }

  .contact-hero-visual {
    min-height: 300px;
    border-radius: 20px;
  }

  .contact-mobile-unit {
    right: 8%;
    top: 38%;
    width: 142px;
    height: 86px;
  }

  .contact-mobile-unit strong {
    left: 14px;
    top: 18px;
    font-size: .88rem;
  }

  .contact-mobile-unit small {
    left: 14px;
    top: 40px;
    font-size: .48rem;
  }

  .contact-mobile-unit i {
    right: 14px;
    top: 20px;
    width: 35px;
    height: 28px;
  }

  .contact-ev-car {
    left: 12%;
    width: 104px;
    height: 48px;
  }

  .contact-visual-cable,
  .contact-visual-energy {
    left: 33%;
    width: 30%;
  }

  .contact-visual-card {
    min-width: 140px;
    padding: 10px 12px;
  }

  .response-card {
    right: 5%;
    bottom: 6%;
  }

  .battery-card {
    left: 5%;
    top: 8%;
  }

  .contact-action-grid,
  .contact-form-grid,
  .contact-trust-list {
    grid-template-columns: 1fr;
  }

  .contact-category-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px;
  }

  .contact-category-panel button {
    min-height: 48px;
    padding: 8px;
    font-size: .82rem !important;
  }

  .contact-final-actions,
  .contact-success-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .contact-wide-shell {
    width: min(calc(100% - 24px), 366px);
    margin-left: 12px;
    margin-right: auto;
  }

  .contact-category-panel {
    grid-template-columns: 1fr;
  }

  .contact-action-card {
    min-height: 116px;
  }

  .direct-contact-list article {
    grid-template-columns: 34px 1fr;
  }
}

/* Fleet Solutions reference rebuild */
.fleet-reference-body {
  --fleet-green: #12b981;
  --fleet-deep: #07866a;
  --fleet-navy: #071f2b;
  --fleet-teal: #0a8c86;
  --fleet-blue: #11a8e5;
  --fleet-bg: #f6faf9;
  --fleet-soft-green: #f0faf6;
  --fleet-soft-blue: #f1f8fc;
  --fleet-text: #26353d;
  --fleet-muted: #64747d;
  --fleet-border: rgba(8, 54, 61, .10);
  --fleet-shadow: 0 12px 36px rgba(5, 35, 42, .08);
  color: var(--fleet-text);
  background: var(--fleet-bg);
}

.fleet-reference-body .main {
  background:
    radial-gradient(circle at 8% 22%, rgba(18, 185, 129, .10), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(8, 166, 106, .12), transparent 32%),
    var(--fleet-bg);
}

.fleet-reference-body .site-header {
  min-height: 72px;
}

.fleet-reference-body .nav-shell-client {
  min-height: 72px;
  border-radius: 0;
  border-inline: 0;
  border-top: 0;
  box-shadow: 0 1px 0 rgba(8, 54, 61, .08), 0 10px 32px rgba(5, 35, 42, .04);
}

.fleet-reference-body .nav-menu-client > a[href="mobile-charging-station.html"],
.fleet-reference-body .nav-menu-client > a[href="collaboration.html"],
.fleet-reference-body .nav-actions .nav-cta-request {
  display: none;
}

.fleet-reference-body .nav-menu-client > a[href="index.html"] { order: 1; }
.fleet-reference-body .nav-menu-client > a[href="about-pvg-ev.html"] { order: 2; }
.fleet-reference-body .nav-menu-client > .nav-dropdown { order: 3; }
.fleet-reference-body .nav-menu-client > a[href="fleet-solutions.html"] { order: 4; }
.fleet-reference-body .nav-menu-client > a[href="pilot-programme.html"] { order: 5; }
.fleet-reference-body .nav-menu-client > a[href="insights.html"] { order: 6; }
.fleet-reference-body .nav-menu-client > .mobile-contact-link:not(.mobile-request-link) { order: 7; }

.fleet-reference-body .nav-menu-client > .mobile-contact-link:not(.mobile-request-link) {
  display: inline-flex;
}

.fleet-reference-body .nav-actions {
  gap: 8px;
}

.fleet-reference-body .nav-actions .nav-cta:not(.nav-cta-request) {
  min-height: 42px;
  padding-inline: 18px;
  border-radius: 999px;
}

.fleet-container {
  width: min(100% - 64px, 1320px);
  margin-inline: auto;
}

.fleet-page {
  overflow: hidden;
}

.fleet-hero {
  position: relative;
  min-height: clamp(420px, 36vw, 480px);
  isolation: isolate;
  display: grid;
  align-items: stretch;
  color: #fff;
  background: var(--fleet-navy);
}

.fleet-hero-image,
.fleet-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.fleet-hero-image {
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

.fleet-hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 31, 43, .94) 0%, rgba(7, 31, 43, .82) 34%, rgba(7, 31, 43, .34) 62%, rgba(7, 31, 43, .06) 100%),
    linear-gradient(0deg, rgba(7, 31, 43, .24), rgba(7, 31, 43, .02));
}

.fleet-hero-grid {
  display: grid;
  grid-template-columns: minmax(360px, .44fr) minmax(240px, .56fr);
  gap: 30px;
  align-items: center;
  min-height: inherit;
  padding-block: 74px 44px;
}

.fleet-hero-copy {
  max-width: 560px;
}

.fleet-hero .breadcrumb {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .78);
}

.fleet-hero .breadcrumb a {
  color: #fff;
}

.fleet-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 13px;
  color: var(--fleet-deep);
  font-size: clamp(.72rem, .8vw, .78rem);
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.fleet-hero .fleet-eyebrow {
  color: #86f6cc;
}

.fleet-eyebrow::before {
  content: "";
  width: 32px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.fleet-hero h1 {
  margin: 0;
  max-width: 620px;
  color: #fff;
  font-size: clamp(2.1rem, 4vw, 3.55rem);
  line-height: 1.06;
  letter-spacing: 0;
  font-weight: 820;
}

.fleet-hero-copy > p:not(.fleet-eyebrow, .fleet-trust-line) {
  max-width: 540px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(.98rem, 1.15vw, 1.08rem);
  line-height: 1.62;
}

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

.fleet-trust-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .9);
  font-weight: 750;
}

.fleet-trust-line .pvg-line-icon {
  color: #a9f7d7;
}

.fleet-hero-stats {
  justify-self: end;
  display: grid;
  gap: 12px;
  width: min(250px, 100%);
}

.fleet-hero-stats article {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 16px 42px rgba(2, 20, 28, .18);
  color: var(--fleet-navy);
  backdrop-filter: blur(18px) saturate(1.25);
}

.fleet-hero-stats .pvg-line-icon {
  color: var(--fleet-deep);
}

.fleet-section {
  padding-block: 58px;
}

.fleet-section-soft {
  background: linear-gradient(180deg, rgba(240, 250, 246, .72), rgba(241, 248, 252, .64));
}

.fleet-section-heading {
  max-width: 720px;
  margin-bottom: 24px;
}

.fleet-section-heading h2,
.fleet-coverage-copy h2,
.fleet-final-cta h2 {
  margin: 0;
  color: #101a2d;
  font-size: clamp(1.65rem, 2.35vw, 2.1rem);
  line-height: 1.13;
  letter-spacing: 0;
  font-weight: 820;
}

.fleet-section-heading p:not(.fleet-eyebrow),
.fleet-coverage-copy p,
.fleet-final-cta p {
  margin: 14px 0 0;
  color: var(--fleet-muted);
  font-size: clamp(.95rem, 1vw, 1.04rem);
  line-height: 1.64;
}

.fleet-challenge-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.fleet-challenge-card,
.fleet-benefit-card {
  min-height: 174px;
  padding: 20px;
  border: 1px solid var(--fleet-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--fleet-shadow);
  backdrop-filter: blur(18px) saturate(1.2);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.fleet-challenge-card:hover,
.fleet-benefit-card:hover,
.fleet-solution-card:hover,
.fleet-usecase-card:hover {
  transform: translateY(-4px);
  border-color: rgba(18, 185, 129, .28);
  box-shadow: 0 18px 52px rgba(5, 35, 42, .12);
}

.fleet-challenge-card .pvg-line-icon,
.fleet-benefit-card .pvg-line-icon,
.fleet-solution-card .pvg-line-icon {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
  margin-bottom: 16px;
  border-radius: 14px;
  color: var(--fleet-deep);
  background: linear-gradient(135deg, rgba(18, 185, 129, .14), rgba(8, 166, 106, .14));
}

.fleet-challenge-card h3,
.fleet-benefit-card h3,
.fleet-solution-card h3,
.fleet-usecase-card h3,
.fleet-timeline h3 {
  margin: 0;
  color: #101a2d;
  font-size: clamp(1.02rem, 1.1vw, 1.2rem);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

.fleet-challenge-card p,
.fleet-benefit-card p,
.fleet-solution-card p,
.fleet-usecase-card p,
.fleet-timeline p {
  margin: 9px 0 0;
  color: var(--fleet-muted);
  font-size: .95rem;
  line-height: 1.55;
}

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

.fleet-solution-card {
  position: relative;
  display: grid;
  grid-template-rows: 190px auto;
  min-height: 390px;
  overflow: hidden;
  padding: 0 20px 20px;
  color: inherit;
  text-decoration: none;
  border: 1px solid var(--fleet-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, .86);
  box-shadow: var(--fleet-shadow);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.fleet-solution-card img {
  width: calc(100% + 40px);
  height: 190px;
  margin-inline: -20px;
  object-fit: cover;
  transition: transform .28s ease;
}

.fleet-solution-card:hover img {
  transform: scale(1.045);
}

.fleet-solution-card .pvg-line-icon {
  margin-top: -22px;
  margin-bottom: 14px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(5, 35, 42, .12);
}

.fleet-solution-card strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  color: var(--fleet-deep);
  font-size: .88rem;
  font-weight: 850;
}

.fleet-solution-card strong::after,
.fleet-usecase-card span::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.fleet-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fleet-timeline::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, rgba(18, 185, 129, .35), rgba(8, 166, 106, .35));
}

.fleet-timeline li {
  position: relative;
  z-index: 1;
  min-height: 158px;
  padding: 0 8px;
}

.fleet-timeline span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  border: 6px solid #e9fbf4;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--fleet-green), var(--fleet-blue));
  font-weight: 850;
  box-shadow: 0 12px 26px rgba(18, 185, 129, .22);
}

.fleet-coverage-panel {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(320px, 1fr) minmax(240px, .72fr);
  gap: 22px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(18, 185, 129, .14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 62% 30%, rgba(8, 166, 106, .14), transparent 34%),
    linear-gradient(135deg, rgba(240, 250, 246, .92), rgba(241, 248, 252, .92));
  box-shadow: 0 18px 60px rgba(5, 35, 42, .08);
}

.fleet-map-card {
  margin: 0;
  padding: 14px;
  border: 1px solid var(--fleet-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, .76);
  box-shadow: var(--fleet-shadow);
}

.fleet-map-card img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  border-radius: 16px;
}

.fleet-map-card figcaption {
  margin-top: 10px;
  color: var(--fleet-muted);
  font-size: .86rem;
  line-height: 1.45;
}

.fleet-stat-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 22px;
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--fleet-shadow);
}

.fleet-stat-card article {
  min-height: 116px;
  padding: 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(240, 250, 246, .9), rgba(241, 248, 252, .9));
}

.fleet-stat-card strong {
  display: block;
  margin-top: 8px;
  color: #101a2d;
  font-size: 1.45rem;
  line-height: 1.05;
  font-weight: 850;
}

.fleet-stat-card span:not(.pvg-line-icon) {
  display: block;
  margin-top: 5px;
  color: var(--fleet-muted);
  font-size: .86rem;
  font-weight: 750;
}

.fleet-lower-section {
  padding-top: 48px;
}

.fleet-lower-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
  gap: 28px;
  align-items: start;
}

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

.fleet-benefit-card {
  min-height: 168px;
}

.fleet-success-heading {
  margin-top: 42px;
}

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

.fleet-usecase-card {
  overflow: hidden;
  border: 1px solid var(--fleet-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--fleet-shadow);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.fleet-usecase-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.fleet-usecase-card div {
  padding: 18px;
}

.fleet-usecase-card span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  color: var(--fleet-deep);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.fleet-form-panel {
  position: sticky;
  top: 94px;
}

.fleet-assessment-form {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 62px rgba(5, 35, 42, .12);
}

.fleet-form-heading {
  margin-bottom: 18px;
}

.fleet-form-heading h2 {
  margin: 0;
  color: #101a2d;
  font-size: clamp(1.15rem, 1.4vw, 1.35rem);
  line-height: 1.22;
}

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

.fleet-assessment-form .form-full,
.fleet-submit,
.fleet-assessment-form .form-status,
.fleet-form-success {
  grid-column: 1 / -1;
}

.fleet-assessment-form label {
  font-size: .82rem;
  font-weight: 800;
}

.fleet-assessment-form input,
.fleet-assessment-form select,
.fleet-assessment-form textarea {
  min-height: 48px;
  border-radius: 13px;
  font-size: .95rem;
}

.fleet-assessment-form textarea {
  min-height: 118px;
}

.fleet-submit {
  width: 100%;
  margin-top: 16px;
  gap: 8px;
  border: 0;
  background: linear-gradient(135deg, var(--fleet-green), var(--fleet-blue));
}

.fleet-submit .pvg-line-icon {
  color: #fff;
}

.fleet-form-success {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid rgba(18, 185, 129, .24);
  border-radius: 16px;
  background: rgba(240, 250, 246, .9);
}

.fleet-form-success strong {
  color: var(--fleet-deep);
}

.fleet-form-success p {
  margin: 7px 0 12px;
  color: var(--fleet-muted);
  font-size: .92rem;
  line-height: 1.5;
}

.fleet-final-section {
  padding-top: 10px;
}

.fleet-final-cta {
  position: relative;
  min-height: 172px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 28px 34px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(120deg, rgba(7, 31, 43, .98), rgba(7, 134, 106, .94));
  box-shadow: 0 22px 58px rgba(7, 31, 43, .18);
}

.fleet-final-cta > *:not(img) {
  position: relative;
  z-index: 1;
}

.fleet-final-cta .fleet-eyebrow,
.fleet-final-cta h2,
.fleet-final-cta p {
  color: #fff;
}

.fleet-final-cta p {
  max-width: 610px;
  color: rgba(255, 255, 255, .84);
}

.fleet-final-cta img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(43%, 520px);
  height: 100%;
  object-fit: cover;
  opacity: .32;
  mix-blend-mode: screen;
}

.fleet-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.fleet-reference-body .button-ghost-light {
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

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

  .fleet-lower-grid,
  .fleet-coverage-panel {
    grid-template-columns: 1fr;
  }

  .fleet-form-panel {
    position: static;
  }

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

@media (max-width: 980px) {
  .fleet-container {
    width: min(100% - 48px, 1320px);
  }

  .fleet-hero-grid {
    grid-template-columns: 1fr;
    align-content: end;
  }

  .fleet-hero-stats {
    justify-self: start;
    width: min(100%, 560px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fleet-solution-grid,
  .fleet-benefit-grid,
  .fleet-usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .fleet-timeline::before {
    display: none;
  }

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

@media (max-width: 720px) {
  .fleet-container {
    width: min(100% - 32px, 1320px);
  }

  .fleet-reference-body .nav-menu-client > a[href="mobile-charging-station.html"],
  .fleet-reference-body .nav-menu-client > a[href="collaboration.html"],
  .fleet-reference-body .nav-actions .nav-cta-request {
    display: flex;
  }

  .fleet-hero {
    min-height: 620px;
  }

  .fleet-hero-overlay {
    background:
      linear-gradient(180deg, rgba(7, 31, 43, .96) 0%, rgba(7, 31, 43, .72) 54%, rgba(7, 31, 43, .30) 100%),
      linear-gradient(90deg, rgba(7, 31, 43, .86), rgba(7, 31, 43, .20));
  }

  .fleet-hero-grid {
    padding-block: 104px 34px;
  }

  .fleet-hero h1 {
    font-size: clamp(2.1rem, 10vw, 2.55rem);
  }

  .fleet-hero-actions,
  .fleet-final-actions {
    display: grid;
  }

  .fleet-hero-actions .button,
  .fleet-final-actions .button {
    width: 100%;
  }

  .fleet-hero-stats,
  .fleet-challenge-grid,
  .fleet-solution-grid,
  .fleet-benefit-grid,
  .fleet-usecase-grid,
  .fleet-form-grid,
  .fleet-final-cta {
    grid-template-columns: 1fr;
  }

  .fleet-section {
    padding-block: 40px;
  }

  .fleet-challenge-card,
  .fleet-benefit-card {
    min-height: 0;
  }

  .fleet-solution-card {
    min-height: 0;
  }

  .fleet-timeline {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .fleet-timeline li {
    min-height: 0;
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 14px;
    padding: 0;
  }

  .fleet-timeline span {
    grid-row: span 2;
    margin: 0;
  }

  .fleet-coverage-panel,
  .fleet-assessment-form,
  .fleet-final-cta {
    padding: 22px;
    border-radius: 20px;
  }

  .fleet-final-cta {
    min-height: 0;
  }

  .fleet-final-cta img {
    width: 100%;
    opacity: .16;
  }
}

@media (max-width: 460px) {
  .fleet-hero-stats,
  .fleet-stat-card {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-scene-glow,
  .contact-mobile-unit,
  .contact-visual-energy,
  .contact-pulse-dot,
  .map-ring {
    animation: none !important;
  }

  .contact-action-card,
  .contact-category-panel button,
  .contact-form-premium {
    transition: none !important;
  }
}

/* 2026-07-19 final PVG-EV unified public-site design system. */
:root {
  --pvg-primary: #10B981;
  --pvg-primary-dark: #059669;
  --pvg-primary-soft: #D1FAE5;
  --pvg-teal: #0D9488;
  --pvg-teal-dark: #0F766E;
  --pvg-teal-soft: #CCFBF1;
  --pvg-blue: #0EA5E9;
  --pvg-blue-dark: #0284C7;
  --pvg-blue-soft: #E0F2FE;
  --pvg-navy: #0F172A;
  --pvg-navy-soft: #16283A;
  --pvg-dark: #071821;
  --pvg-background: #F8FAFC;
  --pvg-background-soft: #F1F5F9;
  --pvg-surface: #FFFFFF;
  --pvg-text-primary: #0F172A;
  --pvg-text-secondary: #475569;
  --pvg-text-muted: #64748B;
  --pvg-border: #E2E8F0;
  --pvg-border-strong: #CBD5E1;
  --pvg-success: #16A34A;
  --pvg-warning: #F59E0B;
  --pvg-error: #DC2626;
  --pvg-gradient-brand: linear-gradient(135deg, #10B981 0%, #0D9488 48%, #0EA5E9 100%);
  --pvg-gradient-dark: linear-gradient(135deg, #071821 0%, #0B2530 55%, #0F3140 100%);
  --pvg-ambient:
    radial-gradient(circle at top left, rgba(16, 185, 129, .11), transparent 36%),
    radial-gradient(circle at top right, rgba(14, 165, 233, .11), transparent 36%);
  --pvg-card-shadow: 0 12px 32px rgba(15, 23, 42, .06);
  --pvg-card-shadow-hover: 0 20px 44px rgba(15, 23, 42, .1);
  --pvg-glass-bg: rgba(255, 255, 255, .74);
  --pvg-glass-border: rgba(255, 255, 255, .7);
  --pvg-glass-dark-bg: rgba(7, 24, 33, .74);
  --pvg-radius-card: 20px;
  --pvg-radius-panel: 24px;
  --pvg-radius-control: 14px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 40px;
  --space-8: 48px;
  --space-9: 64px;
  --space-10: 80px;
  --text-xs: .75rem;
  --text-sm: .875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.25rem;
  --text-xl: 1.5rem;
  --text-2xl: 2rem;
  --text-3xl: clamp(2.15rem, 4vw, 3rem);
  --text-hero: clamp(2.2rem, 4.2vw, 3.45rem);
  --green: var(--pvg-primary);
  --green-dark: var(--pvg-primary-dark);
  --green-soft: var(--pvg-primary-soft);
  --blue: var(--pvg-blue);
  --blue-dark: var(--pvg-blue-dark);
  --ink: var(--pvg-text-primary);
  --text: var(--pvg-text-secondary);
  --muted: var(--pvg-text-muted);
  --line: var(--pvg-border);
  --soft: var(--pvg-background);
  --white: var(--pvg-surface);
  --danger: var(--pvg-error);
  --shadow: var(--pvg-card-shadow-hover);
  --shadow-soft: var(--pvg-card-shadow);
}

body {
  background:
    var(--pvg-ambient),
    linear-gradient(180deg, var(--pvg-background) 0%, #FFFFFF 42%, #F7FCFA 100%) !important;
  color: var(--pvg-text-primary);
}

.pvg-container,
.hero-shell,
.section-shell,
.station-wide-shell,
.solutions-wide-shell,
.request-shell,
.contact-wide-shell,
.article-shell,
.footer-shell {
  width: min(100% - 40px, 1240px);
}

.section,
.trust-strip-section,
.quick-contact-section,
.contact-assurance-section,
.contact-faq-section {
  padding-block: clamp(40px, 5vw, 72px) !important;
}

.section-soft,
.cinematic-process-section,
.pilot-ecosystem-section,
.solutions-journey-section,
.insights-engagement-section,
.station-workflow-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(16, 185, 129, .08), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(14, 165, 233, .08), transparent 32%),
    var(--pvg-background-soft) !important;
}

:where(.page-hero, .client-page-hero, .solutions-hero, .station-hero-v3, .request-hero, .pilot-hero-v2, .home-cinematic .home-cinematic-hero, .insights-hub-hero, .contact-hero-premium) {
  background:
    var(--pvg-ambient),
    linear-gradient(135deg, #FFFFFF 0%, #F7FCFA 54%, #EEF8FF 100%) !important;
}

:where(.page-hero, .client-page-hero, .solutions-hero, .station-hero-v3, .request-hero, .pilot-hero-v2, .home-cinematic .home-cinematic-hero, .insights-hub-hero) {
  min-height: auto !important;
  padding-bottom: clamp(34px, 5vw, 64px) !important;
}

:where(.home-compact .hero-copy-wrap h1, .client-hero .hero-copy-wrap h1, .premium-hero h1) {
  font-size: var(--text-hero) !important;
  line-height: 1.04 !important;
  max-width: 720px;
}

:where(main h1, .page-hero h1, .station-hero-copy-v3 h1, .solutions-hero-copy h1, .request-hero-copy h1, .article-hero h1, .insights-hero-copy h1, .contact-hero-copy h1) {
  color: var(--pvg-navy) !important;
  font-size: clamp(2rem, 3.25vw, 3.125rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

:where(main h2, .section-heading h2, .cta-inner h2, .station-cta-panel-v2 h2, .solutions-portal-cta h2, .contact-final-panel h2) {
  color: var(--pvg-navy) !important;
  font-size: clamp(1.5rem, 2.2vw, 2.125rem) !important;
  line-height: 1.14 !important;
}

:where(main h3, .info-card h3, .detail-card h3, .solution-category-card h3, .station-application-card-v2 h3, .insight-card h3, .contact-action-card strong) {
  color: var(--pvg-navy);
  font-size: clamp(1.02rem, 1.2vw, 1.25rem) !important;
}

:where(p, li, dd, dt, input, select, textarea, summary, figcaption, .page-lead, .hero-copy, .section-heading p) {
  color: var(--pvg-text-secondary);
}

.eyebrow,
.breadcrumb,
.status-pill,
.solution-status,
.article-meta-row,
.category-badge {
  color: var(--pvg-teal-dark) !important;
}

.eyebrow::before {
  background: currentColor !important;
}

:where(.button, .nav-cta, .form-submit, .geo-button, .quick-enquiry-button, .mobile-action-bar a, .footer-newsletter button) {
  min-height: 48px;
  border-radius: 14px !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button-primary,
.nav-cta-request,
.contact-submit-button,
.quick-enquiry-button,
.footer-newsletter button,
.mobile-action-bar a:first-child {
  border: 0 !important;
  color: #FFFFFF !important;
  background: var(--pvg-gradient-brand) !important;
  box-shadow: 0 14px 28px rgba(16, 185, 129, .2) !important;
}

:where(.button-primary, .nav-cta-request, .contact-submit-button, .quick-enquiry-button, .footer-newsletter button):hover,
:where(.button-primary, .nav-cta-request, .contact-submit-button, .quick-enquiry-button, .footer-newsletter button):focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(14, 165, 233, .22) !important;
}

.button-secondary,
.nav-actions .nav-cta:not(.nav-cta-request),
.geo-button,
.button-text-link {
  border: 1px solid var(--pvg-border) !important;
  color: var(--pvg-navy) !important;
  background: rgba(255, 255, 255, .9) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05) !important;
}

.button-ghost-light {
  border-color: rgba(255, 255, 255, .24) !important;
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, .08) !important;
}

:where(.button, .nav-link, .dropdown-link, .nav-cta, .filter-chip, .contact-category-panel button, .contact-action-card, input, select, textarea, summary, .faq-item button):focus-visible {
  outline: 3px solid rgba(14, 165, 233, .32) !important;
  outline-offset: 3px;
}

:where(.mini-stat, .info-card, .detail-card, .team-card, .rich-card, .service-card, .solution-category-card, .station-application-card-v2, .station-benefit-card, .workflow-step, .insight-card, .insight-resource-panel, .request-form-card, .request-progress-panel, .contact-assistance-panel, .contact-form-premium, .contact-trust-panel, .contact-service-focus, .contact-action-card, .faq-item) {
  border: 1px solid var(--pvg-border) !important;
  border-radius: var(--pvg-radius-card) !important;
  background: var(--pvg-surface) !important;
  box-shadow: var(--pvg-card-shadow) !important;
}

:where(.info-card, .detail-card, .team-card, .rich-card, .service-card, .solution-category-card, .station-application-card-v2, .insight-card, .contact-action-card):hover {
  transform: translateY(-4px);
  border-color: rgba(13, 148, 136, .32) !important;
  box-shadow: var(--pvg-card-shadow-hover) !important;
}

:where(.contact-hero-copy, .contact-hero-visual, .contact-category-panel, .visual-status-card, .journey-status-card, .journey-alert-card, .journey-complete-card, .request-visual-card, .featured-insight-card, .insights-filter-shell, .station-cta-panel-v2, .solution-finder-card, .pilot-ecosystem-card) {
  border: 1px solid var(--pvg-glass-border) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(248, 250, 252, .64)),
    var(--pvg-glass-bg) !important;
  box-shadow: 0 20px 60px rgba(15, 23, 42, .08) !important;
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
}

:where(.charging-story-panel, .station-hero-visual-v3, .solutions-ecosystem, .request-hero-visual, .insights-hero-visual) {
  background: var(--pvg-gradient-dark) !important;
  border-color: rgba(255, 255, 255, .1) !important;
  box-shadow: 0 24px 56px rgba(7, 24, 33, .18) !important;
}

.nav-shell-client {
  border: 1px solid rgba(226, 232, 240, .82) !important;
  border-radius: 18px !important;
  background: rgba(248, 250, 252, .9) !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .08), inset 0 1px 0 rgba(255, 255, 255, .9) !important;
  backdrop-filter: blur(16px) saturate(1.2) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.2) !important;
}

.nav-menu-client > .nav-link,
.nav-menu-client > .nav-dropdown > .dropdown-toggle {
  border-radius: 12px !important;
  color: var(--pvg-navy) !important;
  text-transform: none !important;
  font-weight: 820 !important;
}

.nav-menu-client > .nav-link:hover,
.nav-menu-client > .nav-link:focus-visible,
.nav-menu-client > .nav-link.is-active,
.nav-menu-client > .nav-dropdown:hover > .dropdown-toggle,
.nav-menu-client > .nav-dropdown:focus-within > .dropdown-toggle,
.nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle {
  color: var(--pvg-primary-dark) !important;
  background: var(--pvg-primary-soft) !important;
  box-shadow: none !important;
}

.dropdown-caret {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

.dropdown-menu {
  border: 1px solid var(--pvg-border) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 22px 52px rgba(15, 23, 42, .12) !important;
}

.dropdown-link {
  color: var(--pvg-text-secondary) !important;
  text-transform: none !important;
}

.brand-text strong {
  color: var(--pvg-primary-dark) !important;
}

.brand-mark {
  color: var(--pvg-primary) !important;
}

input,
select,
textarea,
.contact-form-premium input,
.contact-form-premium select,
.contact-form-premium textarea,
.request-form input,
.request-form select,
.request-form textarea {
  min-height: 48px !important;
  border: 1px solid var(--pvg-border-strong) !important;
  border-radius: var(--pvg-radius-control) !important;
  color: var(--pvg-text-primary) !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
}

input:focus,
select:focus,
textarea:focus,
.contact-form-premium input:focus,
.contact-form-premium select:focus,
.contact-form-premium textarea:focus,
.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
  border-color: var(--pvg-blue) !important;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, .14) !important;
}

.is-invalid,
.contact-form input.is-invalid,
.contact-form select.is-invalid,
.contact-form textarea.is-invalid,
.request-form input.is-invalid,
.request-form select.is-invalid,
.request-form textarea.is-invalid {
  border-color: var(--pvg-error) !important;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, .1) !important;
}

.field-error,
.geo-status.is-error,
.form-status.is-error {
  color: var(--pvg-error) !important;
}

.form-status.is-success,
.geo-status.is-success {
  color: var(--pvg-success) !important;
}

.contact-action-arrow::before,
.insight-card-link span::before,
.button-text-link::after,
.card-link::after,
.cta-text-link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.contact-action-arrow {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
}

.pvg-line-icon,
.contact-action-icon,
.contact-category-panel button span,
.direct-contact-list span,
.contact-trust-list span {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  color: var(--pvg-primary-dark);
}

.pvg-line-icon::before,
.pvg-line-icon::after,
.social-icon::before,
.social-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.pvg-line-icon::before {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 7px;
}

.pvg-line-icon::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--pvg-blue);
  border-right: 2px solid var(--pvg-blue);
  transform: rotate(45deg);
}

.icon-charge::before,
.icon-submit::before,
.icon-loading::before {
  width: 12px;
  height: 20px;
  border-radius: 5px;
}

.icon-charge::after,
.icon-submit::after {
  width: 9px;
  height: 14px;
  border: 0;
  background: currentColor;
  clip-path: polygon(58% 0, 10% 52%, 45% 52%, 32% 100%, 92% 38%, 55% 38%);
  transform: none;
}

.icon-loading::after {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(14, 165, 233, .3);
  border-top-color: currentColor;
  border-radius: 999px;
  animation: pvgIconSpin .8s linear infinite;
  transform: none;
}

.icon-fleet::before {
  width: 20px;
  height: 16px;
  border-radius: 4px;
  box-shadow: -7px 7px 0 -3px currentColor, 7px 7px 0 -3px currentColor;
}

.icon-apartment::before,
.icon-commercial::before {
  width: 18px;
  height: 20px;
  border-radius: 3px;
  background:
    linear-gradient(currentColor, currentColor) 5px 5px / 3px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 11px 5px / 3px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 5px 11px / 3px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 11px 11px / 3px 3px no-repeat;
}

.icon-maintenance::before {
  border-radius: 999px;
}

.icon-maintenance::after {
  width: 16px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: var(--pvg-blue);
  transform: rotate(-35deg);
}

.icon-technology::before {
  border-radius: 999px;
}

.icon-technology::after {
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: var(--pvg-blue);
  box-shadow: -8px 0 0 currentColor, 8px 0 0 currentColor;
  transform: none;
}

.icon-pilot::before,
.icon-location::before {
  width: 17px;
  height: 17px;
  border-radius: 999px 999px 999px 2px;
  transform: rotate(-45deg);
}

.icon-pilot::after,
.icon-location::after {
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: var(--pvg-blue);
  transform: none;
}

.icon-mail::before {
  width: 20px;
  height: 15px;
  border-radius: 4px;
}

.icon-mail::after {
  width: 14px;
  height: 14px;
  border-left: 2px solid var(--pvg-blue);
  border-bottom: 2px solid var(--pvg-blue);
  border-top: 0;
  border-right: 0;
  transform: translateY(-3px) rotate(-45deg);
}

.icon-phone::before {
  width: 18px;
  height: 18px;
  border-width: 3px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.icon-chat::before {
  width: 20px;
  height: 16px;
  border-radius: 9px;
}

.icon-chat::after {
  left: 16px;
  bottom: 3px;
  width: 7px;
  height: 7px;
  border: 0;
  background: currentColor;
  clip-path: polygon(0 0, 100% 40%, 0 100%);
  transform: none;
}

.icon-time::before {
  border-radius: 999px;
}

.icon-time::after {
  width: 7px;
  height: 7px;
  border-top: 0;
  border-left: 2px solid var(--pvg-blue);
  border-bottom: 2px solid var(--pvg-blue);
  border-right: 0;
  transform: translate(2px, -2px);
}

.icon-check::before {
  border-radius: 999px;
  background: var(--pvg-gradient-brand);
  border: 0;
}

.icon-check::after {
  width: 9px;
  height: 5px;
  border-top: 0;
  border-right: 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(1px, -1px);
}

.icon-response::before,
.icon-strategy::before {
  border-radius: 999px;
}

.icon-response::after,
.icon-strategy::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--pvg-blue);
  border-right: 2px solid var(--pvg-blue);
  transform: rotate(-45deg);
}

.contact-category-panel button.is-selected .pvg-line-icon,
.contact-submit-button .pvg-line-icon,
.button-primary .pvg-line-icon {
  color: #FFFFFF;
}

.contact-category-panel button.is-selected .pvg-line-icon::after,
.contact-submit-button .pvg-line-icon::after,
.button-primary .pvg-line-icon::after {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}

.footer-social {
  align-items: center;
}

.footer-social a,
.footer-social-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  padding: 0 11px 0 8px;
  color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .06);
  font-size: .82rem;
  font-weight: 760;
}

.footer-social-item.is-disabled,
.footer-unverified {
  opacity: .72;
  cursor: not-allowed;
}

.social-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  color: #06231f;
  background: var(--pvg-gradient-brand);
}

.social-icon-linkedin::before {
  content: "in";
  position: static;
  color: #06231f;
  font-size: .72rem;
  font-weight: 950;
}

.social-icon-facebook::before {
  content: "f";
  position: static;
  color: #06231f;
  font-size: .78rem;
  font-weight: 950;
}

.social-icon-youtube::before {
  left: 8px;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #06231f;
}

.social-icon-instagram::before {
  width: 12px;
  height: 12px;
  border: 2px solid #06231f;
  border-radius: 5px;
}

.social-icon-instagram::after {
  right: 6px;
  top: 6px;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: #06231f;
}

.site-footer {
  background:
    radial-gradient(circle at 12% 16%, rgba(16, 185, 129, .18), transparent 28%),
    radial-gradient(circle at 86% 8%, rgba(14, 165, 233, .16), transparent 28%),
    var(--pvg-gradient-dark) !important;
}

.site-footer :where(.footer-column h2, .footer-brand .brand-text strong) {
  color: #FFFFFF !important;
}

.footer-column a,
.footer-static,
.footer-brand p,
.footer-note,
.footer-bottom {
  color: rgba(255, 255, 255, .72) !important;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: #FFFFFF !important;
}

.quick-enquiry-button {
  border-radius: 16px !important;
}

.mobile-action-bar {
  border: 1px solid rgba(226, 232, 240, .9) !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 16px 44px rgba(15, 23, 42, .14) !important;
  backdrop-filter: blur(16px);
}

@keyframes pvgIconSpin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1024px) {
  .section,
  .trust-strip-section,
  .quick-contact-section,
  .contact-assurance-section,
  .contact-faq-section {
    padding-block: clamp(34px, 5vw, 56px) !important;
  }

  .nav-shell-client {
    width: min(100% - 24px, 1240px) !important;
  }
}

@media (max-width: 640px) {
  :root {
    --text-hero: clamp(2rem, 8vw, 2.125rem);
  }

  .pvg-container,
  .hero-shell,
  .section-shell,
  .station-wide-shell,
  .solutions-wide-shell,
  .request-shell,
  .contact-wide-shell,
  .article-shell,
  .footer-shell {
    width: min(100% - 24px, 366px) !important;
  }

  .section,
  .trust-strip-section,
  .quick-contact-section,
  .contact-assurance-section,
  .contact-faq-section {
    padding-block: 40px !important;
  }

  :where(main h1, .page-hero h1, .station-hero-copy-v3 h1, .solutions-hero-copy h1, .request-hero-copy h1, .article-hero h1, .insights-hero-copy h1, .contact-hero-copy h1) {
    font-size: clamp(1.8rem, 7vw, 2.125rem) !important;
  }

  :where(.contact-hero-copy, .contact-hero-visual, .contact-category-panel, .contact-assistance-panel, .contact-form-premium, .contact-trust-panel, .contact-service-focus, .contact-final-panel, .request-form-card, .request-progress-panel, .page-hero-inner) {
    border-radius: 18px !important;
  }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  :where(.contact-hero-copy, .contact-hero-visual, .contact-category-panel, .visual-status-card, .journey-status-card, .request-visual-card, .featured-insight-card, .insights-filter-shell, .nav-shell-client) {
    background: #FFFFFF !important;
  }
}

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

/* Release-readiness control sizing: compact visuals with accessible hit areas. */
.nav-menu-client > .nav-link,
.nav-menu-client > .dropdown > .nav-link,
.filter-chip,
.footer-newsletter button,
.cookie-consent .button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.filter-chip {
  padding-block: .6rem;
}

.footer-newsletter button {
  padding-block: .75rem;
}

.cookie-consent .button {
  padding-block: .7rem;
}

.nav-menu-client > .nav-dropdown > .dropdown-toggle,
.nav-link.dropdown-toggle {
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.cookie-consent .button,
.cookie-consent .button.button-primary {
  min-height: 44px !important;
  height: auto !important;
  padding-block: .7rem !important;
}

@media (min-width: 1321px) {
  .nav-menu-client > .mobile-contact-link {
    display: none !important;
  }
}

/* Keep motion available while respecting the visitor's operating-system preference. */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
  }
}

.reveal,
.reveal.is-visible,
.reveal-scale,
.reveal-slide-left,
.reveal-slide-right {
  opacity: 1 !important;
  transform: none !important;
}

.hero-atmosphere,
.charging-journey-scene,
.operational-glow,
.operational-grid,
.operational-route,
.operational-route-light,
.operational-car,
.operational-unit,
.operational-cable,
.operational-energy,
.operational-battery,
.operational-label,
.insight-glow,
.insight-particle,
.insight-road,
.insight-car,
.insight-truck,
.insight-cable,
.insight-energy {
  display: none !important;
}

.realtime-photo-panel {
  position: relative;
  min-height: clamp(360px, 44vw, 620px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: 28px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(240, 249, 255, .56)),
    rgba(255, 255, 255, .7) !important;
  box-shadow:
    0 36px 90px rgba(7, 24, 33, .16),
    inset 0 1px 0 rgba(255, 255, 255, .82) !important;
  backdrop-filter: blur(24px) saturate(1.45) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.45) !important;
}

.realtime-photo-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 24, 33, .08), rgba(7, 24, 33, .36)),
    radial-gradient(circle at 18% 18%, rgba(14, 165, 233, .22), transparent 34%),
    radial-gradient(circle at 88% 72%, rgba(16, 185, 129, .18), transparent 30%);
  pointer-events: none;
}

.realtime-photo-panel::after {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 22px;
  pointer-events: none;
}

.realtime-photo-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.02);
}

.hero-realtime-panel img,
.product-realtime-panel img {
  object-position: 56% 50%;
}

.photo-glass-caption,
.photo-glass-stack > div,
.photo-counter-panel,
.visual-status-card,
.contact-visual-card,
.request-visual-card,
.pilot-map-card {
  border: 1px solid rgba(255, 255, 255, .62) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .84), rgba(255, 255, 255, .56)),
    rgba(255, 255, 255, .62) !important;
  box-shadow:
    0 18px 44px rgba(7, 24, 33, .14),
    inset 0 1px 0 rgba(255, 255, 255, .86) !important;
  backdrop-filter: blur(22px) saturate(1.55) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.55) !important;
}

.photo-glass-caption {
  position: absolute;
  left: clamp(18px, 3vw, 34px);
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 4;
  display: grid;
  gap: 7px;
  border-radius: 20px;
  padding: clamp(16px, 2.4vw, 24px);
}

.photo-glass-caption span,
.photo-glass-stack small {
  color: var(--pvg-teal-dark) !important;
  font-size: var(--font-label, .78rem) !important;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .04em !important;
}

.photo-glass-caption strong {
  color: var(--pvg-navy) !important;
  font-size: clamp(1.05rem, 1.6vw, 1.45rem) !important;
  line-height: 1.18;
}

.photo-glass-stack {
  position: absolute;
  top: clamp(18px, 3vw, 30px);
  right: clamp(18px, 3vw, 30px);
  z-index: 5;
  display: grid;
  gap: 10px;
  width: min(330px, calc(100% - 36px));
}

.photo-glass-stack > div {
  display: grid;
  gap: 4px;
  border-radius: 16px;
  padding: 13px 15px;
}

.photo-glass-stack strong {
  color: var(--pvg-navy);
  font-size: clamp(.9rem, 1.2vw, 1.05rem);
  line-height: 1.24;
}

.photo-counter-panel {
  position: absolute !important;
  left: clamp(18px, 3vw, 30px);
  right: clamp(18px, 3vw, 30px);
  bottom: clamp(18px, 3vw, 30px);
  z-index: 5;
  border-radius: 20px !important;
  padding: 14px !important;
}

.insights-realtime-panel .photo-glass-caption {
  bottom: auto;
  top: clamp(18px, 3vw, 30px);
  right: clamp(18px, 3vw, 30px);
  max-width: 480px;
}

.contact-hero-visual,
.request-hero-visual,
.pilot-map-visual {
  position: relative;
  overflow: hidden;
  border-radius: 28px !important;
  background:
    linear-gradient(180deg, rgba(7, 24, 33, .02), rgba(7, 24, 33, .28)),
    url("public/assets/pvg-ev/chargers/charging-cable.webp") center / cover no-repeat !important;
  box-shadow: 0 32px 86px rgba(7, 24, 33, .14), inset 0 1px 0 rgba(255, 255, 255, .8) !important;
  backdrop-filter: blur(22px) saturate(1.4);
}

.request-hero-visual {
  background:
    linear-gradient(180deg, rgba(7, 24, 33, .02), rgba(7, 24, 33, .28)),
    url("public/assets/pvg-ev/chargers/pvg-ev-commercial-charger.webp") center / cover no-repeat !important;
}

.pilot-map-visual {
  background:
    linear-gradient(180deg, rgba(7, 24, 33, .02), rgba(7, 24, 33, .28)),
    url("public/assets/pvg-ev/commercial/office-charging.webp") center / cover no-repeat !important;
}

.contact-hero-visual > span:not(.contact-visual-card),
.request-hero-visual > span:not(.request-visual-card),
.pilot-map-visual > span:not(.pilot-map-card) {
  display: none !important;
}

:where(.hero-copy-wrap, .trust-strip, .use-case-grid article, .pilot-ecosystem-card, .station-copy-panel, .station-application-card-v2, .station-benefit-group, .station-comparison-panel, .workflow-step, .featured-insight-card, .insight-card, .insights-filter-shell, .insight-resource-panel, .contact-form-premium, .contact-assistance-panel, .contact-category-panel, .request-form-card, .request-progress-panel, .cta-inner) {
  border: 1px solid rgba(255, 255, 255, .66) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .84), rgba(255, 255, 255, .58)),
    rgba(255, 255, 255, .68) !important;
  box-shadow:
    0 22px 60px rgba(7, 24, 33, .08),
    inset 0 1px 0 rgba(255, 255, 255, .9) !important;
  backdrop-filter: blur(20px) saturate(1.38) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.38) !important;
}

.station-mobile-scene {
  border: 1px solid rgba(255, 255, 255, .66) !important;
  background: rgba(255, 255, 255, .7) !important;
  backdrop-filter: blur(18px) saturate(1.35) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.35) !important;
}

.station-mobile-scene img,
.featured-insight-media img,
.insight-card-media img {
  object-fit: cover;
  filter: saturate(1.06) contrast(1.02);
}

@media (max-width: 760px) {
  .realtime-photo-panel {
    min-height: 420px;
    border-radius: 22px !important;
  }

  .photo-glass-stack {
    position: relative;
    inset: auto;
    z-index: 6;
    width: auto;
    padding: 16px;
  }

  .photo-glass-caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    border-radius: 16px;
  }

  .insights-realtime-panel .photo-glass-caption {
    top: 14px;
  }
}

@media (max-width: 1320px) {
  .nav-shell-client {
    grid-template-columns: minmax(0, 1fr) 48px !important;
    position: relative;
    padding-right: 72px !important;
  }

  .nav-toggle {
    display: inline-flex !important;
    position: absolute;
    top: 50%;
    right: 13px;
    z-index: 8;
    transform: translateY(-50%);
    width: 46px !important;
    height: 46px !important;
    justify-self: end;
    border: 1px solid rgba(8, 166, 106, .22) !important;
    border-radius: 14px !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(240, 250, 255, .78)),
      rgba(255, 255, 255, .82) !important;
    color: var(--pvg-navy, #0B1220) !important;
    box-shadow:
      0 12px 26px rgba(7, 24, 33, .1),
      inset 0 1px 0 rgba(255, 255, 255, .92) !important;
    backdrop-filter: blur(18px) saturate(1.35);
    -webkit-backdrop-filter: blur(18px) saturate(1.35);
  }

  .nav-toggle span {
    width: 20px;
    height: 2px;
    background: currentColor !important;
  }

  .nav-toggle[aria-expanded="true"] {
    transform: translateY(-50%);
  }
}

@media (max-width: 520px) {
  .nav-shell-client .brand {
    max-width: min(70vw, 250px) !important;
  }

  .nav-shell-client .brand-text strong {
    font-size: 1.04rem !important;
  }
}

/* 2026-07-28 About PVG-EV premium reference redesign. */
.about-premium-body {
  --about-green: #0BB783;
  --about-green-dark: #006B68;
  --about-ink: #0E1B2A;
  --about-bg: #F7FAFC;
  --about-card: #FFFFFF;
  --about-border: rgba(15, 23, 42, .08);
  --about-shadow: 0 20px 60px rgba(2, 12, 27, .08);
  --about-radius: 24px;
  background: var(--about-bg);
}

.about-premium-main {
  color: var(--about-ink);
  background:
    radial-gradient(circle at 12% 16%, rgba(11, 183, 131, .12), transparent 28%),
    radial-gradient(circle at 86% 8%, rgba(8, 166, 106, .12), transparent 26%),
    linear-gradient(180deg, #F7FAFC 0%, #FFFFFF 42%, #F7FAFC 100%);
  overflow-x: hidden;
}

.about-container {
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
}

.about-section-v4 {
  padding: 64px 0 0;
}

.about-section-v4:last-of-type {
  padding-bottom: 72px;
}

.about-hero-v4 {
  position: relative;
  min-height: 700px;
  padding: max(var(--floating-nav-clearance), 88px) 0 42px;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background: #07131f;
}

.about-hero-bg,
.about-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-hero-bg {
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.02);
}

.about-hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 13, 23, .92) 0%, rgba(4, 13, 23, .78) 36%, rgba(4, 13, 23, .36) 70%, rgba(4, 13, 23, .58) 100%),
    radial-gradient(circle at 68% 58%, rgba(11, 183, 131, .24), transparent 32%),
    linear-gradient(180deg, rgba(4, 13, 23, .18), rgba(4, 13, 23, .72));
}

.about-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
  align-items: end;
  gap: 40px;
}

.about-hero-grid > *,
.about-company-grid > *,
.about-market-grid > * {
  min-width: 0;
}

.about-hero-copy {
  max-width: 760px;
  color: #fff;
}

.about-breadcrumb {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .72) !important;
}

.about-breadcrumb a {
  color: rgba(255, 255, 255, .9);
}

.about-kicker,
.about-section-label {
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--about-green);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.about-kicker {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: #DDFDF3;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
}

.about-kicker-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--about-green), #12D8A0);
  box-shadow: 0 0 0 6px rgba(11, 183, 131, .14);
}

.about-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(2.45rem, 4.4vw, 3.5rem);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -.02em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.about-hero-copy h1 span {
  display: block;
}

.about-hero-copy > p {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(1rem, 1.32vw, 1.125rem);
  line-height: 1.7;
}

.about-hero-actions,
.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.about-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  padding: 0 22px;
  font-size: .92rem;
  font-weight: 850;
  line-height: 1;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.about-button::after {
  content: "\2192";
  font-weight: 900;
  transform: translateX(0);
  transition: transform .22s ease;
}

.about-button:hover,
.about-button:focus-visible {
  transform: translateY(-2px);
}

.about-button:hover::after,
.about-button:focus-visible::after {
  transform: translateX(4px);
}

.about-button-primary {
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  background: linear-gradient(135deg, var(--about-green), #08A66A);
  box-shadow: 0 16px 34px rgba(11, 183, 131, .24);
}

.about-button-secondary {
  border: 1px solid rgba(255, 255, 255, .36);
  color: #fff;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px) saturate(1.35);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
}

.about-button-secondary.light {
  color: var(--about-ink);
  border-color: rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .9);
}

.about-proof-row {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 680px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.about-proof-row span {
  min-height: 74px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 13px 14px;
  color: #fff;
  background: rgba(255, 255, 255, .035);
}

.about-proof-row strong {
  font-size: .92rem;
  line-height: 1.12;
}

.about-proof-row small {
  color: rgba(255, 255, 255, .68);
  font-size: .76rem;
  font-weight: 700;
}

.about-hero-card {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--about-radius);
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .32);
}

.about-hero-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .32s ease;
}

.about-hero-card:hover > img,
.about-photo-card:hover img,
.about-solution-card:hover img {
  transform: scale(1.045);
}

.about-hero-card::after,
.about-photo-card::after,
.about-solution-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 42%, rgba(4, 13, 23, .66));
}

.about-hero-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 18px;
  padding: 18px;
  color: #fff;
  background: rgba(255, 255, 255, .14);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .2);
  backdrop-filter: blur(22px) saturate(1.4);
  -webkit-backdrop-filter: blur(22px) saturate(1.4);
}

.about-hero-card figcaption span {
  color: #C8FFF0;
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.about-hero-card figcaption strong {
  font-size: 1.18rem;
  line-height: 1.2;
}

.about-floating-stat {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 1px;
  min-width: 118px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 16px;
  padding: 12px 14px;
  color: #fff;
  background: rgba(2, 12, 27, .26);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
  backdrop-filter: blur(18px) saturate(1.45);
  -webkit-backdrop-filter: blur(18px) saturate(1.45);
}

.about-floating-stat strong {
  font-size: 1.18rem;
  line-height: 1;
}

.about-floating-stat span {
  color: rgba(255, 255, 255, .74);
  font-size: .72rem;
  font-weight: 800;
}

.stat-one {
  top: 22px;
  left: -18px;
}

.stat-two {
  top: 86px;
  right: -18px;
}

.stat-three {
  right: 22px;
  bottom: 128px;
}

.about-company-grid,
.about-market-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 24px;
  align-items: stretch;
}

.about-copy-panel,
.about-map-card,
.about-why-card,
.about-value-card,
.about-glass-card,
.about-cta-card {
  border: 1px solid var(--about-border);
  border-radius: var(--about-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .72)),
    var(--about-card);
  box-shadow: var(--about-shadow);
}

.about-copy-panel {
  padding: clamp(26px, 3vw, 40px);
}

.about-copy-panel h2,
.about-section-heading h2,
.about-cta-card h2 {
  max-width: 760px;
  margin: 0;
  color: var(--about-ink);
  font-size: clamp(1.9rem, 3vw, 2.375rem);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -.015em;
}

.about-copy-panel p,
.about-section-heading p,
.about-map-card p,
.about-why-card p,
.about-value-card p,
.about-glass-card p,
.about-timeline p,
.about-cta-card p {
  color: #475569;
  font-size: clamp(.98rem, 1.08vw, 1.08rem);
  line-height: 1.7;
}

.about-copy-panel p:last-child {
  margin-bottom: 0;
}

.about-image-bento {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(260px, 1fr) auto;
  gap: 18px;
}

.about-photo-card {
  position: relative;
  margin: 0;
  min-height: 300px;
  overflow: hidden;
  border-radius: var(--about-radius);
  box-shadow: var(--about-shadow);
  background: #E8F5F1;
}

.about-photo-primary {
  grid-column: 1 / -1;
}

.about-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  transition: transform .32s ease;
}

.about-glass-card {
  position: relative;
  min-height: 190px;
  padding: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(11, 183, 131, .16), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, .68));
  backdrop-filter: blur(20px) saturate(1.35);
  -webkit-backdrop-filter: blur(20px) saturate(1.35);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.about-glass-card:hover,
.about-why-card:hover,
.about-value-card:hover,
.about-solution-card:hover,
.about-timeline article:hover {
  transform: translateY(-5px);
  border-color: rgba(11, 183, 131, .24);
  box-shadow: 0 28px 76px rgba(2, 12, 27, .12);
}

.about-glass-card h3,
.about-why-card h3,
.about-value-card h3,
.about-timeline h3 {
  margin: 14px 0 8px;
  color: var(--about-ink);
  font-size: clamp(1.05rem, 1.32vw, 1.375rem);
  line-height: 1.2;
  font-weight: 900;
}

.about-mini-icon {
  position: relative;
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(11, 183, 131, .14), rgba(8, 166, 106, .12));
  color: var(--about-green-dark);
  box-shadow: inset 0 0 0 1px rgba(11, 183, 131, .12);
}

.about-mini-icon::before,
.about-mini-icon::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: currentColor;
}

.icon-target::before,
.icon-eye::before,
.icon-confidence::before,
.icon-safety::before {
  width: 22px;
  height: 22px;
  background: transparent;
  border: 3px solid currentColor;
}

.icon-target::after {
  width: 8px;
  height: 8px;
}

.icon-eye::after {
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 7px rgba(11, 183, 131, .14);
}

.icon-access::before {
  width: 10px;
  height: 22px;
  border-radius: 9px 9px 2px 2px;
}

.icon-access::after {
  width: 22px;
  height: 4px;
  transform: translateY(8px);
}

.icon-confidence::after,
.icon-safety::after {
  width: 10px;
  height: 5px;
  background: transparent;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(-45deg);
}

.icon-network::before,
.icon-customer::before,
.icon-partnership::before {
  width: 9px;
  height: 9px;
  box-shadow: -11px 10px 0 currentColor, 11px 10px 0 currentColor;
}

.icon-network::after,
.icon-partnership::after {
  width: 30px;
  height: 3px;
  transform: translateY(8px);
}

.icon-data::before {
  width: 6px;
  height: 22px;
  transform: translateX(-9px);
  box-shadow: 9px -6px 0 currentColor, 18px -12px 0 currentColor;
}

.icon-innovation::before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.icon-innovation::after {
  width: 20px;
  height: 4px;
  transform: translateY(13px);
}

.icon-leaf::before {
  width: 24px;
  height: 16px;
  border-radius: 24px 4px 24px 4px;
  transform: rotate(-28deg);
}

.icon-leaf::after,
.icon-transparency::after {
  width: 20px;
  height: 3px;
  transform: rotate(-32deg);
  background: #fff;
}

.icon-transparency::before {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 3px solid currentColor;
}

.icon-flash::before {
  width: 16px;
  height: 24px;
  border-radius: 0;
  clip-path: polygon(58% 0, 14% 50%, 47% 50%, 32% 100%, 86% 38%, 53% 38%);
}

.about-market-v4 {
  padding-top: 64px;
}

.about-map-card {
  position: relative;
  min-height: 360px;
  padding: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 28%, rgba(11, 183, 131, .2), transparent 28%),
    radial-gradient(circle at 78% 72%, rgba(8, 166, 106, .16), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(241, 250, 255, .78));
}

.about-map-head {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 2px;
}

.about-map-head span {
  color: var(--about-green-dark);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.about-map-head strong {
  color: var(--about-ink);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.1;
}

.tn-map-visual {
  position: relative;
  min-height: 230px;
  margin: 16px 0 8px;
  border: 1px solid rgba(11, 183, 131, .12);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(11, 183, 131, .08), rgba(8, 166, 106, .08)),
    repeating-linear-gradient(90deg, rgba(15, 23, 42, .035) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(0deg, rgba(15, 23, 42, .025) 0 1px, transparent 1px 28px);
}

.tn-map-visual::before {
  content: "";
  position: absolute;
  inset: 24px 38% 24px 28%;
  border-radius: 48% 42% 52% 48% / 34% 46% 54% 66%;
  background:
    linear-gradient(160deg, rgba(11, 183, 131, .18), rgba(8, 166, 106, .12));
  box-shadow: inset 0 0 0 1px rgba(11, 183, 131, .22), 0 20px 50px rgba(2, 12, 27, .08);
}

.map-node {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 999px;
  padding: 8px 10px;
  color: var(--about-ink);
  font-size: .74rem;
  font-weight: 850;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 12px 30px rgba(2, 12, 27, .08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.map-node::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--about-green);
  box-shadow: 0 0 0 6px rgba(11, 183, 131, .14);
}

.chennai { top: 26%; right: 18%; }
.coimbatore { bottom: 30%; left: 10%; }
.madurai { bottom: 14%; left: 36%; }
.trichy { top: 48%; left: 30%; }

.about-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.about-why-card,
.about-value-card {
  min-height: 190px;
  padding: 24px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.about-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

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

.about-solution-card {
  position: relative;
  min-height: 244px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid var(--about-border);
  border-radius: var(--about-radius);
  padding: 18px;
  color: #fff;
  box-shadow: var(--about-shadow);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.about-solution-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .32s ease;
}

.about-solution-card span,
.about-solution-card p,
.about-solution-card strong {
  position: relative;
  z-index: 2;
}

.about-solution-card span {
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.12;
}

.about-solution-card p {
  max-width: 210px;
  margin: 7px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: .78rem;
  line-height: 1.45;
}

.about-solution-card strong {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--about-green-dark);
  background: rgba(255, 255, 255, .88);
  transition: transform .22s ease;
}

.about-solution-card:hover strong {
  transform: translate(3px, -3px);
}

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

.about-value-card {
  min-height: 170px;
  padding: 20px;
}

.about-value-card h3 {
  font-size: clamp(.98rem, 1vw, 1.08rem);
}

.about-value-card p {
  margin-bottom: 0;
  font-size: .86rem;
  line-height: 1.55;
}

.about-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-timeline::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 24px;
  height: 2px;
  background: linear-gradient(90deg, rgba(11, 183, 131, .2), rgba(8, 166, 106, .36), rgba(11, 183, 131, .2));
}

.about-timeline article {
  position: relative;
  min-height: 204px;
  border: 1px solid var(--about-border);
  border-radius: var(--about-radius);
  padding: 56px 22px 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .7)),
    #fff;
  box-shadow: var(--about-shadow);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.about-timeline article span {
  position: absolute;
  top: 0;
  left: 22px;
  transform: translateY(-10%);
  min-width: 68px;
  min-height: 48px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--about-green), #08A66A);
  box-shadow: 0 16px 32px rgba(11, 183, 131, .18);
}

.about-cta-v4 {
  padding-top: 64px;
}

.about-cta-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: clamp(28px, 3vw, 40px);
  color: #fff;
  background:
    linear-gradient(120deg, rgba(0, 107, 104, .98), rgba(11, 183, 131, .92), rgba(8, 166, 106, .76)),
    url("public/assets/pvg-ev/hero/hero-real-vehicle.jpg") center / cover no-repeat;
  box-shadow: 0 24px 70px rgba(0, 107, 104, .22);
}

.about-cta-card .about-mini-icon {
  width: 58px;
  height: 58px;
  color: #fff;
  background: rgba(255, 255, 255, .16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .28);
}

.about-cta-card h2 {
  color: #fff;
}

.about-cta-card p {
  max-width: 720px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .86);
}

@media (max-width: 1180px) {
  .about-hero-grid,
  .about-company-grid,
  .about-market-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-card {
    min-height: 360px;
  }

  .about-proof-row,
  .about-hero-copy,
  .about-hero-copy h1,
  .about-hero-copy > p {
    max-width: none;
  }

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

  .about-values-grid,
  .about-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .about-container {
    width: min(100% - 28px, 1280px);
  }

  .about-premium-body,
  .about-hero-v4 {
    overflow-x: hidden;
  }

  .about-hero-v4 {
    min-height: auto;
    padding: max(var(--floating-nav-clearance), 80px) 0 34px;
  }

  .about-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2rem, 8.4vw, 2.65rem);
    line-height: 1.06;
  }

  .about-hero-copy,
  .about-hero-copy > p,
  .about-hero-actions,
  .about-proof-row,
  .about-hero-card,
  .about-copy-panel,
  .about-section-heading,
  .about-map-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .about-proof-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-image-bento,
  .about-solution-grid,
  .about-timeline {
    grid-template-columns: 1fr;
  }

  .about-timeline::before {
    display: none;
  }

  .about-section-v4,
  .about-market-v4,
  .about-cta-v4 {
    padding-top: 48px;
  }

  .about-section-heading {
    display: block;
  }

  .about-cta-card {
    grid-template-columns: 1fr;
  }

  .about-cta-actions {
    margin-top: 4px;
  }
}

@media (max-width: 560px) {
  .about-premium-body,
  .about-premium-main,
  .about-hero-v4 {
    width: 100%;
    max-width: 100vw;
    overflow-x: clip;
  }

  .about-container {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }

  .about-hero-grid,
  .about-company-grid,
  .about-market-grid,
  .about-why-grid,
  .about-values-grid,
  .about-solution-grid {
    width: 100%;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }

  .about-container,
  .about-container.about-hero-grid,
  .about-container.about-company-grid,
  .about-container.about-market-grid,
  .about-container.about-why-grid {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin-inline: auto;
  }

  .about-hero-copy,
  .about-hero-copy *,
  .about-hero-card,
  .about-hero-card * {
    max-width: 100%;
  }

  .about-kicker {
    align-items: flex-start;
    white-space: normal;
  }

  .about-hero-copy h1 {
    font-size: clamp(1.9rem, 7.4vw, 2.25rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .about-hero-copy > p {
    font-size: .98rem;
    line-height: 1.62;
  }

  .about-hero-copy > p:not(.about-kicker) {
    width: min(100%, 330px) !important;
    max-width: 330px !important;
  }

  .about-kicker {
    width: fit-content !important;
  }

  .about-hero-actions,
  .about-cta-actions {
    display: grid;
  }

  .about-button {
    width: 100%;
  }

  .about-hero-card {
    min-height: 380px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-content: start;
    gap: 8px;
    padding: 12px;
  }

  .about-floating-stat {
    position: relative;
    inset: auto;
    display: inline-grid;
    min-width: 0;
    margin: 0;
    padding: 10px 11px;
  }

  .about-floating-stat strong {
    font-size: 1rem;
  }

  .about-floating-stat span {
    font-size: .66rem;
  }

  .about-hero-card figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px;
  }

  .about-hero-card figcaption strong {
    font-size: 1rem;
    overflow-wrap: anywhere;
  }

  .about-copy-panel,
  .about-map-card,
  .about-glass-card,
  .about-why-card,
  .about-value-card {
    padding: 22px;
  }
}

/* Mobile footer correction for the compact glass site pages. */
@media (max-width: 640px) {
  .site-footer {
    overflow-x: clip;
  }

  .footer-shell.footer-shell-client {
    width: calc(100vw - 24px) !important;
    max-width: 366px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 26px !important;
  }

  .footer-brand,
  .footer-column,
  .footer-newsletter,
  .footer-brand p,
  .footer-note,
  .footer-social {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    grid-column: auto !important;
  }

  .footer-social {
    flex-wrap: wrap;
  }

  .footer-newsletter form {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* 2026-07-28 PVG-EV x Setrans reference-page rebuild. */
.setrans-reference-body {
  --setrans-green: #12B981;
  --setrans-green-dark: #07866A;
  --setrans-navy: #071F2B;
  --setrans-text: #26343D;
  --setrans-muted: #62717B;
  --setrans-bg: #F7FAF9;
  --setrans-soft-green: #F1FAF6;
  --setrans-soft-blue: #F1F7FB;
  --setrans-border: rgba(12, 55, 60, .10);
  --setrans-shadow: 0 10px 30px rgba(9, 38, 44, .08);
  color: var(--setrans-text);
  background: #fff;
}

.setrans-reference-body .quick-enquiry,
.setrans-reference-body .cookie-consent {
  display: none !important;
}

@media (min-width: 1025px) {
  .setrans-reference-body .site-header {
    min-height: 72px;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid rgba(12, 55, 60, .08);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .setrans-reference-body .nav-shell-client {
    width: min(100% - 44px, 1420px);
    min-height: 72px;
    grid-template-columns: 176px minmax(0, 1fr) 38px;
    gap: 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .setrans-reference-body .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-width: 3px;
    box-shadow: none;
  }

  .setrans-reference-body .brand-bolt {
    width: 12px;
    height: 18px;
  }

  .setrans-reference-body .brand-text strong {
    font-size: 1.02rem !important;
  }

  .setrans-reference-body .brand-text small {
    font-size: .6rem !important;
  }

  .setrans-reference-body .nav-actions,
  .setrans-reference-body .nav-menu-client > a[href="mobile-charging-station.html"],
  .setrans-reference-body .nav-menu-client > a[href="collaboration.html"],
  .setrans-reference-body .mobile-request-link {
    display: none !important;
  }

  .setrans-reference-body .nav-menu {
    position: static !important;
    inset: auto !important;
    height: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(14px, 1.65vw, 28px);
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none !important;
    pointer-events: auto;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .setrans-reference-body .mobile-contact-link:not(.mobile-request-link) {
    display: inline-flex !important;
  }

  .setrans-reference-body .nav-menu-client > .nav-link,
  .setrans-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    width: auto;
    min-height: 72px !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #0B1220;
    background: transparent !important;
    box-shadow: none !important;
    font-size: .72rem !important;
    font-weight: 850;
  }

  .setrans-reference-body .nav-menu-client > .nav-link::after,
  .setrans-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle::after {
    display: block;
    bottom: 10px;
    height: 2px;
    background: var(--setrans-green);
  }

  .setrans-reference-body .nav-menu-client > .nav-link.is-active,
  .setrans-reference-body .nav-menu-client > .nav-link:hover,
  .setrans-reference-body .nav-menu-client > .nav-link:focus-visible,
  .setrans-reference-body .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle,
  .setrans-reference-body .nav-menu-client > .nav-dropdown:hover > .dropdown-toggle {
    color: #071F2B;
    transform: none;
  }

  .setrans-reference-body .nav-toggle {
    display: inline-flex;
    justify-self: end;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border-color: rgba(12, 55, 60, .1);
    background: #fff;
    box-shadow: 0 8px 18px rgba(9, 38, 44, .08);
  }

  .setrans-reference-body .nav-toggle span {
    width: 16px;
    height: 2px;
  }
}

.setrans-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(18, 185, 129, .08), transparent 25%),
    radial-gradient(circle at 92% 36%, rgba(8, 166, 106, .07), transparent 26%),
    #fff;
}

.setrans-container {
  width: min(100% - 64px, 1280px);
  margin-inline: auto;
}

.setrans-section {
  padding: 42px 0 0;
}

.setrans-section:last-of-type {
  padding-bottom: 52px;
}

.setrans-hero {
  position: relative;
  min-height: clamp(430px, 38vw, 500px);
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: var(--setrans-navy);
}

.setrans-hero-image,
.setrans-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.setrans-hero-image {
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.setrans-hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 17, 27, .88) 0%, rgba(3, 17, 27, .72) 34%, rgba(3, 17, 27, .18) 72%, rgba(3, 17, 27, .12) 100%),
    linear-gradient(180deg, rgba(3, 17, 27, .1), rgba(3, 17, 27, .24));
}

.setrans-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  padding: 28px 0;
}

.setrans-pill,
.setrans-eyebrow {
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--setrans-green-dark);
  font-size: .72rem !important;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.setrans-pill {
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.setrans-hero h1 {
  max-width: 610px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(2.15rem, 3.35vw, 3rem) !important;
  line-height: 1.06 !important;
  font-weight: 850 !important;
  letter-spacing: -.02em;
}

.setrans-hero h1 span {
  color: var(--setrans-green);
}

.setrans-hero-content > p:not(.setrans-pill) {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: .99rem !important;
  line-height: 1.6;
}

.setrans-hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 28px;
}

.setrans-hero-features span {
  display: grid;
  grid-template-columns: 34px auto;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  color: #fff;
}

.setrans-hero-features .setrans-icon {
  grid-row: span 2;
}

.setrans-hero-features strong {
  font-size: .78rem;
  line-height: 1.05;
}

.setrans-hero-features small {
  color: rgba(255, 255, 255, .74);
  font-size: .72rem;
  font-weight: 750;
}

.setrans-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 34px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--setrans-green-dark), var(--setrans-green));
  box-shadow: 0 8px 18px rgba(18, 185, 129, .22);
}

.setrans-icon::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.icon-flash::before {
  border: 0;
  border-radius: 0;
  background: currentColor;
  clip-path: polygon(56% 0, 16% 52%, 46% 52%, 34% 100%, 86% 38%, 56% 38%);
}

.icon-pin::before {
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.icon-network::before,
.icon-people::before {
  border: 0;
  background:
    radial-gradient(circle at 20% 25%, currentColor 0 3px, transparent 4px),
    radial-gradient(circle at 78% 30%, currentColor 0 3px, transparent 4px),
    radial-gradient(circle at 50% 78%, currentColor 0 3px, transparent 4px),
    linear-gradient(currentColor, currentColor) 30% 38% / 46% 2px no-repeat,
    linear-gradient(42deg, transparent 47%, currentColor 48% 52%, transparent 53%),
    linear-gradient(-42deg, transparent 47%, currentColor 48% 52%, transparent 53%);
}

.icon-gear::before {
  border-style: dashed;
}

.icon-leaf::before {
  border-radius: 80% 0 80% 0;
  transform: rotate(-35deg);
}

.icon-shield::before,
.icon-safety::before {
  border-radius: 8px 8px 12px 12px;
}

.icon-growth::before,
.icon-chart::before {
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(currentColor, currentColor) 0 80% / 4px 20% no-repeat,
    linear-gradient(currentColor, currentColor) 38% 55% / 4px 45% no-repeat,
    linear-gradient(currentColor, currentColor) 76% 20% / 4px 80% no-repeat,
    linear-gradient(135deg, transparent 42%, currentColor 44% 58%, transparent 60%);
}

.setrans-model-grid {
  display: grid;
  grid-template-columns: minmax(300px, .42fr) minmax(0, .58fr);
  gap: 34px;
  align-items: start;
}

.setrans-section-copy h2,
.setrans-objective h2,
.setrans-workflow h2,
.setrans-region h2,
.setrans-cta h2 {
  max-width: 640px;
  margin: 0;
  color: #071F2B;
  font-size: clamp(1.9rem, 2.45vw, 2.35rem) !important;
  line-height: 1.14 !important;
  font-weight: 850 !important;
  letter-spacing: -.015em;
}

.setrans-section-copy p:not(.setrans-eyebrow) {
  max-width: 470px;
  margin: 16px 0 0;
  color: var(--setrans-text);
  font-size: .99rem !important;
  line-height: 1.7;
}

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

.setrans-image-card,
.setrans-objective-grid article,
.setrans-benefit-row span,
.setrans-role-card,
.setrans-region-panel {
  border: 1px solid var(--setrans-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--setrans-shadow);
}

.setrans-image-card {
  position: relative;
  overflow: hidden;
}

.setrans-image-card img {
  width: 100%;
  height: 172px;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.setrans-image-card .setrans-icon {
  position: absolute;
  left: 18px;
  top: 154px;
  width: 34px;
  height: 34px;
  border: 3px solid #fff;
}

.setrans-image-card div {
  min-height: 132px;
  padding: 22px 18px 18px;
}

.setrans-image-card h3,
.setrans-objective-grid h3,
.setrans-role-card h2,
.setrans-timeline h3 {
  margin: 0;
  color: #071F2B;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
}

.setrans-image-card p,
.setrans-objective-grid p,
.setrans-role-card p,
.setrans-timeline p {
  margin: 8px 0 0;
  color: var(--setrans-text);
  font-size: .86rem !important;
  line-height: 1.55;
}

.setrans-role-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: stretch;
}

.setrans-role-card {
  min-height: 282px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(170px, .72fr);
  gap: 20px;
  align-items: center;
  overflow: hidden;
  padding: 30px;
}

.setrans-role-green {
  background:
    radial-gradient(circle at 92% 18%, rgba(18, 185, 129, .16), transparent 34%),
    linear-gradient(135deg, #F3FCF7, #FFFFFF);
}

.setrans-role-blue {
  background:
    radial-gradient(circle at 92% 18%, rgba(8, 166, 106, .16), transparent 34%),
    linear-gradient(135deg, #F4FAFF, #FFFFFF);
}

.setrans-role-card > div > span {
  display: block;
  margin-bottom: 10px;
  color: var(--setrans-green-dark);
  font-size: .74rem !important;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.setrans-role-blue > div > span {
  color: #0B5EA8;
}

.setrans-role-card ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.setrans-role-card li {
  position: relative;
  padding-left: 24px;
  color: var(--setrans-text);
  font-size: .83rem !important;
  line-height: 1.35;
  font-weight: 750;
}

.setrans-role-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--setrans-green);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .52);
}

.setrans-role-blue li::before {
  background: #08A66A;
}

.setrans-role-card img {
  width: 100%;
  max-height: 224px;
  object-fit: contain;
}

.setrans-exchange {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 8px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--setrans-green-dark), var(--setrans-green));
  box-shadow: 0 12px 28px rgba(18, 185, 129, .22);
  transform: translate(-50%, -50%);
  font-size: 1.4rem;
  font-weight: 900;
}

.setrans-objective h2 {
  max-width: 980px;
  margin-bottom: 22px;
}

.setrans-objective-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.setrans-objective-grid article {
  min-height: 138px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  padding: 18px 12px 16px;
  text-align: center;
}

.setrans-objective-grid .setrans-icon {
  width: 36px;
  height: 36px;
}

.setrans-objective-grid p {
  color: var(--setrans-muted);
  font-size: .78rem !important;
}

.setrans-workflow-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 24px;
  align-items: start;
  margin-bottom: 18px;
}

.setrans-workflow-head img {
  width: 100%;
  height: 164px;
  object-fit: cover;
  object-position: top center;
  border-radius: 16px;
  box-shadow: var(--setrans-shadow);
}

.setrans-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.setrans-timeline::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 25px;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(7, 134, 106, .5) 0 8px, transparent 8px 15px);
}

.setrans-timeline article {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.setrans-timeline span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--setrans-green-dark);
  box-shadow: 0 0 0 10px rgba(18, 185, 129, .12), 0 12px 22px rgba(7, 134, 106, .18);
  font-size: .78rem;
  font-weight: 900;
}

.setrans-timeline h3 {
  margin-top: 15px;
  font-size: .86rem !important;
}

.setrans-timeline p {
  max-width: 155px;
  color: var(--setrans-muted);
  font-size: .74rem !important;
}

.setrans-region-panel {
  display: grid;
  grid-template-columns: minmax(260px, .92fr) minmax(280px, 1fr) minmax(280px, .9fr);
  gap: 24px;
  align-items: center;
  overflow: hidden;
  padding: 28px;
  background:
    radial-gradient(circle at 30% 48%, rgba(18, 185, 129, .12), transparent 40%),
    #fff;
}

.setrans-region-left h2 {
  margin-bottom: 18px;
}

.setrans-city-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  color: #1E4240;
  font-size: .86rem;
  font-weight: 800;
}

.setrans-city-grid span {
  position: relative;
  padding-left: 18px;
}

.setrans-city-grid span::before {
  content: "";
  position: absolute;
  left: 0;
  top: .44em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--setrans-green-dark);
}

.setrans-map {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.setrans-stats-panel {
  min-height: 260px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  align-content: start;
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 31, 43, .92), rgba(5, 54, 55, .88)),
    url("public/assets/pvg-ev/vehicles/pvg-ev-real-vehicle-board.jpg") center / cover no-repeat;
  box-shadow: 0 16px 42px rgba(7, 31, 43, .18);
}

.setrans-stats-panel div {
  min-height: 112px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  padding: 12px;
  background: rgba(255, 255, 255, .06);
  text-align: center;
}

.setrans-stats-panel strong {
  font-size: 1.4rem;
  line-height: 1;
}

.setrans-stats-panel span {
  color: rgba(255, 255, 255, .76);
  font-size: .72rem;
  font-weight: 800;
}

.setrans-stats-panel p {
  grid-column: 1 / -1;
  margin: 0;
  padding: 22px 28px 26px;
  color: rgba(255, 255, 255, .86);
  font-size: .86rem !important;
  line-height: 1.55;
}

.setrans-partner {
  padding-top: 42px;
}

.setrans-benefit-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.setrans-benefit-row span {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
}

.setrans-benefit-row .setrans-icon {
  width: 38px;
  height: 38px;
}

.setrans-benefit-row strong {
  color: #071F2B;
  font-size: .86rem;
  line-height: 1.18;
}

.setrans-cta {
  position: relative;
  margin-top: 44px;
  min-height: 150px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--setrans-navy);
}

.setrans-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .88;
}

.setrans-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 134, 106, .96), rgba(7, 31, 43, .72) 68%, rgba(7, 31, 43, .36));
}

.setrans-cta-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px 0;
  color: #fff;
}

.setrans-cta .setrans-eyebrow,
.setrans-cta h2 {
  color: #fff;
}

.setrans-cta p:not(.setrans-eyebrow) {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: .96rem !important;
}

.setrans-cta-actions {
  display: flex;
  gap: 16px;
  align-items: center;
}

.setrans-button {
  min-width: 220px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 9px;
  padding: 0 22px;
  font-size: .9rem;
  font-weight: 900;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.setrans-button::after {
  content: "\2192";
}

.setrans-button:hover,
.setrans-button:focus-visible {
  transform: translateY(-2px);
}

.setrans-button-light {
  color: var(--setrans-navy);
  background: #fff;
}

.setrans-button-outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .46);
  background: rgba(255, 255, 255, .04);
}

.setrans-reference-body .site-footer {
  margin-top: 0;
}

@media (max-width: 1180px) {
  .setrans-container {
    width: min(100% - 48px, 1280px);
  }

  .setrans-model-grid,
  .setrans-role-grid,
  .setrans-region-panel,
  .setrans-cta-content {
    grid-template-columns: 1fr;
  }

  .setrans-image-card-grid,
  .setrans-objective-grid,
  .setrans-benefit-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .setrans-exchange {
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .setrans-workflow-head {
    grid-template-columns: 1fr;
  }

  .setrans-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 28px;
  }

  .setrans-timeline::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .setrans-container {
    width: min(100% - 32px, 1280px);
  }

  .setrans-section {
    padding-top: 38px;
  }

  .setrans-hero {
    min-height: 560px;
    align-items: end;
  }

  .setrans-hero-image {
    object-position: 62% center;
  }

  .setrans-hero-overlay {
    background:
      linear-gradient(180deg, rgba(3, 17, 27, .58), rgba(3, 17, 27, .86) 42%, rgba(3, 17, 27, .94)),
      linear-gradient(90deg, rgba(3, 17, 27, .72), rgba(3, 17, 27, .24));
  }

  .setrans-hero-content {
    padding-bottom: 34px;
  }

  .setrans-hero h1 {
    width: min(100%, 330px) !important;
    max-width: 330px !important;
    font-size: clamp(1.62rem, 6.8vw, 1.78rem) !important;
    overflow-wrap: anywhere;
  }

  .setrans-hero-content > p:not(.setrans-pill),
  .setrans-section-copy p:not(.setrans-eyebrow) {
    width: min(100%, 330px) !important;
    max-width: 330px !important;
  }

  .setrans-section-copy h2,
  .setrans-objective h2,
  .setrans-workflow h2,
  .setrans-region h2,
  .setrans-cta h2 {
    width: min(100%, 330px) !important;
    max-width: 330px !important;
    font-size: clamp(1.38rem, 5.9vw, 1.58rem) !important;
    overflow-wrap: anywhere;
  }

  .setrans-hero-features,
  .setrans-image-card-grid,
  .setrans-objective-grid,
  .setrans-benefit-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .setrans-hero-features {
    display: grid;
    gap: 14px;
  }

  .setrans-role-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .setrans-role-card img {
    max-height: 180px;
  }

  .setrans-exchange {
    position: relative;
    left: 50%;
    top: auto;
    margin: -8px 0;
  }

  .setrans-timeline {
    grid-template-columns: 1fr;
  }

  .setrans-timeline article {
    grid-template-columns: 50px minmax(0, 1fr);
    justify-items: start;
    gap: 0 16px;
    text-align: left;
  }

  .setrans-timeline span {
    grid-row: span 2;
  }

  .setrans-timeline h3 {
    margin-top: 2px;
  }

  .setrans-timeline p {
    max-width: none;
  }

  .setrans-stats-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .setrans-cta-actions {
    display: grid;
  }

  .setrans-button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 520px) {
  .setrans-container {
    width: calc(100vw - 28px);
  }

  .setrans-image-card-grid,
  .setrans-objective-grid,
  .setrans-benefit-row {
    grid-template-columns: 1fr;
  }

  .setrans-city-grid {
    grid-template-columns: 1fr;
  }

  .setrans-hero-features {
    grid-template-columns: 1fr 1fr;
  }

  .setrans-image-card p,
  .setrans-role-card p,
  .setrans-objective-grid p {
    overflow-wrap: anywhere;
  }
}

/* 2026-07-28 Contact PVG-EV reference-page rebuild. */
.contact-reference-body {
  --contact-green: #12B981;
  --contact-green-dark: #07866A;
  --contact-cyan: #047857;
  --contact-navy: #071F2B;
  --contact-text: #17212B;
  --contact-muted: #5D6B73;
  --contact-bg: #F6FAF9;
  --contact-border: rgba(8, 54, 61, .11);
  --contact-shadow: 0 18px 48px rgba(5, 35, 42, .09);
  color: var(--contact-text);
  background:
    radial-gradient(circle at 10% 15%, rgba(18, 185, 129, .07), transparent 22%),
    radial-gradient(circle at 90% 35%, rgba(8, 166, 106, .08), transparent 25%),
    #fff;
}

.contact-reference-body .quick-enquiry,
.contact-reference-body .cookie-consent {
  display: none !important;
}

@media (min-width: 1025px) {
  .contact-reference-body .site-header {
    min-height: 70px;
    padding: 0;
    background: rgba(255, 255, 255, .92);
    border-bottom: 1px solid rgba(8, 54, 61, .08);
    box-shadow: 0 10px 28px rgba(6, 30, 38, .045);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }

  .contact-reference-body .nav-shell-client {
    width: min(100% - 44px, 1360px);
    min-height: 70px;
    grid-template-columns: 178px minmax(0, 1fr);
    gap: 20px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .contact-reference-body .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-width: 3px;
    box-shadow: none;
  }

  .contact-reference-body .brand-bolt {
    width: 12px;
    height: 18px;
  }

  .contact-reference-body .brand-text strong {
    font-size: 1rem !important;
  }

  .contact-reference-body .brand-text small {
    font-size: .59rem !important;
  }

  .contact-reference-body .nav-actions,
  .contact-reference-body .nav-menu-client > a[href="mobile-charging-station.html"],
  .contact-reference-body .nav-menu-client > a[href="collaboration.html"],
  .contact-reference-body .mobile-request-link {
    display: none !important;
  }

  .contact-reference-body .nav-menu {
    position: static !important;
    inset: auto !important;
    height: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(17px, 2.1vw, 34px);
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none !important;
    pointer-events: auto;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .contact-reference-body .nav-menu-client > a[href="index.html"] { order: 1; }
  .contact-reference-body .nav-menu-client > a[href="about-pvg-ev.html"] { order: 2; }
  .contact-reference-body .nav-menu-client > .nav-dropdown { order: 3; }
  .contact-reference-body .nav-menu-client > a[href="fleet-solutions.html"] { order: 4; }
  .contact-reference-body .nav-menu-client > a[href="pilot-programme.html"] { order: 5; }
  .contact-reference-body .nav-menu-client > a[href="insights.html"] { order: 6; }
  .contact-reference-body .nav-menu-client > .mobile-contact-link:not(.mobile-request-link) { order: 7; }

  .contact-reference-body .mobile-contact-link:not(.mobile-request-link) {
    display: inline-flex !important;
  }

  .contact-reference-body .nav-menu-client > .nav-link,
  .contact-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    width: auto;
    min-height: 70px !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #0B1220;
    background: transparent !important;
    box-shadow: none !important;
    font-size: .72rem !important;
    font-weight: 850;
  }

  .contact-reference-body .nav-menu-client > .nav-link::after,
  .contact-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle::after {
    display: block;
    bottom: 0;
    height: 3px;
    background: var(--contact-green);
  }

  .contact-reference-body .nav-menu-client > .nav-link.is-active,
  .contact-reference-body .nav-menu-client > .nav-link:hover,
  .contact-reference-body .nav-menu-client > .nav-link:focus-visible,
  .contact-reference-body .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle,
  .contact-reference-body .nav-menu-client > .nav-dropdown:hover > .dropdown-toggle {
    color: #071F2B;
    transform: none;
  }

  .contact-reference-body .nav-toggle {
    display: none !important;
    justify-self: end;
    position: static !important;
    transform: none !important;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    border-color: rgba(12, 55, 60, .1);
    background: #fff;
    box-shadow: 0 8px 18px rgba(9, 38, 44, .08);
  }

  .contact-reference-body .nav-toggle span {
    width: 16px;
    height: 2px;
  }
}

@media (min-width: 1025px) and (max-width: 1320px) {
  .contact-reference-body .nav-shell-client {
    grid-template-columns: 178px minmax(0, 1fr) !important;
    padding-right: 0 !important;
  }
}

.contact-reference-page {
  overflow: hidden;
}

.contact-ref-container {
  width: min(100% - 64px, 1280px);
  margin-inline: auto;
}

.contact-ref-eyebrow {
  margin: 0 0 9px;
  color: var(--contact-green-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.contact-ref-hero {
  position: relative;
  min-height: 440px;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(8, 54, 61, .08);
  background: #fff;
}

.contact-ref-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.contact-ref-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  transform: scale(1.01);
}

.contact-ref-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .93) 26%, rgba(255, 255, 255, .42) 51%, rgba(255, 255, 255, .02) 82%),
    linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(7, 31, 43, .12));
}

.contact-ref-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  align-items: center;
  min-height: 440px;
}

.contact-ref-hero-copy {
  max-width: 500px;
  padding: 44px 0 38px;
}

.contact-ref-hero-copy h1 {
  max-width: 440px;
  margin: 0;
  color: var(--contact-navy);
  font-size: clamp(2.1rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.contact-ref-hero-copy > p:not(.contact-ref-eyebrow):not(.contact-ref-response) {
  max-width: 455px;
  margin: 16px 0 0;
  color: #1C2E36;
  font-size: clamp(.98rem, 1vw, 1.08rem);
  line-height: 1.65;
}

.contact-ref-checklist {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.contact-ref-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #071F2B;
  font-size: .88rem;
  font-weight: 800;
}

.contact-ref-checklist .pvg-line-icon {
  width: 22px;
  height: 22px;
  flex-basis: 22px;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--contact-green), var(--contact-cyan));
}

.contact-ref-checklist .pvg-line-icon::before,
.contact-ref-checklist .pvg-line-icon::after {
  transform: scale(.62);
  border-color: #fff;
  background-color: #fff;
}

.contact-ref-hero-actions,
.contact-ref-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.contact-ref-hero-actions {
  margin-top: 22px;
}

.contact-ref-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: .82rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.contact-ref-button:hover,
.contact-ref-button:focus-visible {
  transform: translateY(-2px);
}

.contact-ref-button span:not(.pvg-line-icon),
.contact-option-card i,
.contact-ref-button-light span,
.contact-ref-button-outline span {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
}

.contact-ref-button span:not(.pvg-line-icon)::before,
.contact-option-card i::before,
.contact-ref-button-light span::before,
.contact-ref-button-outline span::before {
  content: "";
  position: absolute;
  inset: 8px 9px 8px 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.contact-ref-button-primary,
.contact-ref-submit {
  color: #fff;
  background: linear-gradient(135deg, #08A66A, #047857);
  box-shadow: 0 14px 28px rgba(11, 183, 131, .23);
}

.contact-ref-button-secondary {
  color: var(--contact-navy);
  border-color: rgba(7, 31, 43, .24);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 12px 26px rgba(5, 35, 42, .07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.contact-ref-response {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 11px 0 0;
  color: #60717A;
  font-size: .78rem;
  font-weight: 700;
}

.contact-ref-response .pvg-line-icon {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
  color: var(--contact-green-dark);
}

.contact-ref-response .pvg-line-icon::before,
.contact-ref-response .pvg-line-icon::after {
  transform: scale(.68);
}

.contact-ref-support-card {
  position: absolute;
  right: 48px;
  bottom: 36px;
  display: grid;
  grid-template-columns: 36px minmax(0, auto);
  gap: 2px 12px;
  align-items: center;
  min-width: 190px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 45px rgba(5, 35, 42, .18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.contact-ref-support-card .pvg-line-icon {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  color: var(--contact-green-dark);
}

.icon-headset::before {
  width: 20px;
  height: 18px;
  border-radius: 999px 999px 4px 4px;
  border-bottom-color: transparent;
}

.icon-headset::after {
  width: 5px;
  height: 9px;
  right: 3px;
  bottom: 7px;
  border: 0;
  border-radius: 5px;
  background: var(--contact-cyan);
  box-shadow: -19px 0 0 var(--contact-cyan);
  transform: none;
}

.contact-ref-support-card strong {
  color: var(--contact-navy);
  font-size: .9rem;
  font-weight: 900;
}

.contact-ref-support-card small {
  color: #465B64;
  font-size: .72rem;
  font-weight: 700;
}

.contact-ref-section {
  padding: 34px 0;
}

.contact-ref-start {
  background:
    radial-gradient(circle at 5% 0%, rgba(18, 185, 129, .08), transparent 24%),
    radial-gradient(circle at 100% 30%, rgba(8, 166, 106, .08), transparent 24%),
    #fff;
}

.contact-ref-entry-grid {
  display: grid;
  grid-template-columns: minmax(300px, .42fr) minmax(0, .58fr);
  gap: 34px;
  align-items: start;
}

.contact-ref-selector h2,
.contact-ref-form-heading h2,
.contact-ref-large-card h2,
.contact-ref-faq-card h2,
.contact-ref-cta-panel h2 {
  margin: 0;
  color: var(--contact-navy);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.16;
  letter-spacing: 0;
}

.contact-ref-selector h2 {
  max-width: 285px;
}

.contact-ref-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.contact-option-card {
  position: relative;
  display: grid;
  min-height: 146px;
  gap: 8px;
  padding: 22px 18px 18px;
  text-align: left;
  border: 1px solid var(--contact-border);
  border-radius: 14px;
  color: var(--contact-text);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(247, 253, 251, .72)),
    rgba(255, 255, 255, .72);
  box-shadow: 0 14px 35px rgba(5, 35, 42, .06);
  cursor: pointer;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.contact-option-card:hover,
.contact-option-card:focus-visible,
.contact-option-card.is-selected {
  transform: translateY(-4px);
  border-color: rgba(18, 185, 129, .38);
  box-shadow: 0 20px 48px rgba(5, 35, 42, .11), 0 0 0 1px rgba(18, 185, 129, .09) inset;
  background: rgba(255, 255, 255, .9);
}

.contact-option-card .pvg-line-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  color: var(--contact-green-dark);
}

.icon-document::before,
.icon-clipboard::before {
  width: 18px;
  height: 22px;
  border-radius: 4px;
}

.icon-document::after {
  width: 11px;
  height: 7px;
  border: 0;
  border-top: 2px solid var(--contact-cyan);
  border-bottom: 2px solid var(--contact-cyan);
  transform: none;
}

.icon-clipboard::after {
  top: 4px;
  width: 10px;
  height: 4px;
  border: 2px solid var(--contact-cyan);
  border-radius: 4px;
  transform: none;
}

.contact-option-card strong {
  max-width: 190px;
  color: var(--contact-navy);
  font-size: .9rem;
  line-height: 1.25;
}

.contact-option-card small {
  max-width: 190px;
  color: #52636C;
  font-size: .76rem;
  font-weight: 650;
  line-height: 1.55;
}

.contact-option-card i {
  position: absolute;
  right: 18px;
  top: 52px;
  color: var(--contact-green-dark);
  background: transparent;
}

.contact-ref-form {
  padding: 24px;
  border: 1px solid var(--contact-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--contact-shadow);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.contact-ref-form.is-highlighted {
  box-shadow: 0 20px 55px rgba(7, 167, 116, .18), 0 0 0 1px rgba(18, 185, 129, .28) inset;
}

.contact-ref-form-heading {
  margin-bottom: 16px;
}

.contact-ref-form-heading h2 {
  font-size: .95rem !important;
  line-height: 1.4;
}

.contact-ref-form-heading h2 span,
.contact-ref-form label span {
  color: #E14C52;
}

.contact-ref-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.contact-ref-form .form-row {
  display: grid;
  gap: 7px;
}

.contact-ref-form .form-full {
  grid-column: 1 / -1;
}

.contact-ref-form label {
  color: #1A2A33;
  font-size: .71rem;
  font-weight: 850;
}

.contact-ref-form input,
.contact-ref-form select,
.contact-ref-form textarea {
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(8, 54, 61, .14);
  border-radius: 7px;
  background: rgba(255, 255, 255, .84);
  color: #17212B;
  font: inherit;
  font-size: .79rem;
  font-weight: 650;
  outline: 0;
  padding: 0 12px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-ref-form textarea {
  min-height: 92px;
  padding-top: 11px;
  resize: vertical;
}

.contact-ref-form input:focus,
.contact-ref-form select:focus,
.contact-ref-form textarea:focus {
  border-color: rgba(18, 185, 129, .65);
  box-shadow: 0 0 0 4px rgba(18, 185, 129, .11);
  background: #fff;
}

.contact-ref-submit {
  display: inline-flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 16px;
  border: 0;
  border-radius: 8px;
  font-size: .82rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.contact-ref-submit:hover,
.contact-ref-submit:focus-visible {
  transform: translateY(-2px);
}

.contact-ref-submit .pvg-line-icon {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  color: #fff;
}

.contact-success-panel {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(18, 185, 129, .22);
  border-radius: 12px;
  background: rgba(232, 252, 244, .9);
}

.contact-success-panel[hidden] {
  display: none !important;
}

.contact-success-panel strong {
  display: block;
  color: var(--contact-green-dark);
  font-size: .88rem;
}

.contact-success-panel p {
  margin: 5px 0 10px;
  color: #52636C;
  font-size: .78rem;
  line-height: 1.55;
}

.contact-ref-support {
  padding-top: 14px;
}

.contact-ref-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.contact-ref-large-card,
.contact-ref-faq-card {
  border: 1px solid var(--contact-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, .8);
  box-shadow: var(--contact-shadow);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.contact-ref-large-card {
  min-height: 320px;
  padding: 24px;
  overflow: hidden;
}

.contact-ref-large-card > p:not(.contact-ref-eyebrow) {
  max-width: 560px;
  margin: 10px 0 0;
  color: #4D5F68;
  font-size: .86rem;
  font-weight: 620;
  line-height: 1.65;
}

.contact-ref-partner {
  position: relative;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(239, 253, 247, .76)),
    rgba(255, 255, 255, .8);
}

.contact-ref-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin-top: 20px;
  max-width: 640px;
  position: relative;
  z-index: 1;
}

.contact-ref-benefit-grid span {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  color: #071F2B;
  font-size: .76rem;
  font-weight: 850;
  line-height: 1.42;
}

.contact-ref-benefit-grid i {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--contact-green), var(--contact-cyan));
  font-style: normal;
  font-size: .68rem;
  font-weight: 900;
}

.contact-ref-partner img {
  display: block;
  width: calc(100% + 48px);
  max-width: none;
  height: 120px;
  margin: 18px -24px -24px;
  object-fit: cover;
  object-position: center 68%;
  opacity: .92;
}

.contact-ref-map-wrap {
  position: relative;
  min-height: 215px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(140deg, rgba(239, 253, 247, .9), rgba(235, 248, 255, .92));
}

.contact-ref-map-wrap > img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.contact-ref-city-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(90px, 1fr));
  gap: 7px 14px;
  max-width: 270px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 14px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 16px 35px rgba(5, 35, 42, .12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.contact-ref-city-card strong,
.contact-ref-city-card small {
  grid-column: 1 / -1;
}

.contact-ref-city-card strong {
  color: #071F2B;
  font-size: .78rem;
  font-weight: 900;
}

.contact-ref-city-card span,
.contact-ref-city-card small {
  position: relative;
  padding-left: 16px;
  color: #17323A;
  font-size: .68rem;
  font-weight: 850;
}

.contact-ref-city-card span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 999px 999px 999px 1px;
  background: var(--contact-green-dark);
  transform: rotate(-45deg);
}

.contact-ref-faq-section {
  padding-top: 8px;
}

.contact-ref-faq-card {
  padding: 22px;
}

.contact-ref-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 26px;
  margin-top: 16px;
}

.contact-ref-faq-grid .faq-item {
  border: 1px solid rgba(8, 54, 61, .1);
  border-radius: 9px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 8px 20px rgba(5, 35, 42, .04);
}

.contact-ref-faq-grid .faq-item button {
  min-height: 38px;
  padding: 0 38px 0 14px;
  color: #071F2B;
  font-size: .78rem;
  font-weight: 900;
}

.contact-ref-faq-grid .faq-item div {
  padding: 0 14px 12px;
}

.contact-ref-faq-grid .faq-item p {
  margin: 0;
  color: #566770;
  font-size: .76rem;
  line-height: 1.55;
}

.contact-ref-cta {
  padding: 18px 0 0;
}

.contact-ref-cta-panel {
  position: relative;
  min-height: 150px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  overflow: hidden;
  padding: 26px 34px;
  border-radius: 14px 14px 0 0;
  color: #fff;
  background:
    linear-gradient(100deg, rgba(5, 95, 83, .96), rgba(7, 31, 43, .96)),
    #071F2B;
  box-shadow: 0 18px 45px rgba(5, 35, 42, .16);
  isolation: isolate;
}

.contact-ref-cta-panel > *:not(img) {
  position: relative;
  z-index: 1;
}

.contact-ref-cta-panel > img {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -1;
  width: 38%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  opacity: .34;
  mix-blend-mode: screen;
}

.contact-ref-cta-icon {
  display: inline-grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--contact-green), var(--contact-cyan));
  box-shadow: 0 0 0 10px rgba(18, 185, 129, .11);
}

.contact-ref-cta-panel h2 {
  color: #fff !important;
  font-size: clamp(1.2rem, 1.7vw, 1.5rem);
}

.contact-ref-cta-panel p {
  max-width: 560px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: .86rem;
  font-weight: 620;
  line-height: 1.55;
}

.contact-ref-button-light {
  color: #08222D;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .14);
}

.contact-ref-button-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.contact-reference-body .site-footer {
  margin-top: 0;
}

.contact-reference-body .footer-shell-client {
  padding-top: 28px;
}

@media (prefers-reduced-motion: reduce) {
  .contact-reference-body *,
  .contact-reference-body *::before,
  .contact-reference-body *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 1100px) {
  .contact-ref-hero-inner,
  .contact-ref-entry-grid,
  .contact-ref-support-grid,
  .contact-ref-cta-panel {
    grid-template-columns: 1fr;
  }

  .contact-ref-hero {
    min-height: auto;
  }

  .contact-ref-hero-inner {
    min-height: 520px;
  }

  .contact-ref-hero::before {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .74) 62%, rgba(255, 255, 255, .14)),
      linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(7, 31, 43, .14));
  }

  .contact-ref-support-card {
    right: 24px;
    bottom: 24px;
  }

  .contact-ref-cta-panel {
    align-items: start;
  }

  .contact-ref-cta-actions {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .contact-ref-container {
    width: min(100% - 32px, 1280px);
  }

  .contact-ref-hero-inner {
    min-height: 610px;
    align-items: start;
  }

  .contact-ref-hero-bg img {
    object-position: 68% center;
  }

  .contact-ref-hero::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .9) 47%, rgba(255, 255, 255, .22) 80%, rgba(7, 31, 43, .18) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .2));
  }

  .contact-ref-hero-copy {
    max-width: none;
    padding-top: 38px;
  }

  .contact-ref-hero-copy h1 {
    width: min(100%, 340px) !important;
    max-width: 340px !important;
    font-size: clamp(1.92rem, 8vw, 2.125rem) !important;
    overflow-wrap: anywhere;
  }

  .contact-ref-selector h2 {
    width: min(100%, 330px) !important;
    max-width: 330px !important;
    font-size: clamp(1.5rem, 6.4vw, 1.72rem) !important;
    overflow-wrap: anywhere;
  }

  .contact-ref-checklist {
    gap: 9px;
  }

  .contact-ref-checklist li {
    font-size: .82rem;
  }

  .contact-ref-hero-actions,
  .contact-ref-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-ref-button {
    width: 100%;
  }

  .contact-ref-support-card {
    left: 16px;
    right: auto;
    bottom: 18px;
  }

  .contact-ref-section {
    padding: 28px 0;
  }

  .contact-ref-option-grid,
  .contact-ref-form-grid,
  .contact-ref-benefit-grid,
  .contact-ref-faq-grid {
    grid-template-columns: 1fr;
  }

  .contact-ref-form,
  .contact-ref-large-card,
  .contact-ref-faq-card {
    padding: 18px;
    border-radius: 16px;
  }

  .contact-ref-city-card {
    position: static;
    max-width: none;
    margin: 12px;
  }

  .contact-ref-map-wrap > img {
    height: 210px;
  }

  .contact-ref-partner img {
    height: 100px;
  }

  .contact-ref-cta-panel {
    min-height: 0;
    padding: 22px;
    border-radius: 14px 14px 0 0;
  }

  .contact-ref-cta-panel > img {
    width: 72%;
    opacity: .18;
  }
}

@media (max-width: 420px) {
  .contact-ref-container {
    width: calc(100vw - 28px);
  }

  .contact-ref-hero-inner {
    min-height: 650px;
  }

  .contact-option-card {
    min-height: 132px;
  }

  .contact-ref-form input,
  .contact-ref-form select,
  .contact-ref-form textarea {
    font-size: .86rem;
  }
}

/* Fleet Solutions final reference overrides: keep this block after global page systems. */
.fleet-reference-body {
  background: #F6FAF9 !important;
}

.fleet-reference-body .nav-menu-client > a[href="mobile-charging-station.html"],
.fleet-reference-body .nav-menu-client > a[href="collaboration.html"],
.fleet-reference-body .mobile-request-link,
.fleet-reference-body .nav-actions {
  display: none !important;
}

.fleet-reference-body .nav-menu-client > .mobile-contact-link:not(.mobile-request-link) {
  display: inline-flex !important;
}

@media (min-width: 1025px) {
  .fleet-reference-body .site-header {
    min-height: 72px !important;
    background: #FFFFFF !important;
    box-shadow: 0 1px 0 rgba(8, 54, 61, .08);
  }

  .fleet-reference-body .nav-shell-client {
    width: 100% !important;
    max-width: none !important;
    min-height: 72px !important;
    grid-template-columns: minmax(190px, 238px) minmax(0, 1fr) auto !important;
    gap: clamp(18px, 2.2vw, 34px) !important;
    padding: 0 clamp(28px, 3.5vw, 60px) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: none !important;
    backdrop-filter: blur(14px) saturate(1.15) !important;
    -webkit-backdrop-filter: blur(14px) saturate(1.15) !important;
  }

  .fleet-reference-body .nav-shell-client .brand {
    order: 1;
    max-width: 238px !important;
  }

  .fleet-reference-body .nav-menu-client {
    position: static !important;
    order: 2;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(14px, 1.55vw, 28px) !important;
    height: auto !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    pointer-events: auto !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .fleet-reference-body .nav-menu-client > .nav-link,
  .fleet-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    width: auto !important;
    min-height: 72px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #071F2B !important;
    font-size: clamp(.68rem, .72vw, .76rem) !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
  }

  .fleet-reference-body .nav-menu-client > .nav-link::after,
  .fleet-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle::after {
    bottom: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, #08A66A, #047857) !important;
  }

  .fleet-reference-body .nav-menu-client > .nav-link.is-active,
  .fleet-reference-body .nav-menu-client > .nav-link:hover,
  .fleet-reference-body .nav-menu-client > .nav-link:focus-visible,
  .fleet-reference-body .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle,
  .fleet-reference-body .nav-menu-client > .nav-dropdown:hover > .dropdown-toggle,
  .fleet-reference-body .nav-menu-client > .nav-dropdown:focus-within > .dropdown-toggle {
    color: #07866A !important;
    background: transparent !important;
    transform: none !important;
  }

  .fleet-reference-body .nav-toggle {
    order: 3;
    display: inline-flex !important;
    justify-self: end;
    width: 36px !important;
    height: 36px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(8, 54, 61, .10) !important;
    background: #FFFFFF !important;
    box-shadow: 0 8px 18px rgba(5, 35, 42, .08) !important;
  }

  .fleet-reference-body .nav-toggle span {
    width: 16px !important;
    height: 2px !important;
  }

  .fleet-reference-body .fleet-hero {
    margin-top: 0 !important;
  }
}

.fleet-reference-body .fleet-container {
  width: min(100% - 64px, 1320px) !important;
}

.fleet-reference-body .fleet-hero {
  min-height: clamp(420px, 34vw, 468px) !important;
}

.fleet-reference-body .fleet-hero-grid {
  box-sizing: border-box !important;
  min-height: auto !important;
  height: 100% !important;
  padding-block: clamp(42px, 4vw, 56px) clamp(34px, 3.4vw, 44px) !important;
}

.fleet-reference-body .fleet-hero h1 {
  max-width: 590px;
  color: #FFFFFF !important;
  font-size: clamp(2.15rem, 3.35vw, 3rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  font-weight: 850 !important;
}

.fleet-reference-body .fleet-section {
  padding-block: clamp(42px, 4.2vw, 58px) !important;
}

.fleet-reference-body .fleet-section .fleet-eyebrow,
.fleet-reference-body .fleet-form-heading .fleet-eyebrow {
  color: #07866A !important;
}

.fleet-reference-body .fleet-hero .fleet-eyebrow,
.fleet-reference-body .fleet-final-cta .fleet-eyebrow {
  color: #86F6CC !important;
}

.fleet-reference-body .fleet-challenges {
  position: relative !important;
  color: #26353D !important;
  background:
    radial-gradient(circle at 86% 12%, rgba(8, 166, 106, .10), transparent 32%),
    radial-gradient(circle at 12% 86%, rgba(18, 185, 129, .10), transparent 28%),
    #F6FAF9 !important;
}

.fleet-reference-body .fleet-challenges::before,
.fleet-reference-body .fleet-challenges::after {
  display: none !important;
  content: none !important;
}

.fleet-reference-body .fleet-section-soft {
  color: #26353D !important;
  background:
    radial-gradient(circle at 88% 10%, rgba(8, 166, 106, .12), transparent 30%),
    linear-gradient(180deg, rgba(240, 250, 246, .88), rgba(241, 248, 252, .82)) !important;
}

.fleet-reference-body .fleet-lower-section {
  color: #26353D !important;
  background:
    radial-gradient(circle at 9% 12%, rgba(18, 185, 129, .08), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(8, 166, 106, .08), transparent 34%),
    #FFFFFF !important;
}

.fleet-reference-body .fleet-lower-section::before,
.fleet-reference-body .fleet-lower-section::after {
  display: none !important;
  content: none !important;
}

.fleet-reference-body .fleet-final-section {
  color: #26353D !important;
  background: #F6FAF9 !important;
}

.fleet-reference-body .fleet-final-section::before,
.fleet-reference-body .fleet-final-section::after {
  display: none !important;
  content: none !important;
}

.fleet-reference-body .fleet-section-heading h2,
.fleet-reference-body .fleet-coverage-copy h2,
.fleet-reference-body .fleet-final-cta h2 {
  font-size: clamp(1.58rem, 2.2vw, 2.1rem) !important;
  line-height: 1.14 !important;
}

.fleet-reference-body .fleet-challenge-card h3,
.fleet-reference-body .fleet-benefit-card h3,
.fleet-reference-body .fleet-solution-card h3,
.fleet-reference-body .fleet-usecase-card h3,
.fleet-reference-body .fleet-timeline h3 {
  font-size: clamp(1.02rem, 1.08vw, 1.18rem) !important;
  line-height: 1.2 !important;
}

.fleet-reference-body .fleet-challenge-card .pvg-line-icon,
.fleet-reference-body .fleet-benefit-card .pvg-line-icon,
.fleet-reference-body .fleet-solution-card .pvg-line-icon {
  width: 44px !important;
  height: 44px !important;
  flex-basis: 44px !important;
  margin-bottom: 16px !important;
  border-radius: 14px !important;
}

.fleet-reference-body .fleet-challenge-card,
.fleet-reference-body .fleet-benefit-card {
  min-height: 166px !important;
  padding: 18px !important;
  color: #26353D !important;
  background: rgba(255, 255, 255, .88) !important;
}

.fleet-reference-body .fleet-challenge-card p,
.fleet-reference-body .fleet-benefit-card p,
.fleet-reference-body .fleet-solution-card p,
.fleet-reference-body .fleet-usecase-card p,
.fleet-reference-body .fleet-timeline p {
  color: #64747D !important;
}

.fleet-reference-body .fleet-hero-stats .pvg-line-icon,
.fleet-reference-body .fleet-stat-card .pvg-line-icon,
.fleet-reference-body .fleet-trust-line .pvg-line-icon,
.fleet-reference-body .fleet-submit .pvg-line-icon {
  width: 28px !important;
  height: 28px !important;
  flex-basis: 28px !important;
}

.fleet-reference-body .fleet-challenge-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.fleet-reference-body .fleet-solution-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.fleet-reference-body .fleet-benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.fleet-reference-body .fleet-usecase-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.fleet-reference-body .fleet-form-heading p:not(.fleet-eyebrow) {
  margin: 8px 0 0;
  color: #64747D;
  font-size: .95rem;
  line-height: 1.55;
}

.fleet-reference-body .fleet-final-cta h2,
.fleet-reference-body .fleet-final-cta .fleet-eyebrow {
  color: #FFFFFF !important;
}

.fleet-reference-body .fleet-final-cta p {
  color: rgba(255, 255, 255, .86) !important;
}

@media (max-width: 1180px) {
  .fleet-reference-body .fleet-challenge-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .fleet-reference-body .fleet-lower-grid,
  .fleet-reference-body .fleet-coverage-panel {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 980px) {
  .fleet-reference-body .fleet-container {
    width: min(100% - 48px, 1320px) !important;
  }

  .fleet-reference-body .fleet-solution-grid,
  .fleet-reference-body .fleet-benefit-grid,
  .fleet-reference-body .fleet-usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .fleet-reference-body .fleet-container {
    width: min(100% - 32px, 1320px) !important;
  }

  .fleet-reference-body .fleet-hero {
    min-height: auto !important;
  }

  .fleet-reference-body .fleet-hero-grid {
    gap: 18px !important;
    padding-block: 88px 30px !important;
  }

  .fleet-reference-body .fleet-hero h1 {
    font-size: clamp(1.92rem, 8.3vw, 2.18rem) !important;
  }

  .fleet-reference-body .fleet-hero-copy > p:not(.fleet-eyebrow, .fleet-trust-line) {
    margin-top: 14px !important;
    font-size: .94rem !important;
  }

  .fleet-reference-body .fleet-hero-actions {
    gap: 10px !important;
    margin-top: 18px !important;
  }

  .fleet-reference-body .fleet-hero-actions .button {
    min-height: 46px !important;
  }

  .fleet-reference-body .fleet-trust-line {
    margin-top: 14px !important;
    font-size: .88rem !important;
    line-height: 1.35 !important;
  }

  .fleet-reference-body .fleet-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .fleet-reference-body .fleet-hero-stats article {
    min-height: 58px !important;
    padding: 10px !important;
    border-radius: 14px !important;
    font-size: .82rem !important;
  }

  .fleet-reference-body .fleet-hero-stats .pvg-line-icon {
    width: 24px !important;
    height: 24px !important;
    flex-basis: 24px !important;
  }

  .fleet-reference-body .fleet-challenge-grid,
  .fleet-reference-body .fleet-solution-grid,
  .fleet-reference-body .fleet-benefit-grid,
  .fleet-reference-body .fleet-usecase-grid,
  .fleet-reference-body .fleet-form-grid,
  .fleet-reference-body .fleet-final-cta {
    grid-template-columns: 1fr !important;
  }
}

/* Scoped motion for the premium Insights hub. The rest of the site keeps the calmer real-photo direction. */
.insights-premium-body .reveal {
  opacity: 0 !important;
  transform: translateY(16px) scale(.99) !important;
  transition:
    opacity .55s ease,
    transform .55s ease,
    box-shadow .22s ease,
    border-color .22s ease !important;
  transition-delay: calc(var(--stagger-index, 0) * 35ms) !important;
}

.insights-premium-body .reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
}

.insights-premium-body .insights-premium-visual::before,
.insights-premium-body .insights-premium-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.insights-premium-body .insights-premium-visual::before {
  inset: 12%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 28% 48%, rgba(18, 185, 129, .34), transparent 5%),
    radial-gradient(circle at 58% 42%, rgba(8, 166, 106, .32), transparent 4%),
    radial-gradient(circle at 72% 56%, rgba(18, 185, 129, .22), transparent 4%);
  filter: blur(9px);
  opacity: .62;
  animation: insightsPulseGlow 4.8s ease-in-out infinite !important;
}

.insights-premium-body .insights-premium-visual::after {
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, .72) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(18, 185, 129, .62) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(8, 166, 106, .58) 0 1px, transparent 1.8px);
  background-size: 88px 88px, 132px 132px, 156px 156px;
  background-position: 12px 18px, 44px 64px, 80px 20px;
  mix-blend-mode: screen;
  opacity: .42;
  animation: insightsParticleDrift 9s linear infinite !important;
}

.insights-premium-body .insights-feature-float,
.insights-premium-body .insights-hero-metrics {
  z-index: 2;
}

.insights-premium-body .insights-premium-visual > img {
  transform: scale(1.01);
  transition: transform .8s ease !important;
}

.insights-premium-body .insights-premium-visual:hover > img {
  transform: scale(1.045);
}

@keyframes insightsPulseGlow {
  0%,
  100% {
    transform: translate3d(-1%, 0, 0) scale(.98);
    opacity: .42;
  }

  50% {
    transform: translate3d(1.5%, -1%, 0) scale(1.04);
    opacity: .76;
  }
}

@keyframes insightsParticleDrift {
  from {
    background-position: 12px 18px, 44px 64px, 80px 20px;
  }

  to {
    background-position: 100px 106px, 176px 196px, 236px 176px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .insights-premium-body .reveal,
  .insights-premium-body .reveal.is-visible,
  .insights-premium-body .insights-premium-visual::before,
  .insights-premium-body .insights-premium-visual::after,
  .insights-premium-body .insights-premium-visual > img {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Release polish after mobile/full-page QA: never hide real content behind scroll observers,
   and use official PVG-EV imagery as fallbacks for every large visual panel. */
.reveal,
.reveal.is-visible,
.reveal-scale,
.reveal-slide-left,
.reveal-slide-right,
.insights-premium-body .reveal,
.insights-premium-body .reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
}

.insights-premium-body .insights-premium-visual::before,
.insights-premium-body .insights-premium-visual::after {
  animation: none !important;
}

.home-ref-usecase-card:nth-child(1) {
  background-image: linear-gradient(180deg, rgba(7, 28, 41, .04), rgba(7, 28, 41, .5)), url("public/assets/pvg-ev/vehicles/pvg-ev-real-vehicle-angle.jpg");
}

.home-ref-usecase-card:nth-child(2) {
  background-image: linear-gradient(180deg, rgba(7, 28, 41, .04), rgba(7, 28, 41, .5)), url("public/assets/pvg-ev/vehicles/pvg-ev-real-vehicle-board.jpg");
}

.home-ref-usecase-card:nth-child(3) {
  background-image: linear-gradient(180deg, rgba(7, 28, 41, .04), rgba(7, 28, 41, .5)), url("public/assets/pvg-ev/vehicles/pvg-ev-real-vehicle-board.jpg");
}

.home-ref-usecase-card:nth-child(4) {
  background-image: linear-gradient(180deg, rgba(7, 28, 41, .04), rgba(7, 28, 41, .5)), url("public/assets/pvg-ev/vehicles/pvg-ev-real-vehicle-rear.jpg");
}

.home-ref-usecase-card:nth-child(5) {
  background-image: linear-gradient(180deg, rgba(7, 28, 41, .04), rgba(7, 28, 41, .5)), url("public/assets/pvg-ev/hero/hero-real-vehicle-wide.jpg");
}

.home-ref-usecase-card:nth-child(6) {
  background-image: linear-gradient(180deg, rgba(7, 28, 41, .04), rgba(7, 28, 41, .5)), url("public/assets/pvg-ev/vehicles/pvg-ev-real-vehicle-angle.jpg");
}

.home-ref-usecase-card:nth-child(7) {
  background-image: linear-gradient(180deg, rgba(7, 28, 41, .04), rgba(7, 28, 41, .5)), url("public/assets/pvg-ev/hero/hero-real-vehicle.jpg");
}

.home-ref-usecase-card:nth-child(8) {
  background-image: linear-gradient(180deg, rgba(7, 28, 41, .04), rgba(7, 28, 41, .5)), url("public/assets/pvg-ev/hero/hero-real-vehicle.jpg");
}

.home-ref-usecase-card {
  background-position: center !important;
  background-size: cover !important;
}

.solution-card-photo,
.solution-showcase-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 12%, rgba(8, 166, 106, .18), transparent 36%),
    linear-gradient(135deg, rgba(245, 251, 248, .94), rgba(235, 248, 255, .88));
  box-shadow: 0 16px 42px rgba(10, 45, 56, .1), inset 0 1px 0 rgba(255, 255, 255, .82);
}

.solution-card-photo {
  aspect-ratio: 16 / 10;
  width: 100%;
}

.solution-showcase-photo {
  min-height: clamp(260px, 25vw, 390px);
}

.solution-card-photo::after,
.solution-showcase-photo::after,
.station-mobile-scene::before,
.fleet-map-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .06), transparent 38%),
    linear-gradient(0deg, rgba(7, 26, 36, .16), transparent 44%);
}

.solution-card-photo img,
.solution-showcase-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.02);
}

.solution-category-card:hover .solution-card-photo img,
.solution-showcase-row:hover .solution-showcase-photo img,
.home-ref-usecase-card:hover img {
  transform: none !important;
}

.station-scene-fleet {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(7, 26, 36, .08)), url("public/assets/pvg-ev/vehicles/pvg-ev-real-vehicle-board.jpg") !important;
}

.station-scene-commercial {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(7, 26, 36, .08)), url("public/assets/pvg-ev/commercial/office-charging.webp") !important;
}

.station-scene-apartment {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(7, 26, 36, .08)), url("public/assets/pvg-ev/apartment/apartment-charging.webp") !important;
}

.station-mobile-scene {
  background-position: center !important;
  background-size: cover !important;
}

.station-mobile-scene img {
  position: relative;
  z-index: 0;
}

.station-mobile-scene::before,
.fleet-map-card::before {
  z-index: 1;
}

.station-mobile-scene figcaption,
.fleet-map-card figcaption {
  position: relative;
  z-index: 2;
}

.fleet-map-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(236, 251, 255, .62)),
    url("public/assets/pvg-ev/maps/tamil-nadu-map.webp") center / cover no-repeat !important;
}

.fleet-map-card img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  object-fit: cover;
  background: url("public/assets/pvg-ev/maps/tamil-nadu-map.webp") center / cover no-repeat;
}

@media (max-width: 720px) {
  .solution-showcase-photo,
  .station-mobile-scene,
  .station-deployment-copy {
    min-height: 240px !important;
  }

  .solution-card-photo {
    aspect-ratio: 16 / 9;
  }

  .fleet-coverage-panel {
    gap: 14px !important;
    padding: 18px !important;
  }

  .fleet-map-card {
    padding: 10px !important;
  }

  .fleet-map-card img {
    max-height: 240px;
    object-fit: contain;
  }
}

/* 2026-07-29 unified PVG-EV navigation and HD image clarity pass. */
:root {
  --header-height: 86px;
  --floating-nav-top: max(12px, env(safe-area-inset-top));
  --floating-nav-clearance: calc(var(--header-height) + 18px);
  --nav-glass-hd-bg: rgba(255, 255, 255, .78);
  --nav-glass-hd-bg-strong: rgba(255, 255, 255, .92);
  --nav-glass-hd-border: rgba(255, 255, 255, .72);
  --nav-glass-hd-shadow: 0 22px 58px rgba(7, 24, 33, .12), inset 0 1px 0 rgba(255, 255, 255, .96);
}

html {
  scroll-padding-top: calc(var(--floating-nav-clearance) + 14px) !important;
}

[data-site-header] {
  position: relative !important;
  z-index: 2000 !important;
}

.site-header,
.site-header.is-scrolled,
.fleet-reference-body .site-header,
.setrans-reference-body .site-header,
.contact-reference-body .site-header,
.insights-premium-body .site-header {
  position: fixed !important;
  inset: 0 0 auto !important;
  z-index: 2000 !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: var(--floating-nav-top) 0 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  pointer-events: none !important;
}

.nav-shell-client,
.site-header.is-scrolled .nav-shell-client,
.fleet-reference-body .nav-shell-client,
.setrans-reference-body .nav-shell-client,
.contact-reference-body .nav-shell-client {
  pointer-events: auto !important;
  width: min(100% - 32px, 1540px) !important;
  min-height: 68px !important;
  display: grid !important;
  grid-template-columns: minmax(188px, 218px) minmax(0, 1fr) auto !important;
  align-items: center !important;
  column-gap: clamp(14px, 1.4vw, 24px) !important;
  margin: 0 auto !important;
  padding: 8px 12px !important;
  border: 1px solid var(--nav-glass-hd-border) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(245, 255, 250, .72) 48%, rgba(239, 249, 255, .76)),
    var(--nav-glass-hd-bg) !important;
  box-shadow: var(--nav-glass-hd-shadow) !important;
  backdrop-filter: blur(24px) saturate(1.42) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.42) !important;
}

.site-header.is-scrolled .nav-shell-client {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(250, 255, 253, .86) 48%, rgba(247, 252, 255, .9)),
    var(--nav-glass-hd-bg-strong) !important;
  box-shadow: 0 26px 72px rgba(7, 24, 33, .16), inset 0 1px 0 rgba(255, 255, 255, .98) !important;
  backdrop-filter: blur(30px) saturate(1.55) !important;
  -webkit-backdrop-filter: blur(30px) saturate(1.55) !important;
}

.nav-shell-client .brand,
.fleet-reference-body .nav-shell-client .brand,
.setrans-reference-body .nav-shell-client .brand,
.contact-reference-body .nav-shell-client .brand {
  order: 0 !important;
  width: auto !important;
  max-width: 218px !important;
  min-width: 0 !important;
  display: inline-flex !important;
  gap: 10px !important;
}

.nav-shell-client .brand-mark,
.setrans-reference-body .brand-mark,
.contact-reference-body .brand-mark,
.fleet-reference-body .nav-shell-client .brand-mark {
  width: 44px !important;
  height: 44px !important;
  flex-basis: 44px !important;
  border-width: 3px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .94), 0 12px 26px rgba(8, 166, 106, .14) !important;
}

.nav-shell-client .brand-bolt,
.setrans-reference-body .brand-bolt,
.contact-reference-body .brand-bolt {
  width: 13px !important;
  height: 20px !important;
}

.nav-shell-client .brand-text strong,
.setrans-reference-body .brand-text strong,
.contact-reference-body .brand-text strong,
.fleet-reference-body .nav-shell-client .brand-text strong {
  font-size: clamp(1.06rem, 1vw, 1.24rem) !important;
  line-height: 1 !important;
}

.nav-shell-client .brand-text small,
.setrans-reference-body .brand-text small,
.contact-reference-body .brand-text small {
  font-size: .58rem !important;
}

.nav-menu-client,
.fleet-reference-body .nav-menu-client,
.setrans-reference-body .nav-menu,
.contact-reference-body .nav-menu {
  order: 0 !important;
  position: static !important;
  inset: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-content: center !important;
  gap: clamp(4px, .42vw, 8px) !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  pointer-events: auto !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.nav-menu-client > .nav-link,
.nav-menu-client > .nav-dropdown,
.nav-menu-client > .nav-dropdown > .dropdown-toggle,
.fleet-reference-body .nav-menu-client > .nav-link,
.fleet-reference-body .nav-menu-client > .nav-dropdown,
.fleet-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle,
.setrans-reference-body .nav-menu-client > .nav-link,
.setrans-reference-body .nav-menu-client > .nav-dropdown,
.setrans-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle,
.contact-reference-body .nav-menu-client > .nav-link,
.contact-reference-body .nav-menu-client > .nav-dropdown,
.contact-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle {
  order: 0 !important;
}

.nav-menu-client > .nav-link,
.nav-menu-client > .nav-dropdown > .dropdown-toggle,
.fleet-reference-body .nav-menu-client > a[href="mobile-charging-station.html"],
.fleet-reference-body .nav-menu-client > a[href="collaboration.html"],
.fleet-reference-body .nav-menu-client > .mobile-contact-link:not(.mobile-request-link),
.setrans-reference-body .nav-menu-client > a[href="mobile-charging-station.html"],
.setrans-reference-body .nav-menu-client > a[href="collaboration.html"],
.setrans-reference-body .mobile-contact-link:not(.mobile-request-link),
.contact-reference-body .nav-menu-client > a[href="mobile-charging-station.html"],
.contact-reference-body .nav-menu-client > a[href="collaboration.html"],
.contact-reference-body .mobile-contact-link:not(.mobile-request-link) {
  display: inline-flex !important;
  width: auto !important;
  min-height: 38px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 clamp(6px, .52vw, 10px) !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #0B1220 !important;
  font-size: clamp(.64rem, .68vw, .76rem) !important;
  font-weight: 860 !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
  text-transform: none !important;
  white-space: nowrap !important;
  transform: none !important;
}

.nav-menu-client > .mobile-request-link,
.fleet-reference-body .mobile-request-link,
.setrans-reference-body .mobile-request-link,
.contact-reference-body .mobile-request-link {
  display: none !important;
}

.nav-menu-client > .nav-link::after,
.nav-menu-client > .nav-dropdown > .dropdown-toggle::after,
.fleet-reference-body .nav-menu-client > .nav-link::after,
.fleet-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle::after,
.setrans-reference-body .nav-menu-client > .nav-link::after,
.setrans-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle::after,
.contact-reference-body .nav-menu-client > .nav-link::after,
.contact-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle::after {
  display: none !important;
}

.nav-menu-client > .nav-link:hover,
.nav-menu-client > .nav-link:focus-visible,
.nav-menu-client > .nav-link.is-active,
.nav-menu-client > .nav-dropdown:hover > .dropdown-toggle,
.nav-menu-client > .nav-dropdown:focus-within > .dropdown-toggle,
.nav-menu-client > .nav-dropdown.is-open > .dropdown-toggle,
.nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle,
.fleet-reference-body .nav-menu-client > .nav-link.is-active,
.fleet-reference-body .nav-menu-client > .nav-link:hover,
.fleet-reference-body .nav-menu-client > .nav-link:focus-visible,
.fleet-reference-body .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle,
.fleet-reference-body .nav-menu-client > .nav-dropdown:hover > .dropdown-toggle,
.fleet-reference-body .nav-menu-client > .nav-dropdown:focus-within > .dropdown-toggle,
.setrans-reference-body .nav-menu-client > .nav-link.is-active,
.setrans-reference-body .nav-menu-client > .nav-link:hover,
.setrans-reference-body .nav-menu-client > .nav-link:focus-visible,
.setrans-reference-body .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle,
.setrans-reference-body .nav-menu-client > .nav-dropdown:hover > .dropdown-toggle,
.setrans-reference-body .nav-menu-client > .nav-dropdown:focus-within > .dropdown-toggle,
.contact-reference-body .nav-menu-client > .nav-link.is-active,
.contact-reference-body .nav-menu-client > .nav-link:hover,
.contact-reference-body .nav-menu-client > .nav-link:focus-visible,
.contact-reference-body .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle,
.contact-reference-body .nav-menu-client > .nav-dropdown:hover > .dropdown-toggle,
.contact-reference-body .nav-menu-client > .nav-dropdown:focus-within > .dropdown-toggle {
  color: #067A50 !important;
  background: rgba(232, 250, 242, .9) !important;
  box-shadow: inset 0 0 0 1px rgba(8, 166, 106, .16) !important;
}

.nav-actions,
.fleet-reference-body .nav-actions,
.setrans-reference-body .nav-actions,
.contact-reference-body .nav-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
}

.nav-actions .nav-cta,
.fleet-reference-body .nav-actions .nav-cta,
.setrans-reference-body .nav-actions .nav-cta,
.contact-reference-body .nav-actions .nav-cta {
  min-height: 40px !important;
  padding: 0 17px !important;
  border-radius: 999px !important;
  font-size: .76rem !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.nav-actions .nav-cta:not(.nav-cta-request) {
  display: none !important;
}

.nav-toggle,
.fleet-reference-body .nav-toggle,
.setrans-reference-body .nav-toggle,
.contact-reference-body .nav-toggle {
  display: none !important;
}

.dropdown-menu {
  border: 1px solid rgba(255, 255, 255, .76) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .97), rgba(242, 255, 249, .86) 52%, rgba(238, 249, 255, .88)),
    rgba(255, 255, 255, .94) !important;
  box-shadow: 0 28px 76px rgba(10, 45, 56, .16), inset 0 1px 0 rgba(255, 255, 255, .96) !important;
  backdrop-filter: blur(28px) saturate(1.55) !important;
  -webkit-backdrop-filter: blur(28px) saturate(1.55) !important;
}

.home-ref-hero,
.about-hero-v4,
.setrans-hero,
.contact-ref-hero,
.fleet-hero,
.insights-premium-hero,
.station-hero-v3,
.solutions-hero,
.pilot-hero-v2,
.request-hero,
.page-hero.client-page-hero {
  padding-top: max(var(--floating-nav-clearance), clamp(76px, 7vw, 112px)) !important;
}

:where(
  .home-ref-hero-bg img,
  .home-ref-hero-visual > img,
  .about-hero-bg,
  .about-hero-card img,
  .setrans-hero-image,
  .contact-ref-hero img,
  .fleet-hero-image,
  .insights-premium-visual > img,
  .insights-featured-media img,
  .insights-card-media img,
  .insights-guide-card > img,
  .station-operational-visual img,
  .station-process-visual img,
  .station-mobile-scene img,
  .solution-card-photo img,
  .solution-showcase-photo img,
  .fleet-solution-card img,
  .fleet-usecase-card img,
  .fleet-map-card img,
  .contact-ref-card img,
  .contact-ref-map-card img
) {
  opacity: 1 !important;
  filter: saturate(1.08) contrast(1.06) brightness(1.01) !important;
  image-rendering: auto !important;
  object-fit: cover;
}

.home-ref-hero-visual > img,
.insights-premium-visual > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.home-ref-hero::before {
  background:
    linear-gradient(90deg, rgba(247, 252, 250, .96) 0%, rgba(247, 252, 250, .86) 28%, rgba(247, 252, 250, .46) 52%, rgba(247, 252, 250, .12) 100%),
    radial-gradient(circle at 76% 44%, rgba(11, 183, 131, .16), transparent 30%) !important;
}

.home-ref-hero::after,
.solution-card-photo::after,
.solution-showcase-photo::after,
.station-mobile-scene::before,
.fleet-map-card::before {
  opacity: .66 !important;
}

@media (max-width: 1520px) and (min-width: 1181px) {
  .nav-shell-client,
  .site-header.is-scrolled .nav-shell-client,
  .fleet-reference-body .nav-shell-client,
  .setrans-reference-body .nav-shell-client,
  .contact-reference-body .nav-shell-client {
    grid-template-columns: minmax(178px, 205px) minmax(0, 1fr) auto !important;
    width: min(100% - 28px, 1460px) !important;
    column-gap: 10px !important;
  }

  .nav-shell-client .brand {
    max-width: 205px !important;
  }

  .nav-actions .nav-cta {
    padding-inline: 14px !important;
  }
}

@media (max-width: 1280px) {
  .nav-actions,
  .fleet-reference-body .nav-actions,
  .setrans-reference-body .nav-actions,
  .contact-reference-body .nav-actions {
    display: none !important;
  }

  .nav-shell-client,
  .site-header.is-scrolled .nav-shell-client,
  .fleet-reference-body .nav-shell-client,
  .setrans-reference-body .nav-shell-client,
  .contact-reference-body .nav-shell-client {
    grid-template-columns: minmax(0, 1fr) 48px !important;
    min-height: 66px !important;
    width: min(100% - 24px, 1180px) !important;
    padding: 8px 12px !important;
  }

  .nav-toggle,
  .fleet-reference-body .nav-toggle,
  .setrans-reference-body .nav-toggle,
  .contact-reference-body .nav-toggle {
    display: inline-flex !important;
    position: static !important;
    justify-self: end !important;
    width: 46px !important;
    height: 46px !important;
    border: 1px solid rgba(8, 166, 106, .18) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .78) !important;
    color: #0B1220 !important;
    box-shadow: 0 12px 26px rgba(7, 24, 33, .1), inset 0 1px 0 rgba(255, 255, 255, .94) !important;
    backdrop-filter: blur(18px) saturate(1.35) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.35) !important;
    transform: none !important;
  }

  .nav-toggle span {
    width: 20px !important;
    height: 2px !important;
    background: currentColor !important;
  }

  .nav-menu-client,
  .fleet-reference-body .nav-menu-client,
  .setrans-reference-body .nav-menu,
  .contact-reference-body .nav-menu {
    position: fixed !important;
    inset: calc(var(--floating-nav-clearance) + 8px) 12px 14px !important;
    display: grid !important;
    align-content: start !important;
    justify-content: stretch !important;
    gap: 6px !important;
    height: calc(100svh - var(--floating-nav-clearance) - 22px) !important;
    padding: 14px 16px 28px !important;
    overflow-y: auto !important;
    border: 1px solid var(--nav-glass-hd-border) !important;
    border-radius: 18px !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(244, 255, 250, .9) 54%, rgba(240, 250, 255, .92)),
      rgba(255, 255, 255, .94) !important;
    box-shadow: 0 30px 80px rgba(10, 45, 56, .18), inset 0 1px 0 rgba(255, 255, 255, .96) !important;
    transform: translateY(-122%) !important;
    pointer-events: none !important;
    backdrop-filter: blur(28px) saturate(1.55) !important;
    -webkit-backdrop-filter: blur(28px) saturate(1.55) !important;
  }

  .nav-menu-client.is-open {
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  .nav-menu-client > .nav-link,
  .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  .nav-menu-client > .mobile-request-link,
  .nav-menu-client > .mobile-contact-link {
    display: inline-flex !important;
    width: 100% !important;
    min-height: 52px !important;
    justify-content: space-between !important;
    padding-inline: 14px !important;
    font-size: .88rem !important;
  }

  .nav-menu-client > .mobile-request-link {
    color: #fff !important;
    background: linear-gradient(135deg, #08A66A, #08A66A) !important;
    box-shadow: 0 14px 30px rgba(8, 166, 106, .18) !important;
  }

  .dropdown-menu {
    position: static !important;
    width: 100% !important;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    margin: 4px 0 8px !important;
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 78px;
    --floating-nav-top: max(8px, env(safe-area-inset-top));
    --floating-nav-clearance: calc(var(--header-height) + 12px);
  }

  .nav-shell-client,
  .site-header.is-scrolled .nav-shell-client,
  .fleet-reference-body .nav-shell-client,
  .setrans-reference-body .nav-shell-client,
  .contact-reference-body .nav-shell-client {
    width: min(100% - 18px, 620px) !important;
    min-height: 62px !important;
    border-radius: 16px !important;
  }

  .nav-shell-client .brand-mark {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }

  .nav-shell-client .brand-text strong {
    font-size: 1.12rem !important;
  }

  .nav-shell-client .brand-text small {
    font-size: .56rem !important;
  }

  .home-ref-hero,
  .about-hero-v4,
  .setrans-hero,
  .contact-ref-hero,
  .fleet-hero,
  .insights-premium-hero,
  .station-hero-v3,
  .solutions-hero,
  .pilot-hero-v2,
  .request-hero,
  .page-hero.client-page-hero {
    padding-top: max(var(--floating-nav-clearance), 88px) !important;
  }
}

/* Final nav normalization: defeats older page-specific reference-page rules. */
:where(.home-reference-body, .fleet-reference-body, .setrans-reference-body, .contact-reference-body, .insights-premium-body) .nav-shell-client {
  min-height: 68px !important;
  height: auto !important;
}

:where(.home-reference-body, .fleet-reference-body, .setrans-reference-body, .contact-reference-body, .insights-premium-body) .nav-menu-client {
  height: auto !important;
  min-height: 0 !important;
  justify-content: center !important;
}

:where(.home-reference-body, .fleet-reference-body, .setrans-reference-body, .contact-reference-body, .insights-premium-body) .nav-menu-client > .nav-link,
:where(.home-reference-body, .fleet-reference-body, .setrans-reference-body, .contact-reference-body, .insights-premium-body) .nav-menu-client > .nav-dropdown > .dropdown-toggle {
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  min-height: 38px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 clamp(6px, .52vw, 10px) !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #0B1220 !important;
  line-height: 1.1 !important;
}

:where(.home-reference-body, .fleet-reference-body, .setrans-reference-body, .contact-reference-body, .insights-premium-body) .nav-menu-client > .nav-link.is-active,
:where(.home-reference-body, .fleet-reference-body, .setrans-reference-body, .contact-reference-body, .insights-premium-body) .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle,
:where(.home-reference-body, .fleet-reference-body, .setrans-reference-body, .contact-reference-body, .insights-premium-body) .nav-menu-client > .nav-link:hover,
:where(.home-reference-body, .fleet-reference-body, .setrans-reference-body, .contact-reference-body, .insights-premium-body) .nav-menu-client > .nav-link:focus-visible,
:where(.home-reference-body, .fleet-reference-body, .setrans-reference-body, .contact-reference-body, .insights-premium-body) .nav-menu-client > .nav-dropdown:hover > .dropdown-toggle,
:where(.home-reference-body, .fleet-reference-body, .setrans-reference-body, .contact-reference-body, .insights-premium-body) .nav-menu-client > .nav-dropdown:focus-within > .dropdown-toggle {
  color: #067A50 !important;
  background: rgba(232, 250, 242, .9) !important;
  border-radius: 999px !important;
  box-shadow: inset 0 0 0 1px rgba(8, 166, 106, .16) !important;
}

:where(.home-reference-body, .fleet-reference-body, .setrans-reference-body, .contact-reference-body, .insights-premium-body) .nav-actions {
  display: flex !important;
  width: auto !important;
  height: auto !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

:where(.home-reference-body, .fleet-reference-body, .setrans-reference-body, .contact-reference-body, .insights-premium-body) .nav-actions .nav-cta-request {
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  min-height: 40px !important;
}

.fleet-reference-body .nav-menu-client > .nav-link,
.fleet-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle,
.setrans-reference-body .nav-menu-client > .nav-link,
.setrans-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle,
.contact-reference-body .nav-menu-client > .nav-link,
.contact-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle,
.insights-premium-body .nav-menu-client > .nav-link,
.insights-premium-body .nav-menu-client > .nav-dropdown > .dropdown-toggle {
  width: auto !important;
  height: auto !important;
  min-height: 38px !important;
  border-radius: 999px !important;
  padding: 0 clamp(6px, .52vw, 10px) !important;
}

.fleet-reference-body .nav-menu-client > .nav-link.is-active,
.fleet-reference-body .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle,
.setrans-reference-body .nav-menu-client > .nav-link.is-active,
.setrans-reference-body .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle,
.contact-reference-body .nav-menu-client > .nav-link.is-active,
.contact-reference-body .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle,
.insights-premium-body .nav-menu-client > .nav-link.is-active,
.insights-premium-body .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle {
  height: auto !important;
  min-height: 38px !important;
  border-radius: 999px !important;
}

.home-reference-body .nav-menu-client > .mobile-request-link,
.fleet-reference-body .nav-menu-client > .mobile-request-link,
.setrans-reference-body .nav-menu-client > .mobile-request-link,
.contact-reference-body .nav-menu-client > .mobile-request-link,
.insights-premium-body .nav-menu-client > .mobile-request-link {
  display: none !important;
}

@media (max-width: 1280px) {
  :where(.home-reference-body, .fleet-reference-body, .setrans-reference-body, .contact-reference-body, .insights-premium-body) .nav-shell-client {
    min-height: 66px !important;
  }

  :where(.home-reference-body, .fleet-reference-body, .setrans-reference-body, .contact-reference-body, .insights-premium-body) .nav-menu-client {
    height: calc(100svh - var(--floating-nav-clearance) - 22px) !important;
  }

  :where(.home-reference-body, .fleet-reference-body, .setrans-reference-body, .contact-reference-body, .insights-premium-body) .nav-actions {
    display: none !important;
  }

  :where(.home-reference-body, .fleet-reference-body, .setrans-reference-body, .contact-reference-body, .insights-premium-body) .nav-menu-client > .nav-link,
  :where(.home-reference-body, .fleet-reference-body, .setrans-reference-body, .contact-reference-body, .insights-premium-body) .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    width: 100% !important;
    min-height: 52px !important;
    justify-content: space-between !important;
  }

  .fleet-reference-body .nav-menu-client > .nav-link,
  .fleet-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  .setrans-reference-body .nav-menu-client > .nav-link,
  .setrans-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  .contact-reference-body .nav-menu-client > .nav-link,
  .contact-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  .insights-premium-body .nav-menu-client > .nav-link,
  .insights-premium-body .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    width: 100% !important;
    height: auto !important;
    min-height: 52px !important;
    border-radius: 999px !important;
  }

  .home-reference-body .nav-menu-client > .mobile-request-link,
  .fleet-reference-body .nav-menu-client > .mobile-request-link,
  .setrans-reference-body .nav-menu-client > .mobile-request-link,
  .contact-reference-body .nav-menu-client > .mobile-request-link,
  .insights-premium-body .nav-menu-client > .mobile-request-link {
    display: inline-flex !important;
  }
}

/* 2026-07 global repair pass: 15% smaller typography, calmer visuals, friendlier request flow. */
:root {
  --font-hero: clamp(1.7rem, 2.25vw, 2.23rem);
  --font-page-title: clamp(1.49rem, 2vw, 2.02rem);
  --font-section-title: clamp(1.23rem, 1.53vw, 1.59rem);
  --font-subheading: clamp(.94rem, 1.15vw, 1.17rem);
  --font-card-title: clamp(.85rem, .85vw, .96rem);
  --font-body: clamp(.8rem, .7vw, .85rem);
  --font-small: clamp(.68rem, .63vw, .77rem);
  --font-label: clamp(.56rem, .5vw, .64rem);
  --font-nav: clamp(.69rem, .61vw, .74rem);
  --font-button: clamp(.74rem, .7vw, .8rem);
}

body,
input,
select,
textarea,
button {
  font-size: var(--font-body) !important;
}

:where(
  .home-cinematic .hero-copy-wrap h1,
  .client-hero .hero-copy-wrap h1,
  .premium-hero h1,
  .contact-hero-copy h1,
  .insights-premium-copy h1,
  .fleet-hero h1,
  .setrans-hero h1,
  .about-hero-v4 h1,
  main h1
) {
  max-width: 820px;
  font-size: var(--font-hero) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

:where(.section-heading h2, .section h2, .cta-inner h2, .request-form legend, .request-progress-panel h2, .request-success-card h2, main h2) {
  font-size: var(--font-section-title) !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
}

:where(main h3, .card h3, .solution-category-card h3, .station-application-card-v2 h3, .station-benefit-group h3, .request-fast-card strong, .contact-action-card h3, .insight-card h3) {
  font-size: var(--font-card-title) !important;
  line-height: 1.2 !important;
}

:where(p, li, .page-lead, .hero-copy, .section-heading p, .request-form fieldset > p, .request-progress-panel p, .form-row input, .form-row select, .form-row textarea) {
  font-size: var(--font-body) !important;
  line-height: 1.5 !important;
}

:where(.eyebrow, .breadcrumb, .field-error, .optional-label, .geo-status, .request-progress li, .dropdown-link, .nav-link, .dropdown-toggle, .nav-cta, .button, .card-link) {
  font-size: var(--font-label) !important;
}

.nav-menu-client > .nav-link,
.nav-menu-client > .nav-dropdown > .dropdown-toggle,
.nav-actions .nav-cta {
  font-size: var(--font-nav) !important;
}

:where(.button, .nav-cta, .geo-button, .form-submit, .contact-submit-button) {
  min-height: 42px !important;
  padding: 10px 16px !important;
  font-size: var(--font-button) !important;
}

:where(.section, .compact-section, .solutions-portal-page .section, .charging-request-page .section, .station-product-v2 .section, .pilot-page .section) {
  padding-block: clamp(28px, 3.3vw, 48px) !important;
}

:where(.solutions-hero, .request-hero, .station-hero-v3, .pilot-hero-v2, .page-hero, .client-page-hero, .article-hero) {
  padding-block: clamp(96px, 8vw, 124px) clamp(28px, 3.5vw, 46px) !important;
}

:where(.section-heading) {
  margin-bottom: clamp(12px, 1.6vw, 22px) !important;
}

:where(.hero-actions, .station-hero-actions-v3, .request-step-actions) {
  gap: 10px !important;
}

/* Replace the unstable Solutions animation with a crisp PVG-EV operating visual. */
.solutions-ecosystem {
  isolation: isolate;
  min-height: clamp(300px, 30vw, 430px) !important;
  padding: clamp(14px, 2vw, 22px) !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  background: #EAF7F5 !important;
}

.solutions-ecosystem::before {
  display: none !important;
}

.solutions-ecosystem::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 21, 31, .32), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(3, 21, 31, .08));
}

.solutions-ecosystem-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  filter: saturate(1.12) contrast(1.08);
}

.solutions-ecosystem :where(.solution-glow, .solution-particle, .ecosystem-stage, .ecosystem-map-card) {
  display: none !important;
}

.solutions-ecosystem .ecosystem-card {
  z-index: 2;
  width: min(42%, 240px) !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(255, 255, 255, .7) !important;
  border-radius: 16px !important;
  color: #FFFFFF !important;
  background: rgba(7, 24, 33, .66) !important;
  box-shadow: 0 16px 38px rgba(7, 24, 33, .22) !important;
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  animation: none !important;
}

.solutions-ecosystem .ecosystem-card span {
  color: rgba(255, 255, 255, .78) !important;
  font-size: var(--font-label) !important;
}

.solutions-ecosystem .ecosystem-card strong {
  color: #FFFFFF !important;
  font-size: var(--font-card-title) !important;
}

.solutions-ecosystem .card-mobile {
  top: 22px !important;
  right: 22px !important;
  left: auto !important;
}

.solutions-ecosystem .card-fleet {
  right: 22px !important;
  bottom: 22px !important;
}

.solutions-ecosystem .card-energy {
  left: 22px !important;
  bottom: 22px !important;
}

/* Request page: keep stranded users moving, push planning detail into optional areas. */
.charging-request-page .request-hero {
  padding-bottom: clamp(18px, 2.4vw, 28px) !important;
}

.charging-request-page .request-hero-grid {
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr) !important;
  align-items: center !important;
}

.charging-request-page .request-hero-visual {
  min-height: clamp(260px, 24vw, 360px) !important;
  border-radius: 22px !important;
}

.charging-request-page .request-layout {
  grid-template-columns: minmax(250px, 330px) minmax(0, 1fr) !important;
  gap: clamp(16px, 2.2vw, 28px) !important;
  align-items: stretch !important;
}

.charging-request-page .request-progress-panel,
.charging-request-page .request-form-card {
  border-radius: 22px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(245, 251, 248, .66)),
    rgba(255, 255, 255, .72) !important;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .08), inset 0 1px 0 rgba(255, 255, 255, .9) !important;
}

.charging-request-page .request-progress-panel {
  position: sticky !important;
  top: calc(var(--header-height) + 24px) !important;
  align-self: start !important;
  padding: clamp(16px, 1.8vw, 22px) !important;
}

.charging-request-page .request-progress {
  gap: 7px !important;
  margin: 16px 0 !important;
}

.charging-request-page .request-progress li {
  min-height: 38px !important;
  padding: 7px 10px !important;
  border-radius: 12px !important;
}

.charging-request-page .request-progress span {
  width: 24px !important;
  height: 24px !important;
}

.charging-request-page .request-assurance {
  border: 1px solid rgba(14, 165, 233, .14);
  border-radius: 16px !important;
}

.charging-request-page .request-form-card {
  padding: clamp(18px, 2.2vw, 28px) !important;
}

.charging-request-page .request-form fieldset > p {
  max-width: 620px;
  margin-bottom: 14px !important;
}

.charging-request-page .request-need-fields {
  margin-top: 12px;
}

.charging-request-page .request-fast-panel {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 14px 0 !important;
}

.charging-request-page .request-fast-card,
.charging-request-page .request-fast-card:first-child {
  grid-column: auto !important;
  min-height: 112px !important;
  padding: 14px !important;
  border-radius: 16px !important;
}

.charging-request-page .request-fast-card:first-child {
  border-color: rgba(14, 165, 233, .4) !important;
  box-shadow: 0 18px 40px rgba(14, 165, 233, .12), 0 0 0 4px rgba(14, 165, 233, .08) !important;
}

.charging-request-page .form-grid-two {
  gap: 14px !important;
}

.charging-request-page .request-form textarea {
  min-height: 92px !important;
}

.charging-request-page .geo-capture-panel {
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px 14px !important;
  padding: 14px !important;
  border-radius: 16px !important;
}

.charging-request-page .geo-output-row input[readonly] {
  min-height: 42px !important;
  font-weight: 760;
  color: #067A50 !important;
  background: rgba(255, 255, 255, .88) !important;
}

.charging-request-page .request-advanced-details {
  margin-top: 14px !important;
  border-radius: 16px !important;
}

.charging-request-page .request-review dl {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.charging-request-page .consent-row {
  border: 1px solid rgba(8, 166, 106, .14);
  background: rgba(236, 253, 245, .72) !important;
}

/* Calm down any remaining hero animation that can drift out of alignment. */
:where(.request-hero-visual *, .solutions-ecosystem *, .charging-journey-scene *) {
  animation-duration: 16s !important;
}

:where(.solutions-ecosystem *) {
  animation: none !important;
}

.fleet-reference-body .fleet-hero h1,
.setrans-reference-body .setrans-hero h1,
.insights-premium-body .insights-premium-copy h1 {
  max-width: 760px !important;
  font-size: var(--font-hero) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.fleet-reference-body .fleet-hero-copy > p:not(.fleet-eyebrow, .fleet-trust-line),
.setrans-reference-body .setrans-hero-content > p:not(.setrans-pill),
.insights-premium-body .insights-premium-copy > p:not(.insights-eyebrow),
.insights-premium-body .insights-trust-line {
  max-width: 620px !important;
  font-size: var(--font-body) !important;
  line-height: 1.5 !important;
}

.fleet-reference-body .fleet-section-heading h2,
.setrans-reference-body .setrans-section-copy h2,
.setrans-reference-body .setrans-role-card h2,
.insights-premium-body .insights-filter-heading h2,
.insights-premium-body .insights-featured-copy h2,
.insights-premium-body .insights-section-heading h2 {
  font-size: var(--font-section-title) !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
}

@media (min-width: 1281px) {
  .nav-shell-client,
  .site-header.is-scrolled .nav-shell-client,
  .fleet-reference-body .nav-shell-client,
  .setrans-reference-body .nav-shell-client,
  .contact-reference-body .nav-shell-client,
  .insights-premium-body .nav-shell-client {
    grid-template-columns: minmax(178px, 214px) minmax(0, 1fr) auto !important;
    width: min(100% - 48px, 1680px) !important;
    min-height: 66px !important;
    padding: 8px 14px !important;
  }

  .nav-toggle,
  .fleet-reference-body .nav-toggle,
  .setrans-reference-body .nav-toggle,
  .contact-reference-body .nav-toggle,
  .insights-premium-body .nav-toggle {
    display: none !important;
  }

  .nav-menu-client,
  .fleet-reference-body .nav-menu-client,
  .setrans-reference-body .nav-menu-client,
  .contact-reference-body .nav-menu-client,
  .insights-premium-body .nav-menu-client {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(5px, .45vw, 10px) !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    pointer-events: auto !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .nav-menu-client > .nav-link,
  .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  .fleet-reference-body .nav-menu-client > .nav-link,
  .fleet-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  .setrans-reference-body .nav-menu-client > .nav-link,
  .setrans-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  .contact-reference-body .nav-menu-client > .nav-link,
  .contact-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  .insights-premium-body .nav-menu-client > .nav-link,
  .insights-premium-body .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    width: auto !important;
    min-height: 36px !important;
    padding: 0 clamp(5px, .45vw, 9px) !important;
    white-space: nowrap !important;
  }

  .nav-actions,
  .fleet-reference-body .nav-actions,
  .setrans-reference-body .nav-actions,
  .contact-reference-body .nav-actions,
  .insights-premium-body .nav-actions {
    display: flex !important;
  }

  .nav-actions .nav-cta:not(.nav-cta-request) {
    display: none !important;
  }

  .nav-actions .nav-cta-request {
    min-height: 40px !important;
    padding-inline: 16px !important;
    white-space: nowrap !important;
  }

  .nav-menu-client > .mobile-contact-link,
  .nav-menu-client > .mobile-request-link {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .charging-request-page .request-hero-grid,
  .charging-request-page .request-layout {
    grid-template-columns: 1fr !important;
  }

  .charging-request-page .request-progress-panel {
    position: static !important;
  }

  .charging-request-page .request-progress {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  :root {
    --font-hero: clamp(1.5rem, 5.6vw, 1.7rem);
    --font-page-title: clamp(1.3rem, 5.1vw, 1.55rem);
    --font-section-title: clamp(1.1rem, 4.25vw, 1.32rem);
    --font-subheading: clamp(.9rem, 3.6vw, 1rem);
    --font-card-title: clamp(.82rem, 3.2vw, .92rem);
    --font-body: clamp(.78rem, 3.1vw, .86rem);
  }

  .charging-request-page .request-fast-panel,
  .charging-request-page .form-grid-two,
  .charging-request-page .request-review dl {
    grid-template-columns: 1fr !important;
  }

  .charging-request-page .request-hero {
    padding-bottom: 12px !important;
  }

  .charging-request-page .request-hero-visual,
  .charging-request-page .request-progress-panel {
    display: none !important;
  }

  .charging-request-page .request-form-section {
    padding-top: 12px !important;
  }

  .charging-request-page .request-progress {
    grid-template-columns: 1fr 1fr !important;
  }

  .charging-request-page .geo-capture-panel {
    grid-template-columns: 1fr !important;
  }

  .solutions-ecosystem .ecosystem-card {
    width: calc(100% - 28px) !important;
    max-width: 320px !important;
  }

  .solutions-ecosystem .card-mobile {
    top: 14px !important;
    right: 14px !important;
  }

  .solutions-ecosystem .card-fleet {
    right: 14px !important;
    bottom: 14px !important;
  }

  .solutions-ecosystem .card-energy {
    display: none !important;
  }
}

/* 2026-07-29 About page quality pass: less stacking, clearer visuals, denser premium rhythm. */
.about-premium-body {
  --about-shadow: 0 18px 48px rgba(2, 12, 27, .075);
  --about-radius: 20px;
}

.about-premium-main {
  background:
    radial-gradient(circle at 11% 8%, rgba(11, 183, 131, .09), transparent 25%),
    radial-gradient(circle at 88% 10%, rgba(8, 166, 106, .1), transparent 24%),
    linear-gradient(180deg, #F7FAFC 0%, #FFFFFF 46%, #F7FAFC 100%) !important;
}

.about-section-v4 {
  padding-top: clamp(36px, 4vw, 54px) !important;
}

.about-section-v4:last-of-type {
  padding-bottom: clamp(44px, 5vw, 64px) !important;
}

.about-hero-v4 {
  min-height: clamp(540px, 58vw, 640px) !important;
  padding-bottom: clamp(28px, 3vw, 40px) !important;
}

.about-hero-overlay {
  background:
    linear-gradient(90deg, rgba(4, 13, 23, .9) 0%, rgba(4, 13, 23, .74) 39%, rgba(4, 13, 23, .3) 68%, rgba(4, 13, 23, .54) 100%),
    radial-gradient(circle at 66% 54%, rgba(11, 183, 131, .22), transparent 30%),
    linear-gradient(180deg, rgba(4, 13, 23, .1), rgba(4, 13, 23, .7)) !important;
}

.about-hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .8fr) !important;
  align-items: center !important;
  gap: clamp(22px, 3vw, 34px) !important;
}

.about-hero-copy {
  max-width: 650px !important;
}

.about-breadcrumb {
  margin-bottom: 12px !important;
}

.about-kicker,
.about-section-label {
  margin-bottom: 10px !important;
}

.about-hero-copy > p {
  max-width: 560px !important;
  margin-top: 14px !important;
}

.about-hero-actions,
.about-cta-actions {
  margin-top: 18px !important;
}

.about-proof-row {
  max-width: 600px !important;
  margin-top: 22px !important;
  border-radius: 16px !important;
}

.about-proof-row span {
  min-height: 58px !important;
  padding: 10px 12px !important;
}

.about-hero-card {
  min-height: clamp(300px, 30vw, 390px) !important;
  border-radius: 22px !important;
}

.about-hero-card > img {
  object-position: center !important;
}

.about-hero-card figcaption {
  left: 14px !important;
  right: 14px !important;
  bottom: 14px !important;
  padding: 14px !important;
  border-radius: 16px !important;
}

.about-floating-stat {
  min-width: 96px !important;
  padding: 10px 12px !important;
  border-radius: 14px !important;
}

.about-floating-stat strong {
  font-size: .92rem !important;
}

.about-floating-stat span {
  font-size: .62rem !important;
}

.stat-one {
  left: 12px !important;
}

.stat-two {
  right: 12px !important;
}

.stat-three {
  right: 16px !important;
  bottom: 94px !important;
}

.about-company-grid,
.about-market-grid {
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr) !important;
  gap: clamp(18px, 2.2vw, 26px) !important;
  align-items: start !important;
}

.about-copy-panel,
.about-map-card,
.about-glass-card,
.about-why-card,
.about-value-card,
.about-cta-card {
  border-radius: 20px !important;
}

.about-copy-panel {
  padding: clamp(22px, 2.6vw, 34px) !important;
}

.about-copy-panel p {
  margin: 10px 0 0 !important;
}

.about-image-bento {
  grid-template-rows: minmax(230px, 1fr) auto !important;
  gap: 14px !important;
}

.about-photo-card {
  min-height: 260px !important;
  border-radius: 20px !important;
}

.about-glass-card {
  min-height: 148px !important;
  padding: 18px !important;
}

.about-glass-card h3,
.about-why-card h3,
.about-value-card h3,
.about-timeline h3 {
  margin: 10px 0 6px !important;
}

.about-mini-icon {
  width: 38px !important;
  height: 38px !important;
  border-radius: 13px !important;
}

.about-market-v4 {
  padding-top: clamp(34px, 3.6vw, 46px) !important;
}

.about-map-card {
  min-height: 0 !important;
  padding: clamp(18px, 2.2vw, 28px) !important;
}

.tn-map-visual {
  min-height: clamp(190px, 22vw, 270px) !important;
  margin: 12px 0 8px !important;
  overflow: hidden !important;
  background: #EAF7F4 !important;
}

.tn-map-visual::before {
  display: none !important;
}

.tn-map-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: .92;
  filter: saturate(1.08) contrast(1.04);
}

.map-node {
  padding: 6px 8px !important;
  font-size: .64rem !important;
  box-shadow: 0 10px 22px rgba(2, 12, 27, .08) !important;
}

.about-why-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 18px !important;
}

.about-why-card,
.about-value-card {
  min-height: 142px !important;
  padding: 18px !important;
}

.about-section-heading {
  margin-bottom: 18px !important;
}

.about-solution-grid {
  grid-template-columns: repeat(5, minmax(160px, 1fr)) !important;
  gap: 14px !important;
}

.about-solution-card {
  min-height: 218px !important;
  padding: 16px !important;
  border-radius: 18px !important;
}

.about-solution-card::after {
  background: linear-gradient(180deg, transparent 30%, rgba(4, 13, 23, .78)) !important;
}

.about-solution-card p {
  max-width: 190px !important;
}

.about-values-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.about-timeline {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.about-timeline article {
  min-height: 168px !important;
  padding: 48px 18px 18px !important;
  border-radius: 18px !important;
}

.about-timeline article span {
  min-width: 58px !important;
  min-height: 38px !important;
  left: 18px !important;
  border-radius: 14px !important;
}

.about-cta-v4 {
  padding-top: clamp(34px, 3.8vw, 52px) !important;
}

.about-cta-card {
  padding: clamp(22px, 2.4vw, 32px) !important;
  border-radius: 20px !important;
}

@media (min-width: 901px) and (max-width: 1180px) {
  .about-hero-grid {
    grid-template-columns: minmax(0, 680px) !important;
  }

  .about-hero-card {
    display: none !important;
  }

  .about-company-grid,
  .about-market-grid {
    grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr) !important;
  }

  .about-solution-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .about-values-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .about-floating-stat {
    display: none !important;
  }
}

@media (min-width: 1181px) and (max-width: 1280px) {
  .about-hero-grid {
    grid-template-columns: minmax(0, 720px) !important;
  }

  .about-hero-card {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .about-hero-v4 {
    min-height: auto !important;
  }

  .about-hero-grid,
  .about-company-grid,
  .about-market-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .about-hero-copy {
    max-width: none !important;
  }

  .about-hero-card {
    min-height: clamp(260px, 48vw, 360px) !important;
  }

  .about-why-grid,
  .about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .about-solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .about-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .about-hero-card {
    display: none !important;
  }

  .about-floating-stat {
    display: none !important;
  }

  .about-why-grid,
  .about-values-grid,
  .about-solution-grid,
  .about-timeline {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .about-proof-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .about-photo-card {
    min-height: 220px !important;
  }

  .about-image-bento {
    grid-template-rows: auto !important;
  }

  .tn-map-visual {
    min-height: 220px !important;
  }
}

@media (max-width: 1280px) {
  .nav-toggle,
  .fleet-reference-body .nav-toggle,
  .setrans-reference-body .nav-toggle,
  .contact-reference-body .nav-toggle,
  .insights-premium-body .nav-toggle {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    justify-self: end !important;
    transform: none !important;
  }

  .nav-shell-client,
  .site-header.is-scrolled .nav-shell-client,
  .fleet-reference-body .nav-shell-client,
  .setrans-reference-body .nav-shell-client,
  .contact-reference-body .nav-shell-client,
  .insights-premium-body .nav-shell-client {
    grid-template-columns: minmax(0, 1fr) 46px !important;
  }
}

@media (max-width: 560px) {
  html,
  body,
  .about-premium-body,
  .about-premium-main {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .about-container,
  .about-container.about-hero-grid,
  .about-container.about-company-grid,
  .about-container.about-market-grid,
  .about-container.about-why-grid {
    width: min(calc(100% - 28px), 362px) !important;
    max-width: min(calc(100% - 28px), 362px) !important;
    margin-inline: auto !important;
  }

  .about-hero-grid,
  .about-company-grid,
  .about-market-grid,
  .about-why-grid,
  .about-values-grid,
  .about-solution-grid,
  .about-timeline,
  .about-copy-panel,
  .about-map-card,
  .about-glass-card,
  .about-why-card,
  .about-value-card,
  .about-cta-card,
  .about-image-bento {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .about-hero-actions,
  .about-cta-actions {
    width: 100% !important;
    max-width: 100% !important;
  }

  .about-copy-panel h2,
  .about-section-heading h2,
  .about-cta-card h2,
  .about-copy-panel p,
  .about-map-card p,
  .about-glass-card p,
  .about-why-card p,
  .about-value-card p,
  .about-timeline p {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }

  .nav-shell-client,
  .site-header.is-scrolled .nav-shell-client {
    grid-template-columns: minmax(0, 1fr) 44px !important;
  }

  .nav-toggle {
    display: inline-flex !important;
    justify-self: end !important;
    z-index: 3 !important;
  }
}

/* Final phone pass: compact floating navigation and About-page mobile fit. */
@media (max-width: 760px) {
  :root {
    --header-height: 62px;
    --floating-nav-top: max(8px, env(safe-area-inset-top));
    --floating-nav-clearance: calc(var(--header-height) + 10px);
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden !important;
  }

  body {
    padding-bottom: calc(66px + env(safe-area-inset-bottom));
  }

  .site-header {
    padding-top: var(--floating-nav-top) !important;
  }

  .nav-shell-client,
  .site-header.is-scrolled .nav-shell-client,
  .fleet-reference-body .nav-shell-client,
  .setrans-reference-body .nav-shell-client,
  .contact-reference-body .nav-shell-client,
  .insights-premium-body .nav-shell-client {
    display: grid !important;
    width: calc(100% - 20px) !important;
    min-height: 56px !important;
    grid-template-columns: minmax(0, 1fr) 42px !important;
    gap: 8px !important;
    padding: 7px 9px !important;
    border-radius: 18px !important;
  }

  .nav-shell-client .brand {
    min-width: 0 !important;
    gap: 8px !important;
  }

  .nav-shell-client .brand-mark,
  .fleet-reference-body .nav-shell-client .brand-mark,
  .setrans-reference-body .nav-shell-client .brand-mark,
  .contact-reference-body .nav-shell-client .brand-mark,
  .insights-premium-body .nav-shell-client .brand-mark {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px !important;
  }

  .nav-shell-client .brand-text strong {
    max-width: min(180px, calc(100vw - 136px)) !important;
    font-size: clamp(1.04rem, 5vw, 1.28rem) !important;
    line-height: .95 !important;
    white-space: nowrap !important;
  }

  .nav-shell-client .brand-text small {
    max-width: min(180px, calc(100vw - 136px)) !important;
    font-size: clamp(.58rem, 2.6vw, .72rem) !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
  }

  .nav-toggle,
  .fleet-reference-body .nav-toggle,
  .setrans-reference-body .nav-toggle,
  .contact-reference-body .nav-toggle,
  .insights-premium-body .nav-toggle {
    width: 42px !important;
    height: 42px !important;
    border-radius: 15px !important;
  }

  .nav-toggle span {
    width: 18px !important;
  }

  .nav-menu-client,
  .fleet-reference-body .nav-menu-client,
  .setrans-reference-body .nav-menu-client,
  .contact-reference-body .nav-menu-client,
  .insights-premium-body .nav-menu-client {
    inset: calc(var(--floating-nav-clearance) + 8px) 16px auto !important;
    width: auto !important;
    height: auto !important;
    max-height: calc(100svh - var(--floating-nav-clearance) - 22px) !important;
    min-height: 0 !important;
    display: grid !important;
    align-content: start !important;
    justify-content: stretch !important;
    gap: 7px !important;
    padding: 16px !important;
    border-radius: 24px !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .97), rgba(244, 255, 250, .9) 58%, rgba(241, 250, 255, .92)),
      rgba(255, 255, 255, .92) !important;
  }

  .nav-menu-client > .nav-link,
  .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  .nav-menu-client > .mobile-contact-link,
  .nav-menu-client > .mobile-request-link,
  .fleet-reference-body .nav-menu-client > .nav-link,
  .fleet-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  .setrans-reference-body .nav-menu-client > .nav-link,
  .setrans-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  .contact-reference-body .nav-menu-client > .nav-link,
  .contact-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  .insights-premium-body .nav-menu-client > .nav-link,
  .insights-premium-body .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    width: 100% !important;
    min-height: 42px !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    font-size: .9rem !important;
    line-height: 1.15 !important;
    text-align: left !important;
  }

  .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    justify-content: space-between !important;
  }

  .nav-menu-client > .nav-link.is-active,
  .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle {
    min-height: 42px !important;
    background: rgba(232, 250, 242, .82) !important;
    box-shadow: inset 0 0 0 1px rgba(8, 166, 106, .18) !important;
  }

  .nav-menu-client > .mobile-request-link,
  .home-reference-body .nav-menu-client > .mobile-request-link,
  .fleet-reference-body .nav-menu-client > .mobile-request-link,
  .setrans-reference-body .nav-menu-client > .mobile-request-link,
  .contact-reference-body .nav-menu-client > .mobile-request-link,
  .insights-premium-body .nav-menu-client > .mobile-request-link {
    display: inline-flex !important;
    order: 100 !important;
    min-height: 46px !important;
    margin-top: 4px !important;
    justify-content: center !important;
    color: #fff !important;
    background: linear-gradient(135deg, #08A66A, #08A66A) !important;
    box-shadow: 0 14px 30px rgba(8, 166, 106, .18) !important;
  }

  .nav-menu-client > .mobile-contact-link:not(.mobile-request-link) {
    order: 90 !important;
  }

  .dropdown-menu {
    position: static !important;
    width: 100% !important;
    margin: 2px 0 4px !important;
    padding: 8px !important;
    border-radius: 16px !important;
    transform: none !important;
  }

  .dropdown-link {
    min-height: 38px !important;
    padding: 9px 12px !important;
    font-size: .84rem !important;
  }

  .menu-open .quick-enquiry,
  .menu-open .mobile-action-bar {
    display: none !important;
  }

  .quick-enquiry {
    position: fixed !important;
    right: 0 !important;
    left: 0 !important;
    bottom: max(10px, env(safe-area-inset-bottom)) !important;
    z-index: 850 !important;
    display: none !important;
    justify-content: center !important;
    justify-items: center !important;
    gap: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    pointer-events: none !important;
  }

  .quick-enquiry.is-visible {
    display: flex !important;
  }

  .quick-enquiry-button,
  .quick-enquiry-panel {
    display: none !important;
  }

  .mobile-action-bar {
    position: static !important;
    display: flex !important;
    width: min(calc(100% - 28px), 360px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    pointer-events: auto !important;
  }

  .quick-enquiry:not(.is-visible) .mobile-action-bar {
    display: none !important;
  }

  .mobile-action-bar a {
    min-height: 48px !important;
    width: 100% !important;
    border-radius: 17px !important;
    background: linear-gradient(135deg, #08A66A, #08A66A) !important;
    color: #fff !important;
    box-shadow: 0 18px 40px rgba(8, 166, 106, .2) !important;
    font-size: .92rem !important;
  }

  .about-hero-v4 {
    min-height: auto !important;
    padding: calc(var(--floating-nav-clearance) + 26px) 0 30px !important;
  }

  .about-hero-grid {
    width: min(calc(100% - 30px), 420px) !important;
    max-width: min(calc(100% - 30px), 420px) !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  .about-breadcrumb {
    margin-bottom: 18px !important;
    font-size: .78rem !important;
  }

  .about-kicker {
    display: grid !important;
    grid-template-columns: 17px minmax(0, 1fr) !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 8px 10px !important;
    gap: 8px !important;
    border-radius: 18px !important;
    font-size: .62rem !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .about-kicker-icon {
    width: 17px !important;
    height: 17px !important;
    box-shadow: 0 0 0 5px rgba(11, 183, 131, .12) !important;
  }

  .about-hero-copy h1,
  .about-premium-body .about-hero-copy h1 {
    max-width: 100% !important;
    font-size: clamp(1.82rem, 8vw, 2.28rem) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  .about-hero-copy > p {
    margin-top: 16px !important;
    font-size: .98rem !important;
    line-height: 1.56 !important;
  }

  .about-hero-actions,
  .about-cta-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 18px !important;
  }

  .about-button,
  .about-cta-actions .about-button {
    width: 100% !important;
    min-height: 48px !important;
    border-radius: 16px !important;
    padding: 0 16px !important;
    font-size: .92rem !important;
  }

  .about-proof-row {
    margin-top: 18px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    border-radius: 18px !important;
  }

  .about-proof-row span {
    min-height: 62px !important;
    padding: 10px !important;
  }

  .about-proof-row strong {
    font-size: .95rem !important;
  }

  .about-proof-row small {
    font-size: .72rem !important;
  }

  .about-section-v4,
  .about-market-v4,
  .about-cta-v4 {
    padding-top: 34px !important;
  }

  .about-copy-panel,
  .about-map-card,
  .about-glass-card,
  .about-why-card,
  .about-value-card,
  .about-cta-card {
    border-radius: 18px !important;
  }

  .about-copy-panel h2,
  .about-section-heading h2,
  .about-cta-card h2 {
    font-size: clamp(1.22rem, 5.8vw, 1.55rem) !important;
    line-height: 1.16 !important;
  }
}

@media (max-width: 420px) {
  .nav-shell-client .brand-text strong {
    font-size: clamp(1rem, 5vw, 1.18rem) !important;
  }

  .nav-shell-client .brand-text small {
    font-size: .6rem !important;
  }

  .nav-menu-client,
  .fleet-reference-body .nav-menu-client,
  .setrans-reference-body .nav-menu-client,
  .contact-reference-body .nav-menu-client,
  .insights-premium-body .nav-menu-client {
    inset-inline: 12px !important;
    padding: 14px !important;
    gap: 6px !important;
  }

  .about-hero-copy h1,
  .about-premium-body .about-hero-copy h1 {
    font-size: clamp(1.74rem, 7.7vw, 2.08rem) !important;
  }
}

/* Final mobile drawer correction: compact, readable, and iPhone-toolbar safe. */
@media (max-width: 760px) {
  .nav-menu-client,
  .fleet-reference-body .nav-menu-client,
  .setrans-reference-body .nav-menu-client,
  .contact-reference-body .nav-menu-client,
  .insights-premium-body .nav-menu-client {
    inset: calc(var(--floating-nav-clearance) + 10px) 22px auto !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: min(520px, calc(100svh - var(--floating-nav-clearance) - 108px)) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 4px !important;
    padding: 14px !important;
    border-radius: 22px !important;
    overflow-y: auto !important;
    scrollbar-width: thin !important;
  }

  .nav-menu-client > .nav-link,
  .nav-menu-client > .nav-dropdown,
  .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  .nav-menu-client > .mobile-contact-link,
  .nav-menu-client > .mobile-request-link,
  .fleet-reference-body .nav-menu-client > a[href="mobile-charging-station.html"],
  .fleet-reference-body .nav-menu-client > a[href="collaboration.html"],
  .fleet-reference-body .nav-menu-client > .nav-link,
  .fleet-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  .setrans-reference-body .nav-menu-client > a[href="mobile-charging-station.html"],
  .setrans-reference-body .nav-menu-client > a[href="collaboration.html"],
  .setrans-reference-body .nav-menu-client > .nav-link,
  .setrans-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  .contact-reference-body .nav-menu-client > a[href="mobile-charging-station.html"],
  .contact-reference-body .nav-menu-client > a[href="collaboration.html"],
  .contact-reference-body .nav-menu-client > .nav-link,
  .contact-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  .insights-premium-body .nav-menu-client > .nav-link,
  .insights-premium-body .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    width: 100% !important;
    height: auto !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #0B1220 !important;
    font-size: .82rem !important;
    font-weight: 850 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    white-space: normal !important;
  }

  .nav-menu-client > .nav-dropdown {
    padding: 0 !important;
  }

  .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    justify-content: space-between !important;
  }

  .nav-menu-client > .nav-link.is-active,
  .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle,
  .fleet-reference-body .nav-menu-client > .nav-link.is-active,
  .fleet-reference-body .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle,
  .setrans-reference-body .nav-menu-client > .nav-link.is-active,
  .setrans-reference-body .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle,
  .contact-reference-body .nav-menu-client > .nav-link.is-active,
  .contact-reference-body .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle,
  .insights-premium-body .nav-menu-client > .nav-link.is-active,
  .insights-premium-body .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle {
    color: #067A50 !important;
    background: rgba(232, 250, 242, .78) !important;
    box-shadow: inset 0 0 0 1px rgba(8, 166, 106, .16) !important;
  }

  .nav-menu-client > .mobile-contact-link:not(.mobile-request-link) {
    order: 90 !important;
  }

  .nav-menu-client > .mobile-request-link,
  .home-reference-body .nav-menu-client > .mobile-request-link,
  .fleet-reference-body .nav-menu-client > .mobile-request-link,
  .setrans-reference-body .nav-menu-client > .mobile-request-link,
  .contact-reference-body .nav-menu-client > .mobile-request-link,
  .insights-premium-body .nav-menu-client > .mobile-request-link {
    order: 100 !important;
    min-height: 42px !important;
    margin-top: 6px !important;
    justify-content: center !important;
    border-radius: 16px !important;
    color: #fff !important;
    font-size: .86rem !important;
    background: linear-gradient(135deg, #08A66A, #08A66A) !important;
    box-shadow: 0 14px 28px rgba(8, 166, 106, .18) !important;
  }

  .dropdown-menu {
    margin: 2px 0 5px !important;
    padding: 6px !important;
    border-radius: 14px !important;
  }

  .dropdown-link {
    min-height: 34px !important;
    padding: 8px 10px !important;
    border-radius: 12px !important;
    font-size: .78rem !important;
  }
}

@media (max-width: 420px) {
  .nav-menu-client,
  .fleet-reference-body .nav-menu-client,
  .setrans-reference-body .nav-menu-client,
  .contact-reference-body .nav-menu-client,
  .insights-premium-body .nav-menu-client {
    inset-inline: 24px !important;
    padding: 13px !important;
    gap: 3px !important;
    max-height: min(500px, calc(100svh - var(--floating-nav-clearance) - 104px)) !important;
  }

  .nav-menu-client > .nav-link,
  .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  .nav-menu-client > .mobile-contact-link,
  .fleet-reference-body .nav-menu-client > a[href="mobile-charging-station.html"],
  .fleet-reference-body .nav-menu-client > a[href="collaboration.html"],
  .fleet-reference-body .nav-menu-client > .nav-link,
  .fleet-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  .setrans-reference-body .nav-menu-client > a[href="mobile-charging-station.html"],
  .setrans-reference-body .nav-menu-client > a[href="collaboration.html"],
  .setrans-reference-body .nav-menu-client > .nav-link,
  .setrans-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  .contact-reference-body .nav-menu-client > a[href="mobile-charging-station.html"],
  .contact-reference-body .nav-menu-client > a[href="collaboration.html"],
  .contact-reference-body .nav-menu-client > .nav-link,
  .contact-reference-body .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  .insights-premium-body .nav-menu-client > .nav-link,
  .insights-premium-body .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    min-height: 36px !important;
    font-size: .78rem !important;
  }
}

/* 2026-07-31 homepage precision pass: compact premium layout, stable images, and calmer motion. */
.home-reference-body {
  --header-height: 78px;
  --floating-nav-clearance: calc(var(--header-height) + 24px);
  --home-display: clamp(2.8rem, 3.45vw, 3.75rem);
  --home-section: clamp(2rem, 2.35vw, 2.55rem);
  --home-card-title: clamp(1.08rem, 1.1vw, 1.25rem);
  --home-body-copy: clamp(1rem, 1vw, 1.08rem);
  --home-small-copy: clamp(.88rem, .88vw, .96rem);
  --home-section-space: clamp(48px, 5vw, 76px);
}

.home-reference-body .site-header {
  padding-top: max(12px, env(safe-area-inset-top)) !important;
}

.home-reference-page section,
.home-reference-page [id] {
  scroll-margin-top: calc(var(--header-height) + 32px);
}

.home-reference-body .nav-shell-client {
  width: min(100% - 44px, 1440px) !important;
  min-height: 66px !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .91), rgba(247, 255, 252, .78) 48%, rgba(240, 249, 255, .78)),
    rgba(255, 255, 255, .78) !important;
}

.home-reference-body .nav-shell-client .brand-logo-real,
.home-reference-body .site-footer .brand-logo-real {
  object-fit: contain !important;
  object-position: center !important;
  padding: 4px 8px !important;
  background: #07111d !important;
}

.home-reference-body .nav-shell-client .brand-logo-real {
  width: 174px !important;
  height: 52px !important;
  border-radius: 12px !important;
}

.home-reference-body .site-footer .brand-logo-real {
  width: 168px !important;
  height: 92px !important;
}

.home-reference-page {
  overflow: clip;
  background:
    radial-gradient(circle at 12% 10%, rgba(8, 166, 106, .08), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(8, 166, 106, .09), transparent 28%),
    linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 48%, #F5FBF8 100%) !important;
}

.home-ref-container {
  width: min(100% - 72px, 1280px) !important;
  margin-inline: auto !important;
}

.home-ref-section {
  padding-block: var(--home-section-space) !important;
}

.home-ref-section-heading {
  max-width: 780px !important;
  margin-bottom: clamp(18px, 2vw, 28px) !important;
}

.home-ref-section-heading p:not(.home-ref-eyebrow),
.home-ref-workflow-copy p {
  max-width: 650px;
  margin: 12px 0 0;
  color: #526170;
  font-size: var(--home-body-copy) !important;
  line-height: 1.58 !important;
  font-weight: 600;
}

.home-ref-eyebrow {
  gap: 9px !important;
  margin-bottom: 10px !important;
  font-size: clamp(.66rem, .64vw, .76rem) !important;
  letter-spacing: .035em !important;
}

.home-ref-eyebrow::before {
  width: 36px !important;
}

.home-ref-section h2 {
  font-size: var(--home-section) !important;
  line-height: 1.14 !important;
  letter-spacing: 0 !important;
}

.home-ref-hero {
  min-height: clamp(620px, 55vw, 720px) !important;
  padding-top: max(var(--floating-nav-clearance), 108px) !important;
  padding-bottom: clamp(44px, 4.5vw, 62px) !important;
}

.home-ref-hero-bg img {
  object-position: 58% center !important;
  opacity: .48 !important;
  filter: saturate(1.06) contrast(1.03) brightness(1.03) !important;
}

.home-ref-hero::before {
  background:
    linear-gradient(90deg, rgba(248, 250, 252, .98) 0%, rgba(248, 250, 252, .92) 31%, rgba(248, 250, 252, .68) 53%, rgba(248, 250, 252, .22) 100%),
    radial-gradient(circle at 78% 45%, rgba(8, 166, 106, .16), transparent 32%),
    radial-gradient(circle at 20% 72%, rgba(8, 166, 106, .12), transparent 26%) !important;
}

.home-ref-hero::after {
  opacity: .42 !important;
}

.home-ref-hero-grid {
  grid-template-columns: minmax(390px, .45fr) minmax(560px, .55fr) !important;
  gap: clamp(28px, 4vw, 58px) !important;
  align-items: center !important;
}

.home-ref-hero-copy {
  padding: clamp(28px, 3.2vw, 42px) !important;
  border-radius: 26px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .78)),
    rgba(255, 255, 255, .76) !important;
  box-shadow: 0 24px 70px rgba(5, 28, 39, .1), inset 0 1px 0 rgba(255, 255, 255, .95) !important;
}

.home-ref-hero-copy h1 {
  max-width: 680px !important;
  font-size: var(--home-display) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

.home-ref-lead {
  max-width: 610px !important;
  margin-top: 18px !important;
  font-size: clamp(.98rem, 1vw, 1.08rem) !important;
  line-height: 1.58 !important;
  font-weight: 650 !important;
}

.home-ref-powered-card {
  max-width: 590px !important;
  margin-top: 20px !important;
  padding: 16px 18px !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .8) !important;
}

.home-ref-powered-card strong {
  font-size: clamp(.95rem, .95vw, 1.06rem) !important;
}

.home-ref-actions {
  gap: 12px !important;
}

.home-ref-actions .button {
  min-height: 46px !important;
  padding-inline: 22px !important;
  border-radius: 14px !important;
}

.home-ref-hero-visual {
  min-height: clamp(390px, 31vw, 480px) !important;
  height: clamp(390px, 31vw, 480px) !important;
  border-radius: 24px !important;
  box-shadow: 0 30px 90px rgba(5, 28, 39, .18) !important;
}

.home-ref-hero-visual > img {
  min-height: 100% !important;
  opacity: 1 !important;
  object-fit: cover !important;
  object-position: 56% 54% !important;
  filter: saturate(1.06) contrast(1.04) brightness(1.01) !important;
  transform: none !important;
}

.home-ref-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 28, 41, .04), rgba(7, 28, 41, .14)),
    radial-gradient(circle at 72% 30%, rgba(8, 166, 106, .12), transparent 34%);
}

.home-ref-float-card {
  border-radius: 16px !important;
  background: rgba(8, 26, 36, .64) !important;
  backdrop-filter: blur(18px) saturate(1.24) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.24) !important;
}

.home-ref-card-status,
.home-ref-card-tech {
  top: 22px !important;
}

.home-ref-card-access {
  max-width: min(340px, 50%) !important;
}

.home-ref-trust {
  margin-top: 0 !important;
  padding-block: clamp(28px, 3.2vw, 40px) clamp(40px, 4vw, 56px) !important;
  background: linear-gradient(180deg, rgba(245, 251, 248, .72), rgba(255, 255, 255, .96));
}

.home-ref-trust-panel {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
  min-height: clamp(130px, 11vw, 154px);
  padding: clamp(16px, 1.6vw, 22px);
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(241, 255, 250, .75)),
    rgba(255, 255, 255, .76);
  box-shadow: 0 18px 52px rgba(5, 28, 39, .08), inset 0 1px 0 rgba(255, 255, 255, .95);
  backdrop-filter: blur(22px) saturate(1.25);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
}

.home-ref-trust-panel h2 {
  max-width: 460px;
  font-size: clamp(1.28rem, 1.55vw, 1.72rem) !important;
}

.home-ref-trust-grid {
  display: contents;
}

.home-ref-trust-grid article {
  min-height: 96px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(8, 166, 106, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
}

.home-ref-trust-grid span {
  color: #067A50;
  font-size: var(--font-label) !important;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.home-ref-trust-grid strong {
  color: #17202A;
  font-size: var(--home-small-copy) !important;
  line-height: 1.36;
}

.home-ref-services {
  padding-block: clamp(42px, 4.5vw, 64px) !important;
}

.home-ref-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.home-ref-service-card {
  min-height: 172px !important;
  gap: 11px !important;
  padding: 24px !important;
  border-radius: 18px !important;
}

.home-ref-service-card strong,
.home-ref-usecase-card h3,
.home-ref-timeline strong,
.home-ref-fact-grid strong {
  font-size: var(--home-card-title) !important;
}

.home-ref-service-card p,
.home-ref-usecase-card p,
.home-ref-timeline p {
  font-size: var(--home-small-copy) !important;
  line-height: 1.48 !important;
}

.home-ref-workflow {
  padding-block: clamp(42px, 4.5vw, 64px) !important;
}

.home-ref-workflow-panel {
  display: grid !important;
  grid-template-columns: minmax(280px, .34fr) minmax(0, .66fr);
  gap: 26px;
  align-items: center;
  padding: clamp(24px, 2.6vw, 34px) !important;
}

.home-ref-workflow-copy {
  margin-bottom: 0 !important;
}

.home-ref-workflow-copy .button {
  margin-top: 18px;
}

.home-ref-timeline {
  gap: 14px !important;
}

.home-ref-timeline li {
  min-height: 156px !important;
  padding: 22px !important;
  border-radius: 18px !important;
}

.home-ref-timeline span {
  width: 48px !important;
  height: 48px !important;
  font-size: .9rem !important;
}

.home-ref-usecases {
  padding-block: clamp(48px, 5vw, 74px) !important;
}

.home-ref-usecase-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.home-ref-usecase-card,
.home-ref-usecase-card:nth-child(1),
.home-ref-usecase-card:nth-child(2) {
  grid-column: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 11 !important;
  border-radius: 20px !important;
  background-image: none !important;
}

.home-ref-usecase-card img {
  opacity: 1 !important;
  filter: saturate(1.06) contrast(1.05) brightness(.96) !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
}

.home-ref-usecase-card:nth-child(1) img,
.home-ref-usecase-card:nth-child(3) img,
.home-ref-usecase-card:nth-child(8) img {
  object-position: 56% 56% !important;
}

.home-ref-usecase-card:nth-child(4) img,
.home-ref-usecase-card:nth-child(5) img {
  object-position: 45% 50% !important;
}

.home-ref-usecase-card::before {
  background:
    linear-gradient(180deg, rgba(7, 28, 41, .02), rgba(7, 28, 41, .14) 40%, rgba(7, 28, 41, .58)),
    radial-gradient(circle at 20% 8%, rgba(8, 166, 106, .1), transparent 32%) !important;
}

.home-ref-usecase-card div {
  margin: 12px !important;
  padding: 14px !important;
  border-radius: 15px !important;
  background: rgba(8, 26, 36, .62) !important;
  backdrop-filter: blur(14px) saturate(1.25) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.25) !important;
}

.home-ref-partnership {
  padding-block: clamp(48px, 5vw, 72px) !important;
}

.home-ref-partnership-grid {
  grid-template-columns: minmax(360px, .44fr) minmax(0, .56fr) !important;
  gap: 24px !important;
}

.home-ref-partnership-copy,
.home-ref-partnership-visual {
  border-radius: 24px !important;
}

.home-ref-partnership-visual {
  min-height: 420px !important;
  padding: 22px !important;
}

.home-ref-road-scene {
  min-height: 274px !important;
}

.home-ref-road-scene img:first-child {
  filter: saturate(1.03) contrast(1.02) brightness(.92);
}

.home-ref-road-scene img:nth-child(2) {
  right: 20px !important;
  bottom: 20px !important;
  width: 47% !important;
  height: 45% !important;
}

.home-ref-road-scene img:nth-child(3) {
  left: 20px !important;
  bottom: 20px !important;
  width: 52% !important;
  height: 38% !important;
}

.home-ref-final-cta {
  padding-block: clamp(42px, 4.5vw, 62px) !important;
}

.home-ref-cta-panel {
  min-height: 230px !important;
  padding: clamp(28px, 3vw, 38px) !important;
}

.animations-ready .home-reference-body .reveal {
  opacity: 0 !important;
  transform: translate3d(0, 18px, 0) !important;
  transition: opacity .58s ease, transform .58s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.animations-ready .home-reference-body .reveal.is-visible,
.home-reference-body .reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
}

.animations-ready .home-reference-body .home-ref-service-card.reveal,
.animations-ready .home-reference-body .home-ref-usecase-card.reveal {
  transition-delay: calc(min(var(--reveal-index, 0), 5) * 45ms) !important;
}

.animations-ready .home-reference-body .home-ref-workflow-panel .home-ref-timeline::before {
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .72s cubic-bezier(.22, 1, .36, 1);
}

.animations-ready .home-reference-body .home-ref-workflow-panel.is-visible .home-ref-timeline::before {
  transform: scaleX(1);
}

.animations-ready .home-reference-body .home-ref-workflow-panel .home-ref-timeline li {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition: opacity .5s ease, transform .5s ease;
}

.animations-ready .home-reference-body .home-ref-workflow-panel.is-visible .home-ref-timeline li {
  opacity: 1;
  transform: none;
}

.animations-ready .home-reference-body .home-ref-workflow-panel.is-visible .home-ref-timeline li:nth-child(2) {
  transition-delay: 90ms;
}

.animations-ready .home-reference-body .home-ref-workflow-panel.is-visible .home-ref-timeline li:nth-child(3) {
  transition-delay: 180ms;
}

.home-ref-service-card:nth-child(1),
.home-ref-usecase-card:nth-child(1) { --reveal-index: 0; }
.home-ref-service-card:nth-child(2),
.home-ref-usecase-card:nth-child(2) { --reveal-index: 1; }
.home-ref-service-card:nth-child(3),
.home-ref-usecase-card:nth-child(3) { --reveal-index: 2; }
.home-ref-service-card:nth-child(4),
.home-ref-usecase-card:nth-child(4) { --reveal-index: 3; }
.home-ref-service-card:nth-child(5),
.home-ref-usecase-card:nth-child(5) { --reveal-index: 4; }
.home-ref-service-card:nth-child(6),
.home-ref-usecase-card:nth-child(6) { --reveal-index: 5; }

@media (hover: hover) {
  .home-ref-service-card:hover,
  .home-ref-usecase-card:hover,
  .home-ref-trust-grid article:hover {
    transform: translateY(-4px) !important;
  }

  .home-ref-usecase-card:hover img {
    transform: scale(1.03) !important;
  }
}

@media (max-width: 1280px) {
  .home-reference-body .nav-shell-client {
    width: min(100% - 28px, 1180px) !important;
  }

  .home-ref-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1120px) {
  .home-ref-hero-grid,
  .home-ref-workflow-panel,
  .home-ref-partnership-grid {
    grid-template-columns: 1fr !important;
  }

  .home-ref-usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .home-ref-trust-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .home-ref-trust-panel {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  .home-ref-hero-copy {
    max-width: 760px;
  }

  .home-ref-hero-visual {
    max-width: 920px;
  }
}

@media (max-width: 760px) {
  .home-reference-body {
    --home-display: clamp(1.95rem, 8.4vw, 2.32rem);
    --home-section: clamp(1.28rem, 5.8vw, 1.6rem);
    --home-section-space: clamp(38px, 10vw, 52px);
  }

  .home-reference-body .nav-shell-client,
  .site-header.is-scrolled .nav-shell-client {
    width: calc(100% - 22px) !important;
    min-height: 60px !important;
    grid-template-columns: minmax(0, 1fr) 42px !important;
    padding: 8px 10px !important;
    border-radius: 18px !important;
  }

  .nav-shell-client .brand-logo-real {
    width: 154px !important;
    height: 46px !important;
  }

  .home-reference-body .nav-shell-client .brand-logo-real {
    width: 154px !important;
    height: 46px !important;
    padding: 4px 8px !important;
  }

  .nav-toggle {
    width: 42px !important;
    height: 42px !important;
  }

  .nav-menu-client {
    inset: calc(var(--floating-nav-clearance) + 8px) 22px auto !important;
    max-height: min(500px, calc(100svh - var(--floating-nav-clearance) - 96px)) !important;
    gap: 6px !important;
    padding: 14px !important;
    border-radius: 22px !important;
  }

  .nav-menu-client > .nav-link,
  .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  .nav-menu-client > .mobile-request-link {
    min-height: 40px !important;
    padding: 0 14px !important;
    justify-content: flex-start !important;
    font-size: .82rem !important;
    text-align: left !important;
  }

  .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    justify-content: space-between !important;
  }

  .home-ref-container {
    width: min(100% - 32px, 1280px) !important;
  }

  .home-ref-hero {
    min-height: auto !important;
    padding-top: max(var(--floating-nav-clearance), 92px) !important;
    padding-bottom: 32px !important;
  }

  .home-ref-hero-grid {
    gap: 18px !important;
  }

  .home-ref-hero-copy {
    padding: 22px !important;
    border-radius: 22px !important;
  }

  .home-ref-lead {
    font-size: .94rem !important;
    line-height: 1.52 !important;
  }

  .home-ref-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .home-ref-actions .button {
    width: 100% !important;
    min-height: 46px !important;
  }

  .home-ref-hero-visual {
    min-height: 242px !important;
    height: 242px !important;
    border-radius: 20px !important;
  }

  .home-ref-hero-visual > img {
    object-position: 56% 54% !important;
  }

  .home-ref-float-card {
    display: none !important;
  }

  .home-ref-trust {
    margin-top: 0 !important;
    padding-top: 18px !important;
  }

  .home-ref-trust-panel,
  .home-ref-workflow-panel,
  .home-ref-partnership-copy,
  .home-ref-partnership-visual,
  .home-ref-cta-panel {
    padding: 18px !important;
    border-radius: 20px !important;
  }

  .home-ref-trust-grid,
  .home-ref-service-grid,
  .home-ref-usecase-grid,
  .home-ref-fact-grid,
  .home-ref-timeline,
  .home-ref-progress {
    grid-template-columns: 1fr !important;
  }

  .home-ref-service-card {
    min-height: 146px !important;
  }

  .home-ref-usecase-card {
    aspect-ratio: 1.18 !important;
  }

  .home-ref-timeline::before {
    display: none !important;
  }

  .home-ref-road-scene {
    min-height: 240px !important;
  }

  .home-ref-road-scene img:nth-child(2) {
    display: none !important;
  }

  .home-ref-road-scene img:nth-child(3) {
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    width: calc(100% - 28px) !important;
    height: 42% !important;
  }

  .home-ref-cta-panel {
    grid-template-columns: 1fr !important;
  }

  .home-ref-cta-media {
    min-height: 170px !important;
  }
}

@media (max-width: 420px) {
  .home-ref-container {
    width: min(100% - 24px, 1280px) !important;
  }

  .home-ref-hero-copy,
  .home-ref-trust-panel,
  .home-ref-workflow-panel,
  .home-ref-partnership-copy,
  .home-ref-partnership-visual,
  .home-ref-cta-panel {
    padding: 16px !important;
  }

  .home-ref-hero-visual {
    min-height: 218px !important;
    height: 218px !important;
  }

  .home-ref-usecase-card {
    aspect-ratio: 1.05 !important;
  }
}

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

  .home-reference-body .reveal,
  .home-reference-body .reveal.is-visible,
  .home-reference-body .home-ref-workflow-panel .home-ref-timeline li {
    opacity: 1 !important;
    transform: none !important;
  }

  .home-reference-body .home-ref-workflow-panel .home-ref-timeline::before {
    transform: scaleX(1) !important;
  }
}

/* 2026-07-31 Request Charging mobile simplification and compact footer polish. */
.request-reference-body {
  --request-card-shadow: 0 18px 44px rgba(15, 23, 42, .08);
  --request-glass: rgba(255, 255, 255, .78);
}

.request-reference-body.menu-open,
.request-reference-body.menu-open body {
  overflow: hidden !important;
}

.request-reference-body .request-shell {
  width: min(100% - 40px, 1180px) !important;
}

.request-reference-body .request-note {
  display: grid;
  gap: 4px;
  max-width: 620px;
  padding: 13px 15px !important;
  border-left-width: 3px !important;
}

.request-reference-body .request-note strong,
.request-reference-body .request-note span {
  display: block;
}

.request-reference-body .request-note strong {
  color: #067A50;
  font-size: var(--font-label);
  font-weight: 900;
  text-transform: uppercase;
}

.request-reference-body .request-form-status {
  min-height: 20px;
  margin: 0 0 8px;
  color: #067A50;
  font-size: var(--font-small);
  font-weight: 800;
}

.request-reference-body .request-form-status[data-status-type="error"] {
  color: #B42318;
}

.request-reference-body .request-backend-fields {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.request-reference-body .request-fast-panel {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.request-reference-body .request-fast-card,
.request-reference-body .request-fast-card:first-child {
  position: relative;
  grid-column: auto !important;
  min-height: 92px !important;
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) 22px !important;
  align-items: center !important;
  align-content: center !important;
  gap: 11px !important;
  padding: 14px !important;
  border-color: rgba(8, 166, 106, .16) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(245, 251, 248, .76)),
    rgba(255, 255, 255, .78) !important;
  box-shadow: 0 12px 30px rgba(10, 45, 56, .07), inset 0 1px 0 rgba(255, 255, 255, .9) !important;
}

.request-reference-body .request-fast-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  color: #067A50;
  background: linear-gradient(135deg, rgba(8, 166, 106, .14), rgba(8, 166, 106, .14));
  font-size: .8rem;
  font-weight: 950;
}

.request-reference-body .request-fast-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.request-reference-body .request-fast-copy strong {
  margin: 0;
  color: #0B1220;
}

.request-reference-body .request-fast-copy span {
  color: #4B5B6E;
  font-size: var(--font-small);
  line-height: 1.35;
}

.request-reference-body .request-fast-check {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(8, 166, 106, .25);
  border-radius: 50%;
  background: rgba(255, 255, 255, .72);
}

.request-reference-body .request-fast-card.is-selected {
  border-color: rgba(8, 166, 106, .5) !important;
  background:
    radial-gradient(circle at 94% 18%, rgba(8, 166, 106, .16), transparent 28%),
    linear-gradient(145deg, rgba(236, 253, 245, .92), rgba(241, 250, 255, .78)) !important;
  box-shadow: 0 18px 42px rgba(8, 166, 106, .14), 0 0 0 4px rgba(8, 166, 106, .08) !important;
}

.request-reference-body .request-fast-card.is-selected .request-fast-check {
  border-color: transparent;
  background: linear-gradient(135deg, #08A66A, #08A66A);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .92);
}

.request-reference-body .request-fast-card.is-invalid {
  border-color: rgba(180, 35, 24, .45) !important;
}

.request-reference-body .request-choice-error {
  display: block;
  margin-top: -4px;
}

.request-reference-body .request-form input,
.request-reference-body .request-form select,
.request-reference-body .request-form textarea {
  min-height: 48px !important;
  border-radius: 13px !important;
  color: #0B1220 !important;
  font-weight: 650 !important;
}

.request-reference-body .request-form textarea {
  min-height: 86px !important;
}

.request-reference-body .request-step-actions .button-primary {
  box-shadow: 0 16px 36px rgba(8, 166, 106, .17) !important;
}

.footer-accordion-trigger {
  width: 100%;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  color: #FFFFFF;
  background: transparent;
  font: inherit;
  font-size: .96rem;
  font-weight: 900;
  text-align: left;
  cursor: default;
}

.footer-accordion-panel {
  display: grid;
  gap: 10px;
}

.footer-accordion-panel[hidden] {
  display: none !important;
}

.footer-chevron {
  display: none;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .18s ease;
}

.footer-accordion-trigger[aria-expanded="true"] .footer-chevron {
  transform: rotate(225deg);
}

.footer-note-details {
  margin-top: 12px;
}

.footer-note-details summary {
  color: rgba(255, 255, 255, .86);
  font-size: .78rem;
  font-weight: 850;
  cursor: pointer;
}

.footer-note-details .footer-note {
  margin-top: 8px !important;
}

@media (max-width: 980px) {
  .request-reference-body .request-shell {
    width: min(100% - 32px, 620px) !important;
  }
}

@media (max-width: 760px) {
  .request-reference-body {
    --font-hero: clamp(1.72rem, 7.2vw, 2rem);
    --font-section-title: clamp(1.18rem, 4.9vw, 1.34rem);
    --font-card-title: clamp(.95rem, 4vw, 1.05rem);
    --font-body: clamp(.88rem, 3.75vw, .98rem);
    --font-small: clamp(.78rem, 3.25vw, .86rem);
    --font-label: clamp(.72rem, 3vw, .8rem);
    --font-button: clamp(.86rem, 3.45vw, .95rem);
  }

  .request-reference-body .request-shell {
    width: min(100% - 28px, 560px) !important;
  }

  .request-reference-body .request-hero {
    padding: calc(var(--floating-nav-clearance) + 14px) 0 10px !important;
  }

  .request-reference-body .request-hero-copy {
    padding: 0 !important;
  }

  .request-reference-body .breadcrumb {
    margin-bottom: 14px !important;
    font-size: .76rem !important;
  }

  .request-reference-body .request-hero-copy h1 {
    max-width: 10.5em !important;
    margin: 8px 0 10px !important;
    font-size: clamp(1.75rem, 7.3vw, 2.08rem) !important;
    line-height: 1.08 !important;
  }

  .request-reference-body .request-hero-copy .page-lead {
    max-width: 31em !important;
    margin: 0 !important;
    font-size: .94rem !important;
    line-height: 1.55 !important;
  }

  .request-reference-body .request-note {
    margin-top: 14px !important;
    padding: 12px 13px !important;
    border-radius: 14px !important;
  }

  .request-reference-body .request-form-section {
    padding-top: 10px !important;
    padding-bottom: 42px !important;
  }

  .request-reference-body .request-layout {
    display: block !important;
  }

  .request-reference-body .request-form-card,
  .request-reference-body .request-success-card {
    width: 100% !important;
    max-width: 560px !important;
    margin-inline: auto !important;
    padding: 18px !important;
    border-radius: 20px !important;
  }

  .request-reference-body .request-form legend {
    margin-bottom: 8px !important;
    font-size: clamp(1.15rem, 5vw, 1.36rem) !important;
  }

  .request-reference-body .request-form fieldset > p {
    margin-bottom: 12px !important;
    font-size: .92rem !important;
    line-height: 1.5 !important;
  }

  .request-reference-body .request-fast-panel {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin: 14px 0 10px !important;
  }

  .request-reference-body .request-fast-card,
  .request-reference-body .request-fast-card:first-child {
    min-height: 82px !important;
    padding: 12px !important;
    border-radius: 16px !important;
  }

  .request-reference-body .request-fast-icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }

  .request-reference-body .request-step-actions {
    margin-top: 18px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .request-reference-body .request-step-actions .button {
    width: 100% !important;
    min-height: 50px !important;
    justify-content: center !important;
    border-radius: 15px !important;
  }

  .request-reference-body .form-grid-two {
    gap: 13px !important;
  }

  .request-reference-body .form-row label {
    margin-bottom: 7px !important;
    font-size: .82rem !important;
    color: #0B1220 !important;
  }

  .request-reference-body .request-form input,
  .request-reference-body .request-form select,
  .request-reference-body .request-form textarea {
    min-height: 50px !important;
    padding-inline: 13px !important;
    font-size: .95rem !important;
  }

  .request-reference-body .geo-capture-panel {
    padding: 14px !important;
    border-radius: 16px !important;
  }

  .request-reference-body .geo-button {
    width: 100% !important;
    min-height: 48px !important;
    border-radius: 14px !important;
  }

  .request-reference-body .request-advanced-details summary {
    min-height: 46px !important;
    display: flex;
    align-items: center;
    padding: 12px 14px !important;
    font-size: .88rem !important;
  }

  .request-reference-body .request-review dl {
    gap: 8px !important;
  }

  .request-reference-body .request-review div,
  .request-reference-body .consent-row {
    border-radius: 14px !important;
  }

  .nav-menu-client .dropdown-menu {
    display: none !important;
  }

  .nav-menu-client .nav-dropdown.is-open .dropdown-menu {
    display: grid !important;
  }
}

@media (max-width: 640px) {
  .site-footer {
    overflow-x: clip !important;
  }

  .footer-shell.footer-shell-client {
    width: min(100% - 28px, 390px) !important;
    max-width: none !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 24px 0 18px !important;
  }

  .footer-brand {
    display: grid;
    gap: 10px;
  }

  .site-footer .footer-logo-real,
  .site-footer .brand-logo-real {
    width: 120px !important;
    height: 56px !important;
    border-radius: 12px !important;
  }

  .footer-brand p {
    max-width: 100% !important;
    margin: 0 !important;
    font-size: .82rem !important;
    line-height: 1.5 !important;
  }

  .footer-social {
    gap: 8px !important;
    margin-top: 2px !important;
  }

  .footer-social-item {
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    justify-content: center !important;
    padding: 0 !important;
    font-size: .78rem !important;
  }

  .footer-social-item > span:not(.social-icon) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
  }

  .footer-note-details {
    margin-top: 2px !important;
  }

  .footer-note-details summary {
    min-height: 38px;
    display: flex;
    align-items: center;
  }

  .footer-column.footer-accordion {
    gap: 0 !important;
    padding: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, .11);
  }

  .footer-accordion-trigger {
    min-height: 48px;
    margin: 0;
    cursor: pointer;
    font-size: .92rem;
  }

  .footer-chevron {
    display: inline-block;
  }

  .footer-accordion-panel {
    gap: 3px;
    padding: 0 0 12px;
  }

  .footer-column a,
  .footer-static {
    min-height: 32px;
    display: flex;
    align-items: center;
    font-size: .82rem !important;
  }

  .footer-newsletter {
    gap: 7px !important;
    padding-top: 4px;
  }

  .footer-newsletter h2 {
    margin-bottom: 0 !important;
    font-size: .94rem !important;
  }

  .footer-newsletter p {
    margin-bottom: 4px !important;
    font-size: .82rem !important;
  }

  .footer-newsletter form {
    gap: 8px !important;
  }

  .footer-newsletter input,
  .footer-newsletter button {
    min-height: 44px !important;
    border-radius: 13px !important;
    font-size: .88rem !important;
  }

  .footer-bottom {
    width: min(100% - 28px, 390px) !important;
    min-height: 0 !important;
    display: grid !important;
    justify-content: stretch !important;
    gap: 6px !important;
    padding: 16px 0 18px !important;
    font-size: .76rem !important;
    text-align: left !important;
  }
}

@media (max-width: 390px) {
  .request-reference-body .request-shell {
    width: min(100% - 22px, 560px) !important;
  }

  .request-reference-body .request-form-card,
  .request-reference-body .request-success-card {
    padding: 16px !important;
  }

  .request-reference-body .request-fast-card,
  .request-reference-body .request-fast-card:first-child {
    grid-template-columns: 32px minmax(0, 1fr) 20px !important;
    gap: 9px !important;
  }

  .request-reference-body .request-fast-icon {
    width: 32px;
    height: 32px;
  }
}

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

/* 2026-07-31 Mobile Charging Station page refinement:
   wider enterprise layout, clearer product story, stable media, and no footer tail. */
.station-product-body {
  --station-max-width: 1320px;
  --station-pad-desktop: 36px;
  --station-pad-wide: 44px;
  --station-border: rgba(8, 166, 106, .13);
  --station-border-strong: rgba(8, 166, 106, .22);
  --station-card: rgba(255, 255, 255, .84);
  --station-card-strong: rgba(255, 255, 255, .94);
  --station-shadow: 0 24px 68px rgba(2, 12, 27, .10);
  --station-shadow-soft: 0 16px 42px rgba(2, 12, 27, .075);
  --station-hero-title: clamp(2.75rem, 3.42vw, 3.6rem);
  --station-section-title: clamp(2rem, 2.38vw, 2.62rem);
  --station-subtitle: clamp(1.48rem, 1.72vw, 2rem);
  --station-card-title: clamp(1.08rem, 1.05vw, 1.22rem);
  --station-body: clamp(1rem, .94vw, 1.08rem);
  --station-small: clamp(.88rem, .82vw, .95rem);
  --station-label: clamp(.72rem, .64vw, .8rem);
  min-height: 0 !important;
  overflow-x: hidden !important;
  background: #F7FAFC;
}

.station-product-body .station-product-v2 {
  overflow: clip;
  background:
    radial-gradient(circle at 12% 10%, rgba(8, 166, 106, .06), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(8, 166, 106, .07), transparent 32%),
    linear-gradient(180deg, #F7FAFC 0%, #FFFFFF 42%, #F5FBF8 100%) !important;
}

.station-product-body .station-product-v2 section,
.station-product-body .station-product-v2 [id] {
  scroll-margin-top: calc(var(--floating-nav-clearance) + 24px);
}

.station-product-body .station-wide-shell,
.station-product-body .section-shell,
.station-product-body .station-product-shell {
  width: min(100% - 72px, var(--station-max-width)) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

.station-product-body .station-product-v2 .section,
.station-product-body .station-product-v2 .compact-section {
  padding-block: clamp(56px, 5.2vw, 84px) !important;
}

.station-product-body .station-product-v2 .section-soft {
  background:
    radial-gradient(circle at 10% 10%, rgba(8, 166, 106, .08), transparent 28%),
    radial-gradient(circle at 86% 8%, rgba(8, 166, 106, .085), transparent 30%),
    linear-gradient(180deg, #F4FBF8, #EEF9FF) !important;
}

.station-product-body .section-heading {
  max-width: 860px !important;
  margin-bottom: clamp(24px, 2.8vw, 36px) !important;
}

.station-product-body .section-heading h2,
.station-product-body .station-copy-panel h2,
.station-product-body .station-cta-panel-v2 h2,
.station-product-body .station-faq-copy h2 {
  max-width: 760px !important;
  margin-bottom: 12px !important;
  color: #0B1220 !important;
  font-size: var(--station-section-title) !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}

.station-product-body .section-heading p,
.station-product-body .station-copy-panel p,
.station-product-body .station-hero-copy-v3 .page-lead,
.station-product-body .station-deployment-copy p {
  max-width: 720px !important;
  color: #415166 !important;
  font-size: var(--station-body) !important;
  line-height: 1.64 !important;
}

.station-product-body .eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 14px !important;
  color: #067A50 !important;
  font-size: var(--station-label) !important;
  font-weight: 900 !important;
  letter-spacing: .03em !important;
}

.station-product-body .eyebrow::before {
  width: 34px !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #08A66A, #08A66A) !important;
}

.station-product-body .breadcrumb {
  margin-bottom: 22px !important;
  color: #5D6A7B !important;
  font-size: var(--station-label) !important;
}

.station-product-body .button {
  min-height: 48px !important;
  padding: 0 22px !important;
  border-radius: 14px !important;
  font-size: .9rem !important;
  font-weight: 900 !important;
}

.station-product-body .button:focus-visible,
.station-product-body .station-row-link:focus-visible {
  outline: 3px solid rgba(8, 166, 106, .34) !important;
  outline-offset: 3px !important;
}

/* Header alignment for this product page. */
.station-product-body .site-header {
  padding-top: max(12px, env(safe-area-inset-top)) !important;
}

.station-product-body .nav-shell-client,
.station-product-body .site-header.is-scrolled .nav-shell-client {
  width: min(100% - 44px, 1440px) !important;
  min-height: 68px !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(247, 255, 252, .78) 48%, rgba(240, 249, 255, .8)),
    rgba(255, 255, 255, .82) !important;
  border: 1px solid rgba(255, 255, 255, .75) !important;
  box-shadow: 0 18px 48px rgba(2, 12, 27, .09), inset 0 1px 0 rgba(255, 255, 255, .92) !important;
  backdrop-filter: blur(26px) saturate(1.45) !important;
  -webkit-backdrop-filter: blur(26px) saturate(1.45) !important;
}

.station-product-body .nav-shell-client .brand-logo-real {
  width: 174px !important;
  height: 52px !important;
  border-radius: 12px !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 4px 8px !important;
  background: #07111D !important;
}

.station-product-body .nav-menu-client > .nav-link,
.station-product-body .nav-menu-client > .nav-dropdown > .dropdown-toggle {
  min-height: 38px !important;
  font-size: .78rem !important;
}

.station-product-body .nav-actions .nav-cta-request {
  min-height: 42px !important;
}

/* Hero */
.station-product-body .station-hero-v3 {
  min-height: auto !important;
  padding: max(var(--floating-nav-clearance), 118px) 0 clamp(56px, 5vw, 78px) !important;
  background:
    linear-gradient(90deg, rgba(248, 252, 250, .94), rgba(248, 252, 250, .72) 48%, rgba(239, 249, 255, .82)),
    radial-gradient(circle at 18% 20%, rgba(8, 166, 106, .12), transparent 32%),
    radial-gradient(circle at 86% 26%, rgba(8, 166, 106, .14), transparent 34%) !important;
}

.station-product-body .station-hero-v3::before {
  inset: auto -10% -18% auto !important;
  width: min(44vw, 580px) !important;
  opacity: .36 !important;
}

.station-product-body .station-hero-grid-v3 {
  display: grid !important;
  grid-template-columns: minmax(0, .45fr) minmax(0, .55fr) !important;
  gap: clamp(30px, 4vw, 58px) !important;
  align-items: center !important;
}

.station-product-body .station-hero-copy-v3 {
  max-width: 610px !important;
  padding: clamp(28px, 3.4vw, 46px) !important;
  border: 1px solid rgba(255, 255, 255, .78) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(245, 251, 248, .74)),
    rgba(255, 255, 255, .82) !important;
  box-shadow: var(--station-shadow), inset 0 1px 0 rgba(255, 255, 255, .92) !important;
  backdrop-filter: blur(24px) saturate(1.4) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.4) !important;
}

.station-product-body .station-hero-copy-v3 h1 {
  max-width: 620px !important;
  margin-bottom: 18px !important;
  color: #0B1220 !important;
  font-size: var(--station-hero-title) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.station-product-body .station-partnership-note {
  margin-top: 20px !important;
  padding: 16px 18px !important;
  border-left: 4px solid #08A66A !important;
  border-radius: 0 16px 16px 0 !important;
  color: #263748 !important;
  font-size: var(--station-small) !important;
  line-height: 1.55 !important;
  background: rgba(255, 255, 255, .82) !important;
  box-shadow: inset 0 0 0 1px rgba(8, 166, 106, .08) !important;
}

.station-product-body .pilot-status-badge {
  min-height: 34px !important;
  margin-top: 16px !important;
  padding: 8px 13px !important;
  font-size: var(--station-label) !important;
}

.station-product-body .station-hero-actions-v3 {
  margin-top: 24px !important;
  gap: 12px !important;
}

.station-product-body .station-hero-visual-v3 {
  position: relative !important;
  min-height: clamp(480px, 38vw, 590px) !important;
  aspect-ratio: 16 / 10 !important;
  border: 1px solid rgba(255, 255, 255, .8) !important;
  border-radius: 24px !important;
  background: #ECF7F8 !important;
  box-shadow: 0 30px 86px rgba(2, 12, 27, .16), inset 0 1px 0 rgba(255, 255, 255, .8) !important;
}

.station-product-body .station-hero-visual-v3::after,
.station-product-body .station-process-visual::after,
.station-product-body .station-mobile-scene::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .12), transparent 40%),
    linear-gradient(0deg, rgba(2, 12, 27, .16), transparent 52%) !important;
}

.station-product-body .station-hero-visual-v3 img,
.station-product-body .station-process-visual img,
.station-product-body .station-mobile-scene img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  filter: saturate(1.08) contrast(1.05) brightness(1.02) !important;
  transform: translateZ(0) scale(1) !important;
  transition: transform .24s ease, filter .24s ease !important;
}

.station-product-body .station-hero-visual-v3:hover img,
.station-product-body .station-process-visual:hover img,
.station-product-body .station-mobile-scene:hover img {
  transform: translateZ(0) scale(1.025) !important;
}

.station-product-body .photo-glass-caption,
.station-product-body .photo-glass-stack {
  z-index: 3 !important;
}

.station-product-body .photo-glass-caption {
  left: 22px !important;
  right: 22px !important;
  bottom: 22px !important;
  max-width: 460px !important;
  padding: 16px 18px !important;
  border-radius: 18px !important;
  color: #FFFFFF !important;
  background: rgba(7, 24, 33, .62) !important;
  border: 1px solid rgba(255, 255, 255, .22) !important;
  box-shadow: 0 18px 44px rgba(2, 12, 27, .24), inset 0 1px 0 rgba(255, 255, 255, .16) !important;
  backdrop-filter: blur(18px) saturate(1.25) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.25) !important;
}

.station-product-body .photo-glass-caption span {
  color: rgba(236, 253, 245, .82) !important;
  font-size: var(--station-label) !important;
}

.station-product-body .photo-glass-caption strong {
  max-width: 390px !important;
  font-size: clamp(1rem, 1.25vw, 1.25rem) !important;
  line-height: 1.2 !important;
}

.station-product-body .photo-glass-stack {
  position: absolute !important;
  top: 22px !important;
  right: 22px !important;
  left: auto !important;
  display: grid !important;
  width: min(260px, calc(100% - 44px)) !important;
  gap: 10px !important;
}

.station-product-body .photo-glass-stack div {
  padding: 12px 14px !important;
  border: 1px solid rgba(255, 255, 255, .26) !important;
  border-radius: 16px !important;
  color: #FFFFFF !important;
  background: rgba(7, 24, 33, .56) !important;
  box-shadow: 0 14px 32px rgba(2, 12, 27, .20), inset 0 1px 0 rgba(255, 255, 255, .16) !important;
  backdrop-filter: blur(18px) saturate(1.25) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.25) !important;
}

.station-product-body .photo-glass-stack small {
  display: block !important;
  color: rgba(236, 253, 245, .76) !important;
  font-size: var(--station-label) !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.station-product-body .photo-glass-stack strong {
  display: block !important;
  margin-top: 4px !important;
  color: #FFFFFF !important;
  font-size: var(--station-small) !important;
}

/* Overview */
.station-product-body .station-overview-section {
  background: #FFFFFF !important;
}

.station-product-body .station-overview-section .station-story-row {
  grid-template-columns: minmax(0, .48fr) minmax(0, .52fr) !important;
  gap: clamp(28px, 3.6vw, 52px) !important;
}

.station-product-body .station-process-visual {
  position: relative !important;
  min-height: clamp(420px, 34vw, 520px) !important;
  aspect-ratio: 16 / 10 !important;
  border-radius: 24px !important;
  background: #F0FAFA !important;
}

.station-product-body .station-copy-panel {
  display: flex !important;
  min-height: 100% !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: clamp(30px, 3.8vw, 48px) !important;
  border: 1px solid rgba(255, 255, 255, .78) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(247, 255, 252, .7)),
    rgba(255, 255, 255, .82) !important;
  box-shadow: var(--station-shadow-soft), inset 0 1px 0 rgba(255, 255, 255, .92) !important;
}

.station-product-body .station-comparison-mini {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 24px !important;
}

.station-product-body .station-comparison-mini article {
  padding: 16px !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, .82) !important;
}

/* Applications */
.station-product-body .station-applications-section .section-heading {
  margin-bottom: 28px !important;
}

.station-product-body .station-application-grid-v2 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  margin-top: 0 !important;
}

.station-product-body .station-application-card-v2 {
  display: flex !important;
  min-height: 244px !important;
  flex-direction: column !important;
  padding: 24px !important;
  border: 1px solid var(--station-border) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(8, 166, 106, .11), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(248, 255, 252, .78)) !important;
  box-shadow: var(--station-shadow-soft), inset 0 1px 0 rgba(255, 255, 255, .88) !important;
}

.station-product-body .station-application-card-v2 h3 {
  margin: 4px 0 10px !important;
  color: #0B1220 !important;
  font-size: var(--station-card-title) !important;
  line-height: 1.18 !important;
}

.station-product-body .station-application-card-v2 p {
  color: #4A5B6E !important;
  font-size: var(--station-small) !important;
  line-height: 1.52 !important;
}

.station-product-body .station-application-card-v2 strong {
  width: fit-content !important;
  margin-top: auto !important;
  padding: 7px 10px !important;
  font-size: var(--station-label) !important;
}

.station-product-body .station-application-card-v2 a {
  margin-top: 12px !important;
  color: #067A50 !important;
  font-size: var(--station-label) !important;
}

.station-product-body .line-icon {
  width: 46px !important;
  height: 46px !important;
  margin-bottom: 14px !important;
  border-radius: 15px !important;
}

/* Benefits */
.station-product-body .station-benefit-layout-v2 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  margin-top: 0 !important;
}

.station-product-body .station-benefit-group {
  display: flex !important;
  min-height: 284px !important;
  flex-direction: column !important;
  padding: 28px !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(8, 166, 106, .12), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(247, 255, 252, .78)) !important;
}

.station-product-body .station-benefit-group:nth-child(2) {
  background:
    radial-gradient(circle at 0% 0%, rgba(8, 166, 106, .13), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(242, 251, 255, .78)) !important;
}

.station-product-body .station-benefit-group h3 {
  margin-bottom: 10px !important;
  color: #0B1220 !important;
  font-size: clamp(1.16rem, 1.24vw, 1.38rem) !important;
}

.station-product-body .station-benefit-group p,
.station-product-body .station-benefit-group li {
  color: #3D4D5F !important;
  font-size: var(--station-small) !important;
  line-height: 1.5 !important;
}

.station-product-body .station-benefit-group ul {
  margin: 18px 0 0 !important;
  gap: 10px !important;
}

.station-product-body .station-benefit-group > small {
  display: inline-flex !important;
  width: fit-content !important;
  margin-top: auto !important;
  padding: 8px 11px !important;
  border-radius: 999px !important;
  color: #067A50 !important;
  background: rgba(236, 253, 245, .88) !important;
  font-size: var(--station-label) !important;
  font-weight: 900 !important;
}

.station-product-body .station-comparison-panel {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin-top: 2px !important;
  padding: 22px !important;
  border-radius: 24px !important;
}

.station-product-body .station-comparison-panel strong {
  font-size: clamp(1rem, 1vw, 1.1rem) !important;
}

/* Workflow */
.station-product-body .station-workflow-section {
  background:
    radial-gradient(circle at 20% 20%, rgba(8, 166, 106, .09), transparent 32%),
    radial-gradient(circle at 84% 40%, rgba(8, 166, 106, .1), transparent 34%),
    linear-gradient(180deg, #F4FBF8, #EEF9FF) !important;
}

.station-product-body .station-workflow-rail {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 22px !important;
  overflow: visible !important;
  list-style: none !important;
  border: 1px solid rgba(255, 255, 255, .78) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(248, 255, 252, .7)),
    rgba(255, 255, 255, .74) !important;
  box-shadow: var(--station-shadow-soft), inset 0 1px 0 rgba(255, 255, 255, .9) !important;
}

.station-product-body .station-workflow-rail li {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  min-width: 0 !important;
  min-height: 170px !important;
  align-content: start !important;
  padding: 20px !important;
  border: 1px solid rgba(8, 166, 106, .1) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .82) !important;
  box-shadow: 0 14px 34px rgba(2, 12, 27, .055) !important;
}

.station-product-body .station-workflow-rail li + li {
  border-left: 1px solid rgba(8, 166, 106, .1) !important;
}

.station-product-body .station-workflow-rail li::after {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  top: 39px !important;
  left: 54px !important;
  width: calc(100% - 36px) !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(8, 166, 106, .42), rgba(8, 166, 106, .42)) !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition: transform .48s ease !important;
}

.station-product-body .station-workflow-rail li:nth-child(5)::after,
.station-product-body .station-workflow-rail li:nth-child(9)::after {
  display: none !important;
}

.animations-ready .station-product-body .station-workflow-rail.is-visible li::after {
  transform: scaleX(1) !important;
}

.animations-ready .station-product-body .station-workflow-rail li {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .45s ease, transform .45s ease;
}

.animations-ready .station-product-body .station-workflow-rail.is-visible li {
  opacity: 1;
  transform: translateY(0);
}

.animations-ready .station-product-body .station-workflow-rail.is-visible li:nth-child(2) { transition-delay: .06s; }
.animations-ready .station-product-body .station-workflow-rail.is-visible li:nth-child(3) { transition-delay: .12s; }
.animations-ready .station-product-body .station-workflow-rail.is-visible li:nth-child(4) { transition-delay: .18s; }
.animations-ready .station-product-body .station-workflow-rail.is-visible li:nth-child(5) { transition-delay: .24s; }
.animations-ready .station-product-body .station-workflow-rail.is-visible li:nth-child(6) { transition-delay: .30s; }
.animations-ready .station-product-body .station-workflow-rail.is-visible li:nth-child(7) { transition-delay: .36s; }
.animations-ready .station-product-body .station-workflow-rail.is-visible li:nth-child(8) { transition-delay: .42s; }
.animations-ready .station-product-body .station-workflow-rail.is-visible li:nth-child(9) { transition-delay: .48s; }

.station-product-body .station-workflow-rail span {
  position: relative !important;
  z-index: 2 !important;
  width: 46px !important;
  height: 46px !important;
  margin-bottom: 16px !important;
  box-shadow: 0 12px 24px rgba(8, 166, 106, .2), 0 0 0 8px rgba(236, 253, 245, .95) !important;
  font-size: .86rem !important;
}

.station-product-body .station-workflow-rail strong {
  color: #0B1220 !important;
  font-size: var(--station-card-title) !important;
  line-height: 1.22 !important;
}

.station-product-body .station-workflow-rail p {
  margin: 9px 0 0 !important;
  color: #526172 !important;
  font-size: var(--station-small) !important;
  line-height: 1.45 !important;
}

/* Operating environments */
.station-product-body .station-deployment-section {
  background: #FFFFFF !important;
}

.station-product-body .station-deployment-heading {
  max-width: 940px !important;
  margin-bottom: clamp(28px, 3vw, 40px) !important;
}

.station-product-body .station-story-stack-v2 {
  gap: clamp(48px, 5vw, 68px) !important;
}

.station-product-body .station-story-row,
.station-product-body .station-story-row-reverse {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: clamp(28px, 3.6vw, 50px) !important;
  align-items: center !important;
}

.station-product-body .station-story-row-reverse > :first-child {
  order: 2 !important;
}

.station-product-body .station-mobile-scene {
  position: relative !important;
  min-height: clamp(380px, 30vw, 470px) !important;
  aspect-ratio: 16 / 10 !important;
  border-radius: 24px !important;
  background: #F1FAFA !important;
}

.station-product-body .station-mobile-scene figcaption {
  left: 22px !important;
  bottom: 20px !important;
  padding: 10px 14px !important;
  font-size: var(--station-label) !important;
}

.station-product-body .station-deployment-copy {
  min-height: clamp(360px, 28vw, 450px) !important;
  padding: clamp(28px, 3.2vw, 42px) !important;
}

.station-product-body .station-deployment-copy h3 {
  max-width: 620px !important;
  margin-bottom: 12px !important;
  color: #0B1220 !important;
  font-size: var(--station-subtitle) !important;
  line-height: 1.12 !important;
}

.station-product-body .station-info-points {
  gap: 12px !important;
  margin-top: 20px !important;
}

.station-product-body .station-info-points li {
  color: #243749 !important;
  font-size: var(--station-small) !important;
  line-height: 1.5 !important;
}

.station-product-body .station-row-link {
  display: inline-flex !important;
  width: fit-content !important;
  min-height: 42px !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 22px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(8, 166, 106, .18) !important;
  border-radius: 999px !important;
  color: #067A50 !important;
  background: rgba(236, 253, 245, .78) !important;
  font-size: var(--station-label) !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  transition: transform .2s ease, border-color .2s ease, background .2s ease !important;
}

.station-product-body .station-row-link::after {
  content: "→";
  transition: transform .2s ease;
}

.station-product-body .station-row-link:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(8, 166, 106, .34) !important;
  background: rgba(239, 249, 255, .88) !important;
}

.station-product-body .station-row-link:hover::after {
  transform: translateX(3px);
}

/* CTA */
.station-product-body .station-cta-section {
  background:
    radial-gradient(circle at 22% 50%, rgba(8, 166, 106, .12), transparent 30%),
    linear-gradient(180deg, #F7FAFC, #FFFFFF) !important;
}

.station-product-body .station-cta-panel-v2 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: clamp(22px, 3vw, 36px) !important;
  align-items: center !important;
  padding: clamp(30px, 3.4vw, 46px) !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 24px !important;
  color: #FFFFFF !important;
  background:
    linear-gradient(135deg, rgba(5, 78, 65, .98), rgba(8, 123, 105, .96) 46%, rgba(14, 95, 137, .98)),
    #063743 !important;
  box-shadow: 0 28px 76px rgba(5, 48, 55, .2), inset 0 1px 0 rgba(255, 255, 255, .18) !important;
}

.station-product-body .station-cta-panel-v2 .eyebrow,
.station-product-body .station-cta-panel-v2 h2,
.station-product-body .station-cta-panel-v2 p,
.station-product-body .station-cta-panel-v2 small {
  color: #FFFFFF !important;
}

.station-product-body .station-cta-panel-v2 p {
  max-width: 720px !important;
  opacity: .88 !important;
}

.station-product-body .station-cta-panel-v2 small {
  display: block !important;
  margin-top: 12px !important;
  opacity: .75 !important;
  font-size: var(--station-small) !important;
  line-height: 1.45 !important;
}

.station-product-body .station-cta-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  min-width: min(100%, 440px) !important;
}

.station-product-body .station-cta-panel-v2 .button-secondary {
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, .34) !important;
  background: rgba(255, 255, 255, .10) !important;
}

.station-product-body .station-cta-panel-v2 .button-text-link {
  min-height: 48px !important;
  color: #DFFDF0 !important;
}

/* FAQ */
.station-product-body .station-faq-section {
  padding-bottom: clamp(64px, 6vw, 96px) !important;
  background: #F7FAFC !important;
}

.station-product-body .faq-layout-v2 {
  display: grid !important;
  grid-template-columns: minmax(280px, .36fr) minmax(0, .64fr) !important;
  gap: clamp(30px, 4vw, 58px) !important;
  align-items: start !important;
}

.station-product-body .station-faq-copy {
  position: sticky !important;
  top: calc(var(--floating-nav-clearance) + 24px) !important;
  margin: 0 !important;
}

.station-product-body .station-faq-copy .button {
  margin-top: 20px !important;
}

.station-product-body .faq-accordion {
  display: grid !important;
  gap: 12px !important;
  margin: 0 !important;
}

.station-product-body .faq-item {
  overflow: hidden !important;
  border: 1px solid rgba(8, 166, 106, .12) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, .88) !important;
  box-shadow: 0 12px 32px rgba(2, 12, 27, .055) !important;
}

.station-product-body .faq-item button {
  min-height: 58px !important;
  padding: 16px 54px 16px 18px !important;
  color: #0B1220 !important;
  font-size: .98rem !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
}

.station-product-body .faq-item button::after {
  right: 18px !important;
}

.station-product-body .faq-item button[aria-expanded="true"] {
  color: #067A50 !important;
  background: linear-gradient(135deg, rgba(236, 253, 245, .76), rgba(239, 249, 255, .72)) !important;
}

.station-product-body .faq-item div {
  padding: 0 18px 18px !important;
}

.station-product-body .faq-item p {
  max-width: 820px !important;
  color: #526172 !important;
  font-size: var(--station-small) !important;
  line-height: 1.58 !important;
}

/* Footer: station page-specific readability and document-end guard. */
.station-product-body [data-site-footer] {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.station-product-body .site-footer {
  margin: 0 !important;
  padding: 0 !important;
  background:
    radial-gradient(circle at 16% 0%, rgba(8, 166, 106, .18), transparent 28%),
    linear-gradient(135deg, #061922, #062E36 52%, #05242E) !important;
}

.station-product-body .footer-shell.footer-shell-client {
  width: min(100% - 72px, var(--station-max-width)) !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 1.35fr) minmax(120px, .72fr) minmax(150px, .8fr) minmax(170px, .88fr) minmax(120px, .7fr) minmax(260px, 1fr) !important;
  gap: clamp(24px, 2.6vw, 38px) !important;
  align-items: start !important;
  padding: clamp(56px, 5vw, 72px) 0 32px !important;
}

.station-product-body .footer-shell-client p,
.station-product-body .footer-column a,
.station-product-body .footer-static,
.station-product-body .footer-note,
.station-product-body .footer-newsletter p {
  font-size: .88rem !important;
  line-height: 1.58 !important;
}

.station-product-body .footer-accordion-trigger,
.station-product-body .footer-newsletter h2 {
  font-size: .98rem !important;
}

.station-product-body .site-footer .brand-logo-real {
  width: 166px !important;
  height: 88px !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 4px 8px !important;
  border-radius: 14px !important;
  background: #07111D !important;
}

.station-product-body .footer-newsletter input,
.station-product-body .footer-newsletter button {
  min-height: 46px !important;
  border-radius: 14px !important;
  font-size: .9rem !important;
}

.station-product-body .footer-bottom {
  width: min(100% - 72px, var(--station-max-width)) !important;
  min-height: 0 !important;
  padding: 24px 0 30px !important;
  font-size: .82rem !important;
}

.station-product-body .cookie-consent[hidden] {
  display: none !important;
}

/* Motion */
.animations-ready .station-product-body .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .55s ease, transform .55s ease;
}

.animations-ready .station-product-body .reveal-slide-left {
  transform: translateX(-18px);
}

.animations-ready .station-product-body .reveal-slide-right {
  transform: translateX(18px);
}

.animations-ready .station-product-body .reveal.is-visible,
.station-product-body .reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
}

.station-product-body .station-application-card-v2,
.station-product-body .station-benefit-group,
.station-product-body .station-mobile-scene,
.station-product-body .station-copy-panel {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.station-product-body .station-application-card-v2:hover,
.station-product-body .station-benefit-group:hover,
.station-product-body .station-copy-panel:hover {
  transform: translateY(-4px) !important;
  border-color: var(--station-border-strong) !important;
  box-shadow: 0 26px 78px rgba(2, 12, 27, .12), 0 0 0 1px rgba(8, 166, 106, .08) !important;
}

@media (min-width: 1441px) {
  .station-product-body .station-wide-shell,
  .station-product-body .section-shell,
  .station-product-body .station-product-shell,
  .station-product-body .footer-shell.footer-shell-client,
  .station-product-body .footer-bottom {
    width: min(100% - 88px, 1360px) !important;
  }
}

@media (max-width: 1180px) {
  .station-product-body .station-hero-grid-v3,
  .station-product-body .station-overview-section .station-story-row,
  .station-product-body .station-story-row,
  .station-product-body .station-story-row-reverse,
  .station-product-body .faq-layout-v2 {
    grid-template-columns: 1fr !important;
  }

  .station-product-body .station-story-row-reverse > :first-child {
    order: 0 !important;
  }

  .station-product-body .station-hero-copy-v3 {
    max-width: 760px !important;
  }

  .station-product-body .station-application-grid-v2,
  .station-product-body .station-benefit-layout-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .station-product-body .station-comparison-panel {
    grid-template-columns: 1fr !important;
  }

  .station-product-body .station-workflow-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .station-product-body .station-workflow-rail li:nth-child(3)::after,
  .station-product-body .station-workflow-rail li:nth-child(6)::after {
    display: none !important;
  }

  .station-product-body .station-workflow-rail li:nth-child(5)::after {
    display: block !important;
  }

  .station-product-body .station-cta-panel-v2 {
    grid-template-columns: 1fr !important;
  }

  .station-product-body .station-cta-actions {
    justify-content: flex-start !important;
  }

  .station-product-body .station-faq-copy {
    position: static !important;
  }

  .station-product-body .footer-shell.footer-shell-client {
    grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(180px, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .station-product-body .station-wide-shell,
  .station-product-body .section-shell,
  .station-product-body .station-product-shell,
  .station-product-body .footer-shell.footer-shell-client,
  .station-product-body .footer-bottom {
    width: min(100% - 40px, var(--station-max-width)) !important;
  }

  .station-product-body .station-product-v2 .section,
  .station-product-body .station-product-v2 .compact-section {
    padding-block: 48px !important;
  }

  .station-product-body .station-hero-v3 {
    padding-top: max(var(--floating-nav-clearance), 96px) !important;
  }

  .station-product-body .station-hero-copy-v3 h1 {
    font-size: clamp(2.35rem, 5vw, 3rem) !important;
  }

  .station-product-body .station-hero-visual-v3,
  .station-product-body .station-process-visual,
  .station-product-body .station-mobile-scene {
    min-height: 360px !important;
  }

  .station-product-body .station-workflow-rail {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .station-product-body .station-workflow-rail li {
    display: grid !important;
    min-height: 0 !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    padding: 16px !important;
  }

  .station-product-body .station-workflow-rail span {
    grid-row: span 2 !important;
    margin: 0 !important;
  }

  .station-product-body .station-workflow-rail li::after,
  .station-product-body .station-workflow-rail li:nth-child(3)::after,
  .station-product-body .station-workflow-rail li:nth-child(5)::after,
  .station-product-body .station-workflow-rail li:nth-child(6)::after {
    display: block !important;
    top: 63px !important;
    left: 39px !important;
    width: 2px !important;
    height: calc(100% - 22px) !important;
    transform: scaleY(0) !important;
    transform-origin: top center !important;
  }

  .station-product-body .station-workflow-rail li:nth-child(9)::after {
    display: none !important;
  }

  .animations-ready .station-product-body .station-workflow-rail.is-visible li::after {
    transform: scaleY(1) !important;
  }

  .station-product-body .footer-shell.footer-shell-client {
    grid-template-columns: 1fr 1fr !important;
    gap: 22px !important;
  }
}

@media (max-width: 640px) {
  .station-product-body {
    padding-bottom: 0 !important;
  }

  .station-product-body .station-wide-shell,
  .station-product-body .section-shell,
  .station-product-body .station-product-shell,
  .station-product-body .footer-shell.footer-shell-client,
  .station-product-body .footer-bottom {
    width: min(100% - 28px, 430px) !important;
  }

  .station-product-body .site-header {
    padding-top: max(8px, env(safe-area-inset-top)) !important;
  }

  .station-product-body .nav-shell-client,
  .station-product-body .site-header.is-scrolled .nav-shell-client {
    width: calc(100% - 20px) !important;
    min-height: 56px !important;
    border-radius: 18px !important;
  }

  .station-product-body .nav-shell-client .brand-logo-real {
    width: 156px !important;
    height: 46px !important;
  }

  .station-product-body .station-hero-v3 {
    padding-top: max(var(--floating-nav-clearance), 86px) !important;
    padding-bottom: 34px !important;
  }

  .station-product-body .station-product-v2 .section,
  .station-product-body .station-product-v2 .compact-section {
    padding-block: 38px !important;
  }

  .station-product-body .station-hero-copy-v3,
  .station-product-body .station-copy-panel,
  .station-product-body .station-cta-panel-v2 {
    padding: 18px !important;
    border-radius: 18px !important;
  }

  .station-product-body .station-hero-copy-v3 h1 {
    font-size: clamp(1.95rem, 9vw, 2.35rem) !important;
    line-height: 1.08 !important;
  }

  .station-product-body .section-heading h2,
  .station-product-body .station-copy-panel h2,
  .station-product-body .station-cta-panel-v2 h2,
  .station-product-body .station-faq-copy h2 {
    font-size: clamp(1.55rem, 6.8vw, 1.95rem) !important;
  }

  .station-product-body .station-deployment-copy h3 {
    font-size: clamp(1.35rem, 5.8vw, 1.65rem) !important;
  }

  .station-product-body .station-hero-copy-v3 .page-lead,
  .station-product-body .section-heading p,
  .station-product-body .station-copy-panel p,
  .station-product-body .station-deployment-copy p {
    font-size: .96rem !important;
    line-height: 1.55 !important;
  }

  .station-product-body .station-hero-actions-v3,
  .station-product-body .station-cta-actions {
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .station-product-body .station-hero-actions-v3 .button,
  .station-product-body .station-cta-actions .button {
    width: 100% !important;
    justify-content: center !important;
  }

  .station-product-body .station-hero-visual-v3,
  .station-product-body .station-process-visual,
  .station-product-body .station-mobile-scene {
    min-height: 280px !important;
    border-radius: 18px !important;
  }

  .station-product-body .photo-glass-stack {
    top: 14px !important;
    right: 14px !important;
    width: min(210px, calc(100% - 28px)) !important;
    gap: 7px !important;
  }

  .station-product-body .photo-glass-stack div {
    padding: 9px 10px !important;
    border-radius: 13px !important;
  }

  .station-product-body .photo-glass-caption {
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    padding: 12px !important;
    border-radius: 14px !important;
  }

  .station-product-body .station-application-grid-v2,
  .station-product-body .station-benefit-layout-v2,
  .station-product-body .station-comparison-mini,
  .station-product-body .station-comparison-panel,
  .station-product-body .faq-layout-v2 {
    grid-template-columns: 1fr !important;
  }

  .station-product-body .station-application-card-v2,
  .station-product-body .station-benefit-group {
    min-height: 0 !important;
    padding: 18px !important;
    border-radius: 18px !important;
  }

  .station-product-body .station-mobile-scene figcaption {
    left: 14px !important;
    bottom: 12px !important;
  }

  .station-product-body .station-deployment-copy {
    min-height: 0 !important;
  }

  .station-product-body .station-row-link {
    width: 100% !important;
    justify-content: center !important;
  }

  .station-product-body .station-workflow-rail {
    padding: 14px !important;
    border-radius: 18px !important;
  }

  .station-product-body .station-cta-panel-v2 {
    gap: 18px !important;
  }

  .station-product-body .faq-item button {
    min-height: 54px !important;
    padding: 14px 48px 14px 14px !important;
    font-size: .92rem !important;
  }

  .station-product-body .faq-item div {
    padding: 0 14px 14px !important;
  }

  .station-product-body .footer-shell.footer-shell-client {
    grid-template-columns: 1fr !important;
    padding: 30px 0 18px !important;
  }

  .station-product-body .footer-bottom {
    padding: 18px 0 22px !important;
  }
}

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

  .station-product-body .station-workflow-rail li,
  .station-product-body .station-workflow-rail li::after,
  .station-product-body .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* 2026-07-31 station QA correction: contain hero media inside the grid column. */
.station-product-body .reveal,
.animations-ready .station-product-body .reveal,
.station-product-body .station-workflow-rail li,
.animations-ready .station-product-body .station-workflow-rail li {
  opacity: 1 !important;
  transform: none !important;
}

.station-product-body .station-workflow-rail li::after,
.animations-ready .station-product-body .station-workflow-rail li::after,
.animations-ready .station-product-body .station-workflow-rail.is-visible li::after {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

.station-product-body .station-mobile-scene::before {
  display: none !important;
}

.station-product-body .station-mobile-scene img {
  position: relative !important;
  inset: auto !important;
  min-height: 100% !important;
  z-index: 1 !important;
}

.station-product-body .station-mobile-scene::after {
  z-index: 2 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .05), transparent 38%),
    linear-gradient(0deg, rgba(2, 12, 27, .18), transparent 58%) !important;
}

.station-product-body .station-scene-fleet img {
  object-position: 48% center !important;
}

.station-product-body .station-scene-fleet {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(7, 26, 36, .1)),
    url("public/assets/pvg-ev/fleet/fleet-depot.webp") 48% center / cover no-repeat !important;
}

.station-product-body .station-scene-commercial {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(7, 26, 36, .1)),
    url("public/assets/pvg-ev/vehicles/pvg-ev-real-vehicle-angle.jpg") center / cover no-repeat !important;
}

.station-product-body .station-scene-apartment {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(7, 26, 36, .1)),
    url("public/assets/pvg-ev/hero/hero-mobile-charging.webp") 62% center / cover no-repeat !important;
}

.station-product-body .station-scene-commercial img {
  object-position: center !important;
}

.station-product-body .station-scene-apartment img {
  object-position: 62% center !important;
}

.station-product-body .station-hero-visual-v3 {
  width: 100% !important;
  max-width: 100% !important;
  height: clamp(430px, 32vw, 560px) !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
}

@media (min-width: 901px) and (max-width: 1180px) {
  .station-product-body .station-hero-grid-v3 {
    grid-template-columns: minmax(0, .47fr) minmax(0, .53fr) !important;
    gap: clamp(22px, 2.8vw, 32px) !important;
  }

  .station-product-body .station-hero-copy-v3 {
    padding: clamp(22px, 2.4vw, 28px) !important;
  }

  .station-product-body .station-hero-copy-v3 h1 {
    font-size: clamp(2.1rem, 3.65vw, 2.72rem) !important;
  }

  .station-product-body .station-hero-visual-v3 {
    height: clamp(360px, 38vw, 430px) !important;
  }

  .station-product-body .photo-glass-stack {
    width: min(220px, calc(100% - 36px)) !important;
  }
}

@media (min-width: 1181px) and (max-width: 1350px) {
  .station-product-body .footer-shell.footer-shell-client {
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, .9fr)) !important;
  }
}

@media (max-width: 900px) {
  .station-product-body .station-hero-visual-v3 {
    height: 360px !important;
  }
}

@media (max-width: 640px) {
  .station-product-body .station-hero-visual-v3 {
    height: 280px !important;
  }
}

/* 2026-07-31 mobile usability pass: clean drawer navigation and tighter station page. */
:root {
  --mobile-header-height: 68px;
}

@media (max-width: 1320px) {
  html.menu-open,
  body.menu-open {
    overflow: hidden !important;
    overscroll-behavior: contain !important;
  }

  .site-header,
  .site-header.is-scrolled {
    padding-top: var(--floating-nav-top) !important;
  }

  .nav-shell-client,
  .site-header.is-scrolled .nav-shell-client {
    width: min(100% - 20px, 1420px) !important;
    min-height: var(--mobile-header-height) !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px !important;
    padding: 8px 10px 8px 14px !important;
    border-radius: 22px !important;
  }

  .nav-actions {
    display: none !important;
  }

  .nav-toggle {
    display: inline-flex !important;
    width: 50px !important;
    height: 50px !important;
    flex: 0 0 auto !important;
    border-radius: 16px !important;
  }

  .nav-menu.nav-menu-client {
    position: fixed !important;
    inset: calc(var(--floating-nav-top) + var(--mobile-header-height) + 10px) 10px auto !important;
    display: grid !important;
    align-content: start !important;
    justify-content: stretch !important;
    gap: 4px !important;
    width: auto !important;
    max-height: calc(100svh - var(--floating-nav-top) - var(--mobile-header-height) - 24px) !important;
    height: auto !important;
    padding: 12px !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    border: 1px solid rgba(255, 255, 255, .78) !important;
    border-radius: 24px !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .99), rgba(247, 255, 252, .97) 54%, rgba(244, 251, 255, .98)),
      rgba(255, 255, 255, .98) !important;
    box-shadow: 0 28px 72px rgba(8, 34, 43, .18), inset 0 1px 0 rgba(255, 255, 255, .92) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translate3d(0, -10px, 0) scale(.985) !important;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease !important;
    backdrop-filter: blur(28px) saturate(1.5) !important;
    -webkit-backdrop-filter: blur(28px) saturate(1.5) !important;
  }

  .nav-menu.nav-menu-client.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate3d(0, 0, 0) scale(1) !important;
  }

  .nav-menu-client > .nav-link,
  .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    width: 100% !important;
    min-height: 48px !important;
    padding: 0 15px !important;
    border: 0 !important;
    border-radius: 14px !important;
    color: #0B1220 !important;
    font-size: .96rem !important;
    font-weight: 850 !important;
    text-align: left !important;
  }

  .nav-menu-client > .nav-link {
    justify-content: flex-start !important;
  }

  .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    justify-content: space-between !important;
  }

  .nav-menu-client > .nav-link.is-active,
  .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle {
    color: #067A50 !important;
    background: rgba(226, 250, 239, .78) !important;
    box-shadow: inset 0 0 0 1px rgba(8, 166, 106, .18) !important;
  }

  .nav-menu-client > .mobile-request-link {
    min-height: 52px !important;
    justify-content: center !important;
    margin-top: 8px !important;
    color: #FFFFFF !important;
    background: linear-gradient(135deg, #08A66A, #08A66A) !important;
    box-shadow: 0 16px 36px rgba(8, 166, 106, .18) !important;
  }

  .nav-menu-client .nav-dropdown {
    display: grid !important;
    width: 100% !important;
  }

  .nav-menu-client .dropdown-caret {
    position: relative !important;
    width: 18px !important;
    height: 18px !important;
    border: 0 !important;
    transform: none !important;
    transition: none !important;
  }

  .nav-menu-client .dropdown-caret::before {
    content: "" !important;
    position: absolute !important;
    inset: 4px !important;
    border-right: 2px solid currentColor !important;
    border-bottom: 2px solid currentColor !important;
    transform: rotate(45deg) translate(-1px, -1px) !important;
    transition: transform .2s ease !important;
  }

  .nav-menu-client .nav-dropdown.is-open .dropdown-caret {
    transform: none !important;
  }

  .nav-menu-client .nav-dropdown.is-open .dropdown-caret::before {
    transform: rotate(225deg) translate(-1px, -1px) !important;
  }

  .nav-menu-client .dropdown-menu {
    position: static !important;
    display: none !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 2px 0 8px !important;
    padding: 6px 0 6px 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  .nav-menu-client .nav-dropdown.is-open .dropdown-menu {
    display: grid !important;
    gap: 2px !important;
  }

  .nav-menu-client .dropdown-link {
    min-height: 42px !important;
    justify-content: flex-start !important;
    padding: 0 14px !important;
    border-radius: 12px !important;
    color: #334155 !important;
    font-size: .9rem !important;
    font-weight: 760 !important;
  }

  .nav-menu-client .dropdown-link:hover,
  .nav-menu-client .dropdown-link:focus-visible {
    color: #067A50 !important;
    background: rgba(236, 253, 245, .72) !important;
  }

  body.menu-open .cookie-consent {
    display: none !important;
  }
}

@media (max-width: 640px) {
  :root {
    --mobile-header-height: 64px;
    --floating-nav-clearance: calc(var(--mobile-header-height) + var(--floating-nav-top) + 12px);
  }

  .nav-shell-client,
  .site-header.is-scrolled .nav-shell-client {
    min-height: var(--mobile-header-height) !important;
    border-radius: 20px !important;
  }

  .nav-shell-client .brand-logo-real,
  .station-product-body .nav-shell-client .brand-logo-real {
    width: 150px !important;
    height: 44px !important;
    padding: 3px 6px !important;
  }

  .nav-toggle {
    width: 48px !important;
    height: 48px !important;
  }

  .nav-menu.nav-menu-client {
    inset-inline: 10px !important;
    padding: 11px !important;
    border-radius: 22px !important;
  }
}

@media (max-width: 640px) {
  .station-product-body {
    --station-hero-title: clamp(2rem, 8.7vw, 2.25rem);
    --station-section-title: clamp(1.62rem, 7vw, 1.875rem);
    --station-subtitle: clamp(1.32rem, 5.8vw, 1.5rem);
    --station-card-title: clamp(1rem, 4.3vw, 1.1rem);
    --station-body: clamp(.95rem, 4vw, 1rem);
    --station-small: clamp(.9rem, 3.8vw, .96rem);
    --station-label: .78rem;
  }

  .station-product-body .station-wide-shell,
  .station-product-body .section-shell,
  .station-product-body .station-product-shell,
  .station-product-body .footer-shell.footer-shell-client,
  .station-product-body .footer-bottom {
    width: min(100% - 32px, 430px) !important;
  }

  .station-product-body .station-hero-v3 {
    padding-top: calc(var(--floating-nav-clearance) + 16px) !important;
    padding-bottom: 30px !important;
  }

  .station-product-body .station-product-v2 .section,
  .station-product-body .station-product-v2 .compact-section {
    padding-block: 44px !important;
  }

  .station-product-body .section-heading {
    margin-bottom: 22px !important;
  }

  .station-product-body .eyebrow {
    gap: 8px !important;
    margin-bottom: 10px !important;
    font-size: .78rem !important;
  }

  .station-product-body .breadcrumb {
    margin-bottom: 16px !important;
  }

  .station-product-body .station-hero-copy-v3,
  .station-product-body .station-copy-panel,
  .station-product-body .station-cta-panel-v2 {
    padding: 20px !important;
    border-radius: 20px !important;
  }

  .station-product-body .station-hero-copy-v3 h1 {
    max-width: 100% !important;
    margin-bottom: 14px !important;
    font-size: var(--station-hero-title) !important;
    line-height: 1.1 !important;
  }

  .station-product-body .station-hero-copy-v3 .page-lead,
  .station-product-body .section-heading p,
  .station-product-body .station-copy-panel p,
  .station-product-body .station-deployment-copy p {
    color: #334155 !important;
    font-size: var(--station-body) !important;
    line-height: 1.6 !important;
  }

  .station-product-body .station-partnership-note {
    margin-top: 16px !important;
    padding: 13px 14px !important;
    font-size: .92rem !important;
  }

  .station-product-body .pilot-status-badge {
    width: fit-content !important;
    max-width: 100% !important;
  }

  .station-product-body .station-hero-actions-v3 {
    gap: 12px !important;
    margin-top: 20px !important;
  }

  .station-product-body .button,
  .station-product-body .station-row-link {
    min-height: 50px !important;
    font-size: .95rem !important;
  }

  .station-product-body .station-hero-visual-v3 {
    height: 255px !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 10 !important;
  }

  .station-product-body .station-hero-visual-v3 img {
    object-position: 58% center !important;
  }

  .station-product-body .station-hero-visual-v3 .photo-glass-stack div:nth-child(n+3) {
    display: none !important;
  }

  .station-product-body .photo-glass-stack {
    width: min(184px, calc(100% - 28px)) !important;
  }

  .station-product-body .photo-glass-caption {
    max-width: calc(100% - 28px) !important;
  }

  .station-product-body .photo-glass-caption strong {
    font-size: .98rem !important;
  }

  .station-product-body .station-overview-section .station-story-row {
    gap: 22px !important;
  }

  .station-product-body .station-process-visual {
    height: 220px !important;
    min-height: 0 !important;
    order: -1 !important;
  }

  .station-product-body .station-comparison-mini {
    gap: 10px !important;
    margin-top: 18px !important;
  }

  .station-product-body .station-comparison-mini article {
    padding: 13px !important;
  }

  .station-product-body .station-application-grid-v2 {
    gap: 12px !important;
  }

  .station-product-body .station-application-card-v2 {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto auto !important;
    column-gap: 13px !important;
    row-gap: 5px !important;
    align-items: start !important;
    min-height: 0 !important;
    padding: 16px !important;
  }

  .station-product-body .station-application-card-v2 .line-icon {
    grid-row: 1 / span 4 !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    border-radius: 13px !important;
  }

  .station-product-body .station-application-card-v2 h3 {
    margin: 0 !important;
    font-size: 1.02rem !important;
    line-height: 1.22 !important;
  }

  .station-product-body .station-application-card-v2 p {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    margin: 4px 0 0 !important;
    font-size: .9rem !important;
    line-height: 1.45 !important;
  }

  .station-product-body .station-application-card-v2 strong {
    display: none !important;
  }

  .station-product-body .station-application-card-v2 a {
    margin-top: 5px !important;
  }

  .station-product-body .station-benefit-layout-v2 {
    gap: 12px !important;
  }

  .station-product-body .station-benefit-group {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    column-gap: 13px !important;
    row-gap: 6px !important;
    min-height: 0 !important;
    padding: 16px !important;
  }

  .station-product-body .station-benefit-group > span {
    grid-row: 1 / span 4 !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    border-radius: 14px !important;
    font-size: .9rem !important;
  }

  .station-product-body .station-benefit-group h3 {
    margin: 0 !important;
    font-size: 1.06rem !important;
  }

  .station-product-body .station-benefit-group p,
  .station-product-body .station-benefit-group li {
    font-size: .9rem !important;
    line-height: 1.45 !important;
  }

  .station-product-body .station-benefit-group p {
    display: none !important;
  }

  .station-product-body .station-benefit-group ul {
    margin: 5px 0 0 !important;
    gap: 5px !important;
  }

  .station-product-body .station-benefit-group > small {
    margin-top: 7px !important;
    padding: 6px 8px !important;
  }

  .station-product-body .station-comparison-panel {
    display: none !important;
  }

  .station-product-body .station-workflow-rail {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 16px !important;
  }

  .station-product-body .station-workflow-rail li {
    grid-template-columns: 44px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    min-height: 0 !important;
    padding: 15px !important;
  }

  .station-product-body .station-workflow-rail span {
    width: 42px !important;
    height: 42px !important;
    grid-row: 1 / span 2 !important;
    margin: 0 !important;
    font-size: .82rem !important;
  }

  .station-product-body .station-workflow-rail strong {
    font-size: 1rem !important;
  }

  .station-product-body .station-workflow-rail p {
    margin-top: 5px !important;
    font-size: .9rem !important;
    line-height: 1.45 !important;
  }

  .station-product-body .station-workflow-rail li::after,
  .animations-ready .station-product-body .station-workflow-rail li::after,
  .animations-ready .station-product-body .station-workflow-rail.is-visible li::after {
    display: block !important;
    top: 60px !important;
    left: 36px !important;
    width: 2px !important;
    height: calc(100% - 14px) !important;
    transform: scaleY(1) !important;
    transform-origin: top center !important;
  }

  .station-product-body .station-workflow-rail li:nth-child(9)::after {
    display: none !important;
  }

  .station-product-body .station-deployment-heading {
    margin-bottom: 22px !important;
  }

  .station-product-body .station-story-stack-v2 {
    gap: 28px !important;
  }

  .station-product-body .station-story-row,
  .station-product-body .station-story-row-reverse {
    gap: 16px !important;
  }

  .station-product-body .station-mobile-scene {
    height: 210px !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 10 !important;
    border-radius: 18px !important;
  }

  .station-product-body .station-mobile-scene img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
  }

  .station-product-body .station-mobile-scene figcaption {
    max-width: calc(100% - 28px) !important;
    padding: 8px 10px !important;
  }

  .station-product-body .station-deployment-copy {
    min-height: 0 !important;
    padding: 18px !important;
  }

  .station-product-body .station-deployment-copy h3 {
    margin-bottom: 8px !important;
    font-size: var(--station-subtitle) !important;
  }

  .station-product-body .station-info-points {
    gap: 8px !important;
    margin-top: 14px !important;
  }

  .station-product-body .station-info-points li {
    font-size: .9rem !important;
  }

  .station-product-body .station-row-link {
    min-height: 46px !important;
    margin-top: 16px !important;
  }

  .station-product-body .station-cta-section {
    padding-block: 36px !important;
  }

  .station-product-body .station-cta-panel-v2 {
    gap: 16px !important;
    padding: 22px !important;
  }

  .station-product-body .station-cta-actions {
    gap: 10px !important;
  }

  .station-product-body .station-cta-panel-v2 .button-text-link {
    justify-content: center !important;
    min-height: 46px !important;
  }

  .station-product-body .station-faq-section {
    padding-block: 42px 48px !important;
  }

  .station-product-body .faq-layout-v2 {
    gap: 22px !important;
  }

  .station-product-body .station-faq-copy .button {
    width: 100% !important;
    justify-content: center !important;
  }

  .station-product-body .faq-accordion {
    gap: 10px !important;
  }

  .station-product-body .faq-item button {
    min-height: 58px !important;
    padding: 15px 48px 15px 16px !important;
    font-size: .96rem !important;
    line-height: 1.3 !important;
  }

  .station-product-body .faq-item div {
    padding: 0 16px 16px !important;
  }

  .station-product-body .faq-item p {
    font-size: .92rem !important;
    line-height: 1.58 !important;
  }

  .station-product-body .site-footer {
    padding: 0 !important;
  }

  .station-product-body .footer-shell.footer-shell-client {
    width: min(100% - 28px, 430px) !important;
    gap: 10px !important;
    padding: 22px 0 14px !important;
  }

  .station-product-body .site-footer .brand-logo-real {
    width: 132px !important;
    height: 68px !important;
  }

  .station-product-body .footer-brand p:first-of-type {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    font-size: .84rem !important;
  }

  .station-product-body .footer-social {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .station-product-body .footer-social-item {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    justify-content: center !important;
    padding: 0 !important;
    border-radius: 14px !important;
  }

  .station-product-body .footer-social-item span:last-child {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
  }

  .station-product-body .footer-accordion-trigger {
    min-height: 46px !important;
    padding: 0 2px !important;
    font-size: .95rem !important;
  }

  .station-product-body .footer-column a,
  .station-product-body .footer-static,
  .station-product-body .footer-note,
  .station-product-body .footer-newsletter p {
    font-size: .86rem !important;
  }

  .station-product-body .footer-newsletter {
    padding-top: 4px !important;
  }

  .station-product-body .footer-newsletter input,
  .station-product-body .footer-newsletter button {
    width: 100% !important;
    min-height: 46px !important;
  }

  .station-product-body .footer-bottom {
    display: grid !important;
    gap: 6px !important;
    padding: 14px 0 18px !important;
    font-size: .8rem !important;
  }
}

/* 2026-07-31 Insights page refinement: denser premium blog, stronger search, shorter cards. */
.insights-premium-body {
  --insight-radius: 18px;
  --insight-tight-shadow: 0 14px 38px rgba(5, 35, 42, .08);
  --insight-tight-shadow-lift: 0 20px 52px rgba(5, 35, 42, .13);
}

.insights-premium-body .quick-enquiry,
.insights-premium-body .cookie-consent {
  display: none !important;
}

.insights-premium-body .site-header {
  z-index: 300 !important;
}

.insights-premium-page {
  overflow-x: clip !important;
}

.insights-premium-container {
  width: min(100% - 48px, 1280px) !important;
}

.insights-premium-section {
  padding-block: 40px !important;
}

.insights-premium-hero {
  min-height: clamp(560px, 42vw, 620px) !important;
  padding-block: calc(var(--floating-nav-clearance, 104px) - 10px) 32px !important;
}

.insights-hero-bg {
  background:
    linear-gradient(90deg, rgba(248, 252, 251, .98), rgba(248, 252, 251, .88) 34%, rgba(248, 252, 251, .48)),
    url("public/assets/pvg-ev/backgrounds/omr.webp") center / cover no-repeat !important;
}

.insights-premium-hero-grid {
  grid-template-columns: minmax(0, .48fr) minmax(480px, .52fr) !important;
  gap: 30px !important;
}

.insights-premium-copy {
  padding: clamp(22px, 2.1vw, 28px) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(248, 255, 252, .76)),
    rgba(255, 255, 255, .82) !important;
  box-shadow: 0 24px 64px rgba(7, 31, 43, .1), inset 0 1px 0 rgba(255, 255, 255, .96) !important;
}

.insights-premium-body .insights-premium-copy h1 {
  max-width: 660px !important;
  font-size: clamp(2.05rem, 3.05vw, 3rem) !important;
  line-height: 1.05 !important;
}

.insights-premium-copy > p:not(.insights-eyebrow),
.insights-featured-copy p:not(.insights-eyebrow),
.insights-section-heading p:not(.insights-eyebrow) {
  font-size: clamp(.9rem, .95vw, 1rem) !important;
  line-height: 1.55 !important;
}

.insights-hero-actions .button,
.insights-card-actions .button {
  min-height: 44px !important;
  border-radius: 13px !important;
  font-size: .86rem !important;
}

.insights-hero-search-panel {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.insights-hero-chip-row {
  flex-wrap: wrap !important;
  overflow-x: visible !important;
  padding-bottom: 6px !important;
  scrollbar-width: none;
}

.insights-hero-chip-row::-webkit-scrollbar {
  display: none;
}

.insights-search-control {
  position: relative;
  display: grid;
  align-items: center;
}

.insights-search-control::before {
  content: "";
  position: absolute;
  left: 16px;
  z-index: 1;
  width: 17px;
  height: 17px;
  border: 2px solid var(--insight-green-deep);
  border-radius: 50%;
  opacity: .86;
}

.insights-search-control::after {
  content: "";
  position: absolute;
  left: 30px;
  z-index: 1;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: var(--insight-green-deep);
  transform: rotate(45deg) translate(1px, 6px);
  opacity: .86;
}

.insights-premium-search input {
  min-height: 52px !important;
  padding: 0 74px 0 46px !important;
  border-radius: 16px !important;
  color: var(--insight-navy) !important;
  font-size: .94rem !important;
  font-weight: 720 !important;
  box-shadow: 0 10px 26px rgba(7, 31, 43, .045) !important;
}

.insights-search-clear {
  position: absolute;
  right: 9px;
  z-index: 2;
  min-height: 34px;
  border: 1px solid rgba(7, 134, 106, .2);
  border-radius: 999px;
  background: rgba(236, 253, 245, .9);
  color: var(--insight-green-deep);
  padding: 0 12px;
  font-size: .74rem;
  font-weight: 900;
  cursor: pointer;
}

.insights-search-clear[hidden] {
  display: none !important;
}

.insights-chip-row {
  gap: 9px !important;
}

.filter-chip {
  min-height: 40px !important;
  border-color: rgba(7, 134, 106, .16) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .76) !important;
  color: #0A5F4F !important;
  padding: 0 15px !important;
  font-size: .78rem !important;
  font-weight: 900 !important;
  box-shadow: 0 8px 20px rgba(5, 35, 42, .045) !important;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}

.filter-chip:hover,
.filter-chip:focus-visible {
  transform: translateY(-2px) !important;
  border-color: rgba(18, 185, 129, .32) !important;
  box-shadow: 0 13px 28px rgba(5, 35, 42, .08) !important;
}

.filter-chip.is-active {
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(135deg, var(--insight-green), var(--insight-blue)) !important;
  box-shadow: 0 14px 30px rgba(8, 166, 106, .18) !important;
}

.insights-premium-visual {
  min-height: clamp(380px, 31vw, 470px) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 55% 45%, rgba(18, 185, 129, .16), transparent 34%),
    linear-gradient(140deg, #061D2A, #092838 62%, #0A3A38) !important;
}

.insights-premium-visual > img {
  display: block !important;
  height: clamp(380px, 31vw, 470px) !important;
  object-position: center !important;
  opacity: 1 !important;
  filter: saturate(1.06) contrast(1.04) brightness(1) !important;
}

.insights-premium-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 20, 30, .02), rgba(5, 20, 30, .18)),
    radial-gradient(circle at 78% 20%, rgba(18, 185, 129, .13), transparent 28%);
}

.insights-feature-float,
.insights-hero-metrics {
  z-index: 2;
}

.insights-hero-metrics article {
  padding: 11px 12px !important;
}

.insights-hero-metrics strong {
  font-size: 1.12rem !important;
}

.insights-featured-section {
  padding-block: 34px !important;
}

.insights-featured-card {
  grid-template-columns: minmax(0, .45fr) minmax(0, .55fr) !important;
  border-radius: var(--insight-radius) !important;
  box-shadow: var(--insight-tight-shadow) !important;
}

.insights-featured-media {
  min-height: 300px !important;
  aspect-ratio: 16 / 10 !important;
}

.insights-featured-copy {
  padding: clamp(22px, 2.4vw, 32px) !important;
}

.insights-featured-copy h2,
.insights-section-heading h2,
.insights-filter-heading h2,
.insights-newsletter-panel h2,
.insights-cta-panel h2 {
  font-size: clamp(1.42rem, 2.25vw, 2.125rem) !important;
  line-height: 1.12 !important;
}

.insights-meta-row {
  gap: 6px !important;
  font-size: .75rem !important;
}

.insights-meta-row span:not(.category-badge) {
  min-height: 24px !important;
}

.category-badge {
  min-height: 24px !important;
  padding: 4px 9px !important;
  font-size: .72rem !important;
}

.insights-filter-zone {
  top: calc(var(--floating-nav-top, 14px) + 72px) !important;
  padding-block: 8px !important;
  z-index: 90 !important;
}

.insights-filter-panel {
  grid-template-columns: minmax(210px, .26fr) minmax(280px, .34fr) minmax(0, .4fr) !important;
  gap: 14px !important;
  padding: 14px !important;
  border-radius: 18px !important;
}

.insights-filter-heading h2 {
  font-size: clamp(1.08rem, 1.45vw, 1.38rem) !important;
}

.insights-filter-status {
  font-size: .82rem !important;
}

.insights-library-section-v2 {
  padding-top: 36px !important;
}

.insights-bento-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.insights-article-card,
.insights-article-card.is-lead {
  grid-column: auto !important;
  border-radius: var(--insight-radius) !important;
  box-shadow: 0 10px 28px rgba(5, 35, 42, .065) !important;
}

.insights-article-card:hover,
.insights-article-card:focus-within {
  transform: translateY(-3px) !important;
  box-shadow: var(--insight-tight-shadow-lift) !important;
}

.insights-card-media,
.insights-article-card.is-lead .insights-card-media {
  aspect-ratio: 16 / 10 !important;
}

.insights-card-body {
  gap: 8px !important;
  padding: 15px !important;
}

.insights-card-body h3,
.insights-article-card.is-lead h3 {
  display: -webkit-box;
  margin: 0 !important;
  overflow: hidden;
  color: var(--insight-navy) !important;
  font-size: clamp(1.02rem, 1.18vw, 1.2rem) !important;
  line-height: 1.18 !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.insights-card-body p {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(.86rem, .9vw, .95rem) !important;
  line-height: 1.45 !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.insights-author,
.insight-card-link {
  font-size: .82rem !important;
}

.insights-card-body mark {
  border-radius: 4px;
  background: rgba(18, 185, 129, .18);
  color: inherit;
  padding: 0 2px;
}

.insights-article-card.is-newly-visible {
  animation: insightCardIn .24s ease both;
}

@keyframes insightCardIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

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

.insights-load-more {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin: 26px auto 0;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--insight-green), var(--insight-blue));
  color: #fff;
  padding: 0 24px;
  font-size: .9rem;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(8, 166, 106, .18);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

.insights-load-more:hover,
.insights-load-more:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(8, 166, 106, .24);
}

.insights-load-more[hidden] {
  display: none !important;
}

.insights-guides-section,
.insights-resources-section,
.insights-topics-section,
.insights-format-section,
.insights-faq-section {
  padding-block: 34px !important;
}

.insights-guide-grid,
.insights-format-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.insights-resource-grid {
  gap: 16px !important;
}

.insights-guide-card,
.insights-download-card,
.insights-format-card,
.insights-faq-item {
  border-radius: var(--insight-radius) !important;
  box-shadow: 0 9px 24px rgba(5, 35, 42, .06) !important;
}

.insights-guide-card > img {
  aspect-ratio: 16 / 10 !important;
}

.insights-guide-card div,
.insights-download-card,
.insights-format-card {
  padding: 15px !important;
}

.insights-guide-card h3,
.insights-download-card h3,
.insights-format-card h3 {
  font-size: .98rem !important;
}

.insights-guide-card p,
.insights-download-card p,
.insights-format-card p,
.insights-faq-item p {
  font-size: .86rem !important;
  line-height: 1.45 !important;
}

.insights-topic-row {
  padding: 12px !important;
}

.insights-topic-row a {
  min-height: 38px !important;
  font-size: .82rem !important;
}

.insights-faq-grid {
  gap: 10px !important;
}

.insights-faq-item button {
  min-height: 50px !important;
  padding: 13px 15px !important;
  font-size: .88rem !important;
}

.insights-newsletter-section {
  padding-block: 34px !important;
}

.insights-newsletter-panel,
.insights-cta-panel {
  min-height: 210px !important;
  padding: 24px !important;
  border-radius: 20px !important;
}

.insights-newsletter-panel > img {
  height: 180px !important;
}

.insights-main-cta {
  padding-bottom: 34px !important;
}

.insights-premium-body .site-footer {
  margin-top: 0 !important;
}

.insights-premium-body .footer-shell.footer-shell-client {
  padding-top: 44px !important;
  padding-bottom: 30px !important;
}

@media (max-width: 1180px) {
  .insights-premium-hero {
    min-height: auto !important;
  }

  .insights-premium-hero-grid,
  .insights-featured-card,
  .insights-newsletter-panel,
  .insights-cta-panel {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .insights-bento-grid,
  .insights-guide-grid,
  .insights-format-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .insights-filter-panel {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (min-width: 1181px) {
  .insights-premium-hero {
    min-height: 600px !important;
    padding-block: calc(var(--floating-nav-clearance, 104px) - 24px) 26px !important;
  }

  .insights-premium-copy {
    padding: 24px !important;
  }

  .insights-premium-copy > p:not(.insights-eyebrow) {
    margin-top: 12px !important;
  }

  .insights-hero-actions {
    margin-top: 16px !important;
  }

  .insights-hero-search-panel {
    margin-top: 14px !important;
  }

  .insights-premium-visual,
  .insights-premium-visual > img {
    min-height: 390px !important;
    height: 390px !important;
  }
}

@media (max-width: 780px) {
  .insights-premium-container {
    width: min(100% - 30px, 1280px) !important;
  }

  .insights-premium-section,
  .insights-guides-section,
  .insights-resources-section,
  .insights-topics-section,
  .insights-format-section,
  .insights-faq-section {
    padding-block: 30px !important;
  }

  .insights-premium-hero {
    padding-block: calc(var(--floating-nav-clearance, 94px) + 8px) 28px !important;
  }

  .insights-premium-copy,
  .insights-featured-copy,
  .insights-filter-panel,
  .insights-newsletter-panel,
  .insights-cta-panel {
    padding: 18px !important;
  }

  .insights-premium-body .insights-premium-copy h1 {
    font-size: clamp(1.9rem, 8vw, 2.125rem) !important;
  }

  .insights-premium-copy > p:not(.insights-eyebrow) {
    font-size: .94rem !important;
  }

  .insights-hero-actions {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  .insights-hero-actions .button {
    width: 100% !important;
    min-height: 44px !important;
    padding-inline: 12px !important;
  }

  .insights-chip-row,
  .insights-topic-row {
    margin-inline: -4px !important;
    padding: 2px 4px 8px !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    scrollbar-width: none;
  }

  .insights-chip-row::-webkit-scrollbar,
  .insights-topic-row::-webkit-scrollbar {
    display: none;
  }

  .filter-chip {
    min-height: 40px !important;
    padding-inline: 13px !important;
    white-space: nowrap !important;
  }

  .insights-premium-visual,
  .insights-premium-visual > img {
    min-height: 260px !important;
    height: 260px !important;
  }

  .insights-feature-float {
    padding: 14px !important;
  }

  .insights-featured-media {
    min-height: 205px !important;
  }

  .insights-filter-zone {
    top: calc(var(--floating-nav-top, 10px) + var(--mobile-header-height, 64px) + 4px) !important;
  }

  .insights-filter-heading {
    display: none !important;
  }

  .insights-filter-status {
    flex-direction: row !important;
    align-items: center !important;
  }

  .insights-bento-grid,
  .insights-guide-grid,
  .insights-resource-grid,
  .insights-format-grid,
  .insights-faq-grid {
    grid-template-columns: 1fr !important;
  }

  .insights-card-body {
    padding: 14px !important;
  }

  .insights-card-body h3,
  .insights-article-card.is-lead h3 {
    font-size: 1.08rem !important;
  }

  .insights-card-body p {
    font-size: .88rem !important;
  }

  .insights-newsletter-form div {
    grid-template-columns: 1fr !important;
  }

  .insights-load-more {
    width: 100% !important;
  }
}

@media (min-width: 641px) and (max-width: 1180px) {
  .insights-bento-grid,
  .insights-guide-grid,
  .insights-resource-grid,
  .insights-format-grid,
  .insights-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 460px) {
  .insights-premium-container {
    width: min(100% - 24px, 1280px) !important;
  }

  .insights-premium-hero {
    padding-block: calc(var(--floating-nav-clearance, 88px) - 2px) 20px !important;
  }

  .insights-premium-copy {
    padding: 16px !important;
  }

  .insights-premium-copy .breadcrumb {
    margin-bottom: 8px !important;
  }

  .insights-premium-copy .insights-eyebrow {
    margin-bottom: 8px !important;
  }

  .insights-premium-body .insights-premium-copy h1 {
    font-size: clamp(1.72rem, 8.4vw, 2rem) !important;
    line-height: 1.08 !important;
  }

  .insights-eyebrow {
    font-size: .68rem !important;
  }

  .insights-premium-copy > p:not(.insights-eyebrow) {
    display: -webkit-box !important;
    margin-top: 10px !important;
    overflow: hidden !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
  }

  .insights-trust-line {
    display: none !important;
  }

  .insights-hero-search-panel {
    gap: 10px !important;
    margin-top: 13px !important;
  }

  .insights-hero-actions {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .insights-premium-search input {
    min-height: 50px !important;
    padding-right: 54px !important;
    font-size: .88rem !important;
  }

  .insights-search-clear {
    width: 34px !important;
    min-width: 34px !important;
    overflow: hidden !important;
    color: transparent !important;
    padding-inline: 0 !important;
  }

  .insights-search-clear::before {
    content: "×";
    color: var(--insight-green-deep);
    font-size: 1rem;
    line-height: 1;
  }

  .insights-premium-visual,
  .insights-premium-visual > img {
    min-height: 175px !important;
    height: 175px !important;
  }

  .insights-feature-float {
    display: none !important;
  }

  .insights-filter-zone {
    position: static !important;
    padding-top: 0 !important;
  }

  .insights-filter-panel {
    gap: 11px !important;
    padding: 14px !important;
  }

  .insights-filter-status {
    display: grid !important;
    gap: 8px !important;
  }

  .insights-clear-filter {
    width: 100% !important;
  }

  .insights-featured-card,
  .insights-article-card,
  .insights-guide-card,
  .insights-download-card,
  .insights-format-card,
  .insights-faq-item {
    border-radius: 16px !important;
  }

  .insights-featured-media {
    min-height: 180px !important;
  }

  .insights-newsletter-panel > img,
  .insights-cta-panel > img {
    display: none !important;
  }

  .insights-premium-body .footer-shell.footer-shell-client {
    padding-top: 28px !important;
  }

  .insights-premium-body .site-footer {
    padding: 0 !important;
  }

  .insights-premium-body .footer-shell.footer-shell-client {
    width: min(100% - 28px, 430px) !important;
    gap: 10px !important;
    padding: 22px 0 14px !important;
  }

  .insights-premium-body .site-footer .brand-logo-real {
    width: 132px !important;
    height: 68px !important;
  }

  .insights-premium-body .footer-brand p:first-of-type,
  .insights-premium-body .footer-note {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    font-size: .82rem !important;
  }

  .insights-premium-body .footer-social {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .insights-premium-body .footer-social-item {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    justify-content: center !important;
    padding: 0 !important;
    border-radius: 14px !important;
  }

  .insights-premium-body .footer-social-item span:last-child {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
  }

  .insights-premium-body .footer-accordion-trigger {
    min-height: 44px !important;
    padding: 0 2px !important;
    font-size: .92rem !important;
  }

  .insights-premium-body .footer-column a,
  .insights-premium-body .footer-static,
  .insights-premium-body .footer-newsletter p {
    font-size: .84rem !important;
  }

  .insights-premium-body .footer-newsletter {
    padding-top: 4px !important;
  }

  .insights-premium-body .footer-newsletter input,
  .insights-premium-body .footer-newsletter button {
    width: 100% !important;
    min-height: 44px !important;
  }

  .insights-premium-body .footer-bottom {
    display: grid !important;
    gap: 6px !important;
    padding: 12px 0 16px !important;
    font-size: .78rem !important;
  }
}

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

/* 2026-07-31 Fleet Solutions enterprise refinement. Scoped to fleet page only. */
.nav-shell-client .brand-logo-real,
.site-footer .brand-logo-real {
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
  box-shadow: none !important;
}

.nav-shell-client .brand-logo-real {
  padding: 0 !important;
}

@media (min-width: 641px) {
  .nav-shell-client .brand-logo-real,
  .fleet-reference-body .nav-shell-client .brand-logo-real,
  .setrans-reference-body .nav-shell-client .brand-logo-real,
  .contact-reference-body .nav-shell-client .brand-logo-real,
  .insights-premium-body .nav-shell-client .brand-logo-real {
    width: 210px !important;
    height: 54px !important;
  }
}

.site-footer .brand-logo-real {
  padding: 0 !important;
}

.fleet-reference-body {
  --fleet-glass: rgba(255, 255, 255, .82);
  --fleet-glass-strong: rgba(255, 255, 255, .93);
  --fleet-line: rgba(8, 54, 61, .12);
  --fleet-heading: #0b1220;
  --fleet-copy: #465766;
  overflow-x: hidden;
}

.fleet-reference-body .fleet-page {
  background:
    radial-gradient(circle at 14% 10%, rgba(16, 185, 129, .10), transparent 30%),
    radial-gradient(circle at 90% 22%, rgba(8, 166, 106, .10), transparent 34%),
    #f6faf9 !important;
}

.fleet-reference-body .fleet-container {
  width: min(100% - 56px, 1320px) !important;
}

.fleet-reference-body .fleet-section {
  padding-block: clamp(48px, 5vw, 80px) !important;
}

.fleet-reference-body .fleet-section-soft {
  background:
    radial-gradient(circle at 86% 8%, rgba(8, 166, 106, .12), transparent 28%),
    linear-gradient(180deg, rgba(242, 252, 247, .96), rgba(239, 249, 255, .9)) !important;
}

.fleet-reference-body .fleet-section-heading {
  max-width: 790px !important;
  margin-bottom: clamp(22px, 2.4vw, 34px) !important;
}

.fleet-reference-body .fleet-section-heading h2,
.fleet-reference-body .fleet-coverage-copy h2,
.fleet-reference-body .fleet-final-cta h2 {
  max-width: 780px;
  color: var(--fleet-heading) !important;
  font-size: clamp(1.72rem, 2.42vw, 2.32rem) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

.fleet-reference-body .fleet-section-heading p:not(.fleet-eyebrow),
.fleet-reference-body .fleet-coverage-copy p,
.fleet-reference-body .fleet-final-cta p,
.fleet-reference-body .fleet-challenge-card p,
.fleet-reference-body .fleet-solution-card p,
.fleet-reference-body .fleet-usecase-card p,
.fleet-reference-body .fleet-timeline p {
  color: var(--fleet-copy) !important;
}

.fleet-reference-body .fleet-hero {
  min-height: clamp(560px, 50vw, 720px) !important;
  background: #071f2b !important;
}

.fleet-reference-body .fleet-hero-image {
  filter: brightness(.9) saturate(1.08) contrast(1.05) !important;
  object-position: center !important;
}

.fleet-reference-body .fleet-hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 20, 32, .94) 0%, rgba(7, 20, 32, .78) 38%, rgba(7, 20, 32, .30) 70%, rgba(7, 20, 32, .12) 100%),
    linear-gradient(0deg, rgba(7, 20, 32, .38), rgba(7, 20, 32, .06)) !important;
}

.fleet-reference-body .fleet-hero-grid {
  grid-template-columns: minmax(430px, .56fr) minmax(280px, .44fr) !important;
  gap: clamp(28px, 5vw, 78px) !important;
  padding-block: clamp(118px, 11vw, 168px) clamp(56px, 5vw, 76px) !important;
}

.fleet-reference-body .fleet-hero-copy {
  max-width: 720px !important;
  padding: clamp(8px, 1vw, 16px) 0;
}

.fleet-reference-body .fleet-hero h1 {
  max-width: 720px !important;
  font-size: clamp(3.5rem, 4.05vw, 3.875rem) !important;
  line-height: 1.06 !important;
}

.fleet-reference-body .fleet-hero-copy > p:not(.fleet-eyebrow, .fleet-trust-line) {
  max-width: 680px !important;
  color: rgba(255, 255, 255, .9) !important;
  font-size: clamp(1rem, 1.1vw, 1.14rem) !important;
  line-height: 1.7 !important;
}

.fleet-reference-body .fleet-hero-actions {
  gap: 16px !important;
  margin-top: 28px !important;
}

.fleet-reference-body .fleet-hero-actions .button {
  min-height: 50px !important;
  padding-inline: 24px !important;
}

.fleet-reference-body .fleet-hero-stats {
  width: min(100%, 332px) !important;
  gap: 16px !important;
}

.fleet-reference-body .fleet-hero-stats article {
  min-height: 76px !important;
  padding: 16px 18px !important;
  border: 1px solid rgba(255, 255, 255, .44) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, .78) !important;
  box-shadow: 0 20px 52px rgba(2, 20, 28, .16), inset 0 1px 0 rgba(255, 255, 255, .84) !important;
  backdrop-filter: blur(22px) saturate(1.3) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.3) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.fleet-reference-body .fleet-hero-stats article:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(16, 185, 129, .34) !important;
  box-shadow: 0 24px 62px rgba(2, 20, 28, .22), inset 0 1px 0 rgba(255, 255, 255, .9) !important;
}

.fleet-reference-body .fleet-challenge-grid {
  gap: 18px !important;
}

.fleet-reference-body .fleet-challenge-card,
.fleet-reference-body .fleet-benefit-card {
  min-height: 152px !important;
  padding: 18px !important;
  border-color: rgba(8, 54, 61, .10) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .88) !important;
  box-shadow: 0 14px 36px rgba(5, 35, 42, .07) !important;
}

.fleet-reference-body .fleet-challenge-card .pvg-line-icon,
.fleet-reference-body .fleet-benefit-card .pvg-line-icon,
.fleet-reference-body .fleet-solution-card .pvg-line-icon {
  width: 48px !important;
  height: 48px !important;
  flex-basis: 48px !important;
  margin-bottom: 14px !important;
  border-radius: 15px !important;
}

.fleet-reference-body .fleet-challenge-card h3,
.fleet-reference-body .fleet-benefit-card h3,
.fleet-reference-body .fleet-solution-card h3,
.fleet-reference-body .fleet-usecase-card h3,
.fleet-reference-body .fleet-timeline h3 {
  color: var(--fleet-heading) !important;
  font-size: clamp(1.07rem, 1.16vw, 1.26rem) !important;
  font-weight: 860 !important;
}

.fleet-reference-body .fleet-challenge-card p {
  margin-top: 7px !important;
  line-height: 1.45 !important;
}

.fleet-reference-body .fleet-solution-grid {
  gap: 22px !important;
}

.fleet-reference-body .fleet-solution-card {
  grid-template-rows: auto 1fr !important;
  min-height: 0 !important;
  padding: 0 18px 20px !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, .9) !important;
}

.fleet-reference-body .fleet-solution-card img,
.fleet-reference-body .fleet-usecase-card img {
  aspect-ratio: 16 / 10 !important;
  height: auto !important;
  min-height: 0 !important;
  object-fit: cover !important;
  filter: saturate(1.08) contrast(1.06) brightness(1.02) !important;
}

.fleet-reference-body .fleet-solution-card img {
  width: calc(100% + 36px) !important;
  margin-inline: -18px !important;
  border-radius: 20px 20px 0 0 !important;
}

.fleet-reference-body .fleet-solution-card strong,
.fleet-reference-body .fleet-usecase-card a {
  color: #07866a !important;
  text-decoration: none !important;
}

.fleet-reference-body .fleet-solution-card:hover,
.fleet-reference-body .fleet-usecase-card:hover,
.fleet-reference-body .fleet-challenge-card:hover,
.fleet-reference-body .fleet-benefit-card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(16, 185, 129, .34) !important;
  box-shadow: 0 20px 56px rgba(5, 35, 42, .12) !important;
}

.fleet-reference-body .fleet-timeline {
  gap: clamp(18px, 2vw, 28px) !important;
}

.fleet-reference-body .fleet-timeline::before {
  top: 31px !important;
  left: 6% !important;
  right: 6% !important;
  height: 3px !important;
  overflow: hidden;
  background: rgba(8, 166, 106, .16) !important;
}

.fleet-reference-body .fleet-timeline::after {
  content: "";
  position: absolute;
  top: 31px;
  left: 6%;
  width: 88%;
  height: 3px;
  border-radius: 999px;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, #10b981, #0ea5ff);
}

.fleet-reference-body .fleet-timeline li {
  min-height: 150px !important;
}

.fleet-reference-body .fleet-timeline span {
  width: 62px !important;
  height: 62px !important;
  border-width: 7px !important;
}

.fleet-reference-body .fleet-coverage-panel {
  grid-template-columns: minmax(280px, .72fr) minmax(480px, 1.32fr) !important;
  gap: 24px !important;
  padding: clamp(24px, 3vw, 36px) !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(8, 166, 106, .18), transparent 34%),
    radial-gradient(circle at 16% 82%, rgba(16, 185, 129, .18), transparent 30%),
    rgba(255, 255, 255, .82) !important;
  backdrop-filter: blur(20px) saturate(1.25);
  -webkit-backdrop-filter: blur(20px) saturate(1.25);
}

.fleet-reference-body .fleet-coverage-note {
  margin-top: 18px !important;
  padding: 16px 18px;
  border: 1px solid rgba(16, 185, 129, .18);
  border-radius: 16px;
  background: rgba(240, 253, 248, .82);
  color: #1f5f56 !important;
  font-weight: 740;
}

.fleet-reference-body .fleet-map-card {
  position: relative !important;
  min-height: clamp(420px, 34vw, 540px) !important;
  overflow: hidden !important;
  padding: 0 !important;
  border-radius: 22px !important;
  border: 1px solid rgba(255, 255, 255, .82) !important;
  background:
    radial-gradient(circle at 74% 18%, rgba(8, 166, 106, .18), transparent 26%),
    radial-gradient(circle at 38% 58%, rgba(16, 185, 129, .16), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(233, 249, 255, .84)) !important;
  box-shadow: 0 22px 62px rgba(5, 35, 42, .10) !important;
}

.fleet-reference-body .fleet-map-card::before {
  opacity: .28 !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .34), transparent 48%),
    repeating-linear-gradient(0deg, rgba(8, 54, 61, .05) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(90deg, rgba(8, 54, 61, .045) 0 1px, transparent 1px 28px) !important;
}

.fleet-reference-body .fleet-map-card img {
  position: absolute !important;
  inset: 6% 8% 12% !important;
  z-index: 1 !important;
  width: 84% !important;
  height: 82% !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  opacity: .86 !important;
  filter: saturate(1.24) contrast(1.08) brightness(1.04) !important;
}

.fleet-reference-body .fleet-map-vector {
  position: absolute;
  inset: 6% 8% 12%;
  z-index: 1;
  width: 84%;
  height: 82%;
  overflow: visible;
  filter: drop-shadow(0 20px 34px rgba(5, 35, 42, .14));
}

.fleet-reference-body .tn-map-outline {
  fill: url("#tn-map-fill");
  stroke: url("#tn-map-stroke");
  stroke-width: 1.2;
}

.fleet-reference-body .tn-region-line {
  fill: none;
  stroke: rgba(5, 95, 89, .22);
  stroke-width: .55;
  stroke-linecap: round;
  stroke-dasharray: 3 3;
}

.fleet-reference-body .tn-hub-glow {
  fill: rgba(8, 166, 106, .12);
  stroke: rgba(8, 166, 106, .36);
  stroke-width: .7;
}

.fleet-reference-body .fleet-map-routes {
  position: absolute;
  inset: 6% 8% 12%;
  z-index: 2;
  width: 84%;
  height: 82%;
  overflow: visible;
  pointer-events: none;
}

.fleet-reference-body .fleet-map-routes path {
  fill: none;
  stroke: url("#fleet-route-gradient");
  stroke: rgba(8, 166, 106, .64);
  stroke-width: .7;
  stroke-linecap: round;
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
}

.fleet-reference-body .fleet-map-marker {
  position: absolute;
  z-index: 3;
  left: var(--x);
  top: var(--y);
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  border-radius: 999px;
  background: #08a66a;
  box-shadow: 0 0 0 8px rgba(8, 166, 106, .13), 0 12px 24px rgba(8, 54, 61, .18);
  transform: translate(-50%, -50%);
}

.animations-ready .fleet-reference-body .fleet-map-marker {
  opacity: 0;
}

.fleet-reference-body .fleet-map-marker::before {
  content: "";
  position: absolute;
  inset: -13px;
  border: 1px solid rgba(8, 166, 106, .28);
  border-radius: inherit;
}

.fleet-reference-body .fleet-map-marker::after {
  content: attr(data-city);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  color: #0b1220;
  box-shadow: 0 12px 28px rgba(5, 35, 42, .10);
  font-size: .72rem;
  font-weight: 850;
  white-space: nowrap;
}

.fleet-reference-body .fleet-marker-chennai { --x: 78%; --y: 19%; background: #0ea5ff; }
.fleet-reference-body .fleet-marker-coimbatore { --x: 31%; --y: 69%; }
.fleet-reference-body .fleet-marker-trichy { --x: 47%; --y: 53%; }
.fleet-reference-body .fleet-marker-madurai { --x: 55%; --y: 70%; }
.fleet-reference-body .fleet-marker-salem { --x: 42%; --y: 43%; }
.fleet-reference-body .fleet-marker-erode { --x: 35%; --y: 55%; }
.fleet-reference-body .fleet-marker-tiruppur { --x: 33%; --y: 62%; }

.fleet-reference-body .fleet-map-card figcaption {
  position: absolute !important;
  left: 18px;
  right: 18px;
  bottom: 14px;
  z-index: 4;
  margin: 0 !important;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 14px;
  background: rgba(255, 255, 255, .86);
  color: #465766 !important;
  box-shadow: 0 14px 34px rgba(5, 35, 42, .08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.fleet-reference-body .fleet-stat-card {
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  padding: 0 !important;
  gap: 16px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.fleet-reference-body .fleet-stat-card article {
  min-height: 104px !important;
  padding: 18px !important;
  border: 1px solid rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .86) !important;
  box-shadow: 0 16px 42px rgba(5, 35, 42, .08);
}

.fleet-reference-body .fleet-stat-card strong {
  color: var(--fleet-heading) !important;
  font-size: clamp(1.32rem, 1.9vw, 1.72rem) !important;
}

.fleet-reference-body .fleet-lower-section {
  padding-top: clamp(48px, 5vw, 72px) !important;
}

.fleet-reference-body .fleet-lower-grid {
  grid-template-columns: 1fr !important;
  gap: clamp(30px, 4vw, 54px) !important;
}

.fleet-reference-body .fleet-benefit-card {
  min-height: 0 !important;
  display: grid;
  align-content: start;
}

.fleet-reference-body .fleet-benefit-metric {
  display: inline-flex;
  width: max-content;
  margin-top: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #067a50;
  background: rgba(232, 250, 242, .9);
  font-size: .74rem;
  font-weight: 860;
}

.fleet-reference-body .fleet-benefit-card ul {
  display: grid;
  gap: 7px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.fleet-reference-body .fleet-benefit-card li {
  position: relative;
  padding-left: 17px;
  color: var(--fleet-copy);
  font-size: .9rem;
  line-height: 1.42;
}

.fleet-reference-body .fleet-benefit-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #10b981, #0ea5ff);
}

.fleet-reference-body .fleet-usecase-card img {
  width: 100% !important;
}

.fleet-reference-body .fleet-usecase-card span {
  padding: 5px 9px;
  border-radius: 999px;
  color: #067a50 !important;
  background: rgba(232, 250, 242, .9);
}

.fleet-reference-body .fleet-usecase-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 13px;
  font-size: .84rem;
  font-weight: 850;
}

.fleet-reference-body .fleet-usecase-card a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.fleet-reference-body .fleet-usecase-card:hover a::after {
  transform: translateX(3px) rotate(45deg);
}

.fleet-reference-body .fleet-form-panel {
  position: static !important;
  width: 100% !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
}

.fleet-reference-body .fleet-assessment-form {
  display: block !important;
  grid-template-columns: none !important;
  padding: clamp(20px, 2.2vw, 30px) !important;
  border: 1px solid rgba(255, 255, 255, .78) !important;
  background: rgba(255, 255, 255, .9) !important;
  backdrop-filter: blur(22px) saturate(1.25);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
}

.fleet-reference-body .fleet-form-group {
  margin: 0 0 18px !important;
  padding: 18px !important;
  border: 1px solid rgba(8, 54, 61, .10) !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, rgba(248, 252, 250, .92), rgba(239, 249, 255, .66)) !important;
}

.fleet-reference-body .fleet-form-group legend {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 8px 0 0;
  color: var(--fleet-heading);
  font-size: .9rem;
  font-weight: 900;
}

.fleet-reference-body .fleet-form-group legend span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #10b981, #0ea5ff);
  box-shadow: 0 8px 20px rgba(8, 166, 106, .18);
}

.fleet-reference-body .fleet-form-grid {
  gap: 14px !important;
}

.fleet-reference-body .fleet-assessment-form input,
.fleet-reference-body .fleet-assessment-form select {
  min-height: 52px !important;
}

.fleet-reference-body .fleet-assessment-form textarea {
  min-height: 120px !important;
}

.fleet-reference-body .fleet-assessment-form input,
.fleet-reference-body .fleet-assessment-form select,
.fleet-reference-body .fleet-assessment-form textarea {
  border-color: rgba(8, 54, 61, .15) !important;
  background: rgba(255, 255, 255, .92) !important;
}

.fleet-reference-body .fleet-submit {
  min-height: 52px !important;
  margin-top: 4px !important;
  box-shadow: 0 18px 38px rgba(8, 166, 106, .18) !important;
}

.fleet-reference-body .fleet-final-section {
  padding-top: 0 !important;
}

.fleet-reference-body .fleet-final-cta {
  min-height: 164px !important;
  padding: clamp(24px, 3vw, 34px) !important;
  isolation: isolate;
  background:
    linear-gradient(120deg, rgba(7, 31, 43, .98), rgba(6, 122, 80, .93), rgba(8, 166, 106, .82)) !important;
}

.fleet-reference-body .fleet-final-cta::before {
  content: "";
  position: absolute;
  inset: -30% -10%;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 48%, rgba(16, 185, 129, .34), transparent 18%),
    radial-gradient(circle at 72% 40%, rgba(8, 166, 106, .30), transparent 20%);
  opacity: .65;
}

.fleet-reference-body .fleet-final-cta .button {
  min-height: 48px !important;
}

.fleet-reference-body .fleet-final-cta img {
  opacity: .24 !important;
  filter: saturate(1.12) contrast(1.08) brightness(.88) !important;
}

.animations-ready .fleet-reference-body .reveal {
  opacity: 0 !important;
  transform: translateY(18px) scale(.985) !important;
  transition:
    opacity .54s ease,
    transform .54s ease,
    box-shadow .22s ease,
    border-color .22s ease !important;
  transition-delay: calc(var(--fleet-stagger, 0) * 42ms) !important;
}

.animations-ready .fleet-reference-body .reveal.is-visible,
.fleet-reference-body .reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
}

.animations-ready .fleet-reference-body .fleet-hero-stats article:nth-child(1),
.animations-ready .fleet-reference-body .fleet-challenge-grid > *:nth-child(1),
.animations-ready .fleet-reference-body .fleet-solution-grid > *:nth-child(1),
.animations-ready .fleet-reference-body .fleet-benefit-grid > *:nth-child(1),
.animations-ready .fleet-reference-body .fleet-usecase-grid > *:nth-child(1) { --fleet-stagger: 1; }
.animations-ready .fleet-reference-body .fleet-hero-stats article:nth-child(2),
.animations-ready .fleet-reference-body .fleet-challenge-grid > *:nth-child(2),
.animations-ready .fleet-reference-body .fleet-solution-grid > *:nth-child(2),
.animations-ready .fleet-reference-body .fleet-benefit-grid > *:nth-child(2),
.animations-ready .fleet-reference-body .fleet-usecase-grid > *:nth-child(2) { --fleet-stagger: 2; }
.animations-ready .fleet-reference-body .fleet-hero-stats article:nth-child(3),
.animations-ready .fleet-reference-body .fleet-challenge-grid > *:nth-child(3),
.animations-ready .fleet-reference-body .fleet-solution-grid > *:nth-child(3),
.animations-ready .fleet-reference-body .fleet-benefit-grid > *:nth-child(3),
.animations-ready .fleet-reference-body .fleet-usecase-grid > *:nth-child(3) { --fleet-stagger: 3; }
.animations-ready .fleet-reference-body .fleet-challenge-grid > *:nth-child(4),
.animations-ready .fleet-reference-body .fleet-solution-grid > *:nth-child(4),
.animations-ready .fleet-reference-body .fleet-benefit-grid > *:nth-child(4) { --fleet-stagger: 4; }
.animations-ready .fleet-reference-body .fleet-challenge-grid > *:nth-child(5),
.animations-ready .fleet-reference-body .fleet-solution-grid > *:nth-child(5),
.animations-ready .fleet-reference-body .fleet-benefit-grid > *:nth-child(5) { --fleet-stagger: 5; }
.animations-ready .fleet-reference-body .fleet-challenge-grid > *:nth-child(6),
.animations-ready .fleet-reference-body .fleet-solution-grid > *:nth-child(6),
.animations-ready .fleet-reference-body .fleet-benefit-grid > *:nth-child(6) { --fleet-stagger: 6; }

.fleet-reference-body .fleet-map-card.is-visible .fleet-map-routes path,
.fleet-reference-body .fleet-coverage-panel.is-visible .fleet-map-routes path {
  animation: fleetRouteDraw 1.1s ease forwards !important;
}

.fleet-reference-body .fleet-map-card.is-visible .fleet-map-marker,
.fleet-reference-body .fleet-coverage-panel.is-visible .fleet-map-marker {
  animation: fleetMarkerRise .48s ease forwards, fleetMarkerPulse 2.8s ease-in-out .55s infinite !important;
}

.fleet-reference-body .fleet-map-card.is-visible .fleet-map-marker:nth-of-type(2),
.fleet-reference-body .fleet-coverage-panel.is-visible .fleet-map-marker:nth-of-type(2) { animation-delay: .08s, .7s !important; }
.fleet-reference-body .fleet-map-card.is-visible .fleet-map-marker:nth-of-type(3),
.fleet-reference-body .fleet-coverage-panel.is-visible .fleet-map-marker:nth-of-type(3) { animation-delay: .14s, .75s !important; }
.fleet-reference-body .fleet-map-card.is-visible .fleet-map-marker:nth-of-type(4),
.fleet-reference-body .fleet-coverage-panel.is-visible .fleet-map-marker:nth-of-type(4) { animation-delay: .2s, .8s !important; }
.fleet-reference-body .fleet-map-card.is-visible .fleet-map-marker:nth-of-type(5),
.fleet-reference-body .fleet-coverage-panel.is-visible .fleet-map-marker:nth-of-type(5) { animation-delay: .26s, .85s !important; }
.fleet-reference-body .fleet-map-card.is-visible .fleet-map-marker:nth-of-type(6),
.fleet-reference-body .fleet-coverage-panel.is-visible .fleet-map-marker:nth-of-type(6) { animation-delay: .32s, .9s !important; }
.fleet-reference-body .fleet-map-card.is-visible .fleet-map-marker:nth-of-type(7),
.fleet-reference-body .fleet-coverage-panel.is-visible .fleet-map-marker:nth-of-type(7) { animation-delay: .38s, .95s !important; }

.fleet-reference-body .fleet-timeline.is-visible::after {
  animation: fleetLineDraw 1s ease forwards !important;
}

.fleet-reference-body .fleet-final-cta.is-visible::before {
  animation: fleetCtaGlow 5.5s ease-in-out infinite !important;
}

@keyframes fleetLineDraw {
  to { transform: scaleX(1); }
}

@keyframes fleetRouteDraw {
  to { stroke-dashoffset: 0; }
}

@keyframes fleetMarkerRise {
  from { opacity: 0; transform: translate(-50%, -30%) scale(.72); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes fleetMarkerPulse {
  0%, 100% { box-shadow: 0 0 0 8px rgba(8, 166, 106, .13), 0 12px 24px rgba(8, 54, 61, .18); }
  50% { box-shadow: 0 0 0 14px rgba(8, 166, 106, .12), 0 14px 30px rgba(8, 54, 61, .2); }
}

@keyframes fleetCtaGlow {
  0%, 100% { transform: translateX(0); opacity: .58; }
  50% { transform: translateX(4%); opacity: .86; }
}

@media (max-width: 1180px) {
  .fleet-reference-body .fleet-hero-grid {
    grid-template-columns: 1fr !important;
  }

  .fleet-reference-body .fleet-hero-stats {
    justify-self: start !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: min(100%, 760px) !important;
  }

  .fleet-reference-body .fleet-challenge-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .fleet-reference-body .fleet-coverage-panel,
  .fleet-reference-body .fleet-lower-grid {
    grid-template-columns: 1fr !important;
  }

  .fleet-reference-body .fleet-form-panel {
    position: static !important;
  }
}

@media (max-width: 980px) {
  .fleet-reference-body .fleet-container {
    width: min(100% - 40px, 1320px) !important;
  }

  .fleet-reference-body .fleet-section {
    padding-block: 64px !important;
  }

  .fleet-reference-body .fleet-solution-grid,
  .fleet-reference-body .fleet-benefit-grid,
  .fleet-reference-body .fleet-usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .fleet-reference-body .fleet-timeline {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .fleet-reference-body .fleet-timeline::before,
  .fleet-reference-body .fleet-timeline::after {
    top: 0 !important;
    bottom: 0 !important;
    left: 31px !important;
    right: auto !important;
    width: 3px !important;
    height: auto !important;
    transform-origin: top center !important;
  }

  .fleet-reference-body .fleet-timeline::after {
    transform: scaleY(0);
  }

  .fleet-reference-body .fleet-timeline.is-visible::after {
    animation-name: fleetLineDrawVertical !important;
  }

  .fleet-reference-body .fleet-timeline li {
    display: grid !important;
    grid-template-columns: 62px 1fr !important;
    column-gap: 16px !important;
    min-height: 0 !important;
    padding: 0 0 18px !important;
  }

  .fleet-reference-body .fleet-timeline li:last-child {
    padding-bottom: 0 !important;
  }

  .fleet-reference-body .fleet-timeline span {
    grid-row: span 2;
    margin: 0 !important;
  }

  @keyframes fleetLineDrawVertical {
    to { transform: scaleY(1); }
  }
}

@media (max-width: 720px) {
  .fleet-reference-body .fleet-container {
    width: min(100% - 28px, 1320px) !important;
  }

  .fleet-reference-body .fleet-section {
    padding-block: 48px !important;
  }

  .fleet-reference-body .fleet-hero {
    min-height: auto !important;
  }

  .fleet-reference-body .fleet-hero-grid {
    padding-block: calc(var(--floating-nav-clearance, 88px) + 36px) 32px !important;
  }

  .fleet-reference-body .fleet-hero h1 {
    font-size: clamp(2.12rem, 8.8vw, 2.38rem) !important;
    line-height: 1.08 !important;
  }

  .fleet-reference-body .fleet-hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .fleet-reference-body .fleet-hero-stats article {
    min-height: 78px !important;
    display: grid !important;
    align-content: center !important;
    justify-items: start !important;
    gap: 8px !important;
    padding: 10px !important;
    font-size: .76rem !important;
    line-height: 1.15 !important;
  }

  .fleet-reference-body .fleet-hero-stats .pvg-line-icon {
    width: 24px !important;
    height: 24px !important;
    flex-basis: 24px !important;
  }

  .fleet-reference-body .fleet-challenge-grid,
  .fleet-reference-body .fleet-solution-grid,
  .fleet-reference-body .fleet-benefit-grid,
  .fleet-reference-body .fleet-usecase-grid,
  .fleet-reference-body .fleet-form-grid,
  .fleet-reference-body .fleet-stat-card,
  .fleet-reference-body .fleet-final-cta {
    grid-template-columns: 1fr !important;
  }

  .fleet-reference-body .fleet-map-card {
    min-height: 390px !important;
  }

  .fleet-reference-body .fleet-map-card img {
    inset: 9% 2% 18% !important;
    width: 96% !important;
    height: 72% !important;
  }

  .fleet-reference-body .fleet-map-vector {
    inset: 9% 2% 18% !important;
    width: 96% !important;
    height: 72% !important;
  }

  .fleet-reference-body .fleet-map-routes {
    inset: 9% 2% 18%;
    width: 96%;
    height: 72%;
  }

  .fleet-reference-body .fleet-map-marker::after {
    display: none;
  }

  .fleet-reference-body .fleet-form-group {
    padding: 15px !important;
  }

  .fleet-reference-body .fleet-submit {
    position: sticky !important;
    bottom: 14px !important;
    z-index: 8 !important;
  }

  .fleet-reference-body .fleet-final-actions {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .fleet-reference-body .fleet-hero h1 {
    font-size: clamp(2rem, 9.4vw, 2.24rem) !important;
  }

  .fleet-reference-body .fleet-hero-actions {
    display: grid !important;
  }

  .fleet-reference-body .fleet-hero-actions .button,
  .fleet-reference-body .fleet-final-actions .button {
    width: 100% !important;
  }

  .fleet-reference-body .fleet-map-card {
    min-height: 360px !important;
  }
}

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

/* Unified fixed glass navigation
   Keep this block at the end of the stylesheet so every page shares the same
   header behavior and no page-specific hero/nav styling can override it. */
:root {
  --floating-nav-top: max(12px, env(safe-area-inset-top));
  --floating-nav-clearance: 102px;
  --mobile-header-height: 68px;
}

html {
  scroll-padding-top: calc(var(--floating-nav-clearance) + 16px) !important;
}

body .site-header,
body .site-header.is-scrolled,
.home-reference-body .site-header,
.fleet-reference-body .site-header,
.setrans-reference-body .site-header,
.contact-reference-body .site-header,
.station-product-body .site-header,
.insights-premium-body .site-header,
.about-premium-body .site-header,
.request-reference-body .site-header {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 5000 !important;
  height: 0 !important;
  padding: var(--floating-nav-top) 0 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: none !important;
}

body .site-header .nav-shell.nav-shell-client,
body .site-header.is-scrolled .nav-shell.nav-shell-client,
.home-reference-body .site-header .nav-shell.nav-shell-client,
.fleet-reference-body .site-header .nav-shell.nav-shell-client,
.setrans-reference-body .site-header .nav-shell.nav-shell-client,
.contact-reference-body .site-header .nav-shell.nav-shell-client,
.station-product-body .site-header .nav-shell.nav-shell-client,
.insights-premium-body .site-header .nav-shell.nav-shell-client,
.about-premium-body .site-header .nav-shell.nav-shell-client,
.request-reference-body .site-header .nav-shell.nav-shell-client {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 12px !important;
  width: min(100% - 48px, 1720px) !important;
  min-height: 76px !important;
  margin: 0 auto !important;
  padding: 10px 14px !important;
  border: 1px solid rgba(255, 255, 255, .64) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(248, 255, 252, .60) 48%, rgba(239, 249, 255, .66)) !important;
  box-shadow:
    0 22px 70px rgba(2, 12, 27, .13),
    inset 0 1px 0 rgba(255, 255, 255, .88) !important;
  -webkit-backdrop-filter: blur(28px) saturate(1.45) !important;
  backdrop-filter: blur(28px) saturate(1.45) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
}

body .site-header.is-scrolled .nav-shell.nav-shell-client {
  border-color: rgba(255, 255, 255, .74) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(248, 255, 252, .70) 50%, rgba(239, 249, 255, .76)) !important;
  box-shadow:
    0 24px 80px rgba(2, 12, 27, .16),
    inset 0 1px 0 rgba(255, 255, 255, .92) !important;
  -webkit-backdrop-filter: blur(32px) saturate(1.55) !important;
  backdrop-filter: blur(32px) saturate(1.55) !important;
}

body .site-header .brand,
body .site-header .nav-shell.nav-shell-client .brand {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: 220px !important;
  min-height: 54px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .site-header .nav-shell.nav-shell-client .brand-logo-real,
.home-reference-body .site-header .nav-shell.nav-shell-client .brand-logo-real,
.fleet-reference-body .site-header .nav-shell.nav-shell-client .brand-logo-real,
.setrans-reference-body .site-header .nav-shell.nav-shell-client .brand-logo-real,
.contact-reference-body .site-header .nav-shell.nav-shell-client .brand-logo-real,
.station-product-body .site-header .nav-shell.nav-shell-client .brand-logo-real,
.insights-premium-body .site-header .nav-shell.nav-shell-client .brand-logo-real,
.about-premium-body .site-header .nav-shell.nav-shell-client .brand-logo-real,
.request-reference-body .site-header .nav-shell.nav-shell-client .brand-logo-real {
  display: block !important;
  width: 188px !important;
  max-width: 100% !important;
  height: 54px !important;
  object-fit: contain !important;
  object-position: left center !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

body .site-header .nav-menu.nav-menu-client {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: 2px !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
}

body .site-header .nav-menu-client > .nav-link,
body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0 8px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #0b1220 !important;
  font-size: clamp(.72rem, .62vw, .82rem) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease !important;
}

body .site-header .nav-menu-client > .nav-link::after,
body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle::after {
  display: none !important;
}

body .site-header .nav-menu-client > .nav-link:hover,
body .site-header .nav-menu-client > .nav-link:focus-visible,
body .site-header .nav-menu-client > .nav-link.is-active,
body .site-header .nav-menu-client > .nav-dropdown:hover > .dropdown-toggle,
body .site-header .nav-menu-client > .nav-dropdown:focus-within > .dropdown-toggle,
body .site-header .nav-menu-client > .nav-dropdown.is-open > .dropdown-toggle,
body .site-header .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle {
  border-color: rgba(8, 166, 106, .22) !important;
  background: rgba(8, 166, 106, .10) !important;
  color: #007a55 !important;
  transform: translateY(-1px) !important;
}

body .site-header .nav-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  min-width: max-content !important;
}

body .site-header .nav-actions .nav-cta:not(.nav-cta-request) {
  display: none !important;
}

body .site-header .nav-cta-request {
  display: inline-flex !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(255, 255, 255, .58) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #08a66a, #0ea5ff) !important;
  color: #fff !important;
  font-size: .82rem !important;
  font-weight: 850 !important;
  box-shadow: 0 15px 34px rgba(8, 166, 106, .22), inset 0 1px 0 rgba(255, 255, 255, .35) !important;
}

body .site-header .nav-menu-client > .mobile-request-link {
  display: none !important;
}

body .site-header .nav-toggle {
  display: none !important;
}

body .site-header .dropdown-menu {
  border: 1px solid rgba(255, 255, 255, .68) !important;
  background: rgba(255, 255, 255, .84) !important;
  box-shadow: 0 24px 64px rgba(2, 12, 27, .16), inset 0 1px 0 rgba(255, 255, 255, .86) !important;
  -webkit-backdrop-filter: blur(28px) saturate(1.45) !important;
  backdrop-filter: blur(28px) saturate(1.45) !important;
}

@media (max-width: 1320px) {
  :root {
    --floating-nav-top: max(10px, env(safe-area-inset-top));
    --floating-nav-clearance: 88px;
    --mobile-header-height: 68px;
  }

  body .site-header .nav-shell.nav-shell-client,
  body .site-header.is-scrolled .nav-shell.nav-shell-client {
    grid-template-columns: minmax(0, 1fr) 54px !important;
    width: min(100% - 20px, 760px) !important;
    min-height: var(--mobile-header-height) !important;
    padding: 8px 10px 8px 14px !important;
    border-radius: 20px !important;
    gap: 10px !important;
  }

  body .site-header .nav-shell.nav-shell-client .brand {
    min-height: 48px !important;
    max-width: 220px !important;
  }

  body .site-header .nav-shell.nav-shell-client .brand-logo-real {
    width: 188px !important;
    height: 48px !important;
  }

  body .site-header .nav-actions {
    display: none !important;
  }

  body .site-header .nav-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: end !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    border: 1px solid rgba(8, 166, 106, .18) !important;
    border-radius: 17px !important;
    background: rgba(255, 255, 255, .78) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86), 0 10px 26px rgba(2, 12, 27, .08) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    backdrop-filter: blur(18px) !important;
  }

  body .site-header .nav-toggle span {
    width: 24px !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: #0b1220 !important;
  }

  body .site-header .nav-menu.nav-menu-client {
    position: fixed !important;
    inset: calc(var(--floating-nav-top) + var(--mobile-header-height) + 12px) 12px auto 12px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: stretch !important;
    gap: 8px !important;
    width: auto !important;
    max-width: 720px !important;
    max-height: calc(100svh - var(--floating-nav-top) - var(--mobile-header-height) - 28px) !important;
    margin: 0 auto !important;
    padding: 14px !important;
    overflow: auto !important;
    border: 1px solid rgba(255, 255, 255, .70) !important;
    border-radius: 24px !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .90), rgba(244, 255, 251, .80) 54%, rgba(239, 249, 255, .84)) !important;
    box-shadow: 0 28px 90px rgba(2, 12, 27, .20), inset 0 1px 0 rgba(255, 255, 255, .90) !important;
    -webkit-backdrop-filter: blur(34px) saturate(1.42) !important;
    backdrop-filter: blur(34px) saturate(1.42) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-14px) scale(.985) !important;
    pointer-events: none !important;
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease !important;
  }

  body .site-header .nav-menu.nav-menu-client.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
    pointer-events: auto !important;
  }

  body .site-header .nav-menu-client > .nav-link,
  body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  body .site-header .nav-menu-client > .mobile-request-link {
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 46px !important;
    padding: 0 16px !important;
    font-size: .95rem !important;
    line-height: 1.15 !important;
    text-align: left !important;
    white-space: normal !important;
  }

  body .site-header .nav-menu-client > .nav-link.is-active,
  body .site-header .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle {
    border-color: rgba(8, 166, 106, .24) !important;
    background: rgba(8, 166, 106, .11) !important;
  }

  body .site-header .nav-menu-client > .mobile-request-link {
    display: flex !important;
    justify-content: center !important;
    min-height: 54px !important;
    margin-top: 6px !important;
    border: 0 !important;
    background: linear-gradient(135deg, #08a66a, #0ea5ff) !important;
    color: #fff !important;
    text-align: center !important;
    box-shadow: 0 16px 34px rgba(8, 166, 106, .22) !important;
  }

  body .site-header .nav-menu-client .nav-dropdown {
    width: 100% !important;
  }

  body .site-header .nav-menu-client .dropdown-menu {
    position: static !important;
    display: none !important;
    min-width: 0 !important;
    width: 100% !important;
    margin: 6px 0 4px !important;
    padding: 8px !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, .68) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82) !important;
  }

  body .site-header .nav-menu-client .nav-dropdown.is-open .dropdown-menu {
    display: grid !important;
  }
}

@media (max-width: 520px) {
  body .site-header .nav-shell.nav-shell-client,
  body .site-header.is-scrolled .nav-shell.nav-shell-client {
    width: min(100% - 20px, 440px) !important;
    min-height: 64px !important;
    border-radius: 20px !important;
  }

  body .site-header .nav-shell.nav-shell-client .brand-logo-real {
    width: 168px !important;
    height: 44px !important;
  }

  body .site-header .nav-toggle {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
  }

  body .site-header .nav-menu.nav-menu-client {
    inset: calc(var(--floating-nav-top) + 70px) 10px auto 10px !important;
    max-height: calc(100svh - var(--floating-nav-top) - 82px) !important;
    padding: 12px !important;
    border-radius: 22px !important;
  }
}

/* Premium matte-glass finish system */
:root {
  --matte-glass-bg: linear-gradient(145deg, rgba(255, 255, 255, .68), rgba(245, 255, 251, .46) 48%, rgba(238, 248, 255, .50));
  --matte-glass-bg-strong: linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(247, 255, 252, .66) 52%, rgba(235, 248, 255, .70));
  --matte-glass-dark: linear-gradient(145deg, rgba(7, 25, 35, .82), rgba(4, 76, 72, .66) 56%, rgba(6, 24, 36, .78));
  --matte-glass-border: rgba(255, 255, 255, .62);
  --matte-glass-border-green: rgba(8, 166, 106, .20);
  --matte-glass-shadow: 0 24px 70px rgba(2, 12, 27, .10), 0 8px 22px rgba(8, 166, 106, .06);
  --matte-glass-shadow-hover: 0 32px 90px rgba(2, 12, 27, .14), 0 14px 36px rgba(8, 166, 106, .10);
  --matte-glass-inner: inset 0 1px 0 rgba(255, 255, 255, .86), inset 0 -1px 0 rgba(8, 166, 106, .06);
  --matte-noise-layer:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, .24), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(8, 166, 106, .075), transparent 26%),
    radial-gradient(circle at 35% 86%, rgba(8, 166, 106, .065), transparent 30%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0, rgba(255, 255, 255, .035) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 7px);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 8%, rgba(8, 166, 106, .075), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(8, 166, 106, .09), transparent 30%),
    radial-gradient(circle at 45% 78%, rgba(255, 255, 255, .62), transparent 34%);
}

body .site-header .nav-shell.nav-shell-client,
body .site-header.is-scrolled .nav-shell.nav-shell-client {
  border-color: rgba(255, 255, 255, .72) !important;
  background:
    var(--matte-noise-layer),
    linear-gradient(145deg, rgba(255, 255, 255, .76), rgba(246, 255, 252, .56) 48%, rgba(234, 248, 255, .62)) !important;
  box-shadow:
    0 24px 76px rgba(2, 12, 27, .14),
    0 2px 0 rgba(255, 255, 255, .40) inset,
    0 -1px 0 rgba(8, 166, 106, .08) inset !important;
  -webkit-backdrop-filter: blur(34px) saturate(1.28) brightness(1.04) !important;
  backdrop-filter: blur(34px) saturate(1.28) brightness(1.04) !important;
}

body .site-header .nav-shell.nav-shell-client::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, .10) 42%, rgba(8, 166, 106, .10)),
    radial-gradient(circle at 10% 0, rgba(255, 255, 255, .55), transparent 34%);
  opacity: .72;
}

main :where(
  article[class*="card"],
  article[class*="panel"],
  div[class*="card"],
  div[class*="panel"],
  form[class*="form"],
  .page-hero-inner,
  .article-shell,
  .contact-ref-form,
  .request-form-card,
  .pilot-form-v2,
  .fleet-assessment-form
) {
  border-color: var(--matte-glass-border-green) !important;
  background: var(--matte-glass-bg) !important;
  box-shadow: var(--matte-glass-shadow), var(--matte-glass-inner) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.22) brightness(1.02) !important;
  backdrop-filter: blur(22px) saturate(1.22) brightness(1.02) !important;
}

main :where(
  article[class*="card"],
  article[class*="panel"],
  div[class*="card"],
  div[class*="panel"],
  form[class*="form"],
  .page-hero-inner,
  .article-shell,
  .contact-ref-form,
  .request-form-card,
  .pilot-form-v2,
  .fleet-assessment-form
) {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

main :where(
  article[class*="card"],
  article[class*="panel"],
  div[class*="card"],
  div[class*="panel"],
  form[class*="form"],
  .page-hero-inner,
  .article-shell,
  .contact-ref-form,
  .request-form-card,
  .pilot-form-v2,
  .fleet-assessment-form
)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  border-radius: inherit;
  background: var(--matte-noise-layer);
  opacity: .74;
}

main :where(
  article[class*="card"],
  article[class*="panel"],
  div[class*="card"],
  div[class*="panel"],
  form[class*="form"],
  .page-hero-inner,
  .article-shell,
  .contact-ref-form,
  .request-form-card,
  .pilot-form-v2,
  .fleet-assessment-form
)::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, .64), rgba(255, 255, 255, 0) 34%),
    linear-gradient(315deg, rgba(8, 166, 106, .10), rgba(8, 166, 106, .07) 42%, transparent 70%);
  opacity: .78;
}

main :where(
  a[class*="card"],
  article[class*="card"],
  article[class*="panel"],
  div[class*="card"],
  div[class*="panel"],
  .button,
  .form-submit,
  .contact-ref-submit,
  .geo-button,
  .quick-enquiry-button
) {
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease,
    background-color .22s ease,
    filter .22s ease !important;
}

@media (hover: hover) and (pointer: fine) {
  main :where(
    a[class*="card"],
    article[class*="card"],
    article[class*="panel"],
    div[class*="card"],
    div[class*="panel"]
  ):hover {
    border-color: rgba(8, 166, 106, .30) !important;
    box-shadow: var(--matte-glass-shadow-hover), var(--matte-glass-inner) !important;
    transform: translateY(-4px) !important;
  }
}

main :where(
  .home-ref-float-card,
  .photo-glass-caption,
  .photo-glass-stack > *,
  .visual-status-card,
  .request-visual-card,
  .pilot-chennai-card,
  .ecosystem-card,
  .contact-ref-support-card,
  .station-deployment-tag,
  .insights-stat,
  .article-meta,
  .badge,
  .eyebrow,
  [class*="badge"],
  [class*="tag"],
  [class*="chip"]
) {
  border: 1px solid rgba(255, 255, 255, .56) !important;
  background:
    var(--matte-noise-layer),
    linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(239, 250, 255, .48)) !important;
  box-shadow: 0 16px 42px rgba(2, 12, 27, .11), inset 0 1px 0 rgba(255, 255, 255, .78) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.28) !important;
  backdrop-filter: blur(18px) saturate(1.28) !important;
}

main :where(
  .home-ref-usecase-card,
  .insights-hero,
  .setrans-hero,
  .fleet-hero,
  .contact-ref-hero,
  .station-hero-v3,
  .solutions-hero,
  .pilot-hero-v2
) {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), 0 24px 80px rgba(2, 12, 27, .10) !important;
}

main :where(
  .home-ref-usecase-card,
  .home-ref-final-cta,
  .setrans-cta,
  .contact-ref-cta,
  .solutions-portal-cta,
  .station-cta-panel-v2,
  .fleet-final-cta,
  .insights-cta-panel
) {
  background:
    var(--matte-noise-layer),
    var(--matte-glass-dark) !important;
  border: 1px solid rgba(255, 255, 255, .20) !important;
  box-shadow: 0 28px 90px rgba(2, 12, 27, .18), inset 0 1px 0 rgba(255, 255, 255, .22) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.2) !important;
  backdrop-filter: blur(20px) saturate(1.2) !important;
}

main :where(.solution-card-photo, .realtime-photo-panel, .fleet-map-card, .setrans-image-card, .insights-featured-card, .insights-article-card) {
  border-color: rgba(255, 255, 255, .55) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, .50), rgba(237, 249, 255, .30)) !important;
  box-shadow: 0 24px 74px rgba(2, 12, 27, .12), inset 0 1px 0 rgba(255, 255, 255, .70) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.16) !important;
  backdrop-filter: blur(16px) saturate(1.16) !important;
}

main :where(.home-ref-hero-copy, .solutions-hero-copy, .station-hero-copy-v3, .contact-ref-hero-copy, .request-hero-copy) {
  border-color: rgba(255, 255, 255, .56) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, .42)) !important;
  box-shadow: 0 22px 58px rgba(2, 12, 27, .08), inset 0 1px 0 rgba(255, 255, 255, .72) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.10) !important;
  backdrop-filter: blur(14px) saturate(1.10) !important;
}

main :where(.home-ref-hero-visual, .insights-hero-visual, .contact-ref-hero-bg, .request-hero-visual) {
  background: transparent !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

main :where(img) {
  filter: saturate(1.06) contrast(1.02);
}

main :where(
  .solution-card-photo img,
  .home-ref-usecase-card img,
  .fleet-solution-card img,
  .fleet-usecase-card img,
  .setrans-image-card img,
  .insights-article-card img,
  .insights-featured-card img,
  .contact-ref-large-card img,
  .station-story-row img,
  .realtime-photo-panel img
) {
  transition: transform .32s ease, filter .32s ease !important;
}

@media (hover: hover) and (pointer: fine) {
  main :where(
    .solution-card-photo,
    .home-ref-usecase-card,
    .fleet-solution-card,
    .fleet-usecase-card,
    .setrans-image-card,
    .insights-article-card,
    .insights-featured-card,
    .contact-ref-large-card,
    .station-story-row,
    .realtime-photo-panel
  ):hover img {
    transform: scale(1.025) !important;
    filter: saturate(1.12) contrast(1.04) brightness(1.02);
  }
}

main :where(input, select, textarea) {
  border-color: rgba(15, 23, 42, .13) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(244, 252, 255, .78)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86), 0 10px 24px rgba(2, 12, 27, .04) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.12) !important;
  backdrop-filter: blur(12px) saturate(1.12) !important;
}

main :where(input, select, textarea):focus {
  border-color: rgba(8, 166, 106, .52) !important;
  box-shadow:
    0 0 0 4px rgba(8, 166, 106, .10),
    0 14px 30px rgba(8, 166, 106, .08),
    inset 0 1px 0 rgba(255, 255, 255, .92) !important;
}

main :where(.button, .form-submit, .contact-ref-submit, .geo-button, .quick-enquiry-button),
body .site-header .nav-cta-request,
.site-footer .footer-newsletter button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

main :where(.button, .form-submit, .contact-ref-submit, .geo-button, .quick-enquiry-button)::before,
body .site-header .nav-cta-request::before,
.site-footer .footer-newsletter button::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, .34), rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, .18));
  pointer-events: none;
}

.site-footer,
.site-footer .footer-shell.footer-shell-client {
  background:
    radial-gradient(circle at 10% 0, rgba(16, 185, 129, .18), transparent 28%),
    radial-gradient(circle at 92% 22%, rgba(8, 166, 106, .16), transparent 32%),
    linear-gradient(145deg, rgba(5, 34, 46, .96), rgba(3, 54, 58, .92) 55%, rgba(4, 22, 36, .97)) !important;
}

.site-footer :where(.footer-social-item, .footer-newsletter input, .footer-newsletter button, .footer-note-details) {
  border-color: rgba(255, 255, 255, .16) !important;
  background: rgba(255, 255, 255, .08) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 14px 34px rgba(0, 0, 0, .10) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.18) !important;
  backdrop-filter: blur(14px) saturate(1.18) !important;
}

@media (max-width: 640px) {
  :root {
    --matte-glass-shadow: 0 18px 48px rgba(2, 12, 27, .09), 0 6px 18px rgba(8, 166, 106, .05);
  }

  main :where(
    article[class*="card"],
    article[class*="panel"],
    div[class*="card"],
    div[class*="panel"],
    form[class*="form"],
    .page-hero-inner,
    .article-shell
  ) {
    -webkit-backdrop-filter: blur(18px) saturate(1.16) brightness(1.02) !important;
    backdrop-filter: blur(18px) saturate(1.16) brightness(1.02) !important;
  }
}

/* Final matte-glass navigation override: keep one fixed floating header everywhere. */
html body .site-header .nav-shell.nav-shell-client,
html body .site-header.is-scrolled .nav-shell.nav-shell-client,
html body.home-reference-body .site-header .nav-shell.nav-shell-client,
html body.fleet-reference-body .site-header .nav-shell.nav-shell-client,
html body.setrans-reference-body .site-header .nav-shell.nav-shell-client,
html body.contact-reference-body .site-header .nav-shell.nav-shell-client,
html body.station-product-body .site-header .nav-shell.nav-shell-client,
html body.insights-premium-body .site-header .nav-shell.nav-shell-client,
html body.about-premium-body .site-header .nav-shell.nav-shell-client,
html body.request-reference-body .site-header .nav-shell.nav-shell-client {
  border: 1px solid rgba(255, 255, 255, .72) !important;
  background:
    var(--matte-noise-layer),
    linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(246, 255, 252, .54) 46%, rgba(234, 248, 255, .60)) !important;
  box-shadow:
    0 24px 76px rgba(2, 12, 27, .14),
    inset 0 1px 0 rgba(255, 255, 255, .76),
    inset 0 -1px 0 rgba(8, 166, 106, .08) !important;
  -webkit-backdrop-filter: blur(34px) saturate(1.28) brightness(1.04) !important;
  backdrop-filter: blur(34px) saturate(1.28) brightness(1.04) !important;
  transition: none !important;
}

html body .site-header,
html body .site-header.is-scrolled {
  transition: none !important;
}

@media (max-width: 1320px) {
  html body .site-header .nav-menu.nav-menu-client,
  html body .site-header .nav-menu.nav-menu-client.is-open {
    border: 1px solid rgba(255, 255, 255, .76) !important;
    background:
      var(--matte-noise-layer),
      linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(245, 255, 251, .84) 48%, rgba(236, 249, 255, .88)) !important;
    box-shadow:
      0 26px 80px rgba(2, 12, 27, .16),
      inset 0 1px 0 rgba(255, 255, 255, .82) !important;
    -webkit-backdrop-filter: blur(30px) saturate(1.24) brightness(1.03) !important;
    backdrop-filter: blur(30px) saturate(1.24) brightness(1.03) !important;
  }
}

/* Final scroll-invariant brand and primary request controls.
   The logo artwork itself is transparent, so the brand plate keeps it visually stable
   while page imagery moves behind the fixed glass navigation. */
html body .site-header .nav-shell.nav-shell-client .brand,
html body .site-header.is-scrolled .nav-shell.nav-shell-client .brand,
html body .site-header .nav-shell.nav-shell-client .brand:hover,
html body .site-header .nav-shell.nav-shell-client .brand:focus-visible {
  width: 220px !important;
  max-width: 220px !important;
  min-width: 220px !important;
  min-height: 54px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(255, 255, 255, .62) !important;
  border-radius: 16px !important;
  background:
    var(--matte-noise-layer),
    linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(244, 255, 251, .66)) !important;
  box-shadow:
    0 12px 30px rgba(2, 12, 27, .06),
    inset 0 1px 0 rgba(255, 255, 255, .88) !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.08) !important;
  backdrop-filter: blur(14px) saturate(1.08) !important;
}

html body .site-header .nav-shell.nav-shell-client .brand-logo-real,
html body .site-header.is-scrolled .nav-shell.nav-shell-client .brand-logo-real,
html body .site-header .nav-shell.nav-shell-client .brand-logo-real:hover,
html body .site-header .nav-shell.nav-shell-client .brand-logo-real:focus,
html body .site-header .nav-shell.nav-shell-client .brand-logo-real:active {
  width: 188px !important;
  min-width: 188px !important;
  max-width: 188px !important;
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  object-fit: contain !important;
  object-position: left center !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  transform: none !important;
  transition: none !important;
}

html body .site-header .nav-cta-request,
html body .site-header.is-scrolled .nav-cta-request,
html body .site-header .nav-cta-request:visited,
html body .site-header .nav-cta-request:hover,
html body .site-header .nav-cta-request:focus-visible,
html body .site-header .nav-cta-request:active,
html body .site-header .nav-cta-request.is-active {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(255, 255, 255, .58) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #08a66a, #0ea5ff) !important;
  color: #ffffff !important;
  font-size: .82rem !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  box-shadow:
    0 15px 34px rgba(8, 166, 106, .22),
    inset 0 1px 0 rgba(255, 255, 255, .35) !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
}

html body .site-header .nav-cta-request::before,
html body .site-header.is-scrolled .nav-cta-request::before,
html body .site-header .nav-cta-request:hover::before,
html body .site-header .nav-cta-request:focus-visible::before,
html body .site-header .nav-cta-request:active::before {
  opacity: .65 !important;
  transform: none !important;
  transition: none !important;
}

@media (max-width: 1320px) {
  html body .site-header .nav-shell.nav-shell-client .brand,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client .brand,
  html body .site-header .nav-shell.nav-shell-client .brand:hover,
  html body .site-header .nav-shell.nav-shell-client .brand:focus-visible {
    width: 220px !important;
    max-width: 220px !important;
    min-width: 220px !important;
    min-height: 50px !important;
  }

  html body .site-header .nav-shell.nav-shell-client .brand-logo-real,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client .brand-logo-real,
  html body .site-header .nav-shell.nav-shell-client .brand-logo-real:hover,
  html body .site-header .nav-shell.nav-shell-client .brand-logo-real:focus,
  html body .site-header .nav-shell.nav-shell-client .brand-logo-real:active {
    width: 188px !important;
    min-width: 188px !important;
    max-width: 188px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
  }

  html body .site-header .nav-menu-client > .mobile-request-link,
  html body .site-header.is-scrolled .nav-menu-client > .mobile-request-link,
  html body .site-header .nav-menu-client > .mobile-request-link:visited,
  html body .site-header .nav-menu-client > .mobile-request-link:hover,
  html body .site-header .nav-menu-client > .mobile-request-link:focus-visible,
  html body .site-header .nav-menu-client > .mobile-request-link:active,
  html body .site-header .nav-menu-client > .mobile-request-link.is-active {
    width: 100% !important;
    min-height: 54px !important;
    padding: 0 24px !important;
    border: 1px solid rgba(255, 255, 255, .58) !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #08a66a, #0ea5ff) !important;
    color: #ffffff !important;
    font-size: .95rem !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    text-align: center !important;
    box-shadow:
      0 15px 34px rgba(8, 166, 106, .22),
      inset 0 1px 0 rgba(255, 255, 255, .35) !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width: 520px) {
  html body .site-header .nav-shell.nav-shell-client .brand,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client .brand,
  html body .site-header .nav-shell.nav-shell-client .brand:hover,
  html body .site-header .nav-shell.nav-shell-client .brand:focus-visible {
    width: 192px !important;
    max-width: 192px !important;
    min-width: 192px !important;
    min-height: 48px !important;
    padding: 0 8px !important;
  }

  html body .site-header .nav-shell.nav-shell-client .brand-logo-real,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client .brand-logo-real,
  html body .site-header .nav-shell.nav-shell-client .brand-logo-real:hover,
  html body .site-header .nav-shell.nav-shell-client .brand-logo-real:focus,
  html body .site-header .nav-shell.nav-shell-client .brand-logo-real:active {
    width: 168px !important;
    min-width: 168px !important;
    max-width: 168px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
  }
}

/* ClickaCook-style final navigation rebuild.
   This intentionally avoids image-based header branding so the logo and CTA
   cannot visually swap, resize, brighten, or darken while scrolling. */
:root {
  --floating-nav-top: max(12px, env(safe-area-inset-top));
  --floating-nav-clearance: 96px;
}

html body .site-header,
html body .site-header.is-scrolled,
html body.home-reference-body .site-header,
html body.fleet-reference-body .site-header,
html body.setrans-reference-body .site-header,
html body.contact-reference-body .site-header,
html body.station-product-body .site-header,
html body.insights-premium-body .site-header,
html body.about-premium-body .site-header,
html body.request-reference-body .site-header {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 5000 !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: var(--floating-nav-top) 12px 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
  pointer-events: none !important;
}

html body .site-header .nav-shell.nav-shell-client,
html body .site-header.is-scrolled .nav-shell.nav-shell-client,
html body.home-reference-body .site-header .nav-shell.nav-shell-client,
html body.fleet-reference-body .site-header .nav-shell.nav-shell-client,
html body.setrans-reference-body .site-header .nav-shell.nav-shell-client,
html body.contact-reference-body .site-header .nav-shell.nav-shell-client,
html body.station-product-body .site-header .nav-shell.nav-shell-client,
html body.insights-premium-body .site-header .nav-shell.nav-shell-client,
html body.about-premium-body .site-header .nav-shell.nav-shell-client,
html body.request-reference-body .site-header .nav-shell.nav-shell-client {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  width: min(100%, 1500px) !important;
  min-height: 64px !important;
  height: 64px !important;
  margin: 0 auto !important;
  padding: 10px 16px !important;
  border: 1px solid rgba(255, 255, 255, .52) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .68)) !important;
  box-shadow:
    0 18px 42px rgba(2, 12, 27, .10),
    inset 0 1px 0 rgba(255, 255, 255, .88) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.18) !important;
  backdrop-filter: blur(22px) saturate(1.18) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
  pointer-events: auto !important;
}

html body .site-header .nav-shell.nav-shell-client::before,
html body .site-header .nav-shell.nav-shell-client::after {
  display: none !important;
}

html body .site-header .nav-shell.nav-shell-client .brand,
html body .site-header.is-scrolled .nav-shell.nav-shell-client .brand,
html body .site-header .nav-shell.nav-shell-client .brand:hover,
html body .site-header .nav-shell.nav-shell-client .brand:focus-visible {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  flex: 0 0 auto !important;
  width: 210px !important;
  min-width: 210px !important;
  max-width: 210px !important;
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #087b62 !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

html body .site-header .nav-logo-mark {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  border: 3px solid #12b981 !important;
  border-left-color: rgba(18, 185, 129, .22) !important;
  border-radius: 999px !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(237, 250, 255, .80)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .90), 0 8px 18px rgba(8, 166, 106, .10) !important;
  transform: none !important;
  transition: none !important;
}

html body .site-header .nav-logo-mark::before,
html body .site-header .nav-logo-mark::after {
  content: "" !important;
  position: absolute !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #12b981, #0ea5ff) !important;
}

html body .site-header .nav-logo-mark::before {
  width: 22px !important;
  left: 2px !important;
  top: 15px !important;
}

html body .site-header .nav-logo-mark::after {
  width: 21px !important;
  right: 2px !important;
  bottom: 15px !important;
}

html body .site-header .nav-logo-bolt {
  position: relative !important;
  z-index: 1 !important;
  width: 14px !important;
  height: 24px !important;
  background: linear-gradient(145deg, #0ea5ff, #08a66a) !important;
  clip-path: polygon(58% 0, 14% 50%, 47% 50%, 32% 100%, 86% 38%, 53% 38%) !important;
  transform: none !important;
  transition: none !important;
}

html body .site-header .nav-logo-text {
  display: grid !important;
  gap: 2px !important;
  min-width: 0 !important;
  transform: none !important;
  transition: none !important;
}

html body .site-header .nav-logo-text strong {
  display: block !important;
  color: #07866a !important;
  font-size: 1.22rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: .95 !important;
  white-space: nowrap !important;
}

html body .site-header .nav-logo-text small {
  display: block !important;
  color: #64747d !important;
  font-size: .70rem !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
}

html body .site-header .nav-shell.nav-shell-client .brand-logo-real {
  display: none !important;
}

html body .site-header .nav-menu.nav-menu-client,
html body .site-header.is-scrolled .nav-menu.nav-menu-client {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 1 1 auto !important;
  gap: 4px !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
  pointer-events: auto !important;
}

html body .site-header .nav-menu-client > .nav-link,
html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle,
html body .site-header.is-scrolled .nav-menu-client > .nav-link,
html body .site-header.is-scrolled .nav-menu-client > .nav-dropdown > .dropdown-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 38px !important;
  height: 38px !important;
  padding: 0 10px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #0b1220 !important;
  font-size: .78rem !important;
  font-weight: 820 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
}

html body .site-header .nav-menu-client > .nav-link::after,
html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle::after {
  display: none !important;
}

html body .site-header .nav-menu-client > .nav-link:hover,
html body .site-header .nav-menu-client > .nav-link:focus-visible,
html body .site-header .nav-menu-client > .nav-link.is-active,
html body .site-header .nav-menu-client > .nav-dropdown:hover > .dropdown-toggle,
html body .site-header .nav-menu-client > .nav-dropdown:focus-within > .dropdown-toggle,
html body .site-header .nav-menu-client > .nav-dropdown.is-open > .dropdown-toggle,
html body .site-header .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle {
  border-color: rgba(8, 166, 106, .18) !important;
  background: rgba(8, 166, 106, .09) !important;
  color: #087b62 !important;
  box-shadow: none !important;
  transform: none !important;
}

html body .site-header .nav-actions,
html body .site-header.is-scrolled .nav-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 0 0 auto !important;
  gap: 10px !important;
  min-width: max-content !important;
  transform: none !important;
  transition: none !important;
}

html body .site-header .nav-actions .nav-cta:not(.nav-cta-request) {
  display: none !important;
}

html body .site-header .nav-cta-request,
html body .site-header.is-scrolled .nav-cta-request,
html body .site-header .nav-cta-request:visited,
html body .site-header .nav-cta-request:hover,
html body .site-header .nav-cta-request:focus-visible,
html body .site-header .nav-cta-request:active,
html body .site-header .nav-cta-request.is-active {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 184px !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(255, 255, 255, .58) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #08a66a, #0ea5ff) !important;
  color: #ffffff !important;
  font-size: .82rem !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  box-shadow:
    0 14px 28px rgba(8, 166, 106, .20),
    inset 0 1px 0 rgba(255, 255, 255, .34) !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
}

html body .site-header .nav-cta-request::before,
html body .site-header .nav-cta-request::after {
  display: none !important;
}

html body .site-header .dropdown-menu {
  top: calc(100% + 10px) !important;
  border: 1px solid rgba(255, 255, 255, .56) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .90) !important;
  box-shadow: 0 20px 52px rgba(2, 12, 27, .14), inset 0 1px 0 rgba(255, 255, 255, .90) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.18) !important;
  backdrop-filter: blur(24px) saturate(1.18) !important;
}

html body .site-header .dropdown-link {
  text-transform: none !important;
  font-size: .82rem !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
}

html body .site-header .nav-toggle {
  display: none !important;
}

html body .site-header .nav-menu-client > .mobile-request-link {
  display: none !important;
}

@media (max-width: 1320px) {
  :root {
    --floating-nav-top: max(10px, env(safe-area-inset-top));
    --floating-nav-clearance: 88px;
  }

  html body .site-header,
  html body .site-header.is-scrolled {
    padding: var(--floating-nav-top) 10px 0 !important;
  }

  html body .site-header .nav-shell.nav-shell-client,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client {
    display: flex !important;
    min-height: 64px !important;
    height: 64px !important;
    width: min(100%, 760px) !important;
    padding: 8px 10px 8px 14px !important;
    border-radius: 16px !important;
  }

  html body .site-header .nav-shell.nav-shell-client .brand,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client .brand {
    width: 208px !important;
    min-width: 208px !important;
    max-width: calc(100% - 62px) !important;
    height: 48px !important;
    min-height: 48px !important;
  }

  html body .site-header .nav-logo-mark {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
  }

  html body .site-header .nav-logo-text strong {
    font-size: 1.34rem !important;
  }

  html body .site-header .nav-logo-text small {
    font-size: .78rem !important;
  }

  html body .site-header .nav-actions {
    display: none !important;
  }

  html body .site-header .nav-toggle,
  html body .site-header.is-scrolled .nav-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    border: 1px solid rgba(8, 166, 106, .20) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, .88) !important;
    color: #0b1220 !important;
    box-shadow: 0 10px 24px rgba(2, 12, 27, .08), inset 0 1px 0 rgba(255, 255, 255, .90) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.12) !important;
    backdrop-filter: blur(18px) saturate(1.12) !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  html body .site-header .nav-toggle span {
    width: 22px !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: currentColor !important;
  }

  html body .site-header .nav-menu.nav-menu-client,
  html body .site-header.is-scrolled .nav-menu.nav-menu-client {
    position: fixed !important;
    inset: calc(var(--floating-nav-top) + 76px) 12px auto 12px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: stretch !important;
    gap: 6px !important;
    width: auto !important;
    max-width: 420px !important;
    max-height: calc(100svh - var(--floating-nav-top) - 92px) !important;
    margin: 0 auto !important;
    padding: 14px !important;
    overflow: auto !important;
    border: 1px solid rgba(255, 255, 255, .64) !important;
    border-radius: 16px !important;
    background: linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(242, 255, 251, .86)) !important;
    box-shadow: 0 24px 74px rgba(2, 12, 27, .18), inset 0 1px 0 rgba(255, 255, 255, .92) !important;
    -webkit-backdrop-filter: blur(26px) saturate(1.20) !important;
    backdrop-filter: blur(26px) saturate(1.20) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-8px) !important;
    pointer-events: none !important;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease !important;
  }

  html body .site-header .nav-menu.nav-menu-client.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  html body .site-header .nav-menu-client > .nav-link,
  html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    justify-content: flex-start !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 14px !important;
    font-size: .92rem !important;
    font-weight: 820 !important;
    text-align: left !important;
  }

  html body .site-header .nav-menu-client > .mobile-request-link,
  html body .site-header .nav-menu-client > .mobile-request-link:hover,
  html body .site-header .nav-menu-client > .mobile-request-link:focus-visible,
  html body .site-header .nav-menu-client > .mobile-request-link:active,
  html body .site-header .nav-menu-client > .mobile-request-link.is-active {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 48px !important;
    min-height: 48px !important;
    margin-top: 6px !important;
    padding: 0 16px !important;
    border: 1px solid rgba(255, 255, 255, .58) !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #08a66a, #0ea5ff) !important;
    color: #ffffff !important;
    font-size: .92rem !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    text-align: center !important;
    box-shadow: 0 14px 28px rgba(8, 166, 106, .20), inset 0 1px 0 rgba(255, 255, 255, .34) !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }

  html body .site-header .nav-menu-client .nav-dropdown {
    width: 100% !important;
  }

  html body .site-header .nav-menu-client .dropdown-menu {
    position: static !important;
    display: none !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 4px 0 2px !important;
    padding: 8px !important;
    border-radius: 12px !important;
    transform: none !important;
  }

  html body .site-header .nav-menu-client .nav-dropdown.is-open .dropdown-menu {
    display: grid !important;
  }
}

@media (max-width: 520px) {
  html body .site-header .nav-shell.nav-shell-client,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client {
    width: min(100%, 440px) !important;
    height: 62px !important;
    min-height: 62px !important;
    padding: 8px 10px !important;
  }

  html body .site-header .nav-shell.nav-shell-client .brand,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client .brand {
    width: 200px !important;
    min-width: 200px !important;
    height: 46px !important;
    min-height: 46px !important;
  }

  html body .site-header .nav-logo-mark {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
  }

  html body .site-header .nav-logo-text strong {
    font-size: 1.24rem !important;
  }

  html body .site-header .nav-logo-text small {
    font-size: .72rem !important;
  }

  html body .site-header .nav-toggle,
  html body .site-header.is-scrolled .nav-toggle {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
  }

  html body .site-header .nav-menu.nav-menu-client,
  html body .site-header.is-scrolled .nav-menu.nav-menu-client {
    inset: calc(var(--floating-nav-top) + 72px) 12px auto 12px !important;
    max-height: calc(100svh - var(--floating-nav-top) - 86px) !important;
  }
}

/* PVG-EV production polish lock: stable ClickaCook-style matte glass navigation and compact UI */
:root {
  --pvg-navy: #071A2E;
  --pvg-navy-soft: #0B2743;
  --pvg-emerald: #00B894;
  --pvg-green-dark: #008F73;
  --pvg-electric-blue: #00BDEB;
  --pvg-cyan-soft: #DFF8FA;
  --pvg-text: #172033;
  --pvg-text-muted: #667085;
  --pvg-page-bg: #F6FAFB;
  --pvg-white: #FFFFFF;
  --pvg-border: rgba(7, 26, 46, .10);
  --pvg-glass-light: rgba(255, 255, 255, .68);
  --pvg-glass-medium: rgba(255, 255, 255, .78);
  --pvg-glass-dark: rgba(7, 26, 46, .70);
  --site-max: 1400px;
  --site-gutter: 32px;
  --floating-nav-top: max(14px, env(safe-area-inset-top));
  --floating-nav-clearance: 92px;
  --font-hero: clamp(2rem, 3vw, 3rem);
  --font-page-title: clamp(1.8rem, 2.6vw, 2.55rem);
  --font-section-title: clamp(1.45rem, 2vw, 2.05rem);
  --font-subheading: clamp(1.14rem, 1.35vw, 1.38rem);
  --font-card-title: clamp(1rem, 1.05vw, 1.16rem);
  --font-body: clamp(.9rem, .9vw, 1rem);
  --font-small: clamp(.78rem, .78vw, .9rem);
  --font-label: clamp(.68rem, .72vw, .78rem);
}

html {
  overflow-x: hidden !important;
  scroll-padding-top: calc(var(--floating-nav-clearance) + 18px) !important;
}

body {
  overflow-x: hidden !important;
  color: var(--pvg-text) !important;
  background: var(--pvg-page-bg) !important;
}

body.menu-open {
  overflow: hidden !important;
}

:where(
  .site-container,
  .home-ref-container,
  .fleet-container,
  .setrans-container,
  .contact-ref-container,
  .insights-premium-container,
  .station-wide-shell,
  .solutions-wide-shell,
  .request-shell,
  .about-container,
  .pilot-container,
  .legal-container
) {
  width: min(calc(100% - var(--site-gutter)), var(--site-max)) !important;
  max-width: var(--site-max) !important;
  margin-inline: auto !important;
}

:where(main h1, .hero-title, .home-ref-hero h1, .fleet-hero h1, .station-hero-v3 h1, .station-product-hero h1, .about-hero h1, .setrans-hero h1, .insights-premium-hero h1, .contact-ref-hero h1, .request-hero h1) {
  font-size: var(--font-hero) !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
  max-width: 14ch;
}

:where(main h2, .section-title, .home-ref-section h2, .fleet-section h2, .station-section h2, .solutions-section h2, .about-section h2, .contact-ref-section h2, .insights-premium-page h2) {
  font-size: var(--font-section-title) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

:where(main h3, .card-title, .fleet-challenge-card h3, .home-ref-service-card h3, .solution-card h3, .station-card h3, .contact-ref-card h3) {
  font-size: var(--font-card-title) !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

:where(main p, main li, main label, main input, main textarea, main select, main button, .button, .nav-link, .dropdown-link) {
  letter-spacing: 0 !important;
}

:where(main p, main li, main input, main textarea, main select) {
  font-size: var(--font-body) !important;
  line-height: 1.55 !important;
}

:where(.section-eyebrow, .home-ref-eyebrow, .fleet-eyebrow, .station-eyebrow, .contact-ref-eyebrow, .insights-eyebrow, .request-eyebrow, .badge, .pill, small) {
  font-size: var(--font-label) !important;
  letter-spacing: .02em !important;
}

html body .site-header,
html body .site-header.is-scrolled,
html body.home-reference-body .site-header,
html body.fleet-reference-body .site-header,
html body.setrans-reference-body .site-header,
html body.contact-reference-body .site-header,
html body.station-product-body .site-header,
html body.insights-premium-body .site-header,
html body.about-premium-body .site-header,
html body.request-reference-body .site-header {
  position: fixed !important;
  inset: 0 0 auto !important;
  z-index: 10000 !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  padding: var(--floating-nav-top) 16px 0 !important;
  pointer-events: none !important;
  background: transparent !important;
  transform: none !important;
  opacity: 1 !important;
  transition: none !important;
}

html body .site-header .nav-shell.nav-shell-client,
html body .site-header.is-scrolled .nav-shell.nav-shell-client,
html body.home-reference-body .site-header .nav-shell.nav-shell-client,
html body.fleet-reference-body .site-header .nav-shell.nav-shell-client,
html body.setrans-reference-body .site-header .nav-shell.nav-shell-client,
html body.contact-reference-body .site-header .nav-shell.nav-shell-client,
html body.station-product-body .site-header .nav-shell.nav-shell-client,
html body.insights-premium-body .site-header .nav-shell.nav-shell-client,
html body.about-premium-body .site-header .nav-shell.nav-shell-client,
html body.request-reference-body .site-header .nav-shell.nav-shell-client {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  width: min(calc(100% - 32px), 1440px) !important;
  max-width: 1440px !important;
  height: 66px !important;
  min-height: 66px !important;
  margin: 0 auto !important;
  padding: 9px 12px 9px 14px !important;
  border: 1px solid rgba(255, 255, 255, .62) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .76), rgba(241, 253, 255, .58)),
    linear-gradient(180deg, rgba(255, 255, 255, .36), rgba(255, 255, 255, .12)) !important;
  -webkit-backdrop-filter: blur(26px) saturate(1.12) !important;
  backdrop-filter: blur(26px) saturate(1.12) !important;
  box-shadow:
    0 24px 70px rgba(7, 26, 46, .12),
    0 8px 20px rgba(0, 189, 235, .06),
    inset 0 1px 0 rgba(255, 255, 255, .90),
    inset 0 -1px 0 rgba(7, 26, 46, .04) !important;
  pointer-events: auto !important;
  overflow: visible !important;
  transform: none !important;
  opacity: 1 !important;
  filter: none !important;
  transition: none !important;
}

html body .site-header .nav-shell.nav-shell-client::before,
html body .site-header .nav-shell.nav-shell-client::after {
  display: none !important;
}

html body .site-header .nav-shell.nav-shell-client .brand,
html body .site-header.is-scrolled .nav-shell.nav-shell-client .brand,
html body .site-header .nav-shell.nav-shell-client .brand:hover,
html body .site-header .nav-shell.nav-shell-client .brand:focus-visible {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex: 0 0 auto !important;
  width: 214px !important;
  min-width: 214px !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 5px 8px !important;
  border: 1px solid rgba(255, 255, 255, .55) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .38) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72), 0 10px 24px rgba(7, 26, 46, .05) !important;
  opacity: 1 !important;
  overflow: hidden !important;
  transform: none !important;
  transition: none !important;
}

html body .site-header .nav-shell.nav-shell-client .brand-logo-real.nav-logo-real,
html body .site-header.is-scrolled .nav-shell.nav-shell-client .brand-logo-real.nav-logo-real,
html body .site-header .nav-shell.nav-shell-client .brand-logo-real.nav-logo-real:hover,
html body .site-header .nav-shell.nav-shell-client .brand-logo-real.nav-logo-real:focus,
html body .site-header .nav-shell.nav-shell-client .brand-logo-real.nav-logo-real:active {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 40px !important;
  min-height: 40px !important;
  object-fit: contain !important;
  object-position: left center !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

html body .site-header .nav-logo-mark,
html body .site-header .nav-logo-text,
html body .site-header .brand-mark,
html body .site-header .brand-text {
  display: none !important;
}

html body .site-header .nav-menu.nav-menu-client {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .site-header .nav-menu-client > .nav-link,
html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 12px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--pvg-navy) !important;
  font-size: .76rem !important;
  font-weight: 820 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

html body .site-header .nav-menu-client > .nav-link.is-active,
html body .site-header .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle {
  border-color: rgba(0, 184, 148, .18) !important;
  background: rgba(223, 248, 250, .70) !important;
  color: var(--pvg-green-dark) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78) !important;
}

html body .site-header .nav-actions {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex: 0 0 auto !important;
}

html body .site-header .nav-actions .nav-cta:not(.nav-cta-request) {
  display: none !important;
}

html body .site-header .nav-cta-request,
html body .site-header.is-scrolled .nav-cta-request,
html body .site-header .nav-cta-request:hover,
html body .site-header .nav-cta-request:focus-visible,
html body .site-header .nav-cta-request:active {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 190px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(255, 255, 255, .52) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--pvg-emerald), var(--pvg-electric-blue)) !important;
  color: #fff !important;
  font-size: .78rem !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  box-shadow: 0 14px 30px rgba(0, 189, 235, .16), inset 0 1px 0 rgba(255, 255, 255, .35) !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

html body .site-header .nav-toggle {
  display: none !important;
}

html body .site-header .dropdown-menu {
  top: calc(100% + 8px) !important;
  border: 1px solid rgba(255, 255, 255, .62) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .88) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.12) !important;
  backdrop-filter: blur(24px) saturate(1.12) !important;
  box-shadow: 0 22px 64px rgba(7, 26, 46, .15), inset 0 1px 0 rgba(255, 255, 255, .88) !important;
}

html body .site-header .dropdown-link {
  font-size: .78rem !important;
  font-weight: 760 !important;
}

:where(
  .home-ref-copy,
  .home-ref-visual-card,
  .home-ref-service-card,
  .home-ref-workflow-card,
  .home-ref-usecase-card,
  .home-ref-partnership,
  .fleet-challenge-card,
  .fleet-solution-card,
  .fleet-benefit-card,
  .station-card,
  .station-spec-card,
  .solution-card,
  .contact-ref-card,
  .contact-ref-large-card,
  .request-form-card,
  .request-progress-card,
  .request-help-card,
  .about-card,
  .about-value-card,
  .insights-premium-card,
  .featured-insight-card
) {
  border: 1px solid rgba(255, 255, 255, .64) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .80), rgba(255, 255, 255, .54)),
    linear-gradient(180deg, rgba(223, 248, 250, .36), rgba(255, 255, 255, .10)) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.08) !important;
  backdrop-filter: blur(18px) saturate(1.08) !important;
  box-shadow: 0 22px 58px rgba(7, 26, 46, .08), inset 0 1px 0 rgba(255, 255, 255, .78) !important;
}

:where(
  .home-ref-usecase-card img,
  .home-ref-hero-visual img,
  .fleet-solution-card img,
  .fleet-hero img,
  .station-story-visual img,
  .station-hero-visual img,
  .solutions-ecosystem-photo,
  .solution-card img,
  .about-hero img,
  .about-photo-card img,
  .setrans-hero-image,
  .contact-ref-hero-bg img,
  .contact-ref-large-card img,
  .insights-card-media img,
  .insights-premium-visual img
) {
  image-rendering: auto !important;
  filter: saturate(1.04) contrast(1.02) !important;
}

:where(
  .home-ref-section,
  .fleet-section,
  .station-section,
  .solutions-section,
  .contact-ref-section,
  .about-section,
  .insights-premium-section,
  .pilot-section
) {
  padding-block: clamp(44px, 5.8vw, 78px) !important;
}

:where(.home-ref-service-grid, .fleet-challenge-grid, .fleet-solution-grid, .station-card-grid, .solutions-card-grid, .contact-ref-category-grid, .about-values-grid) {
  gap: 18px !important;
}

@media (max-width: 1320px) {
  :root {
    --site-gutter: 28px;
    --floating-nav-clearance: 82px;
  }

  html body .site-header,
  html body .site-header.is-scrolled {
    padding: var(--floating-nav-top) 10px 0 !important;
  }

  html body .site-header .nav-shell.nav-shell-client,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client {
    width: min(calc(100% - 20px), 760px) !important;
    height: 62px !important;
    min-height: 62px !important;
    padding: 8px 10px !important;
    border-radius: 18px !important;
  }

  html body .site-header .nav-shell.nav-shell-client .brand,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client .brand {
    width: 226px !important;
    min-width: 0 !important;
    max-width: calc(100% - 58px) !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 4px 8px !important;
  }

  html body .site-header .nav-shell.nav-shell-client .brand-logo-real.nav-logo-real,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client .brand-logo-real.nav-logo-real {
    height: 38px !important;
    min-height: 38px !important;
  }

  html body .site-header .nav-actions {
    display: none !important;
  }

  html body .site-header .nav-toggle,
  html body .site-header.is-scrolled .nav-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    border: 1px solid rgba(0, 184, 148, .20) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .76) !important;
    color: var(--pvg-navy) !important;
    -webkit-backdrop-filter: blur(20px) saturate(1.14) !important;
    backdrop-filter: blur(20px) saturate(1.14) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86), 0 12px 26px rgba(7, 26, 46, .08) !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  html body .site-header .nav-toggle span {
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: currentColor !important;
    transform-origin: center !important;
  }

  html body.menu-open .site-header .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
  }

  html body.menu-open .site-header .nav-toggle span:nth-child(2) {
    opacity: 0 !important;
  }

  html body.menu-open .site-header .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) !important;
  }

  html body .site-header .nav-menu.nav-menu-client,
  html body .site-header.is-scrolled .nav-menu.nav-menu-client {
    position: fixed !important;
    inset: calc(var(--floating-nav-top) + 74px) 14px auto 14px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: stretch !important;
    gap: 6px !important;
    width: auto !important;
    max-width: 460px !important;
    max-height: calc(100dvh - var(--floating-nav-top) - 94px) !important;
    margin: 0 auto !important;
    padding: 14px !important;
    overflow: auto !important;
    overscroll-behavior: contain !important;
    border: 1px solid rgba(255, 255, 255, .68) !important;
    border-radius: 18px !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .90), rgba(241, 255, 252, .76)),
      radial-gradient(circle at 12% 0%, rgba(0, 189, 235, .12), transparent 34%) !important;
    -webkit-backdrop-filter: blur(28px) saturate(1.18) !important;
    backdrop-filter: blur(28px) saturate(1.18) !important;
    box-shadow: 0 28px 78px rgba(7, 26, 46, .18), inset 0 1px 0 rgba(255, 255, 255, .92) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-8px) scale(.985) !important;
    pointer-events: none !important;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease !important;
  }

  html body .site-header .nav-menu.nav-menu-client.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
    pointer-events: auto !important;
  }

  html body .site-header .nav-menu-client > .nav-link,
  html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    justify-content: flex-start !important;
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 16px !important;
    border-radius: 14px !important;
    font-size: .9rem !important;
    font-weight: 820 !important;
    text-align: left !important;
  }

  html body .site-header .nav-menu-client > .mobile-request-link {
    display: flex !important;
    justify-content: center !important;
    height: 48px !important;
    margin-top: 6px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--pvg-emerald), var(--pvg-electric-blue)) !important;
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(0, 189, 235, .18), inset 0 1px 0 rgba(255, 255, 255, .36) !important;
  }

  html body .site-header .nav-menu-client .nav-dropdown {
    width: 100% !important;
  }

  html body .site-header .nav-menu-client .dropdown-menu {
    position: static !important;
    display: none !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 4px 0 2px !important;
    padding: 8px !important;
    border-radius: 14px !important;
    transform: none !important;
  }

  html body .site-header .nav-menu-client .nav-dropdown.is-open .dropdown-menu {
    display: grid !important;
  }
}

@media (max-width: 900px) {
  :where(.home-ref-hero-grid, .station-hero-grid-v3, .fleet-hero-content, .solutions-hero-grid, .request-hero-grid, .contact-ref-entry-grid, .fleet-lower-grid, .about-hero-inner, .setrans-hero-content) {
    grid-template-columns: 1fr !important;
  }

  :where(.home-ref-hero, .fleet-hero, .station-hero-v3, .station-product-hero, .solutions-hero, .about-hero, .setrans-hero, .insights-premium-hero, .contact-ref-hero, .request-hero) {
    padding-top: calc(var(--floating-nav-clearance) + 22px) !important;
  }
}

@media (max-width: 640px) {
  :root {
    --site-gutter: 28px;
    --floating-nav-top: max(10px, env(safe-area-inset-top));
    --floating-nav-clearance: 76px;
    --font-hero: clamp(1.78rem, 8vw, 2.13rem);
    --font-page-title: clamp(1.62rem, 7vw, 1.95rem);
    --font-section-title: clamp(1.32rem, 5.8vw, 1.66rem);
    --font-subheading: clamp(1.05rem, 4.6vw, 1.25rem);
    --font-card-title: clamp(.98rem, 4.1vw, 1.12rem);
    --font-body: clamp(.88rem, 3.8vw, .98rem);
  }

  html body .site-header .nav-shell.nav-shell-client,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client {
    width: calc(100% - 20px) !important;
    height: 60px !important;
    min-height: 60px !important;
    padding: 7px 9px !important;
    border-radius: 18px !important;
  }

  html body .site-header .nav-shell.nav-shell-client .brand,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client .brand {
    width: min(224px, calc(100% - 56px)) !important;
    height: 44px !important;
    min-height: 44px !important;
  }

  html body .site-header .nav-shell.nav-shell-client .brand-logo-real.nav-logo-real,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client .brand-logo-real.nav-logo-real {
    height: 36px !important;
    min-height: 36px !important;
  }

  html body .site-header .nav-toggle,
  html body .site-header.is-scrolled .nav-toggle {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
  }

  html body .site-header .nav-menu.nav-menu-client,
  html body .site-header.is-scrolled .nav-menu.nav-menu-client {
    inset: calc(var(--floating-nav-top) + 70px) 12px auto 12px !important;
    max-height: calc(100dvh - var(--floating-nav-top) - 86px) !important;
    padding: 12px !important;
  }

  :where(main h1, .hero-title, .home-ref-hero h1, .fleet-hero h1, .station-hero-v3 h1, .station-product-hero h1, .about-hero h1, .setrans-hero h1, .insights-premium-hero h1, .contact-ref-hero h1, .request-hero h1) {
    max-width: 12.5ch !important;
  }

  :where(
    .home-ref-section,
    .fleet-section,
    .station-section,
    .solutions-section,
    .contact-ref-section,
    .about-section,
    .insights-premium-section,
    .pilot-section
  ) {
    padding-block: 34px !important;
  }

  :where(.button, .nav-cta, .contact-ref-button, .request-button, main button) {
    min-height: 44px !important;
    font-size: .9rem !important;
  }

  :where(input, select, textarea) {
    min-height: 46px !important;
    font-size: .95rem !important;
  }
}

/* Image clarity and context-specific scene overrides */
.insights-premium-visual {
  background:
    linear-gradient(90deg, rgba(7, 31, 43, .24), rgba(7, 31, 43, .03) 45%, rgba(7, 31, 43, .12)),
    url("public/assets/pvg-ev/chargers/pvg-ev-charger-display.webp") center / cover no-repeat !important;
}

.about-cta-card {
  background:
    linear-gradient(120deg, rgba(0, 107, 104, .96), rgba(11, 183, 131, .88), rgba(8, 166, 106, .68)),
    url("public/assets/pvg-ev/chargers/pvg-ev-plug-closeup.webp") center / cover no-repeat !important;
}

.station-product-body .station-scene-commercial {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(7, 26, 36, .08)),
    url("public/assets/pvg-ev/commercial/office-charging.webp") center / cover no-repeat !important;
}

.station-product-body .station-scene-apartment {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(7, 26, 36, .08)),
    url("public/assets/pvg-ev/apartment/residential-charging.webp") 58% center / cover no-repeat !important;
}

.pilot-map-visual {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(7, 26, 46, .08)),
    url("public/assets/pvg-ev/hero/hero-pilot.webp") center / cover no-repeat !important;
}

.pilot-map-visual > :is(.pilot-map-road, .pilot-map-dot, .pilot-map-vehicle, .pilot-map-charge) {
  display: none !important;
}

/* Fast, customer-first charging request form */
.request-reference-body .request-form-section {
  padding-block: clamp(36px, 5vw, 64px) !important;
}

.request-reference-body .request-form-grid,
.request-reference-body .request-layout {
  align-items: start !important;
  gap: clamp(18px, 2.4vw, 28px) !important;
}

.request-reference-body .request-form-card {
  padding: clamp(20px, 2.8vw, 32px) !important;
  border-radius: 22px !important;
}

.request-reference-body .request-progress-card {
  position: sticky !important;
  top: calc(var(--floating-nav-clearance) + 18px) !important;
  padding: clamp(18px, 2vw, 24px) !important;
}

.request-reference-body .request-progress-card h2 {
  font-size: var(--font-subheading) !important;
}

.request-reference-body [data-request-progress] {
  display: grid !important;
  gap: 8px !important;
  margin: 16px 0 !important;
}

.request-reference-body [data-request-progress] li {
  min-height: 42px !important;
  padding: 8px 12px !important;
  border-radius: 14px !important;
}

.request-reference-body .request-step {
  display: grid !important;
  gap: 16px !important;
}

.request-reference-body .request-step[hidden] {
  display: none !important;
}

.request-reference-body .request-step legend {
  margin-bottom: 6px !important;
  font-size: var(--font-section-title) !important;
  line-height: 1.08 !important;
}

.request-reference-body .request-step > p {
  max-width: 62ch !important;
  margin: 0 0 4px !important;
  color: var(--pvg-text-muted) !important;
}

.request-reference-body .request-fast-panel {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.request-reference-body .request-fast-card {
  min-height: 112px !important;
  padding: 14px !important;
  border-radius: 18px !important;
  text-align: left !important;
  background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(242,255,252,.62)) !important;
  border: 1px solid rgba(0, 184, 148, .16) !important;
  box-shadow: 0 14px 34px rgba(7, 26, 46, .06), inset 0 1px 0 rgba(255,255,255,.82) !important;
}

.request-reference-body .request-fast-card.is-selected {
  border-color: rgba(0, 189, 235, .42) !important;
  background: linear-gradient(145deg, rgba(223,248,250,.92), rgba(232,255,247,.76)) !important;
  box-shadow: 0 16px 40px rgba(0, 189, 235, .14), inset 0 1px 0 rgba(255,255,255,.9) !important;
}

.request-reference-body .request-fast-icon {
  width: 30px !important;
  height: 30px !important;
  font-size: .82rem !important;
}

.request-reference-body .request-fast-copy strong {
  font-size: .98rem !important;
  line-height: 1.12 !important;
}

.request-reference-body .request-fast-copy span {
  font-size: .82rem !important;
  line-height: 1.35 !important;
}

.request-reference-body .form-grid-two {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.request-reference-body .form-row.form-full,
.request-reference-body .geo-capture-panel,
.request-reference-body .request-step-actions,
.request-reference-body .request-review-output {
  grid-column: 1 / -1 !important;
}

.request-reference-body .form-row {
  gap: 6px !important;
}

.request-reference-body .form-row label {
  font-size: .78rem !important;
  font-weight: 820 !important;
}

.request-reference-body .request-form input,
.request-reference-body .request-form select,
.request-reference-body .request-form textarea {
  min-height: 46px !important;
  border-radius: 14px !important;
  padding: 12px 14px !important;
  font-size: .92rem !important;
  background: rgba(255, 255, 255, .78) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85) !important;
}

.request-reference-body .request-form textarea {
  min-height: 92px !important;
}

.request-reference-body .geo-capture-panel {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: center !important;
  margin-top: 4px !important;
  padding: 14px !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, rgba(223, 248, 250, .68), rgba(255, 255, 255, .62)) !important;
  border: 1px solid rgba(0, 184, 148, .20) !important;
}

.request-reference-body .geo-capture-panel .geo-status,
.request-reference-body .geo-capture-panel .geo-output-row {
  grid-column: 1 / -1 !important;
}

.request-reference-body .geo-button {
  height: 44px !important;
  min-width: 164px !important;
  padding: 0 16px !important;
  border-radius: 14px !important;
  font-size: .86rem !important;
}

.request-reference-body .request-step-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 4px !important;
}

.request-reference-body .request-step-actions .button {
  min-width: 132px !important;
}

@media (max-width: 760px) {
  .request-reference-body .request-progress-card {
    position: static !important;
  }

  .request-reference-body .request-fast-panel,
  .request-reference-body .form-grid-two,
  .request-reference-body .geo-capture-panel {
    grid-template-columns: 1fr !important;
  }

  .request-reference-body .geo-button,
  .request-reference-body .request-step-actions .button {
    width: 100% !important;
  }
}

/* Absolute shared navigation lock: final rule wins over every older page pass. */
:root {
  --pvg-nav-height: 66px;
  --pvg-nav-radius: 18px;
  --pvg-nav-top: max(14px, env(safe-area-inset-top));
  --pvg-nav-clearance: calc(var(--pvg-nav-height) + var(--pvg-nav-top) + 22px);
  --floating-nav-top: var(--pvg-nav-top);
  --floating-nav-clearance: var(--pvg-nav-clearance);
  --header-height: var(--pvg-nav-height);
}

html {
  scroll-padding-top: var(--pvg-nav-clearance) !important;
}

html body [data-site-header],
html body .site-header,
html body .site-header.is-scrolled,
html body .fleet-reference-body .site-header,
html body .setrans-reference-body .site-header,
html body .contact-reference-body .site-header,
html body .insights-premium-body .site-header,
html body .station-product-body .site-header,
html body .request-reference-body .site-header,
html body .home-reference-body .site-header {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 1000 !important;
  width: 100% !important;
  height: calc(var(--pvg-nav-height) + var(--pvg-nav-top)) !important;
  padding: var(--pvg-nav-top) 16px 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
  pointer-events: none !important;
}

html body .site-header .nav-shell.nav-shell-client,
html body .site-header.is-scrolled .nav-shell.nav-shell-client,
html body .fleet-reference-body .site-header .nav-shell.nav-shell-client,
html body .setrans-reference-body .site-header .nav-shell.nav-shell-client,
html body .contact-reference-body .site-header .nav-shell.nav-shell-client,
html body .insights-premium-body .site-header .nav-shell.nav-shell-client,
html body .station-product-body .site-header .nav-shell.nav-shell-client,
html body .request-reference-body .site-header .nav-shell.nav-shell-client,
html body .home-reference-body .site-header .nav-shell.nav-shell-client {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  display: grid !important;
  grid-template-columns: 214px minmax(0, 1fr) 206px !important;
  align-items: center !important;
  gap: 14px !important;
  width: min(calc(100% - 32px), 1400px) !important;
  max-width: 1400px !important;
  min-width: 0 !important;
  height: var(--pvg-nav-height) !important;
  min-height: var(--pvg-nav-height) !important;
  margin: 0 auto !important;
  padding: 9px 14px !important;
  border: 1px solid rgba(255, 255, 255, .64) !important;
  border-radius: var(--pvg-nav-radius) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(246, 255, 252, .58) 48%, rgba(237, 249, 255, .66)),
    rgba(255, 255, 255, .68) !important;
  box-shadow:
    0 22px 66px rgba(7, 26, 46, .12),
    inset 0 1px 0 rgba(255, 255, 255, .90),
    inset 0 -1px 0 rgba(8, 166, 106, .06) !important;
  -webkit-backdrop-filter: blur(28px) saturate(1.22) brightness(1.03) !important;
  backdrop-filter: blur(28px) saturate(1.22) brightness(1.03) !important;
  overflow: visible !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
  pointer-events: auto !important;
}

html body .site-header .nav-shell.nav-shell-client::before,
html body .site-header .nav-shell.nav-shell-client::after {
  content: none !important;
  display: none !important;
}

html body .site-header .nav-shell.nav-shell-client .brand,
html body .site-header.is-scrolled .nav-shell.nav-shell-client .brand,
html body .fleet-reference-body .site-header .nav-shell.nav-shell-client .brand,
html body .setrans-reference-body .site-header .nav-shell.nav-shell-client .brand,
html body .contact-reference-body .site-header .nav-shell.nav-shell-client .brand,
html body .insights-premium-body .site-header .nav-shell.nav-shell-client .brand,
html body .station-product-body .site-header .nav-shell.nav-shell-client .brand,
html body .request-reference-body .site-header .nav-shell.nav-shell-client .brand,
html body .home-reference-body .site-header .nav-shell.nav-shell-client .brand {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 214px !important;
  min-width: 214px !important;
  max-width: 214px !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 4px 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

html body .site-header .nav-shell.nav-shell-client .brand-logo-real.nav-logo-real,
html body .site-header.is-scrolled .nav-shell.nav-shell-client .brand-logo-real.nav-logo-real,
html body .fleet-reference-body .site-header .nav-shell.nav-shell-client .brand-logo-real.nav-logo-real,
html body .setrans-reference-body .site-header .nav-shell.nav-shell-client .brand-logo-real.nav-logo-real,
html body .contact-reference-body .site-header .nav-shell.nav-shell-client .brand-logo-real.nav-logo-real,
html body .insights-premium-body .site-header .nav-shell.nav-shell-client .brand-logo-real.nav-logo-real,
html body .station-product-body .site-header .nav-shell.nav-shell-client .brand-logo-real.nav-logo-real,
html body .request-reference-body .site-header .nav-shell.nav-shell-client .brand-logo-real.nav-logo-real,
html body .home-reference-body .site-header .nav-shell.nav-shell-client .brand-logo-real.nav-logo-real {
  display: block !important;
  width: 214px !important;
  max-width: 214px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  object-fit: contain !important;
  object-position: left center !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

html body .site-header .nav-logo-mark,
html body .site-header .nav-logo-text,
html body .site-header .brand-mark,
html body .site-header .brand-text {
  display: none !important;
}

@media (min-width: 1181px) {
  html body .site-header .nav-menu.nav-menu-client,
  html body .site-header.is-scrolled .nav-menu.nav-menu-client {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 4px !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
    transition: none !important;
    overflow: visible !important;
  }

  html body .site-header .nav-menu-client > .nav-link,
  html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 9px !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--pvg-navy, #071A2E) !important;
    font-size: clamp(.68rem, .58vw, .78rem) !important;
    font-weight: 820 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  html body .site-header .nav-menu-client > .nav-link.is-active,
  html body .site-header .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle {
    border-color: rgba(0, 184, 148, .20) !important;
    background: rgba(223, 248, 250, .70) !important;
    color: var(--pvg-green-dark, #008F73) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78) !important;
  }

  html body .site-header .nav-menu-client > .mobile-request-link {
    display: none !important;
  }

  html body .site-header .nav-actions,
  html body .site-header.is-scrolled .nav-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    width: 206px !important;
    min-width: 206px !important;
    max-width: 206px !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  html body .site-header .nav-actions .nav-cta:not(.nav-cta-request) {
    display: none !important;
  }

  html body .site-header .nav-cta-request,
  html body .site-header.is-scrolled .nav-cta-request,
  html body .site-header .nav-cta-request:visited,
  html body .site-header .nav-cta-request:hover,
  html body .site-header .nav-cta-request:focus-visible,
  html body .site-header .nav-cta-request:active,
  html body .site-header .nav-cta-request.is-active {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 206px !important;
    min-width: 206px !important;
    max-width: 206px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 18px !important;
    border: 1px solid rgba(255, 255, 255, .56) !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--pvg-emerald, #00B894), var(--pvg-electric-blue, #00BDEB)) !important;
    color: #fff !important;
    font-size: .78rem !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    box-shadow: 0 14px 30px rgba(0, 189, 235, .16), inset 0 1px 0 rgba(255, 255, 255, .35) !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  html body .site-header .nav-toggle,
  html body .site-header.is-scrolled .nav-toggle {
    display: none !important;
  }
}

@media (max-width: 1180px) {
  :root {
    --pvg-nav-height: 62px;
    --pvg-nav-top: max(10px, env(safe-area-inset-top));
    --pvg-nav-clearance: calc(var(--pvg-nav-height) + var(--pvg-nav-top) + 18px);
    --floating-nav-top: var(--pvg-nav-top);
    --floating-nav-clearance: var(--pvg-nav-clearance);
    --header-height: var(--pvg-nav-height);
  }

  html body .site-header .nav-shell.nav-shell-client,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client {
    grid-template-columns: minmax(0, 1fr) 46px !important;
    gap: 10px !important;
    width: min(calc(100% - 20px), 760px) !important;
    height: var(--pvg-nav-height) !important;
    min-height: var(--pvg-nav-height) !important;
    padding: 8px 10px !important;
    border-radius: 18px !important;
  }

  html body .site-header .nav-shell.nav-shell-client .brand,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client .brand {
    width: min(214px, calc(100vw - 96px)) !important;
    min-width: 0 !important;
    max-width: calc(100vw - 96px) !important;
    height: 44px !important;
    min-height: 44px !important;
  }

  html body .site-header .nav-shell.nav-shell-client .brand-logo-real.nav-logo-real,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client .brand-logo-real.nav-logo-real {
    width: min(214px, calc(100vw - 96px)) !important;
    max-width: calc(100vw - 96px) !important;
    height: 36px !important;
    min-height: 36px !important;
  }

  html body .site-header .nav-actions,
  html body .site-header.is-scrolled .nav-actions {
    display: none !important;
  }

  html body .site-header .nav-toggle,
  html body .site-header.is-scrolled .nav-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    justify-self: end !important;
    gap: 5px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(0, 184, 148, .20) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .76) !important;
    color: var(--pvg-navy, #071A2E) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86), 0 12px 26px rgba(7, 26, 46, .08) !important;
    -webkit-backdrop-filter: blur(20px) saturate(1.14) !important;
    backdrop-filter: blur(20px) saturate(1.14) !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  html body .site-header .nav-toggle span {
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: currentColor !important;
  }

  html body .site-header .nav-menu.nav-menu-client,
  html body .site-header.is-scrolled .nav-menu.nav-menu-client {
    position: fixed !important;
    inset: calc(var(--pvg-nav-clearance) + 6px) 14px auto 14px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: stretch !important;
    align-content: start !important;
    gap: 6px !important;
    width: auto !important;
    max-width: 480px !important;
    max-height: calc(100dvh - var(--pvg-nav-clearance) - 24px) !important;
    margin: 0 auto !important;
    padding: 14px !important;
    border: 1px solid rgba(255, 255, 255, .68) !important;
    border-radius: 20px !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(241, 255, 252, .80)),
      radial-gradient(circle at 12% 0%, rgba(0, 189, 235, .12), transparent 34%) !important;
    box-shadow: 0 28px 78px rgba(7, 26, 46, .18), inset 0 1px 0 rgba(255, 255, 255, .92) !important;
    -webkit-backdrop-filter: blur(28px) saturate(1.18) !important;
    backdrop-filter: blur(28px) saturate(1.18) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-8px) scale(.985) !important;
    pointer-events: none !important;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease !important;
  }

  html body .site-header .nav-menu.nav-menu-client.is-open,
  html body .site-header.is-scrolled .nav-menu.nav-menu-client.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
    pointer-events: auto !important;
  }

  html body .site-header .nav-menu-client > .nav-link,
  html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  html body .site-header .nav-menu-client > .mobile-request-link {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 14px !important;
    border: 1px solid transparent !important;
    border-radius: 14px !important;
    background: transparent !important;
    color: var(--pvg-navy, #071A2E) !important;
    font-size: .86rem !important;
    font-weight: 820 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    text-align: left !important;
    box-shadow: none !important;
  }

  html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    justify-content: space-between !important;
  }

  html body .site-header .nav-menu-client > .nav-link.is-active,
  html body .site-header .nav-menu-client > .nav-dropdown.is-active > .dropdown-toggle {
    border-color: rgba(0, 184, 148, .20) !important;
    background: rgba(223, 248, 250, .70) !important;
    color: var(--pvg-green-dark, #008F73) !important;
  }

  html body .site-header .nav-menu-client > .mobile-request-link {
    justify-content: center !important;
    min-height: 46px !important;
    margin-top: 4px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--pvg-emerald, #00B894), var(--pvg-electric-blue, #00BDEB)) !important;
    color: #fff !important;
    text-align: center !important;
    box-shadow: 0 14px 30px rgba(0, 189, 235, .18), inset 0 1px 0 rgba(255, 255, 255, .36) !important;
  }

  html body .site-header .nav-menu-client .nav-dropdown {
    width: 100% !important;
  }

  html body .site-header .nav-menu-client .dropdown-menu {
    position: static !important;
    display: none !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 4px 0 2px !important;
    padding: 8px !important;
    border-radius: 14px !important;
    transform: none !important;
  }

  html body .site-header .nav-menu-client .nav-dropdown.is-open .dropdown-menu {
    display: grid !important;
  }

  html body.menu-open .site-header .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
  }

  html body.menu-open .site-header .nav-toggle span:nth-child(2) {
    opacity: 0 !important;
  }

  html body.menu-open .site-header .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) !important;
  }
}

/* Final fixed navbar contract: page body classes must inherit the same header. */
html body.home-reference-body .site-header,
html body.fleet-reference-body .site-header,
html body.setrans-reference-body .site-header,
html body.contact-reference-body .site-header,
html body.insights-premium-body .site-header,
html body.station-product-body .site-header,
html body.request-reference-body .site-header,
html body.about-premium-body .site-header,
html body .site-header,
html body .site-header.is-scrolled {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 1000 !important;
  height: calc(var(--pvg-nav-height) + var(--pvg-nav-top)) !important;
  padding: var(--pvg-nav-top) 16px 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

html body.home-reference-body .site-header .nav-shell.nav-shell-client,
html body.fleet-reference-body .site-header .nav-shell.nav-shell-client,
html body.setrans-reference-body .site-header .nav-shell.nav-shell-client,
html body.contact-reference-body .site-header .nav-shell.nav-shell-client,
html body.insights-premium-body .site-header .nav-shell.nav-shell-client,
html body.station-product-body .site-header .nav-shell.nav-shell-client,
html body.request-reference-body .site-header .nav-shell.nav-shell-client,
html body.about-premium-body .site-header .nav-shell.nav-shell-client,
html body .site-header .nav-shell.nav-shell-client,
html body .site-header.is-scrolled .nav-shell.nav-shell-client {
  display: grid !important;
  grid-template-columns: 214px minmax(0, 1fr) 206px !important;
  align-items: center !important;
  gap: 14px !important;
  width: min(calc(100% - 32px), 1400px) !important;
  max-width: 1400px !important;
  min-width: 0 !important;
  height: var(--pvg-nav-height) !important;
  min-height: var(--pvg-nav-height) !important;
  margin: 0 auto !important;
  padding: 9px 14px !important;
  border: 1px solid rgba(255, 255, 255, .64) !important;
  border-radius: var(--pvg-nav-radius) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(246, 255, 252, .58) 48%, rgba(237, 249, 255, .66)),
    rgba(255, 255, 255, .68) !important;
  box-shadow:
    0 22px 66px rgba(7, 26, 46, .12),
    inset 0 1px 0 rgba(255, 255, 255, .90),
    inset 0 -1px 0 rgba(8, 166, 106, .06) !important;
  -webkit-backdrop-filter: blur(28px) saturate(1.22) brightness(1.03) !important;
  backdrop-filter: blur(28px) saturate(1.22) brightness(1.03) !important;
  overflow: visible !important;
  transform: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

html body.home-reference-body .site-header .brand,
html body.fleet-reference-body .site-header .brand,
html body.setrans-reference-body .site-header .brand,
html body.contact-reference-body .site-header .brand,
html body.insights-premium-body .site-header .brand,
html body.station-product-body .site-header .brand,
html body.request-reference-body .site-header .brand,
html body.about-premium-body .site-header .brand,
html body .site-header .brand {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 214px !important;
  min-width: 214px !important;
  max-width: 214px !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

html body.home-reference-body .site-header .brand-logo-real.nav-logo-real,
html body.fleet-reference-body .site-header .brand-logo-real.nav-logo-real,
html body.setrans-reference-body .site-header .brand-logo-real.nav-logo-real,
html body.contact-reference-body .site-header .brand-logo-real.nav-logo-real,
html body.insights-premium-body .site-header .brand-logo-real.nav-logo-real,
html body.station-product-body .site-header .brand-logo-real.nav-logo-real,
html body.request-reference-body .site-header .brand-logo-real.nav-logo-real,
html body.about-premium-body .site-header .brand-logo-real.nav-logo-real,
html body .site-header .brand-logo-real.nav-logo-real {
  display: block !important;
  width: 214px !important;
  max-width: 214px !important;
  height: 40px !important;
  min-height: 40px !important;
  object-fit: contain !important;
  object-position: left center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  filter: none !important;
}

@media (min-width: 1181px) {
  html body.home-reference-body .site-header .nav-actions,
  html body.fleet-reference-body .site-header .nav-actions,
  html body.setrans-reference-body .site-header .nav-actions,
  html body.contact-reference-body .site-header .nav-actions,
  html body.insights-premium-body .site-header .nav-actions,
  html body.station-product-body .site-header .nav-actions,
  html body.request-reference-body .site-header .nav-actions,
  html body.about-premium-body .site-header .nav-actions,
  html body .site-header .nav-actions {
    display: flex !important;
    justify-self: end !important;
    width: 206px !important;
    min-width: 206px !important;
  }

  html body.home-reference-body .site-header .nav-cta-request,
  html body.fleet-reference-body .site-header .nav-cta-request,
  html body.setrans-reference-body .site-header .nav-cta-request,
  html body.contact-reference-body .site-header .nav-cta-request,
  html body.insights-premium-body .site-header .nav-cta-request,
  html body.station-product-body .site-header .nav-cta-request,
  html body.request-reference-body .site-header .nav-cta-request,
  html body.about-premium-body .site-header .nav-cta-request,
  html body .site-header .nav-cta-request {
    display: flex !important;
    width: 206px !important;
    min-width: 206px !important;
    max-width: 206px !important;
    height: 42px !important;
    opacity: 1 !important;
    transform: none !important;
  }

  html body.home-reference-body .site-header .nav-menu.nav-menu-client,
  html body.fleet-reference-body .site-header .nav-menu.nav-menu-client,
  html body.setrans-reference-body .site-header .nav-menu.nav-menu-client,
  html body.contact-reference-body .site-header .nav-menu.nav-menu-client,
  html body.insights-premium-body .site-header .nav-menu.nav-menu-client,
  html body.station-product-body .site-header .nav-menu.nav-menu-client,
  html body.request-reference-body .site-header .nav-menu.nav-menu-client,
  html body.about-premium-body .site-header .nav-menu.nav-menu-client,
  html body .site-header .nav-menu.nav-menu-client {
    display: flex !important;
    justify-self: center !important;
  }

  html body.home-reference-body .site-header .nav-toggle,
  html body.fleet-reference-body .site-header .nav-toggle,
  html body.setrans-reference-body .site-header .nav-toggle,
  html body.contact-reference-body .site-header .nav-toggle,
  html body.insights-premium-body .site-header .nav-toggle,
  html body.station-product-body .site-header .nav-toggle,
  html body.request-reference-body .site-header .nav-toggle,
  html body.about-premium-body .site-header .nav-toggle,
  html body .site-header .nav-toggle {
    display: none !important;
  }
}

@media (max-width: 1180px) {
  html body.home-reference-body .site-header .nav-shell.nav-shell-client,
  html body.fleet-reference-body .site-header .nav-shell.nav-shell-client,
  html body.setrans-reference-body .site-header .nav-shell.nav-shell-client,
  html body.contact-reference-body .site-header .nav-shell.nav-shell-client,
  html body.insights-premium-body .site-header .nav-shell.nav-shell-client,
  html body.station-product-body .site-header .nav-shell.nav-shell-client,
  html body.request-reference-body .site-header .nav-shell.nav-shell-client,
  html body.about-premium-body .site-header .nav-shell.nav-shell-client,
  html body .site-header .nav-shell.nav-shell-client {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 46px !important;
    width: min(calc(100% - 20px), 760px) !important;
    height: 62px !important;
    min-height: 62px !important;
    padding: 8px 10px !important;
    gap: 10px !important;
    border-radius: 18px !important;
  }

  html body.home-reference-body .site-header .brand,
  html body.fleet-reference-body .site-header .brand,
  html body.setrans-reference-body .site-header .brand,
  html body.contact-reference-body .site-header .brand,
  html body.insights-premium-body .site-header .brand,
  html body.station-product-body .site-header .brand,
  html body.request-reference-body .site-header .brand,
  html body.about-premium-body .site-header .brand,
  html body .site-header .brand {
    width: min(214px, calc(100vw - 96px)) !important;
    min-width: 0 !important;
    max-width: calc(100vw - 96px) !important;
    height: 44px !important;
    min-height: 44px !important;
  }

  html body.home-reference-body .site-header .brand-logo-real.nav-logo-real,
  html body.fleet-reference-body .site-header .brand-logo-real.nav-logo-real,
  html body.setrans-reference-body .site-header .brand-logo-real.nav-logo-real,
  html body.contact-reference-body .site-header .brand-logo-real.nav-logo-real,
  html body.insights-premium-body .site-header .brand-logo-real.nav-logo-real,
  html body.station-product-body .site-header .brand-logo-real.nav-logo-real,
  html body.request-reference-body .site-header .brand-logo-real.nav-logo-real,
  html body.about-premium-body .site-header .brand-logo-real.nav-logo-real,
  html body .site-header .brand-logo-real.nav-logo-real {
    width: min(214px, calc(100vw - 96px)) !important;
    max-width: calc(100vw - 96px) !important;
    height: 36px !important;
    min-height: 36px !important;
  }

  html body.home-reference-body .site-header .nav-actions,
  html body.fleet-reference-body .site-header .nav-actions,
  html body.setrans-reference-body .site-header .nav-actions,
  html body.contact-reference-body .site-header .nav-actions,
  html body.insights-premium-body .site-header .nav-actions,
  html body.station-product-body .site-header .nav-actions,
  html body.request-reference-body .site-header .nav-actions,
  html body.about-premium-body .site-header .nav-actions,
  html body .site-header .nav-actions {
    display: none !important;
  }

  html body.home-reference-body .site-header .nav-toggle,
  html body.fleet-reference-body .site-header .nav-toggle,
  html body.setrans-reference-body .site-header .nav-toggle,
  html body.contact-reference-body .site-header .nav-toggle,
  html body.insights-premium-body .site-header .nav-toggle,
  html body.station-product-body .site-header .nav-toggle,
  html body.request-reference-body .site-header .nav-toggle,
  html body.about-premium-body .site-header .nav-toggle,
  html body .site-header .nav-toggle {
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
  }

  html body.home-reference-body .site-header .nav-menu.nav-menu-client,
  html body.fleet-reference-body .site-header .nav-menu.nav-menu-client,
  html body.setrans-reference-body .site-header .nav-menu.nav-menu-client,
  html body.contact-reference-body .site-header .nav-menu.nav-menu-client,
  html body.insights-premium-body .site-header .nav-menu.nav-menu-client,
  html body.station-product-body .site-header .nav-menu.nav-menu-client,
  html body.request-reference-body .site-header .nav-menu.nav-menu-client,
  html body.about-premium-body .site-header .nav-menu.nav-menu-client,
  html body .site-header .nav-menu.nav-menu-client {
    width: min(calc(100% - 28px), 480px) !important;
    max-width: 480px !important;
    inset: calc(var(--pvg-nav-clearance) + 6px) 14px auto 14px !important;
    margin-inline: auto !important;
    padding: 12px !important;
    gap: 4px !important;
    max-height: calc(100dvh - var(--pvg-nav-clearance) - 24px) !important;
  }

  html body.home-reference-body .site-header .nav-menu-client > .nav-link,
  html body.home-reference-body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  html body.fleet-reference-body .site-header .nav-menu-client > .nav-link,
  html body.fleet-reference-body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  html body.setrans-reference-body .site-header .nav-menu-client > .nav-link,
  html body.setrans-reference-body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  html body.contact-reference-body .site-header .nav-menu-client > .nav-link,
  html body.contact-reference-body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  html body.insights-premium-body .site-header .nav-menu-client > .nav-link,
  html body.insights-premium-body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  html body.station-product-body .site-header .nav-menu-client > .nav-link,
  html body.station-product-body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  html body.request-reference-body .site-header .nav-menu-client > .nav-link,
  html body.request-reference-body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  html body.about-premium-body .site-header .nav-menu-client > .nav-link,
  html body.about-premium-body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  html body .site-header .nav-menu-client > .nav-link,
  html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    height: 40px !important;
    min-height: 40px !important;
    padding-inline: 12px !important;
    font-size: .82rem !important;
  }
}

/* Final compact typography contract: 15% smaller, no page-specific oversized headings. */
:root {
  --font-hero: clamp(1.9rem, 2.5vw, 3rem);
  --font-page-title: clamp(1.7rem, 2.35vw, 2.625rem);
  --font-section-title: clamp(1.35rem, 1.75vw, 2.1rem);
  --font-subheading: clamp(1.06rem, 1.18vw, 1.45rem);
  --font-card-title: clamp(.96rem, 1vw, 1.18rem);
  --font-body: clamp(.88rem, .82vw, 1rem);
  --font-small: clamp(.76rem, .72vw, .88rem);
  --font-label: clamp(.64rem, .66vw, .76rem);
}

html body.home-reference-body h1,
html body.fleet-reference-body h1,
html body.setrans-reference-body h1,
html body.contact-reference-body h1,
html body.insights-premium-body h1,
html body.station-product-body h1,
html body.request-reference-body h1,
html body.about-premium-body h1,
html body .page-hero h1,
html body main h1 {
  font-size: clamp(1.9rem, 2.5vw, 3rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

html body.home-reference-body .home-ref-hero h1,
html body.fleet-reference-body .fleet-hero h1,
html body.setrans-reference-body .setrans-hero h1,
html body.contact-reference-body .contact-ref-hero h1,
html body.insights-premium-body .insights-premium-hero h1,
html body.station-product-body .station-hero-v3 h1,
html body.request-reference-body .request-hero h1,
html body.about-premium-body .about-hero-v4 h1,
html body.solutions-body .solutions-hero h1 {
  max-width: 14ch !important;
}

html body.home-reference-body h2,
html body.fleet-reference-body h2,
html body.setrans-reference-body h2,
html body.contact-reference-body h2,
html body.insights-premium-body h2,
html body.station-product-body h2,
html body.request-reference-body h2,
html body.about-premium-body h2,
html body .section-heading h2,
html body main h2 {
  font-size: clamp(1.35rem, 1.75vw, 2.1rem) !important;
  line-height: 1.14 !important;
  letter-spacing: 0 !important;
}

html body.home-reference-body h3,
html body.fleet-reference-body h3,
html body.setrans-reference-body h3,
html body.contact-reference-body h3,
html body.insights-premium-body h3,
html body.station-product-body h3,
html body.request-reference-body h3,
html body.about-premium-body h3,
html body main h3 {
  font-size: clamp(.96rem, 1vw, 1.18rem) !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

html body main p,
html body main li,
html body main label,
html body main input,
html body main select,
html body main textarea {
  font-size: clamp(.88rem, .82vw, 1rem) !important;
}

html body .section-eyebrow,
html body .home-ref-eyebrow,
html body .fleet-eyebrow,
html body .station-eyebrow,
html body .contact-ref-eyebrow,
html body .insights-eyebrow,
html body .request-eyebrow,
html body .about-section-label,
html body .badge,
html body .pill {
  font-size: clamp(.64rem, .66vw, .76rem) !important;
  letter-spacing: .03em !important;
}

@media (max-width: 900px) {
  html body.home-reference-body h1,
  html body.fleet-reference-body h1,
  html body.setrans-reference-body h1,
  html body.contact-reference-body h1,
  html body.insights-premium-body h1,
  html body.station-product-body h1,
  html body.request-reference-body h1,
  html body.about-premium-body h1,
  html body .page-hero h1,
  html body main h1 {
    font-size: clamp(1.8rem, 4.65vw, 2.5rem) !important;
  }

  html body.home-reference-body h2,
  html body.fleet-reference-body h2,
  html body.setrans-reference-body h2,
  html body.contact-reference-body h2,
  html body.insights-premium-body h2,
  html body.station-product-body h2,
  html body.request-reference-body h2,
  html body.about-premium-body h2,
  html body .section-heading h2,
  html body main h2 {
    font-size: clamp(1.3rem, 3.2vw, 1.9rem) !important;
  }
}

@media (max-width: 600px) {
  html body.home-reference-body h1,
  html body.fleet-reference-body h1,
  html body.setrans-reference-body h1,
  html body.contact-reference-body h1,
  html body.insights-premium-body h1,
  html body.station-product-body h1,
  html body.request-reference-body h1,
  html body.about-premium-body h1,
  html body .page-hero h1,
  html body main h1 {
    font-size: clamp(1.65rem, 7.6vw, 2.125rem) !important;
    line-height: 1.1 !important;
  }

  html body.home-reference-body h2,
  html body.fleet-reference-body h2,
  html body.setrans-reference-body h2,
  html body.contact-reference-body h2,
  html body.insights-premium-body h2,
  html body.station-product-body h2,
  html body.request-reference-body h2,
  html body.about-premium-body h2,
  html body .section-heading h2,
  html body main h2 {
    font-size: clamp(1.18rem, 5.4vw, 1.62rem) !important;
  }
}

/* Page-specific typography hard stop for legacy rules with higher specificity. */
html body.fleet-reference-body .fleet-hero h1,
html body.station-product-body .station-hero-copy-v3 h1,
html body.station-product-body .station-hero-v3 h1 {
  font-size: clamp(1.9rem, 2.5vw, 3rem) !important;
  line-height: 1.08 !important;
}

html body.fleet-reference-body .fleet-section-heading h2,
html body.fleet-reference-body .fleet-coverage-copy h2,
html body.fleet-reference-body .fleet-final-cta h2,
html body.station-product-body .section-heading h2,
html body.station-product-body .station-copy-panel h2,
html body.station-product-body .station-cta-panel-v2 h2,
html body.station-product-body .station-faq-copy h2 {
  font-size: clamp(1.35rem, 1.7vw, 2.1rem) !important;
  line-height: 1.14 !important;
}

@media (max-width: 900px) {
  html body.fleet-reference-body .fleet-hero h1,
  html body.station-product-body .station-hero-copy-v3 h1,
  html body.station-product-body .station-hero-v3 h1 {
    font-size: clamp(1.8rem, 4.65vw, 2.5rem) !important;
  }

  html body.fleet-reference-body .fleet-section-heading h2,
  html body.fleet-reference-body .fleet-coverage-copy h2,
  html body.fleet-reference-body .fleet-final-cta h2,
  html body.station-product-body .section-heading h2,
  html body.station-product-body .station-copy-panel h2,
  html body.station-product-body .station-cta-panel-v2 h2,
  html body.station-product-body .station-faq-copy h2 {
    font-size: clamp(1.3rem, 3.2vw, 1.9rem) !important;
  }
}

@media (max-width: 600px) {
  html body.fleet-reference-body .fleet-hero h1,
  html body.station-product-body .station-hero-copy-v3 h1,
  html body.station-product-body .station-hero-v3 h1 {
    font-size: clamp(1.65rem, 7.6vw, 2.125rem) !important;
  }

  html body.fleet-reference-body .fleet-section-heading h2,
  html body.fleet-reference-body .fleet-coverage-copy h2,
  html body.fleet-reference-body .fleet-final-cta h2,
  html body.station-product-body .section-heading h2,
  html body.station-product-body .station-copy-panel h2,
  html body.station-product-body .station-cta-panel-v2 h2,
  html body.station-product-body .station-faq-copy h2 {
    font-size: clamp(1.18rem, 5.4vw, 1.62rem) !important;
  }
}

/* Final PVG-EV white + green palette contract.
   This mirrors the disciplined two-color role system used on ClickaCook, but keeps
   PVG-EV firmly in a clean white/emerald enterprise EV identity. */
:root,
html body {
  --green: #08A66A;
  --green-dark: #047857;
  --green-soft: #ECFDF5;
  --blue: #08A66A;
  --blue-dark: #047857;
  --soft: #F7FCFA;
  --line: rgba(8, 166, 106, .14);
  --glow-soft: 0 0 0 1px rgba(8, 166, 106, .20), 0 18px 52px rgba(8, 166, 106, .12);
  --glass-blue: rgba(8, 166, 106, .12);
  --glass-green: rgba(8, 166, 106, .16);
  --pvg-primary: #08A66A;
  --pvg-primary-dark: #047857;
  --pvg-primary-soft: #ECFDF5;
  --pvg-teal: #067A50;
  --pvg-teal-dark: #045E40;
  --pvg-teal-soft: #DDF8EC;
  --pvg-blue: #08A66A;
  --pvg-blue-dark: #047857;
  --pvg-blue-soft: #ECFDF5;
  --pvg-emerald: #08A66A;
  --pvg-green-dark: #047857;
  --pvg-electric-blue: #08A66A;
  --pvg-cyan-soft: #EAFBF2;
  --pvg-gradient-brand: linear-gradient(135deg, #08A66A 0%, #067A50 100%);
  --pvg-gradient-dark: linear-gradient(135deg, #06251A 0%, #073B29 56%, #0B2F23 100%);
  --matte-glass-bg: linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(247, 255, 252, .58) 48%, rgba(237, 252, 245, .62));
  --matte-glass-bg-strong: linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(247, 255, 252, .74) 52%, rgba(235, 252, 244, .76));
  --matte-glass-dark: linear-gradient(145deg, rgba(6, 37, 26, .86), rgba(4, 96, 63, .70) 56%, rgba(5, 43, 31, .82));
  --matte-glass-shadow-hover: 0 32px 90px rgba(2, 12, 27, .14), 0 14px 36px rgba(8, 166, 106, .10);
}

html body.home-reference-body {
  --home-green: #08A66A;
  --home-green-deep: #047857;
  --home-blue: #08A66A;
  --home-shadow: 0 22px 70px rgba(5, 56, 39, .10);
  --home-shadow-soft: 0 14px 42px rgba(5, 56, 39, .08);
}

html body.insights-premium-body {
  --insight-green: #08A66A;
  --insight-green-deep: #047857;
  --insight-teal: #067A50;
  --insight-blue: #08A66A;
  --insight-bg: #F8FCFA;
  --insight-soft-blue: #ECFDF5;
  --insight-shadow-lift: 0 22px 60px rgba(5, 56, 39, .13);
}

html body.fleet-reference-body {
  --fleet-green: #08A66A;
  --fleet-deep: #047857;
  --fleet-teal: #067A50;
  --fleet-blue: #08A66A;
  --fleet-soft-blue: #ECFDF5;
  --fleet-shadow: 0 12px 36px rgba(5, 56, 39, .08);
}

html body.setrans-reference-body {
  --setrans-green: #08A66A;
  --setrans-green-dark: #047857;
  --setrans-soft-blue: #ECFDF5;
  --setrans-shadow: 0 10px 30px rgba(5, 56, 39, .08);
}

html body.contact-reference-body {
  --contact-green: #08A66A;
  --contact-green-dark: #047857;
  --contact-cyan: #08A66A;
  --contact-bg: #F8FCFA;
  --contact-shadow: 0 18px 48px rgba(5, 56, 39, .09);
}

html body.about-premium-body {
  --about-green: #08A66A;
  --about-green-dark: #047857;
  --about-bg: #F8FCFA;
  --about-shadow: 0 20px 60px rgba(5, 56, 39, .08);
}

html body.station-product-body {
  --station-border: rgba(8, 166, 106, .16);
  --station-border-strong: rgba(8, 166, 106, .24);
  --station-shadow: 0 24px 68px rgba(5, 56, 39, .10);
}

html body.request-reference-body {
  --request-card-shadow: 0 18px 44px rgba(5, 56, 39, .08);
}

html body,
html body.home-reference-body,
html body.insights-premium-body,
html body.fleet-reference-body,
html body.setrans-reference-body,
html body.contact-reference-body,
html body.about-premium-body,
html body.station-product-body,
html body.request-reference-body {
  background:
    radial-gradient(circle at 10% 8%, rgba(8, 166, 106, .08), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(8, 166, 106, .06), transparent 30%),
    linear-gradient(180deg, #FFFFFF 0%, #F8FCFA 42%, #FFFFFF 100%) !important;
}

html body .site-header .nav-shell.nav-shell-client,
html body .site-header.is-scrolled .nav-shell.nav-shell-client {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(248, 255, 252, .62) 52%, rgba(239, 252, 246, .68)),
    radial-gradient(circle at 14% 8%, rgba(8, 166, 106, .12), transparent 34%) !important;
  border-color: rgba(255, 255, 255, .68) !important;
  box-shadow:
    0 20px 54px rgba(5, 56, 39, .10),
    0 1px 0 rgba(255, 255, 255, .84) inset,
    0 -1px 0 rgba(8, 166, 106, .06) inset !important;
}

html body .site-header .nav-menu.nav-menu-client,
html body .site-header.is-scrolled .nav-menu.nav-menu-client,
html body.menu-open .site-header .nav-menu.nav-menu-client {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(244, 255, 250, .82)),
    radial-gradient(circle at 12% 0%, rgba(8, 166, 106, .12), transparent 34%) !important;
  border-color: rgba(255, 255, 255, .70) !important;
  box-shadow: 0 24px 64px rgba(5, 56, 39, .14), inset 0 1px 0 rgba(255, 255, 255, .86) !important;
}

html body .site-header .nav-link.is-active,
html body .site-header .nav-dropdown.is-active > .dropdown-toggle,
html body .site-header .nav-link:hover,
html body .site-header .nav-link:focus-visible {
  color: #047857 !important;
  background: rgba(236, 253, 245, .86) !important;
  border-color: rgba(8, 166, 106, .18) !important;
}

html body .site-header .nav-link::after,
html body .section-eyebrow::before,
html body .home-ref-eyebrow::before,
html body .fleet-eyebrow::before,
html body .station-eyebrow::before,
html body .contact-ref-eyebrow::before,
html body .insights-eyebrow::before,
html body .request-eyebrow::before,
html body .about-section-label::before {
  background: #08A66A !important;
}

html body .button-primary,
html body .button.button-primary,
html body .nav-cta-request,
html body .mobile-request-link,
html body .quick-enquiry-button,
html body .quick-enquiry-link,
html body .form-submit,
html body [data-request-submit],
html body button[type="submit"],
html body .insights-newsletter-form button,
html body .site-footer-newsletter button,
html body .footer-newsletter button {
  color: #FFFFFF !important;
  background: linear-gradient(135deg, #08A66A 0%, #047857 100%) !important;
  border-color: rgba(8, 166, 106, .28) !important;
  box-shadow:
    0 14px 30px rgba(8, 166, 106, .18),
    inset 0 1px 0 rgba(255, 255, 255, .34) !important;
}

html body .button-primary:hover,
html body .button.button-primary:hover,
html body .nav-cta-request:hover,
html body .mobile-request-link:hover,
html body .quick-enquiry-button:hover,
html body .quick-enquiry-link:hover,
html body .form-submit:hover,
html body [data-request-submit]:hover,
html body button[type="submit"]:hover {
  background: linear-gradient(135deg, #0BB783 0%, #036B49 100%) !important;
  box-shadow:
    0 18px 38px rgba(8, 166, 106, .24),
    inset 0 1px 0 rgba(255, 255, 255, .38) !important;
}

html body .button-secondary,
html body .button.button-secondary,
html body .nav-cta:not(.nav-cta-request),
html body .button-outline,
html body .outline-button {
  color: #047857 !important;
  background: rgba(255, 255, 255, .88) !important;
  border-color: rgba(8, 166, 106, .20) !important;
  box-shadow: 0 10px 26px rgba(5, 56, 39, .08), inset 0 1px 0 rgba(255, 255, 255, .88) !important;
}

html body .badge,
html body .pill,
html body .category-badge,
html body .request-step.is-active,
html body .request-progress-step.is-active,
html body .insights-chip.is-active,
html body .filter-chip.is-active {
  color: #047857 !important;
  background: rgba(236, 253, 245, .86) !important;
  border-color: rgba(8, 166, 106, .20) !important;
}

html body .icon-badge,
html body .service-icon,
html body .card-icon,
html body .feature-icon,
html body .request-option-icon,
html body .home-ref-card-icon,
html body .fleet-card-icon,
html body .station-card-icon,
html body .about-icon,
html body .contact-option-icon {
  color: #047857 !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(236, 253, 245, .84)),
    radial-gradient(circle at 30% 20%, rgba(8, 166, 106, .18), transparent 48%) !important;
  box-shadow: 0 12px 26px rgba(8, 166, 106, .12) !important;
}

html body .glass-card,
html body .glass-panel,
html body .home-ref-panel,
html body .fleet-card,
html body .station-card,
html body .request-card,
html body .contact-form-card,
html body .insights-featured-card,
html body .insights-article-card,
html body .about-card,
html body .setrans-card {
  border-color: rgba(8, 166, 106, .12) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .90), rgba(248, 255, 252, .72)),
    radial-gradient(circle at 100% 0%, rgba(8, 166, 106, .08), transparent 36%) !important;
  box-shadow: 0 18px 52px rgba(5, 56, 39, .09), inset 0 1px 0 rgba(255, 255, 255, .84) !important;
}

html body .home-ref-final-cta,
html body .home-ref-cta-panel,
html body .fleet-final-cta,
html body .station-cta-panel-v2,
html body .insights-cta-panel,
html body .contact-final-cta,
html body .setrans-final-cta,
html body .compact-final-cta {
  background:
    radial-gradient(circle at 78% 45%, rgba(8, 166, 106, .22), transparent 36%),
    linear-gradient(135deg, #06251A 0%, #047857 58%, #073B29 100%) !important;
  border-color: rgba(255, 255, 255, .20) !important;
}

html body .energy-flow,
html body .charging-flow,
html body .progress-fill,
html body .battery-fill,
html body .workflow-line,
html body .timeline-line,
html body .connector-line {
  background: linear-gradient(90deg, #DDF8EC, #08A66A, #047857) !important;
  box-shadow: 0 0 20px rgba(8, 166, 106, .28) !important;
}

html body a:not(.button):not(.nav-link):not(.nav-cta):not(.quick-enquiry-link) {
  color: #047857;
}

html body ::selection {
  color: #FFFFFF;
  background: #08A66A;
}

/* 2026-08-01 shared navigation lock.
   One fixed matte-glass header for every page, with identical logo and CTA
   dimensions before and after scrolling. */
:root {
  --pvg-nav-top: 14px;
  --pvg-nav-shell-height: 78px;
  --pvg-nav-shell-radius: 20px;
  --pvg-nav-logo-width: 190px;
  --pvg-nav-cta-width: 196px;
}

html body .site-header,
html body .site-header.is-scrolled,
html body.home-reference-body .site-header,
html body.fleet-reference-body .site-header,
html body.setrans-reference-body .site-header,
html body.contact-reference-body .site-header,
html body.insights-premium-body .site-header,
html body.station-product-body .site-header,
html body.request-reference-body .site-header,
html body.about-premium-body .site-header {
  position: fixed !important;
  top: var(--pvg-nav-top) !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 10000 !important;
  width: 100% !important;
  height: var(--pvg-nav-shell-height) !important;
  min-height: var(--pvg-nav-shell-height) !important;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
}

html body .site-header .nav-shell.nav-shell-client,
html body .site-header.is-scrolled .nav-shell.nav-shell-client,
html body.home-reference-body .site-header .nav-shell.nav-shell-client,
html body.fleet-reference-body .site-header .nav-shell.nav-shell-client,
html body.setrans-reference-body .site-header .nav-shell.nav-shell-client,
html body.contact-reference-body .site-header .nav-shell.nav-shell-client,
html body.insights-premium-body .site-header .nav-shell.nav-shell-client,
html body.station-product-body .site-header .nav-shell.nav-shell-client,
html body.request-reference-body .site-header .nav-shell.nav-shell-client,
html body.about-premium-body .site-header .nav-shell.nav-shell-client {
  position: relative !important;
  display: grid !important;
  grid-template-columns: var(--pvg-nav-logo-width) minmax(0, 1fr) var(--pvg-nav-cta-width) !important;
  align-items: center !important;
  gap: 16px !important;
  width: min(calc(100% - 32px), 1360px) !important;
  height: var(--pvg-nav-shell-height) !important;
  min-height: var(--pvg-nav-shell-height) !important;
  margin: 0 auto !important;
  padding: 10px 16px !important;
  overflow: visible !important;
  pointer-events: auto !important;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: var(--pvg-nav-shell-radius) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .76), rgba(248, 255, 252, .58) 52%, rgba(236, 253, 245, .62)),
    radial-gradient(circle at 16% 0%, rgba(8, 166, 106, .11), transparent 34%) !important;
  box-shadow:
    0 24px 66px rgba(4, 41, 29, .14),
    inset 0 1px 0 rgba(255, 255, 255, .92),
    inset 0 -1px 0 rgba(8, 166, 106, .08) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.24) !important;
  backdrop-filter: blur(22px) saturate(1.24) !important;
  transform: none !important;
  transition: box-shadow 180ms ease, border-color 180ms ease, background 180ms ease !important;
}

html body .site-header .nav-shell.nav-shell-client::before {
  content: "" !important;
  position: absolute !important;
  inset: 1px !important;
  z-index: -1 !important;
  border-radius: calc(var(--pvg-nav-shell-radius) - 1px) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .50), rgba(255, 255, 255, .12) 38%, rgba(8, 166, 106, .07)),
    radial-gradient(circle at 75% 0%, rgba(255, 255, 255, .55), transparent 34%) !important;
  opacity: .92 !important;
  pointer-events: none !important;
}

html body .site-header .nav-shell.nav-shell-client::after {
  content: "" !important;
  position: absolute !important;
  inset: auto 18px 0 !important;
  height: 1px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, transparent, rgba(8, 166, 106, .22), transparent) !important;
  pointer-events: none !important;
}

html body .site-header .brand,
html body .site-header.is-scrolled .brand {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: var(--pvg-nav-logo-width) !important;
  min-width: var(--pvg-nav-logo-width) !important;
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

html body .site-header .brand-logo-real.nav-logo-real,
html body .site-header.is-scrolled .brand-logo-real.nav-logo-real {
  display: block !important;
  width: var(--pvg-nav-logo-width) !important;
  max-width: var(--pvg-nav-logo-width) !important;
  height: 54px !important;
  max-height: 54px !important;
  object-fit: contain !important;
  object-position: left center !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  clip-path: none !important;
  filter: none !important;
  transform: none !important;
}

html body .site-header .nav-logo-mark,
html body .site-header .nav-logo-text,
html body .site-header .brand-mark,
html body .site-header .brand-text {
  display: none !important;
}

html body .site-header .nav-menu.nav-menu-client,
html body .site-header.is-scrolled .nav-menu.nav-menu-client {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

html body .site-header .nav-menu-client > .nav-link,
html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-width: 0 !important;
  min-height: 42px !important;
  height: 42px !important;
  padding: 0 10px !important;
  margin: 0 !important;
  white-space: nowrap !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  color: #0E1B2A !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: clamp(.78rem, .70vw, .86rem) !important;
  line-height: 1 !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  transform: none !important;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}

html body .site-header .nav-menu-client > .nav-dropdown {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .site-header .nav-menu-client > .nav-link::after,
html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle::after {
  content: "" !important;
  position: absolute !important;
  right: 12px !important;
  bottom: 6px !important;
  left: 12px !important;
  width: auto !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(8, 166, 106, 0), rgba(8, 166, 106, .95), rgba(8, 166, 106, 0)) !important;
  opacity: 0 !important;
  transform: none !important;
  transition: opacity 180ms ease !important;
}

html body .site-header .nav-link.is-active,
html body .site-header .nav-dropdown.is-active > .dropdown-toggle,
html body .site-header .nav-link:hover,
html body .site-header .nav-dropdown:hover > .dropdown-toggle,
html body .site-header .nav-link:focus-visible,
html body .site-header .nav-dropdown:focus-within > .dropdown-toggle {
  color: #047857 !important;
  border-color: rgba(8, 166, 106, .20) !important;
  background: rgba(236, 253, 245, .78) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86), 0 8px 18px rgba(8, 166, 106, .08) !important;
}

html body .site-header .nav-link.is-active::after,
html body .site-header .nav-dropdown.is-active > .dropdown-toggle::after {
  opacity: .9 !important;
}

html body .site-header .dropdown-caret {
  display: inline-block !important;
  width: 7px !important;
  height: 7px !important;
  margin-top: -3px !important;
  border-right: 2px solid currentColor !important;
  border-bottom: 2px solid currentColor !important;
  transform: rotate(45deg) !important;
  transition: transform 180ms ease !important;
}

html body .site-header .nav-dropdown.is-open > .dropdown-toggle .dropdown-caret,
html body .site-header .nav-dropdown:focus-within > .dropdown-toggle .dropdown-caret {
  transform: rotate(225deg) translate(-2px, -2px) !important;
}

html body .site-header .dropdown-menu {
  position: absolute !important;
  top: calc(100% + 12px) !important;
  left: 50% !important;
  z-index: 10002 !important;
  display: grid !important;
  min-width: 250px !important;
  padding: 10px !important;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, .74) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .90), rgba(246, 255, 250, .76)),
    radial-gradient(circle at 15% 0%, rgba(8, 166, 106, .10), transparent 40%) !important;
  box-shadow: 0 24px 56px rgba(4, 41, 29, .16), inset 0 1px 0 rgba(255, 255, 255, .90) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.18) !important;
  backdrop-filter: blur(24px) saturate(1.18) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translate(-50%, 8px) !important;
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease !important;
}

html body .site-header .nav-dropdown.is-open .dropdown-menu,
html body .site-header .nav-dropdown:focus-within .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translate(-50%, 0) !important;
}

@media (hover: hover) and (pointer: fine) {
  html body .site-header .nav-dropdown:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate(-50%, 0) !important;
  }
}

html body .site-header .dropdown-link {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 42px !important;
  padding: 10px 12px !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  color: #0E1B2A !important;
  background: transparent !important;
  font-size: .88rem !important;
  font-weight: 720 !important;
  line-height: 1.22 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease !important;
}

html body .site-header .dropdown-link:hover,
html body .site-header .dropdown-link:focus-visible,
html body .site-header .dropdown-link.is-active {
  color: #047857 !important;
  border-color: rgba(8, 166, 106, .18) !important;
  background: rgba(236, 253, 245, .82) !important;
  transform: translateX(2px) !important;
}

html body .site-header .dropdown-link.is-active::after {
  content: "" !important;
  width: 7px !important;
  height: 7px !important;
  margin-left: 12px !important;
  border-radius: 999px !important;
  background: #08A66A !important;
  box-shadow: 0 0 0 5px rgba(8, 166, 106, .11) !important;
}

html body .site-header .nav-actions,
html body .site-header.is-scrolled .nav-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: var(--pvg-nav-cta-width) !important;
  min-width: var(--pvg-nav-cta-width) !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

html body .site-header .nav-actions .nav-cta:not(.nav-cta-request) {
  display: none !important;
}

html body .site-header .nav-cta-request,
html body .site-header.is-scrolled .nav-cta-request,
html body .site-header .nav-cta-request:visited,
html body .site-header .nav-cta-request:hover,
html body .site-header .nav-cta-request:focus-visible,
html body .site-header .nav-cta-request:active,
html body .site-header .nav-cta-request.is-active {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: var(--pvg-nav-cta-width) !important;
  min-width: var(--pvg-nav-cta-width) !important;
  max-width: var(--pvg-nav-cta-width) !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(8, 166, 106, .22) !important;
  border-radius: 999px !important;
  color: #FFFFFF !important;
  background: linear-gradient(135deg, #08A66A 0%, #047857 100%) !important;
  box-shadow: 0 15px 30px rgba(8, 166, 106, .20), inset 0 1px 0 rgba(255, 255, 255, .34) !important;
  font-size: .86rem !important;
  font-weight: 820 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  transform: none !important;
}

html body .site-header .mobile-contact-link.mobile-request-link {
  display: none !important;
}

html body .site-header .nav-toggle {
  display: none !important;
}

@media (max-width: 1120px) and (min-width: 1024px) {
  :root {
    --pvg-nav-logo-width: 176px;
    --pvg-nav-cta-width: 184px;
  }

  html body .site-header .nav-shell.nav-shell-client,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client {
    gap: 10px !important;
    width: min(calc(100% - 24px), 1360px) !important;
    padding: 10px 12px !important;
  }

  html body .site-header .nav-menu.nav-menu-client {
    gap: 4px !important;
  }

  html body .site-header .nav-menu-client > .nav-link,
  html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    padding: 0 8px !important;
    font-size: .78rem !important;
  }

  html body .site-header .nav-cta-request,
  html body .site-header.is-scrolled .nav-cta-request {
    font-size: .78rem !important;
  }
}

@media (max-width: 1023px) {
  :root {
    --pvg-nav-top: calc(env(safe-area-inset-top, 0px) + 10px);
    --pvg-nav-shell-height: 66px;
    --pvg-nav-shell-radius: 22px;
    --pvg-nav-logo-width: min(224px, calc(100vw - 132px));
    --pvg-nav-cta-width: 0px;
  }

  html body .site-header,
  html body .site-header.is-scrolled {
    height: var(--pvg-nav-shell-height) !important;
    min-height: var(--pvg-nav-shell-height) !important;
  }

  html body .site-header .nav-shell.nav-shell-client,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px !important;
    width: min(calc(100% - 28px), 720px) !important;
    height: var(--pvg-nav-shell-height) !important;
    min-height: var(--pvg-nav-shell-height) !important;
    padding: 8px 10px 8px 14px !important;
    border-radius: var(--pvg-nav-shell-radius) !important;
  }

  html body .site-header .brand,
  html body .site-header.is-scrolled .brand {
    width: var(--pvg-nav-logo-width) !important;
    min-width: 0 !important;
    height: 50px !important;
    min-height: 50px !important;
  }

  html body .site-header .brand-logo-real.nav-logo-real,
  html body .site-header.is-scrolled .brand-logo-real.nav-logo-real {
    width: var(--pvg-nav-logo-width) !important;
    max-width: var(--pvg-nav-logo-width) !important;
    height: 48px !important;
    max-height: 48px !important;
  }

  html body .site-header .nav-actions,
  html body .site-header.is-scrolled .nav-actions {
    display: none !important;
  }

  html body .site-header .nav-toggle,
  html body .site-header.is-scrolled .nav-toggle {
    position: relative !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(8, 166, 106, .18) !important;
    border-radius: 16px !important;
    color: #0E1B2A !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .90), rgba(248, 255, 252, .70)),
      radial-gradient(circle at 20% 0%, rgba(8, 166, 106, .10), transparent 46%) !important;
    box-shadow: 0 12px 28px rgba(4, 41, 29, .10), inset 0 1px 0 rgba(255, 255, 255, .92) !important;
  }

  html body .site-header .nav-toggle span {
    display: block !important;
    width: 23px !important;
    height: 2.5px !important;
    border-radius: 999px !important;
    background: currentColor !important;
    transform-origin: center !important;
    transition: transform 170ms ease, opacity 170ms ease !important;
  }

  html body.menu-open .site-header .nav-toggle span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg) !important;
  }

  html body.menu-open .site-header .nav-toggle span:nth-child(2) {
    opacity: 0 !important;
  }

  html body.menu-open .site-header .nav-toggle span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg) !important;
  }

  html body .site-header .nav-menu.nav-menu-client,
  html body .site-header.is-scrolled .nav-menu.nav-menu-client {
    position: fixed !important;
    top: calc(var(--pvg-nav-top) + var(--pvg-nav-shell-height) + 10px) !important;
    right: 14px !important;
    left: 14px !important;
    z-index: 10001 !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 7px !important;
    width: auto !important;
    max-width: 720px !important;
    max-height: calc(100svh - var(--pvg-nav-top) - var(--pvg-nav-shell-height) - 34px) !important;
    margin: 0 auto !important;
    padding: 16px !important;
    overflow: auto !important;
    border: 1px solid rgba(255, 255, 255, .78) !important;
    border-radius: 24px !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(246, 255, 250, .68)),
      radial-gradient(circle at 18% 0%, rgba(8, 166, 106, .12), transparent 42%) !important;
    box-shadow: 0 30px 74px rgba(4, 41, 29, .18), inset 0 1px 0 rgba(255, 255, 255, .92) !important;
    -webkit-backdrop-filter: blur(26px) saturate(1.20) !important;
    backdrop-filter: blur(26px) saturate(1.20) !important;
  }

  html body .site-header .nav-menu.nav-menu-client.is-open,
  html body .site-header.is-scrolled .nav-menu.nav-menu-client.is-open {
    display: flex !important;
  }

  html body .site-header .nav-menu-client > .nav-link,
  html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  html body .site-header .nav-menu-client > .mobile-request-link {
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 46px !important;
    height: auto !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
    font-size: .98rem !important;
    line-height: 1.2 !important;
    font-weight: 780 !important;
    text-align: left !important;
  }

  html body .site-header .nav-menu-client > .nav-link::after,
  html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle::after {
    display: none !important;
  }

  html body .site-header .nav-menu-client > .nav-dropdown {
    display: block !important;
    width: 100% !important;
  }

  html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    display: flex !important;
  }

  html body .site-header .dropdown-menu {
    position: static !important;
    display: none !important;
    min-width: 0 !important;
    width: 100% !important;
    padding: 4px 0 4px 12px !important;
    margin: 2px 0 0 !important;
    border: 0 !important;
    border-left: 1px solid rgba(8, 166, 106, .20) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body .site-header .nav-dropdown.is-open .dropdown-menu,
  html body .site-header .nav-dropdown:focus-within .dropdown-menu {
    display: grid !important;
    transform: none !important;
  }

  html body .site-header .dropdown-link {
    min-height: 42px !important;
    padding: 10px 12px !important;
    border-radius: 14px !important;
    font-size: .92rem !important;
    white-space: normal !important;
  }

  html body .site-header .mobile-contact-link.mobile-request-link {
    display: flex !important;
    justify-content: center !important;
    min-height: 50px !important;
    margin-top: 8px !important;
    color: #FFFFFF !important;
    background: linear-gradient(135deg, #08A66A 0%, #047857 100%) !important;
    border-color: rgba(8, 166, 106, .22) !important;
    box-shadow: 0 16px 34px rgba(8, 166, 106, .20), inset 0 1px 0 rgba(255, 255, 255, .34) !important;
    text-align: center !important;
  }
}

@media (max-width: 380px) {
  :root {
    --pvg-nav-logo-width: min(196px, calc(100vw - 120px));
  }

  html body .site-header .nav-shell.nav-shell-client,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client {
    width: calc(100% - 18px) !important;
    padding-inline: 10px !important;
  }

  html body .site-header .nav-toggle,
  html body .site-header.is-scrolled .nav-toggle {
    width: 46px !important;
    min-width: 46px !important;
  }

  html body .site-header .nav-menu.nav-menu-client {
    right: 9px !important;
    left: 9px !important;
    padding: 14px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .site-header *,
  html body .site-header *::before,
  html body .site-header *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* 2026-08-01 breakpoint repair.
   Older page-specific nav rules used wider tablet breakpoints. This final lock
   keeps the header behavior identical on every page: full nav on desktop,
   hamburger drawer on tablet/mobile, with no scroll-state morphing. */
@media (min-width: 1101px) {
  html body[class] .site-header .nav-shell.nav-shell-client,
  html body[class] .site-header.is-scrolled .nav-shell.nav-shell-client,
  html body .site-header .nav-shell.nav-shell-client,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client {
    display: grid !important;
    grid-template-columns: var(--pvg-nav-logo-width) minmax(0, 1fr) var(--pvg-nav-cta-width) !important;
    gap: 16px !important;
    height: var(--pvg-nav-shell-height) !important;
    min-height: var(--pvg-nav-shell-height) !important;
  }

  html body[class] .site-header .nav-menu.nav-menu-client,
  html body[class] .site-header.is-scrolled .nav-menu.nav-menu-client,
  html body .site-header .nav-menu.nav-menu-client,
  html body .site-header.is-scrolled .nav-menu.nav-menu-client {
    position: static !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  html body[class] .site-header .nav-actions,
  html body[class] .site-header.is-scrolled .nav-actions,
  html body .site-header .nav-actions,
  html body .site-header.is-scrolled .nav-actions {
    display: flex !important;
    width: var(--pvg-nav-cta-width) !important;
    min-width: var(--pvg-nav-cta-width) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  html body[class] .site-header .nav-cta-request,
  html body[class] .site-header.is-scrolled .nav-cta-request,
  html body .site-header .nav-cta-request,
  html body .site-header.is-scrolled .nav-cta-request {
    display: inline-flex !important;
    width: var(--pvg-nav-cta-width) !important;
    min-width: var(--pvg-nav-cta-width) !important;
    max-width: var(--pvg-nav-cta-width) !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: linear-gradient(135deg, #08A66A 0%, #047857 100%) !important;
  }

  html body[class] .site-header .nav-toggle,
  html body[class] .site-header.is-scrolled .nav-toggle,
  html body .site-header .nav-toggle,
  html body .site-header.is-scrolled .nav-toggle {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  :root {
    --pvg-nav-top: calc(env(safe-area-inset-top, 0px) + 10px);
    --pvg-nav-shell-height: 66px;
    --pvg-nav-shell-radius: 22px;
    --pvg-nav-logo-width: min(224px, calc(100vw - 132px));
    --pvg-nav-cta-width: 0px;
  }

  html body[class] .site-header .nav-shell.nav-shell-client,
  html body[class] .site-header.is-scrolled .nav-shell.nav-shell-client,
  html body .site-header .nav-shell.nav-shell-client,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client {
    grid-template-columns: minmax(0, 1fr) auto !important;
    width: min(calc(100% - 28px), 720px) !important;
    height: var(--pvg-nav-shell-height) !important;
    min-height: var(--pvg-nav-shell-height) !important;
    padding: 8px 10px 8px 14px !important;
  }

  html body[class] .site-header .nav-actions,
  html body[class] .site-header.is-scrolled .nav-actions,
  html body .site-header .nav-actions,
  html body .site-header.is-scrolled .nav-actions {
    display: none !important;
  }

  html body[class] .site-header .nav-toggle,
  html body[class] .site-header.is-scrolled .nav-toggle,
  html body .site-header .nav-toggle,
  html body .site-header.is-scrolled .nav-toggle {
    display: inline-flex !important;
  }

  html body[class] .site-header .nav-menu.nav-menu-client,
  html body[class] .site-header.is-scrolled .nav-menu.nav-menu-client,
  html body .site-header .nav-menu.nav-menu-client,
  html body .site-header.is-scrolled .nav-menu.nav-menu-client {
    position: fixed !important;
    top: calc(var(--pvg-nav-top) + var(--pvg-nav-shell-height) + 10px) !important;
    right: 14px !important;
    left: 14px !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: auto !important;
    max-width: 720px !important;
    height: auto !important;
    max-height: calc(100svh - var(--pvg-nav-top) - var(--pvg-nav-shell-height) - 34px) !important;
    padding: 16px !important;
    margin: 0 auto !important;
    overflow: auto !important;
    border: 1px solid rgba(255, 255, 255, .78) !important;
    border-radius: 24px !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(246, 255, 250, .70)),
      radial-gradient(circle at 18% 0%, rgba(8, 166, 106, .12), transparent 42%) !important;
    box-shadow: 0 30px 74px rgba(4, 41, 29, .18), inset 0 1px 0 rgba(255, 255, 255, .92) !important;
    -webkit-backdrop-filter: blur(26px) saturate(1.20) !important;
    backdrop-filter: blur(26px) saturate(1.20) !important;
  }

  html body.menu-open[class] .site-header .nav-menu.nav-menu-client,
  html body.menu-open[class] .site-header.is-scrolled .nav-menu.nav-menu-client,
  html body.menu-open .site-header .nav-menu.nav-menu-client,
  html body.menu-open .site-header.is-scrolled .nav-menu.nav-menu-client,
  html body[class] .site-header .nav-menu.nav-menu-client.is-open,
  html body[class] .site-header.is-scrolled .nav-menu.nav-menu-client.is-open,
  html body .site-header .nav-menu.nav-menu-client.is-open,
  html body .site-header.is-scrolled .nav-menu.nav-menu-client.is-open {
    display: flex !important;
  }
}

/* 2026-08-01 Pilot Programme enterprise SaaS redesign.
   Scoped to the pilot page so global navigation and the approved content remain stable. */
.pilot-enterprise-body {
  background:
    radial-gradient(circle at 12% 18%, rgba(8, 166, 106, .10), transparent 34%),
    radial-gradient(circle at 88% 16%, rgba(14, 165, 255, .12), transparent 30%),
    linear-gradient(180deg, #F7FFFB 0%, #FFFFFF 42%, #F3FBF8 100%);
}

.pilot-enterprise-page {
  --pilot-radius: 24px;
  --pilot-radius-sm: 18px;
  --pilot-glass-bg: rgba(255, 255, 255, .72);
  --pilot-glass-bg-strong: rgba(255, 255, 255, .84);
  --pilot-border: rgba(15, 23, 42, .08);
  --pilot-border-strong: rgba(8, 166, 106, .22);
  --pilot-shadow: 0 24px 70px rgba(2, 12, 27, .10);
  --pilot-soft-shadow: 0 16px 42px rgba(2, 12, 27, .075);
  --pilot-text: #0E1B2A;
  --pilot-muted: #526173;
  overflow-x: clip;
}

.pilot-enterprise-page .section-shell {
  width: min(100% - 48px, 1280px);
}

.pilot-enterprise-page .section,
.pilot-enterprise-page .compact-section {
  padding-block: clamp(36px, 4.6vw, 64px) !important;
}

.pilot-enterprise-page .section-heading {
  margin-bottom: clamp(18px, 2vw, 28px);
}

.pilot-enterprise-page .section-heading h2 {
  max-width: 760px;
  font-size: clamp(1.65rem, 2.3vw, 2.25rem);
  line-height: 1.12;
}

.pilot-enterprise-page .section-heading p {
  max-width: 720px;
  font-size: clamp(.96rem, 1vw, 1.05rem);
}

.pilot-enterprise-page :where(.pilot-enterprise-copy,
.pilot-enterprise-visual,
.pilot-visual-strip,
.pilot-mini-card,
.pilot-evaluation-panel,
.pilot-workflow-zigzag li,
.pilot-roadmap-card,
.pilot-form-v2,
.pilot-form-v2 fieldset) {
  border: 1px solid rgba(255, 255, 255, .72);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .80), rgba(246, 255, 250, .58)),
    radial-gradient(circle at 22% 0%, rgba(8, 166, 106, .10), transparent 42%),
    radial-gradient(circle at 100% 100%, rgba(14, 165, 255, .12), transparent 42%);
  box-shadow: var(--pilot-soft-shadow), inset 0 1px 0 rgba(255, 255, 255, .92);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
  backdrop-filter: blur(24px) saturate(1.2);
}

.pilot-enterprise-hero {
  position: relative;
  isolation: isolate;
  padding-block: clamp(108px, 9vw, 142px) clamp(44px, 5vw, 72px) !important;
  background:
    radial-gradient(circle at 78% 12%, rgba(14, 165, 255, .16), transparent 28%),
    linear-gradient(135deg, rgba(8, 166, 106, .08), rgba(14, 165, 255, .10) 58%, rgba(255, 255, 255, .88));
}

.pilot-enterprise-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .88) 0%, rgba(255, 255, 255, .58) 48%, rgba(255, 255, 255, .88) 100%),
    url("public/assets/pvg-ev/backgrounds/chennai-skyline-day.webp") center / cover no-repeat;
  opacity: .42;
}

.pilot-enterprise-hero::after {
  content: "";
  position: absolute;
  inset: auto 4% -58px 4%;
  height: 150px;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(8, 166, 106, .16), transparent 66%);
  filter: blur(24px);
}

.pilot-enterprise-hero-grid {
  display: grid;
  grid-template-columns: minmax(330px, .43fr) minmax(520px, .57fr);
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
}

.pilot-enterprise-copy {
  position: relative;
  z-index: 2;
  padding: clamp(28px, 3.2vw, 48px);
  border-radius: var(--pilot-radius);
}

.pilot-enterprise-copy .breadcrumb {
  margin-bottom: 34px;
}

.pilot-enterprise-copy .eyebrow {
  margin-bottom: 14px;
}

.pilot-enterprise-copy h1 {
  max-width: 720px;
  margin: 0 0 18px;
  color: var(--pilot-text);
  font-size: clamp(2rem, 3.1vw, 2.75rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.pilot-enterprise-copy .page-lead {
  max-width: 660px;
  margin-bottom: 20px;
  color: var(--pilot-muted);
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  line-height: 1.65;
}

.pilot-hero-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 26px;
}

.pilot-status-badge {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 8px 14px;
  margin: 0;
  border: 1px solid rgba(8, 166, 106, .20);
  border-radius: 999px;
  color: #047857;
  background: rgba(226, 255, 242, .70);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82);
}

.pilot-status-badge.is-muted {
  color: #075985;
  border-color: rgba(14, 165, 255, .22);
  background: rgba(224, 247, 255, .70);
}

.pilot-enterprise-actions .button {
  position: relative;
  min-height: 52px;
  overflow: hidden;
  gap: 10px;
  transform: translateZ(0);
}

.pilot-enterprise-actions .button::after,
.pilot-wizard-actions .button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .42) 42%, transparent 64%);
  opacity: 0;
  transform: translateX(-120%);
  transition: transform .36s ease, opacity .28s ease;
}

.pilot-enterprise-actions .button:hover,
.pilot-wizard-actions .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(8, 166, 106, .18);
}

.pilot-enterprise-actions .button:hover::after,
.pilot-wizard-actions .button:hover::after {
  opacity: 1;
  transform: translateX(120%);
}

.pilot-enterprise-visual {
  position: relative;
  min-height: clamp(420px, 38vw, 610px);
  overflow: hidden;
  border-radius: var(--pilot-radius);
  background: rgba(4, 27, 38, .08);
  transform: translateZ(0);
}

.pilot-enterprise-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transform-origin: 52% 50%;
  animation: pilotKenBurns 18s ease-in-out infinite alternate;
}

.pilot-enterprise-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 18, 27, .06), rgba(5, 18, 27, .20)),
    radial-gradient(circle at 72% 38%, rgba(14, 165, 255, .14), transparent 28%);
  pointer-events: none;
}

.pilot-image-overlay {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 4px;
  min-width: 172px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .64);
  border-radius: 18px;
  color: #FFFFFF;
  background:
    linear-gradient(145deg, rgba(11, 18, 32, .54), rgba(14, 27, 42, .30)),
    rgba(255, 255, 255, .10);
  box-shadow: 0 18px 36px rgba(2, 12, 27, .22), inset 0 1px 0 rgba(255, 255, 255, .24);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  backdrop-filter: blur(22px) saturate(1.2);
  animation: pilotOverlayFloat 5.5s ease-in-out infinite;
}

.pilot-image-overlay small {
  color: rgba(255, 255, 255, .72);
  font-size: .70rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pilot-image-overlay strong {
  font-size: 1.02rem;
  line-height: 1.15;
}

.overlay-stage {
  top: 24px;
  left: 24px;
}

.overlay-market {
  top: 24px;
  right: 24px;
  animation-delay: .8s;
}

.overlay-partner {
  right: 24px;
  bottom: 24px;
  animation-delay: 1.4s;
}

.overlay-readiness {
  left: 24px;
  bottom: 24px;
  animation-delay: 2s;
}

.pilot-visual-strip-section {
  padding-block: clamp(22px, 3vw, 38px) !important;
}

.pilot-visual-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 12px;
  border-radius: var(--pilot-radius);
}

.pilot-visual-strip article {
  position: relative;
  min-height: 178px;
  overflow: hidden;
  border-radius: 18px;
  background: #EAF8F4;
}

.pilot-visual-strip img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform .32s ease, filter .32s ease;
}

.pilot-visual-strip article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 36%, rgba(4, 18, 28, .62));
}

.pilot-visual-strip span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 1;
  color: #FFFFFF;
  font-size: .86rem;
  font-weight: 900;
}

.pilot-visual-strip article:hover img {
  transform: scale(1.06);
  filter: saturate(1.08);
}

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

.pilot-mini-card {
  position: relative;
  min-height: 156px;
  padding: 22px;
  border-radius: var(--pilot-radius-sm);
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.pilot-mini-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--pilot-accent, #08A66A), rgba(14, 165, 255, .42)) border-box;
  opacity: 0;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity .28s ease;
}

.pilot-mini-card .line-icon {
  color: var(--pilot-accent, #08A66A);
  background: linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(228, 255, 244, .72));
  box-shadow: 0 12px 30px rgba(8, 166, 106, .12);
}

.pilot-mini-card h3 {
  margin-top: 20px;
  font-size: clamp(1rem, 1.15vw, 1.16rem);
  line-height: 1.22;
}

.pilot-mini-card p {
  margin-top: 8px;
  color: var(--pilot-muted);
  font-size: .94rem;
  line-height: 1.5;
}

.pilot-mini-card:hover {
  transform: translateY(-5px);
  border-color: rgba(8, 166, 106, .24);
  box-shadow: 0 28px 68px rgba(2, 12, 27, .12);
}

.pilot-mini-card:hover::before {
  opacity: 1;
}

.pilot-evaluation-panel,
.pilot-roadmap-card {
  padding: clamp(24px, 3vw, 38px);
  border-radius: var(--pilot-radius);
}

.pilot-evaluation-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  padding: 8px 0 0;
  margin: 0;
  list-style: none;
}

.pilot-evaluation-timeline::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 7%;
  right: 7%;
  height: 2px;
  background: linear-gradient(90deg, rgba(8, 166, 106, .22), rgba(14, 165, 255, .54), rgba(8, 166, 106, .22));
  transform-origin: left;
  animation: pilotLineGrow 1.2s ease both;
}

.pilot-evaluation-timeline li {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  min-height: 126px;
  align-content: start;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 12px 30px rgba(2, 12, 27, .06);
}

.pilot-evaluation-timeline li span,
.pilot-workflow-zigzag li span {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 16px;
  color: #FFFFFF;
  background: linear-gradient(135deg, #08A66A, #0EA5FF);
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(14, 165, 255, .20);
}

.pilot-evaluation-timeline li strong {
  color: var(--pilot-text);
  font-size: .95rem;
  line-height: 1.28;
}

.pilot-workflow-zigzag {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  padding: 8px 0 0 !important;
  margin: 0;
  list-style: none;
}

.pilot-workflow-zigzag::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 5%;
  right: 5%;
  height: 2px;
  background: linear-gradient(90deg, rgba(8, 166, 106, .18), rgba(14, 165, 255, .50), rgba(8, 166, 106, .18));
  animation: pilotLineGrow 1.2s ease both;
}

.pilot-workflow-zigzag li {
  position: relative;
  z-index: 1;
  display: flex !important;
  min-height: 78px !important;
  align-items: center;
  gap: 12px;
  padding: 14px 16px !important;
  border-radius: 18px;
  transition: transform .28s ease, box-shadow .28s ease;
}

.pilot-workflow-zigzag li:nth-child(even) {
  transform: none;
}

.pilot-workflow-zigzag li:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(2, 12, 27, .10);
}

.pilot-workflow-zigzag li:nth-child(even):hover {
  transform: translateY(-3px);
}

.pilot-workflow-zigzag h3 {
  margin: 0;
  font-size: clamp(.95rem, 1vw, 1.05rem);
  line-height: 1.2;
}

#pilot-journey {
  padding-block: clamp(30px, 3vw, 46px) !important;
}

#pilot-journey .section-heading {
  margin-bottom: clamp(14px, 1.6vw, 20px) !important;
}

#pilot-journey .section-heading h2 {
  max-width: 760px;
  font-size: clamp(1.55rem, 2vw, 2rem) !important;
  line-height: 1.14;
}

.pilot-workflow-zigzag li span {
  width: 38px;
  min-width: 38px;
  height: 38px;
  border-radius: 14px;
  font-size: .84rem;
}

.pilot-roadmap-tracker {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 10px 0 0 34px;
  list-style: none;
}

.pilot-roadmap-tracker::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 12px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #08A66A 0 18%, rgba(14, 165, 255, .55) 18% 58%, rgba(8, 166, 106, .18) 58% 100%);
}

.pilot-roadmap-tracker li {
  position: relative;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 58px;
  padding: 14px 18px;
  margin-bottom: 10px;
  border: 1px solid rgba(15, 23, 42, .07);
  border-radius: 18px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 10px 24px rgba(2, 12, 27, .045);
}

.pilot-roadmap-tracker li::before {
  content: "";
  position: absolute;
  left: -31px;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  background: #B9C8D3;
  transform: translateY(-50%);
  box-shadow: 0 0 0 1px rgba(15, 23, 42, .10), 0 8px 18px rgba(2, 12, 27, .12);
}

.pilot-roadmap-tracker li.is-current {
  border-color: rgba(8, 166, 106, .28);
  background: rgba(232, 255, 245, .82);
}

.pilot-roadmap-tracker li.is-current::before {
  background: #08A66A;
  box-shadow: 0 0 0 8px rgba(8, 166, 106, .14), 0 10px 22px rgba(8, 166, 106, .18);
  animation: pilotGlowPulse 2.6s ease-in-out infinite;
}

.pilot-roadmap-tracker span {
  color: #047857;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.pilot-roadmap-tracker strong {
  color: var(--pilot-text);
  font-size: .98rem;
  line-height: 1.35;
}

.pilot-form-section {
  padding-top: clamp(38px, 4vw, 58px) !important;
}

.pilot-form-v2 {
  position: relative;
  padding: clamp(18px, 2.5vw, 28px);
  border-radius: var(--pilot-radius);
}

.pilot-wizard-top {
  margin-bottom: 22px;
}

.pilot-wizard-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pilot-wizard-progress li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 10px 12px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  color: #5D6C7D;
  background: rgba(255, 255, 255, .68);
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.pilot-wizard-progress li span {
  display: inline-grid;
  width: 32px;
  height: 32px;
  min-width: 32px;
  place-items: center;
  border-radius: 12px;
  color: #0F766E;
  background: rgba(8, 166, 106, .10);
  font-size: .78rem;
  font-weight: 900;
}

.pilot-wizard-progress li strong {
  font-size: .88rem;
  line-height: 1.2;
}

.pilot-wizard-progress li.is-active {
  color: #047857;
  border-color: rgba(8, 166, 106, .26);
  background: rgba(232, 255, 245, .82);
  box-shadow: 0 12px 28px rgba(8, 166, 106, .10);
}

.pilot-wizard-progress li.is-complete {
  border-color: rgba(14, 165, 255, .20);
  background: rgba(230, 249, 255, .72);
}

.pilot-wizard-form.is-wizard-ready [data-pilot-step][hidden] {
  display: none !important;
}

.pilot-form-v2 fieldset {
  display: grid;
  gap: 22px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: var(--pilot-radius);
}

.pilot-form-v2 legend {
  float: left;
  width: 100%;
  margin-bottom: 6px;
  color: var(--pilot-text);
  font-size: clamp(1.22rem, 1.6vw, 1.5rem);
  line-height: 1.2;
  font-weight: 900;
}

.pilot-form-v2 legend + * {
  clear: both;
}

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

.pilot-form-v2 .form-row {
  position: relative;
}

.pilot-form-v2 .form-row label,
.pilot-form-v2 .consent-row {
  color: #0E1B2A;
  font-size: .86rem;
  font-weight: 800;
  transition: color .22s ease, transform .22s ease;
}

.pilot-form-v2 .form-row:focus-within label {
  color: #047857;
  transform: translateY(-1px);
}

.pilot-form-v2 input,
.pilot-form-v2 select,
.pilot-form-v2 textarea {
  min-height: 56px !important;
  border: 1px solid rgba(15, 23, 42, .12) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(248, 253, 251, .74)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92), 0 8px 22px rgba(2, 12, 27, .04) !important;
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease !important;
}

.pilot-form-v2 textarea {
  min-height: 132px !important;
  resize: vertical;
}

.pilot-form-v2 input:focus,
.pilot-form-v2 select:focus,
.pilot-form-v2 textarea:focus {
  border-color: rgba(8, 166, 106, .46) !important;
  box-shadow: 0 0 0 4px rgba(8, 166, 106, .12), 0 12px 28px rgba(8, 166, 106, .08) !important;
  transform: translateY(-1px);
}

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

.pilot-interest-card {
  position: relative;
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.pilot-interest-card input {
  width: 20px;
  height: 20px;
  min-height: 20px !important;
  accent-color: #08A66A;
}

.pilot-interest-card:hover,
.pilot-interest-card.is-selected,
.pilot-interest-card:has(input:checked) {
  border-color: rgba(8, 166, 106, .30);
  background: rgba(232, 255, 245, .78);
  box-shadow: 0 18px 34px rgba(8, 166, 106, .12);
  transform: translateY(-2px);
}

.pilot-form-v2 .consent-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid rgba(8, 166, 106, .16);
  border-radius: 18px;
  background: rgba(232, 255, 245, .62);
}

.pilot-form-v2 .consent-row input {
  width: 20px;
  height: 20px;
  min-height: 20px !important;
  margin-top: 2px;
  accent-color: #08A66A;
}

.pilot-wizard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

.pilot-wizard-actions .button {
  position: relative;
  min-height: 52px;
  overflow: hidden;
}

.pilot-form-v2 .form-status {
  margin: 0;
}

.pilot-enterprise-body .site-footer {
  border-top: 1px solid rgba(255, 255, 255, .16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.pilot-enterprise-body .site-footer .footer-newsletter input {
  min-height: 52px;
  border-radius: 16px;
}

.pilot-enterprise-body .site-footer .footer-newsletter button {
  min-height: 52px;
  border-radius: 16px;
}

@keyframes pilotKenBurns {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.12) translate3d(-1.5%, -1%, 0);
  }
}

@keyframes pilotOverlayFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes pilotLineGrow {
  from {
    transform: scaleX(.08);
    opacity: .2;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes pilotGlowPulse {
  0%,
  100% {
    box-shadow: 0 0 0 6px rgba(8, 166, 106, .12), 0 10px 22px rgba(8, 166, 106, .18);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(8, 166, 106, .06), 0 16px 30px rgba(8, 166, 106, .24);
  }
}

@media (max-width: 1180px) {
  .pilot-enterprise-visual {
    min-height: clamp(360px, 54vw, 560px);
  }

  .pilot-visual-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pilot-participant-grid,
  .pilot-evaluation-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pilot-evaluation-timeline::before,
  .pilot-workflow-zigzag::before {
    display: none;
  }

  .pilot-workflow-zigzag {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .pilot-workflow-zigzag li:nth-child(even),
  .pilot-workflow-zigzag li:nth-child(even):hover {
    transform: none;
  }
}

@media (max-width: 900px) {
  .pilot-enterprise-hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .pilot-enterprise-page .section-shell {
    width: min(100% - 28px, 680px);
  }

  .pilot-enterprise-page .section,
  .pilot-enterprise-page .compact-section {
    padding-block: 34px !important;
  }

  .pilot-enterprise-hero {
    padding-block: 96px 34px !important;
  }

  .pilot-enterprise-copy {
    padding: 22px;
  }

  .pilot-enterprise-copy .breadcrumb {
    margin-bottom: 22px;
  }

  .pilot-enterprise-copy h1 {
    font-size: clamp(1.85rem, 8vw, 2.25rem);
    line-height: 1.08;
  }

  .pilot-enterprise-copy .page-lead {
    font-size: .98rem;
  }

  .pilot-enterprise-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pilot-enterprise-actions .button,
  .pilot-wizard-actions .button {
    width: 100%;
    justify-content: center;
  }

  .pilot-enterprise-visual {
    min-height: 340px;
    border-radius: 22px;
  }

  .pilot-image-overlay {
    min-width: 136px;
    padding: 10px 12px;
    border-radius: 15px;
  }

  .pilot-image-overlay strong {
    font-size: .88rem;
  }

  .overlay-stage,
  .overlay-market {
    top: 12px;
  }

  .overlay-stage,
  .overlay-readiness {
    left: 12px;
  }

  .overlay-market,
  .overlay-partner {
    right: 12px;
  }

  .overlay-partner,
  .overlay-readiness {
    bottom: 12px;
  }

  .pilot-visual-strip,
  .pilot-participant-grid,
  .pilot-evaluation-timeline,
  .pilot-workflow-zigzag,
  .pilot-form-grid,
  .pilot-check-grid {
    grid-template-columns: 1fr !important;
  }

  .pilot-visual-strip article {
    min-height: 210px;
  }

  .pilot-mini-card,
  .pilot-workflow-zigzag li {
    min-height: auto !important;
  }

  .pilot-workflow-zigzag {
    gap: 10px !important;
  }

  .pilot-workflow-zigzag::before {
    display: none;
  }

  .pilot-workflow-zigzag li {
    padding: 12px 14px !important;
  }

  .pilot-roadmap-tracker {
    padding-left: 28px;
  }

  .pilot-roadmap-tracker li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .pilot-wizard-progress {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pilot-wizard-progress li {
    min-height: 50px;
  }

  .pilot-form-v2,
  .pilot-form-v2 fieldset {
    padding: 16px;
  }
}

@media (max-width: 430px) {
  .pilot-enterprise-page .section-shell {
    width: min(100% - 22px, 410px);
  }

  .pilot-enterprise-copy,
  .pilot-form-v2,
  .pilot-evaluation-panel,
  .pilot-roadmap-card {
    border-radius: 20px;
  }

  .pilot-enterprise-visual {
    min-height: 300px;
  }

  .pilot-image-overlay {
    max-width: calc(50% - 18px);
  }

  .pilot-wizard-progress {
    grid-template-columns: 1fr;
  }
}

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

/* Premium PVG-EV Insights knowledge hub */

/* 2026-08-02 final release polish.
   This block intentionally lives at the end of the stylesheet so all pages share
   one stable ClickaCook-style matte-glass navigation and compact pilot workflow. */
:root {
  --pvg-nav-top: calc(env(safe-area-inset-top, 0px) + 14px);
  --pvg-nav-shell-height: 74px;
  --pvg-nav-shell-radius: 20px;
  --pvg-nav-logo-width: 198px;
  --pvg-nav-cta-width: 190px;
}

html body .site-header,
html body .site-header.is-scrolled,
html body[class] .site-header,
html body[class] .site-header.is-scrolled {
  position: fixed !important;
  top: var(--pvg-nav-top) !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 1000 !important;
  height: var(--pvg-nav-shell-height) !important;
  min-height: var(--pvg-nav-shell-height) !important;
  padding: 0 !important;
  pointer-events: none !important;
  transform: none !important;
}

html body .site-header .nav-shell.nav-shell-client,
html body .site-header.is-scrolled .nav-shell.nav-shell-client,
html body[class] .site-header .nav-shell.nav-shell-client,
html body[class] .site-header.is-scrolled .nav-shell.nav-shell-client {
  position: relative !important;
  display: grid !important;
  grid-template-columns: var(--pvg-nav-logo-width) minmax(0, 1fr) var(--pvg-nav-cta-width) !important;
  align-items: center !important;
  gap: 12px !important;
  width: min(calc(100% - 56px), 1380px) !important;
  height: var(--pvg-nav-shell-height) !important;
  min-height: var(--pvg-nav-shell-height) !important;
  margin: 0 auto !important;
  padding: 10px 14px !important;
  overflow: visible !important;
  border: 1px solid rgba(255, 255, 255, .82) !important;
  border-radius: var(--pvg-nav-shell-radius) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .88), rgba(243, 255, 250, .80)),
    radial-gradient(circle at 14% 0%, rgba(8, 166, 106, .12), transparent 42%),
    radial-gradient(circle at 92% 12%, rgba(16, 185, 129, .10), transparent 36%) !important;
  box-shadow:
    0 18px 52px rgba(3, 23, 18, .14),
    inset 0 1px 0 rgba(255, 255, 255, .94),
    inset 0 -1px 0 rgba(8, 166, 106, .05) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.15) !important;
  backdrop-filter: blur(24px) saturate(1.15) !important;
  pointer-events: auto !important;
  transform: none !important;
  transition: none !important;
}

html body .site-header .nav-shell.nav-shell-client::before {
  content: "" !important;
  position: absolute !important;
  inset: 1px !important;
  z-index: -1 !important;
  border-radius: calc(var(--pvg-nav-shell-radius) - 2px) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .52), rgba(255, 255, 255, .10)),
    linear-gradient(90deg, rgba(8, 166, 106, .06), rgba(255, 255, 255, 0) 40%, rgba(8, 166, 106, .06)) !important;
  pointer-events: none !important;
}

html body .site-header .brand,
html body .site-header.is-scrolled .brand {
  width: var(--pvg-nav-logo-width) !important;
  min-width: var(--pvg-nav-logo-width) !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .72) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78) !important;
}

html body .site-header .brand-logo-real.nav-logo-real,
html body .site-header.is-scrolled .brand-logo-real.nav-logo-real {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: contain !important;
  padding: 1px 4px !important;
  transform: none !important;
  filter: none !important;
}

html body .site-header .nav-menu.nav-menu-client,
html body .site-header.is-scrolled .nav-menu.nav-menu-client {
  position: static !important;
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

html body .site-header .nav-menu-client > .nav-link,
html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle {
  min-height: 42px !important;
  padding: 0 7px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #0B1220 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  transform: none !important;
}

html body .site-header .nav-link.is-active,
html body .site-header .nav-dropdown.is-active > .dropdown-toggle,
html body .site-header .nav-link:hover,
html body .site-header .nav-dropdown:hover > .dropdown-toggle,
html body .site-header .nav-link:focus-visible,
html body .site-header .nav-dropdown:focus-within > .dropdown-toggle {
  border-color: rgba(8, 166, 106, .18) !important;
  background: rgba(232, 255, 245, .84) !important;
  color: #047857 !important;
}

html body .site-header .nav-link::after,
html body .site-header .dropdown-toggle::after {
  display: none !important;
}

html body .site-header .nav-actions,
html body .site-header.is-scrolled .nav-actions {
  display: flex !important;
  width: var(--pvg-nav-cta-width) !important;
  min-width: var(--pvg-nav-cta-width) !important;
  height: 52px !important;
  align-items: center !important;
  justify-content: flex-end !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body .site-header .nav-cta-request,
html body .site-header.is-scrolled .nav-cta-request,
html body .site-header .nav-cta-request:hover,
html body .site-header .nav-cta-request:focus-visible,
html body .site-header .nav-cta-request.is-active {
  display: inline-flex !important;
  width: var(--pvg-nav-cta-width) !important;
  min-width: var(--pvg-nav-cta-width) !important;
  max-width: var(--pvg-nav-cta-width) !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 14px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, .42) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #08A66A 0%, #089F70 100%) !important;
  color: #FFFFFF !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  box-shadow: 0 12px 28px rgba(8, 166, 106, .20), inset 0 1px 0 rgba(255, 255, 255, .20) !important;
  transform: none !important;
  transition: none !important;
}

html body .site-header .nav-toggle,
html body .site-header.is-scrolled .nav-toggle {
  display: none !important;
}

.pilot-enterprise-page .pilot-workflow-zigzag {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.pilot-enterprise-page .pilot-workflow-zigzag::before {
  top: 34px !important;
  left: 8% !important;
  right: 8% !important;
  height: 2px !important;
  opacity: .35 !important;
}

.pilot-enterprise-page .pilot-workflow-zigzag li,
.pilot-enterprise-page .pilot-workflow-zigzag li:nth-child(even),
.pilot-enterprise-page .pilot-workflow-zigzag li:hover,
.pilot-enterprise-page .pilot-workflow-zigzag li:nth-child(even):hover {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 88px !important;
  padding: 16px !important;
  border-radius: 18px !important;
  transform: none !important;
}

.pilot-enterprise-page .pilot-workflow-zigzag li span {
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  border-radius: 14px !important;
  font-size: .82rem !important;
}

.pilot-enterprise-page .pilot-workflow-zigzag h3 {
  margin: 0 !important;
  font-size: clamp(.98rem, 1vw, 1.12rem) !important;
  line-height: 1.25 !important;
}

@media (max-width: 1180px) {
  :root {
    --pvg-nav-logo-width: 170px;
    --pvg-nav-cta-width: 174px;
  }

  html body .site-header .nav-shell.nav-shell-client,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client {
    gap: 8px !important;
    width: min(calc(100% - 34px), 1100px) !important;
  }

  html body .site-header .nav-menu-client > .nav-link,
  html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    padding-inline: 5px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 1100px) {
  :root {
    --pvg-nav-top: calc(env(safe-area-inset-top, 0px) + 10px);
    --pvg-nav-shell-height: 66px;
    --pvg-nav-shell-radius: 22px;
    --pvg-nav-logo-width: min(226px, calc(100vw - 126px));
    --pvg-nav-cta-width: 0px;
  }

  html body .site-header .nav-shell.nav-shell-client,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client,
  html body[class] .site-header .nav-shell.nav-shell-client,
  html body[class] .site-header.is-scrolled .nav-shell.nav-shell-client {
    grid-template-columns: minmax(0, 1fr) 54px !important;
    width: min(calc(100% - 28px), 720px) !important;
    padding: 7px 9px 7px 13px !important;
    gap: 8px !important;
  }

  html body .site-header .brand,
  html body .site-header.is-scrolled .brand {
    width: var(--pvg-nav-logo-width) !important;
    min-width: 0 !important;
    height: 52px !important;
  }

  html body .site-header .nav-actions,
  html body .site-header.is-scrolled .nav-actions {
    display: none !important;
  }

  html body .site-header .nav-toggle,
  html body .site-header.is-scrolled .nav-toggle {
    display: inline-flex !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    border-radius: 17px !important;
    border: 1px solid rgba(8, 166, 106, .16) !important;
    background: rgba(255, 255, 255, .78) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82) !important;
  }

  html body .site-header .nav-menu.nav-menu-client,
  html body .site-header.is-scrolled .nav-menu.nav-menu-client {
    position: fixed !important;
    top: calc(var(--pvg-nav-top) + var(--pvg-nav-shell-height) + 10px) !important;
    right: 14px !important;
    left: 14px !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: auto !important;
    max-width: 720px !important;
    height: auto !important;
    max-height: calc(100svh - var(--pvg-nav-top) - var(--pvg-nav-shell-height) - 34px) !important;
    padding: 16px !important;
    overflow: auto !important;
    border: 1px solid rgba(255, 255, 255, .84) !important;
    border-radius: 24px !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(245, 255, 250, .84)),
      radial-gradient(circle at 18% 0%, rgba(8, 166, 106, .12), transparent 42%) !important;
    box-shadow: 0 30px 74px rgba(4, 41, 29, .18), inset 0 1px 0 rgba(255, 255, 255, .94) !important;
    -webkit-backdrop-filter: blur(26px) saturate(1.18) !important;
    backdrop-filter: blur(26px) saturate(1.18) !important;
  }

  html body.menu-open .site-header .nav-menu.nav-menu-client,
  html body .site-header .nav-menu.nav-menu-client.is-open,
  html body .site-header.is-scrolled .nav-menu.nav-menu-client.is-open {
    display: flex !important;
  }

  html body .site-header .nav-menu-client > .nav-link,
  html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  html body .site-header .nav-menu-client > .mobile-request-link {
    width: 100% !important;
    min-height: 50px !important;
    justify-content: flex-start !important;
    padding: 0 18px !important;
    font-size: 15px !important;
  }

  .pilot-enterprise-page .pilot-workflow-zigzag {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .pilot-enterprise-page .pilot-workflow-zigzag {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .pilot-enterprise-page .pilot-workflow-zigzag::before {
    display: none !important;
  }

  .pilot-enterprise-page .pilot-workflow-zigzag li {
    min-height: 72px !important;
    padding: 14px !important;
  }
}

/* 2026-08-02: remove duplicate sticky request CTA; navbar already carries the primary action. */
html body .quick-enquiry.sticky-request-cta,
html body [data-quick-enquiry],
html body .mobile-action-bar {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* 2026-08-02: rectangular selected menu state, not oval pills. */
html body .site-header .nav-menu-client > .nav-link,
html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle,
html body .site-header.is-scrolled .nav-menu-client > .nav-link,
html body .site-header.is-scrolled .nav-menu-client > .nav-dropdown > .dropdown-toggle {
  border-radius: 10px !important;
}

html body .site-header .nav-link.is-active,
html body .site-header .nav-dropdown.is-active > .dropdown-toggle,
html body .site-header .nav-link:hover,
html body .site-header .nav-dropdown:hover > .dropdown-toggle,
html body .site-header .nav-link:focus-visible,
html body .site-header .nav-dropdown:focus-within > .dropdown-toggle {
  border-radius: 10px !important;
}

@media (max-width: 1100px) {
  html body .site-header .nav-menu-client > .nav-link,
  html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  html body .site-header .nav-menu-client > .mobile-request-link {
    border-radius: 14px !important;
  }
}

/* 2026-08-02: Request Charging UX pass — compact, clickable, photo-first. */
html body.request-reference-body .request-hero {
  padding-block: calc(var(--pvg-nav-clearance, 98px) + 6px) 24px !important;
}

html body.request-reference-body .request-shell {
  width: min(100% - 40px, 1220px) !important;
}

html body.request-reference-body .request-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr) !important;
  gap: clamp(18px, 2.4vw, 28px) !important;
  align-items: center !important;
}

html body.request-reference-body .request-hero-visual {
  order: 1 !important;
  min-height: clamp(260px, 28vw, 390px) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(90deg, rgba(7, 26, 46, .16), rgba(255, 255, 255, .14)),
    url("public/assets/pvg-ev/hero/hero-real-vehicle.jpg") center / cover no-repeat !important;
  box-shadow: 0 24px 70px rgba(6, 38, 54, .15), inset 0 1px 0 rgba(255, 255, 255, .72) !important;
}

html body.request-reference-body .request-hero-copy {
  order: 2 !important;
  padding: clamp(22px, 3vw, 34px) !important;
}

html body.request-reference-body .request-hero-visual :is(.request-glow, .request-vehicle, .request-route, .request-car, .request-battery) {
  display: none !important;
}

html body.request-reference-body .request-visual-card {
  max-width: 205px !important;
  padding: 14px 16px !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, .74) !important;
  color: #0E1B2A !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.2) !important;
  backdrop-filter: blur(20px) saturate(1.2) !important;
}

html body.request-reference-body .request-visual-card span {
  color: rgba(14, 27, 42, .72) !important;
}

html body.request-reference-body .request-form-section {
  padding-block: 22px 44px !important;
}

html body.request-reference-body .request-layout {
  grid-template-columns: minmax(240px, 290px) minmax(0, 1fr) !important;
  gap: clamp(16px, 2vw, 22px) !important;
  align-items: start !important;
}

html body.request-reference-body .request-progress-panel {
  position: sticky !important;
  top: calc(var(--pvg-nav-clearance, 96px) + 14px) !important;
  padding: 18px !important;
  border-radius: 22px !important;
}

html body.request-reference-body .request-progress-panel h2 {
  margin-bottom: 8px !important;
  font-size: clamp(1.28rem, 1.6vw, 1.7rem) !important;
  line-height: 1.12 !important;
}

html body.request-reference-body .request-progress-panel > p {
  margin-bottom: 12px !important;
  font-size: .94rem !important;
  line-height: 1.48 !important;
}

html body.request-reference-body [data-request-progress] {
  gap: 8px !important;
  margin: 12px 0 14px !important;
}

html body.request-reference-body [data-request-progress] li {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.request-reference-body [data-request-progress] button {
  display: flex !important;
  width: 100% !important;
  min-height: 44px !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 8px 10px !important;
  border: 1px solid rgba(8, 166, 106, .13) !important;
  border-radius: 13px !important;
  background: rgba(255, 255, 255, .72) !important;
  color: #17202A !important;
  font: inherit !important;
  font-size: .9rem !important;
  text-align: left !important;
  cursor: pointer !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease !important;
}

html body.request-reference-body [data-request-progress] button:hover,
html body.request-reference-body [data-request-progress] button:focus-visible {
  transform: translateY(-1px) !important;
  border-color: rgba(8, 166, 106, .34) !important;
  background: rgba(240, 253, 248, .92) !important;
  box-shadow: 0 12px 28px rgba(8, 166, 106, .10) !important;
  outline: 0 !important;
}

html body.request-reference-body [data-request-progress] li.is-active button {
  border-color: rgba(8, 166, 106, .38) !important;
  background: linear-gradient(135deg, rgba(236, 253, 245, .96), rgba(255, 255, 255, .8)) !important;
  box-shadow: inset 3px 0 0 rgba(8, 166, 106, .90), 0 12px 28px rgba(8, 166, 106, .10) !important;
}

html body.request-reference-body [data-request-progress] li.is-complete button {
  border-color: rgba(8, 166, 106, .24) !important;
}

html body.request-reference-body [data-request-progress] span {
  flex: 0 0 auto !important;
  width: 27px !important;
  height: 27px !important;
  border-radius: 9px !important;
  font-size: .76rem !important;
}

html body.request-reference-body [data-request-progress] strong {
  font-size: .92rem !important;
  line-height: 1.15 !important;
}

html body.request-reference-body .request-assurance {
  padding: 14px !important;
  border-radius: 16px !important;
}

html body.request-reference-body .request-assurance strong {
  font-size: 1rem !important;
}

html body.request-reference-body .request-assurance span {
  font-size: .9rem !important;
  line-height: 1.45 !important;
}

html body.request-reference-body .request-form-card {
  padding: clamp(20px, 2.4vw, 28px) !important;
  border-radius: 24px !important;
}

html body.request-reference-body .request-step {
  gap: 14px !important;
}

html body.request-reference-body .request-step legend {
  margin-bottom: 2px !important;
  font-size: clamp(1.45rem, 2vw, 2rem) !important;
  line-height: 1.08 !important;
}

html body.request-reference-body .request-step > p {
  max-width: 58ch !important;
  margin: 0 !important;
  font-size: .98rem !important;
  line-height: 1.5 !important;
}

html body.request-reference-body .form-grid-two {
  gap: 12px 14px !important;
}

html body.request-reference-body .request-form input,
html body.request-reference-body .request-form select {
  min-height: 48px !important;
}

html body.request-reference-body .request-form textarea {
  min-height: 84px !important;
}

html body.request-reference-body .geo-capture-panel {
  margin-top: 0 !important;
  padding: 14px !important;
  border-radius: 18px !important;
}

html body.request-reference-body .request-step-actions {
  justify-content: flex-end !important;
  margin-top: 2px !important;
}

html body.request-reference-body .request-step-actions .button {
  min-height: 48px !important;
  border-radius: 14px !important;
}

@media (max-width: 980px) {
  html body.request-reference-body .request-hero-grid,
  html body.request-reference-body .request-layout {
    grid-template-columns: 1fr !important;
  }

  html body.request-reference-body .request-hero-visual,
  html body.request-reference-body .request-hero-copy {
    order: initial !important;
  }

  html body.request-reference-body .request-progress-panel {
    position: static !important;
  }

  html body.request-reference-body [data-request-progress] {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  html body.request-reference-body [data-request-progress] button {
    justify-content: center !important;
    min-height: 54px !important;
  }

  html body.request-reference-body [data-request-progress] strong {
    display: none !important;
  }
}

@media (max-width: 640px) {
  html body.request-reference-body .request-shell {
    width: min(100% - 28px, 1220px) !important;
  }

  html body.request-reference-body .request-hero {
    padding-block: calc(var(--pvg-nav-clearance, 92px) + 4px) 18px !important;
  }

  html body.request-reference-body .request-hero-visual {
    min-height: 230px !important;
    border-radius: 20px !important;
  }

  html body.request-reference-body .request-hero-copy {
    padding: 18px !important;
  }

  html body.request-reference-body .request-form-section {
    padding-block: 16px 32px !important;
  }

  html body.request-reference-body .request-form-card,
  html body.request-reference-body .request-progress-panel {
    padding: 16px !important;
    border-radius: 20px !important;
  }

  html body.request-reference-body .request-step legend {
    font-size: 1.45rem !important;
  }

  html body.request-reference-body [data-request-progress] {
    gap: 6px !important;
  }

  html body.request-reference-body [data-request-progress] button {
    padding-inline: 6px !important;
  }
}

/* 2026-08-02: final mobile nav enforcement — logo left, menu button right. */
@media (max-width: 1100px) {
  html body .site-header,
  html body .site-header.is-scrolled,
  html body[class] .site-header,
  html body[class] .site-header.is-scrolled {
    position: fixed !important;
    top: calc(env(safe-area-inset-top, 0px) + 10px) !important;
    height: 66px !important;
    min-height: 66px !important;
    pointer-events: none !important;
  }

  html body .site-header .nav-shell.nav-shell-client,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client,
  html body[class] .site-header .nav-shell.nav-shell-client,
  html body[class] .site-header.is-scrolled .nav-shell.nav-shell-client {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 52px !important;
    width: min(calc(100% - 24px), 720px) !important;
    height: 66px !important;
    min-height: 66px !important;
    padding: 7px 8px 7px 12px !important;
    gap: 8px !important;
    pointer-events: auto !important;
  }

  html body .site-header .brand,
  html body .site-header.is-scrolled .brand {
    display: flex !important;
    grid-column: 1 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: min(230px, calc(100vw - 116px)) !important;
    height: 52px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  html body .site-header .nav-actions,
  html body .site-header.is-scrolled .nav-actions {
    display: none !important;
  }

  html body .site-header .nav-toggle,
  html body .site-header.is-scrolled .nav-toggle,
  html body[class] .site-header .nav-toggle,
  html body[class] .site-header.is-scrolled .nav-toggle {
    display: inline-flex !important;
    grid-column: 2 !important;
    justify-self: end !important;
    align-self: center !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }
}

/* 2026-08-02: end-of-file cascade lock for static matte-glass navigation and request UX. */
html body .site-header,
html body .site-header.is-scrolled,
html body[class] .site-header,
html body[class] .site-header.is-scrolled {
  position: fixed !important;
  inset: max(14px, env(safe-area-inset-top, 0px)) 0 auto 0 !important;
  z-index: 3000 !important;
  width: 100% !important;
  height: 66px !important;
  min-height: 66px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  pointer-events: none !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
}

html body .site-header .nav-shell.nav-shell-client,
html body .site-header.is-scrolled .nav-shell.nav-shell-client,
html body[class] .site-header .nav-shell.nav-shell-client,
html body[class] .site-header.is-scrolled .nav-shell.nav-shell-client {
  display: grid !important;
  grid-template-columns: 194px minmax(0, 1fr) 188px !important;
  align-items: center !important;
  gap: 12px !important;
  width: min(calc(100% - 56px), 1380px) !important;
  height: 66px !important;
  min-height: 66px !important;
  margin: 0 auto !important;
  padding: 9px 13px !important;
  overflow: visible !important;
  border: 1px solid rgba(255, 255, 255, .78) !important;
  border-radius: 20px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .80), rgba(247, 255, 251, .70)),
    radial-gradient(circle at 12% 0%, rgba(8, 166, 106, .10), transparent 42%),
    radial-gradient(circle at 95% 8%, rgba(8, 145, 178, .10), transparent 34%) !important;
  box-shadow: 0 18px 48px rgba(3, 23, 18, .12), inset 0 1px 0 rgba(255, 255, 255, .92) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.18) !important;
  backdrop-filter: blur(24px) saturate(1.18) !important;
  pointer-events: auto !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
}

html body .site-header .brand,
html body .site-header.is-scrolled .brand,
html body[class] .site-header .brand,
html body[class] .site-header.is-scrolled .brand {
  display: inline-flex !important;
  width: 194px !important;
  min-width: 194px !important;
  max-width: 194px !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .36) !important;
  box-shadow: none !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
}

html body .site-header .brand-logo-real.nav-logo-real,
html body .site-header.is-scrolled .brand-logo-real.nav-logo-real,
html body[class] .site-header .brand-logo-real.nav-logo-real,
html body[class] .site-header.is-scrolled .brand-logo-real.nav-logo-real {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: left center !important;
  filter: none !important;
  transform: none !important;
  opacity: 1 !important;
  transition: none !important;
}

html body .site-header .nav-menu.nav-menu-client,
html body .site-header.is-scrolled .nav-menu.nav-menu-client {
  position: static !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  gap: 2px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body .site-header .nav-menu-client > .nav-link,
html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle,
html body .site-header.is-scrolled .nav-menu-client > .nav-link,
html body .site-header.is-scrolled .nav-menu-client > .nav-dropdown > .dropdown-toggle {
  min-height: 40px !important;
  padding: 0 8px !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: #0B1220 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

html body .site-header .nav-link.is-active,
html body .site-header .nav-dropdown.is-active > .dropdown-toggle,
html body .site-header .nav-link:hover,
html body .site-header .nav-dropdown:hover > .dropdown-toggle,
html body .site-header .nav-link:focus-visible,
html body .site-header .nav-dropdown:focus-within > .dropdown-toggle {
  border-color: rgba(8, 166, 106, .22) !important;
  border-radius: 10px !important;
  background: rgba(232, 255, 245, .82) !important;
  color: #047857 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .76) !important;
}

html body .site-header .nav-actions,
html body .site-header.is-scrolled .nav-actions {
  display: flex !important;
  width: 188px !important;
  min-width: 188px !important;
  height: 48px !important;
  align-items: center !important;
  justify-content: flex-end !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body .site-header .nav-cta-request,
html body .site-header.is-scrolled .nav-cta-request,
html body .site-header .nav-cta-request:hover,
html body .site-header .nav-cta-request:focus-visible,
html body .site-header .nav-cta-request:active,
html body .site-header .nav-cta-request.is-active {
  display: inline-flex !important;
  width: 188px !important;
  min-width: 188px !important;
  max-width: 188px !important;
  height: 46px !important;
  min-height: 46px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 14px !important;
  border: 1px solid rgba(255, 255, 255, .46) !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #08A66A 0%, #078D5C 100%) !important;
  color: #FFFFFF !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 16px 34px rgba(8, 166, 106, .22), inset 0 1px 0 rgba(255, 255, 255, .22) !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
}

.quick-enquiry.sticky-request-cta,
[data-quick-enquiry],
.mobile-action-bar {
  display: none !important;
}

html body.request-reference-body .request-hero {
  padding-block: calc(var(--pvg-nav-clearance, 96px) + 8px) 22px !important;
}

html body.request-reference-body .request-shell {
  width: min(100% - 40px, 1200px) !important;
}

html body.request-reference-body .request-hero-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr) !important;
  gap: clamp(16px, 2.2vw, 26px) !important;
  align-items: center !important;
}

html body.request-reference-body .request-hero-visual {
  order: 1 !important;
  min-height: clamp(245px, 26vw, 360px) !important;
  border-radius: 22px !important;
}

html body.request-reference-body .request-hero-copy {
  order: 2 !important;
  padding: clamp(20px, 2.5vw, 30px) !important;
}

html body.request-reference-body .request-form-section {
  padding-block: 20px 38px !important;
}

html body.request-reference-body .request-layout {
  grid-template-columns: minmax(232px, 275px) minmax(0, 1fr) !important;
  gap: clamp(14px, 1.8vw, 20px) !important;
  align-items: start !important;
}

html body.request-reference-body .request-progress-panel,
html body.request-reference-body .request-form-card {
  align-self: start !important;
  min-height: 0 !important;
}

html body.request-reference-body .request-progress-panel {
  padding: 16px !important;
  border-radius: 20px !important;
}

html body.request-reference-body .request-progress-panel h2 {
  margin: 0 0 6px !important;
  font-size: clamp(1.18rem, 1.35vw, 1.48rem) !important;
}

html body.request-reference-body .request-progress-panel > p {
  margin: 0 0 10px !important;
  font-size: .88rem !important;
}

html body.request-reference-body [data-request-progress] button {
  min-height: 42px !important;
  border-radius: 12px !important;
  cursor: pointer !important;
}

html body.request-reference-body .request-assurance {
  padding: 12px !important;
}

html body.request-reference-body .request-form-card {
  padding: clamp(18px, 2.1vw, 24px) !important;
  border-radius: 22px !important;
}

html body.request-reference-body .request-step {
  gap: 12px !important;
  align-content: start !important;
}

html body.request-reference-body .request-step legend {
  font-size: clamp(1.32rem, 1.65vw, 1.75rem) !important;
}

html body.request-reference-body .request-step > p {
  max-width: 64ch !important;
  font-size: .92rem !important;
}

html body.request-reference-body .request-fast-panel {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

html body.request-reference-body .request-fast-card,
html body.request-reference-body .request-fast-card:first-child {
  min-height: 112px !important;
  padding: 14px !important;
  gap: 10px !important;
  border-radius: 18px !important;
  align-items: flex-start !important;
}

html body.request-reference-body .request-fast-icon {
  width: 34px !important;
  height: 34px !important;
  border-radius: 12px !important;
  font-size: .85rem !important;
}

html body.request-reference-body .request-fast-copy strong {
  font-size: .98rem !important;
  line-height: 1.12 !important;
}

html body.request-reference-body .request-fast-copy span {
  margin-top: 4px !important;
  font-size: .82rem !important;
  line-height: 1.35 !important;
}

html body.request-reference-body .form-grid-two {
  gap: 10px 12px !important;
}

html body.request-reference-body .request-form label {
  margin-bottom: 5px !important;
  font-size: .78rem !important;
}

html body.request-reference-body .request-form input,
html body.request-reference-body .request-form select {
  min-height: 46px !important;
  border-radius: 13px !important;
  font-size: .94rem !important;
}

html body.request-reference-body .request-form textarea {
  min-height: 78px !important;
  border-radius: 13px !important;
  font-size: .94rem !important;
}

html body.request-reference-body .geo-capture-panel {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px 14px !important;
  align-items: center !important;
  padding: 13px !important;
  border-radius: 17px !important;
}

html body.request-reference-body .geo-output-row,
html body.request-reference-body .geo-status {
  grid-column: 1 / -1 !important;
  margin: 0 !important;
}

html body.request-reference-body .geo-button {
  min-height: 44px !important;
  border-radius: 13px !important;
  white-space: nowrap !important;
}

html body.request-reference-body .request-step-actions {
  justify-content: flex-end !important;
  gap: 10px !important;
  margin-top: 0 !important;
}

html body.request-reference-body .request-step-actions .button {
  min-height: 46px !important;
  border-radius: 13px !important;
}

@media (max-width: 1180px) {
  html body .site-header .nav-shell.nav-shell-client,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client {
    grid-template-columns: 176px minmax(0, 1fr) 178px !important;
    width: min(calc(100% - 34px), 1160px) !important;
    gap: 8px !important;
  }

  html body .site-header .brand,
  html body .site-header.is-scrolled .brand {
    width: 176px !important;
    min-width: 176px !important;
    max-width: 176px !important;
  }

  html body .site-header .nav-actions,
  html body .site-header.is-scrolled .nav-actions,
  html body .site-header .nav-cta-request,
  html body .site-header.is-scrolled .nav-cta-request {
    width: 178px !important;
    min-width: 178px !important;
    max-width: 178px !important;
  }

  html body .site-header .nav-menu-client > .nav-link,
  html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle {
    padding-inline: 5px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 1100px) {
  html body .site-header,
  html body .site-header.is-scrolled,
  html body[class] .site-header,
  html body[class] .site-header.is-scrolled {
    inset: calc(env(safe-area-inset-top, 0px) + 10px) 0 auto 0 !important;
    height: 66px !important;
    min-height: 66px !important;
  }

  html body .site-header .nav-shell.nav-shell-client,
  html body .site-header.is-scrolled .nav-shell.nav-shell-client,
  html body[class] .site-header .nav-shell.nav-shell-client,
  html body[class] .site-header.is-scrolled .nav-shell.nav-shell-client {
    grid-template-columns: minmax(0, 1fr) 52px !important;
    width: min(calc(100% - 24px), 720px) !important;
    height: 66px !important;
    min-height: 66px !important;
    padding: 7px 8px 7px 12px !important;
    gap: 8px !important;
  }

  html body .site-header .brand,
  html body .site-header.is-scrolled .brand,
  html body[class] .site-header .brand,
  html body[class] .site-header.is-scrolled .brand {
    width: min(228px, calc(100vw - 122px)) !important;
    min-width: 0 !important;
    max-width: min(228px, calc(100vw - 122px)) !important;
    height: 52px !important;
    min-height: 52px !important;
    background: rgba(255, 255, 255, .22) !important;
  }

  html body .site-header .nav-actions,
  html body .site-header.is-scrolled .nav-actions {
    display: none !important;
  }

  html body .site-header .nav-toggle,
  html body .site-header.is-scrolled .nav-toggle,
  html body[class] .site-header .nav-toggle,
  html body[class] .site-header.is-scrolled .nav-toggle {
    display: inline-flex !important;
    grid-column: 2 !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    border: 1px solid rgba(8, 166, 106, .18) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, .80) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .84), 0 10px 24px rgba(3, 23, 18, .08) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body .site-header .nav-toggle span,
  html body .site-header.is-scrolled .nav-toggle span {
    display: block !important;
    width: 22px !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: #0B1220 !important;
    opacity: 1 !important;
    transform-origin: center !important;
  }

  html body.menu-open .site-header .nav-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg) !important;
  }

  html body.menu-open .site-header .nav-toggle span:nth-child(2) {
    opacity: 0 !important;
  }

  html body.menu-open .site-header .nav-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg) !important;
  }

  html body .site-header .nav-menu.nav-menu-client,
  html body .site-header.is-scrolled .nav-menu.nav-menu-client {
    position: fixed !important;
    top: calc(env(safe-area-inset-top, 0px) + 86px) !important;
    right: 14px !important;
    left: 14px !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: auto !important;
    max-width: 720px !important;
    height: auto !important;
    max-height: calc(100svh - env(safe-area-inset-top, 0px) - 100px) !important;
    padding: 14px !important;
    gap: 6px !important;
    overflow: auto !important;
    border: 1px solid rgba(255, 255, 255, .82) !important;
    border-radius: 22px !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(245, 255, 250, .80)),
      radial-gradient(circle at 18% 0%, rgba(8, 166, 106, .12), transparent 42%) !important;
    box-shadow: 0 28px 68px rgba(4, 41, 29, .18), inset 0 1px 0 rgba(255, 255, 255, .94) !important;
    -webkit-backdrop-filter: blur(24px) saturate(1.16) !important;
    backdrop-filter: blur(24px) saturate(1.16) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  html body.menu-open .site-header .nav-menu.nav-menu-client,
  html body .site-header .nav-menu.nav-menu-client.is-open,
  html body .site-header.is-scrolled .nav-menu.nav-menu-client.is-open {
    display: flex !important;
  }

  html body .site-header .nav-menu-client > .nav-link,
  html body .site-header .nav-menu-client > .nav-dropdown > .dropdown-toggle,
  html body .site-header .nav-menu-client > .mobile-request-link {
    width: 100% !important;
    min-height: 44px !important;
    justify-content: flex-start !important;
    padding: 0 14px !important;
    border-radius: 14px !important;
    font-size: 14px !important;
    line-height: 1.1 !important;
    text-align: left !important;
  }

  html body .site-header .nav-menu-client > .mobile-request-link {
    justify-content: center !important;
    min-height: 48px !important;
    margin-top: 4px !important;
    border: 1px solid rgba(255, 255, 255, .46) !important;
    background: linear-gradient(135deg, #08A66A, #078D5C) !important;
    color: #FFFFFF !important;
  }

  html body.request-reference-body .request-hero-grid,
  html body.request-reference-body .request-layout {
    grid-template-columns: 1fr !important;
  }

  html body.request-reference-body .request-hero-visual {
    order: 1 !important;
  }

  html body.request-reference-body .request-hero-copy {
    order: 2 !important;
  }

  html body.request-reference-body .request-progress-panel {
    position: static !important;
  }

  html body.request-reference-body [data-request-progress] {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  html body.request-reference-body [data-request-progress] button {
    justify-content: center !important;
    min-height: 48px !important;
    padding: 6px !important;
  }

  html body.request-reference-body [data-request-progress] strong {
    display: none !important;
  }

  html body.request-reference-body .request-fast-panel,
  html body.request-reference-body .geo-capture-panel {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  html body.request-reference-body .request-shell {
    width: min(100% - 28px, 1200px) !important;
  }

  html body.request-reference-body .request-hero {
    padding-block: 104px 16px !important;
  }

  html body.request-reference-body .request-hero-visual {
    min-height: 210px !important;
    border-radius: 20px !important;
  }

  html body.request-reference-body .request-hero-copy,
  html body.request-reference-body .request-form-card,
  html body.request-reference-body .request-progress-panel {
    padding: 15px !important;
    border-radius: 20px !important;
  }

  html body.request-reference-body .request-form-section {
    padding-block: 14px 30px !important;
  }

  html body.request-reference-body .request-step legend {
    font-size: 1.32rem !important;
  }

  html body.request-reference-body .request-step > p {
    font-size: .9rem !important;
  }

  html body.request-reference-body .form-grid-two {
    grid-template-columns: 1fr !important;
  }

  html body.request-reference-body .request-step-actions {
    justify-content: stretch !important;
  }

  html body.request-reference-body .request-step-actions .button {
    flex: 1 1 0 !important;
  }
}
/* 2026-08-02: absolute EOF lock, intentionally duplicated at file end. */
html body .site-header .nav-link.is-active,
html body .site-header .nav-dropdown.is-active > .dropdown-toggle,
html body .site-header .nav-link:hover,
html body .site-header .nav-dropdown:hover > .dropdown-toggle,
html body .site-header .nav-link:focus-visible,
html body .site-header .nav-dropdown:focus-within > .dropdown-toggle {
  border-radius: 6px !important;
}

@media (max-width: 640px) {
  html body.request-reference-body .request-hero {
    padding-block: 84px 8px !important;
  }

  html body.request-reference-body .request-hero-copy h1 {
    max-width: 12ch !important;
    font-size: clamp(1.75rem, 7.8vw, 2rem) !important;
    line-height: 1.02 !important;
  }

  html body.request-reference-body .request-progress-panel h2,
  html body.request-reference-body .request-progress-panel > p,
  html body.request-reference-body .request-assurance {
    display: none !important;
  }

  html body.request-reference-body [data-request-progress] {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin: 0 !important;
  }

  html body.request-reference-body [data-request-progress] button {
    min-height: 52px !important;
    padding: 5px 3px !important;
    gap: 3px !important;
    border-radius: 12px !important;
  }

  html body.request-reference-body [data-request-progress] span {
    width: 25px !important;
    height: 25px !important;
    font-size: .68rem !important;
  }

  html body.request-reference-body [data-request-progress] strong {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: .62rem !important;
    line-height: 1 !important;
  }
}

/* 2026-08-04: absolute ClickaCook typography lock. Keep at end of stylesheet. */
:root {
  --font-sans: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --font-hero: clamp(2.25rem, 3.2vw, 3rem);
  --font-page-title: clamp(2rem, 2.8vw, 2.625rem);
  --font-section-title: clamp(1.75rem, 2.2vw, 2.125rem);
  --font-subheading: clamp(1.3rem, 1.7vw, 1.625rem);
  --font-card-title: clamp(1.05rem, 1.25vw, 1.25rem);
  --font-body: clamp(1rem, 1vw, 1.0625rem);
  --font-small: clamp(.875rem, .9vw, .9375rem);
  --font-label: clamp(.75rem, .75vw, .8125rem);
  --font-button: clamp(.875rem, .9vw, 1rem);
}

html body,
html body button,
html body input,
html body select,
html body textarea {
  font-family: var(--font-sans) !important;
}

html body {
  font-size: var(--font-body) !important;
  line-height: 1.65 !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html body :is(h1, .hero-copy h1, .page-hero h1, .home-ref-hero h1, .request-hero-copy h1) {
  font-family: var(--font-serif) !important;
  font-size: var(--font-hero) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

html body :is(h2, .section-heading, .home-ref-section h2) {
  font-family: var(--font-serif) !important;
  font-size: var(--font-section-title) !important;
  font-weight: 600 !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
}

html body h3 {
  font-family: var(--font-sans) !important;
  font-size: var(--font-card-title) !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
}

html body :is(p, li, label, input, select, textarea) {
  font-size: var(--font-body) !important;
}

html body :is(.eyebrow, .section-kicker, .home-ref-eyebrow, .badge, .status-badge, small) {
  font-family: var(--font-sans) !important;
  font-size: var(--font-label) !important;
}

html body :is(.button, button, [type="submit"], .nav-link, .dropdown-toggle) {
  font-family: var(--font-sans) !important;
  font-size: var(--font-button) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 768px) {
  :root {
    --font-hero: clamp(2rem, 8.4vw, 2.125rem);
    --font-page-title: clamp(1.75rem, 7.5vw, 1.875rem);
    --font-section-title: clamp(1.5rem, 6.5vw, 1.625rem);
    --font-subheading: clamp(1.2rem, 5.4vw, 1.3125rem);
    --font-card-title: 1.125rem;
    --font-body: clamp(.9375rem, 4vw, 1rem);
    --font-small: .875rem;
    --font-label: .75rem;
    --font-button: .9375rem;
  }
}

/* Final compact-spacing override. */
@media (min-width: 1101px) {
  html body.request-reference-body .request-fast-panel {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 701px) and (max-width: 1100px) {
  html body.request-reference-body .request-fast-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  html body.request-reference-body .request-fast-panel {
    grid-template-columns: 1fr !important;
  }
}

html body main > section:not([class*="hero"]),
html body main :is(.section, .compact-section, .home-ref-section, .about-section-v4, .fleet-section, .fleet-lower-section, .setrans-section, .insights-premium-section, .contact-ref-section, .station-overview-section, .station-applications-section, .station-benefits-section, .station-workflow-section, .station-deployment-section, .station-cta-section, .station-faq-section, .pilot-visual-strip-section, .pilot-form-section, .solutions-overview-section, .solutions-journey-section, .solutions-comparison-section, .solution-showcase-section, .solution-finder-section) {
  min-height: 0 !important;
  padding-top: clamp(28px, 3.2vw, 44px) !important;
  padding-bottom: clamp(28px, 3.2vw, 44px) !important;
}

html body main > section + section {
  margin-top: 0 !important;
}

html body :is(.section-heading, .home-ref-section-heading, .fleet-section-heading, .insights-section-heading, .station-section-heading, .setrans-section-heading) {
  margin-top: 0 !important;
  margin-bottom: clamp(16px, 1.7vw, 24px) !important;
}

html body section :is(h2, h3, p) {
  margin-top: 0 !important;
}

html body section h2 {
  margin-bottom: clamp(10px, 1vw, 16px) !important;
}

html body section h3 {
  margin-bottom: 8px !important;
}

html body section p {
  margin-bottom: 12px !important;
}

html body main [class*="-grid"] {
  gap: clamp(14px, 1.5vw, 22px) !important;
}

html body .pilot-process-panel.pilot-workflow-zigzag {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
}

html body .pilot-process-panel.pilot-workflow-zigzag > li {
  min-height: 0 !important;
  padding: 18px !important;
  gap: 14px !important;
  align-content: start !important;
}

html body .pilot-process-panel.pilot-workflow-zigzag > li > span {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
}

html body .site-footer {
  margin-top: 0 !important;
  padding-top: clamp(32px, 3.6vw, 48px) !important;
  padding-bottom: clamp(22px, 2.5vw, 34px) !important;
}

@media (max-width: 900px) {
  html body .pilot-process-panel.pilot-workflow-zigzag {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  html body main > section:not([class*="hero"]),
  html body main :is(.section, .compact-section, .home-ref-section, .about-section-v4, .fleet-section, .setrans-section, .insights-premium-section, .contact-ref-section) {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  html body .pilot-process-panel.pilot-workflow-zigzag {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  html body .pilot-process-panel.pilot-workflow-zigzag > li {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    align-items: center !important;
    padding: 13px 14px !important;
  }

  html body .pilot-process-panel.pilot-workflow-zigzag > li > span {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
  }

  html body .pilot-process-panel.pilot-workflow-zigzag h3 {
    margin: 0 !important;
  }
}
