.architecture-section,
.peak-sequence {
  display: none !important;
}

.capability-section {
  display: none !important;
}

.gp-v5-hidden {
  display: none !important;
}

.evidence-v5 .factory-section {
  background:
    radial-gradient(circle at 72% 18%, rgba(103, 191, 200, .13), transparent 34%),
    radial-gradient(circle at 10% 10%, rgba(213, 166, 74, .08), transparent 28%),
    linear-gradient(180deg, #f6f8f8 0%, #eef3f4 100%) !important;
}

body.evidence-v5,
body.evidence-v5 button,
body.evidence-v5 input,
body.evidence-v5 select,
body.evidence-v5 textarea {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

body.evidence-v5 h1,
body.evidence-v5 h2,
body.evidence-v5 h3,
body.evidence-v5 h4,
body.evidence-v5 .company-title,
body.evidence-v5 .gp-configurator-heading h2,
body.evidence-v5 .gp-card-copy h3,
body.evidence-v5 .integration-heading h2,
body.evidence-v5 .kicker-v5,
body.evidence-v5 .gp-field-label,
body.evidence-v5 .gp-result-label,
body.evidence-v5 .gp-card-index {
  font-family: "Inter Tight", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

.evidence-v5 .factory-section .factory-heading h2 {
  letter-spacing: -.065em !important;
  color: #090a0a !important;
}

.evidence-v5 .factory-section .factory-heading p,
.evidence-v5 .factory-section .factory-heading span {
  color: #4f5a5d !important;
}

.flight-proof-v5,
.evidence-v5-section {
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto;
}

.flight-proof-v5 {
  margin-top: clamp(28px, 4vw, 56px);
  margin-bottom: clamp(28px, 4vw, 54px);
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, .72fr);
  gap: clamp(18px, 2.4vw, 32px);
  align-items: stretch;
}

.flight-visual-v5,
.evidence-photo-v5,
.bench-photo-v5 {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(9, 10, 10, .1);
  border-radius: 34px;
  background: #0b0d0e;
  box-shadow: 0 28px 90px rgba(15, 23, 42, .12);
}

.flight-visual-v5 {
  min-height: clamp(420px, 56vw, 760px);
}

.flight-visual-v5 video,
.flight-visual-v5 img,
.evidence-photo-v5 img,
.bench-photo-v5 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.flight-visual-v5 video {
  position: absolute;
  inset: 0;
}

.flight-visual-v5::before,
.evidence-photo-v5::before,
.bench-photo-v5::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .56), transparent 43%),
    radial-gradient(circle at 73% 30%, rgba(103, 191, 200, .22), transparent 28%);
  z-index: 1;
}

.flight-visual-v5::after {
  content: "";
  position: absolute;
  left: -18%;
  right: -18%;
  top: 52%;
  height: 2px;
  z-index: 2;
  background: linear-gradient(90deg, transparent, rgba(103, 191, 200, .82), rgba(213, 166, 74, .64), transparent);
  box-shadow: 0 0 24px rgba(103, 191, 200, .46);
  animation: gp-v5-trail 3.6s ease-in-out infinite;
}

.flight-copy-v5 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(420px, 56vw, 760px);
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(9, 10, 10, .1);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(244, 247, 248, .82)),
    rgba(255, 255, 255, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95), 0 22px 70px rgba(15, 23, 42, .08);
}

.kicker-v5 {
  margin: 0 0 18px;
  color: #7e1d24;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.flight-copy-v5 h3,
.evidence-copy-v5 h2,
.bench-copy-v5 h2 {
  margin: 0;
  color: #090a0a;
  font-size: clamp(42px, 6vw, 94px);
  line-height: .88;
  letter-spacing: -.07em;
  text-transform: uppercase;
}

.flight-copy-v5 h3 {
  max-width: 7.6em;
  font-size: clamp(42px, 4.6vw, 72px);
  letter-spacing: -.075em;
}

.flight-copy-v5 p,
.evidence-copy-v5 p,
.bench-copy-v5 p {
  margin: 20px 0 0;
  max-width: 58ch;
  color: #465155;
  font-size: clamp(16px, 1.12vw, 19px);
  line-height: 1.65;
}

.proof-list-v5 {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.proof-list-v5 span,
.image-tag-v5,
.hotspot-v5,
.bench-tag-v5 {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid rgba(9, 10, 10, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  color: #101718;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .06em;
  text-transform: uppercase;
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
}

.proof-list-v5 span::before,
.image-tag-v5::before,
.bench-tag-v5::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #67bfc8;
  box-shadow: 0 0 14px rgba(103, 191, 200, .72);
}

.image-tag-v5,
.bench-tag-v5 {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
}

.image-tag-v5.gold::before,
.proof-list-v5 span.gold::before {
  background: #d5a64a;
  box-shadow: 0 0 14px rgba(213, 166, 74, .72);
}

.image-tag-v5.red::before,
.bench-tag-v5.red::before {
  background: #9e2028;
  box-shadow: 0 0 14px rgba(158, 32, 40, .72);
}

.evidence-v5-section {
  padding: clamp(74px, 9vw, 138px) 0;
  color: #090a0a;
}

.evidence-v5-section + .evidence-v5-section {
  padding-top: 0;
}

.prototype-grid-v5,
.integration-grid-v5,
.bench-grid-v5 {
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
  gap: clamp(18px, 2.2vw, 30px);
  align-items: stretch;
}

.prototype-photos-v5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px, 1.6vw, 22px);
}

.prototype-photos-v5 .evidence-photo-v5:first-child {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 8.5;
}

.prototype-photos-v5 .evidence-photo-v5:not(:first-child) {
  aspect-ratio: 1 / .92;
}

.evidence-copy-v5 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid rgba(9, 10, 10, .1);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(239, 244, 245, .86)),
    #fff;
}

.spec-strip-v5 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.spec-strip-v5 div {
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(9, 10, 10, .08);
  border-radius: 22px;
  background: #fff;
}

.spec-strip-v5 strong {
  display: block;
  color: #090a0a;
  font-size: 20px;
  line-height: 1.05;
}

.spec-strip-v5 span {
  display: block;
  margin-top: 8px;
  color: #687477;
  font-size: 13px;
  line-height: 1.45;
}

.integration-view-v5 {
  position: relative;
  min-height: clamp(520px, 58vw, 780px);
}

.integration-view-v5 img {
  filter: contrast(1.04) saturate(.92);
}

.integration-view-v5::before {
  background:
    linear-gradient(90deg, rgba(4, 5, 5, .45), rgba(4, 5, 5, .06) 54%, rgba(4, 5, 5, .52)),
    radial-gradient(circle at 44% 52%, rgba(213, 166, 74, .22), transparent 24%);
}

.hotspot-v5 {
  position: absolute;
  z-index: 3;
  min-height: 34px;
  padding: 8px 13px;
  color: #f8fafb;
  border-color: rgba(255, 255, 255, .24);
  background: rgba(8, 10, 10, .54);
  box-shadow: 0 16px 44px rgba(0, 0, 0, .22);
}

.hotspot-v5::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #7fd68b;
  box-shadow: 0 0 18px rgba(127, 214, 139, .88);
}

.hotspot-v5:nth-child(2) {
  left: 9%;
  top: 14%;
}

.hotspot-v5:nth-child(3) {
  left: 34%;
  top: 39%;
}

.hotspot-v5:nth-child(4) {
  right: 9%;
  top: 24%;
}

.hotspot-v5:nth-child(5) {
  right: 10%;
  bottom: 17%;
}

.bench-grid-v5 {
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
}

.bench-photos-v5 {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(14px, 1.6vw, 22px);
}

.bench-photo-v5 {
  aspect-ratio: 1 / .82;
  background: #f4f6f7;
}

.bench-photo-v5:first-child {
  aspect-ratio: 1 / 1.18;
}

.bench-copy-v5 {
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid rgba(9, 10, 10, .1);
  border-radius: 34px;
  background:
    radial-gradient(circle at 82% 24%, rgba(158, 32, 40, .1), transparent 28%),
    linear-gradient(180deg, #ffffff, #f0f4f5);
}

.bench-copy-v5 ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 32px 0 0;
  list-style: none;
}

.bench-copy-v5 li {
  padding: 16px 0;
  border-top: 1px solid rgba(9, 10, 10, .1);
  color: #283033;
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.55;
}

.bench-copy-v5 li strong {
  display: block;
  margin-bottom: 4px;
  color: #090a0a;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.factory-section .factory-card,
.factory-section .factory-video-card,
.evidence-photo-v5,
.bench-photo-v5,
.flight-visual-v5,
.flight-copy-v5 {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.evidence-v5 .factory-section .factory-card,
.evidence-v5 .factory-section .factory-video-card {
  background: #111718 !important;
}

.evidence-v5 .factory-section .factory-card p,
.evidence-v5 .factory-section .factory-video-card p,
.evidence-v5 .factory-section .factory-card span,
.evidence-v5 .factory-section .factory-video-card span {
  color: rgba(255, 255, 255, .82) !important;
}

.evidence-v5 .factory-section .factory-card h3,
.evidence-v5 .factory-section .factory-video-card h3 {
  color: #fff !important;
}

.factory-section .factory-card:hover,
.factory-section .factory-video-card:hover,
.evidence-photo-v5:hover,
.bench-photo-v5:hover,
.flight-visual-v5:hover {
  transform: translateY(-4px);
  border-color: rgba(103, 191, 200, .34);
  box-shadow: 0 34px 96px rgba(15, 23, 42, .16);
}

@keyframes gp-v5-trail {
  0%, 100% {
    opacity: .36;
    transform: translateX(-6%) scaleX(.76);
  }
  48% {
    opacity: .92;
    transform: translateX(8%) scaleX(1.06);
  }
}

@media (max-width: 980px) {
  .flight-proof-v5,
  .prototype-grid-v5,
  .integration-grid-v5,
  .bench-grid-v5,
  .bench-photos-v5 {
    grid-template-columns: 1fr;
  }

  .flight-copy-v5,
  .flight-visual-v5,
  .integration-view-v5 {
    min-height: 420px;
  }

  .prototype-photos-v5 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .flight-proof-v5,
  .evidence-v5-section {
    width: min(100% - 28px, 1480px);
  }

  .flight-copy-v5 h3,
  .evidence-copy-v5 h2,
  .bench-copy-v5 h2 {
    font-size: clamp(36px, 13vw, 54px);
  }

  .spec-strip-v5 {
    grid-template-columns: 1fr;
  }

  .hotspot-v5 {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin: 8px 0 0 16px;
  }

  .integration-view-v5 {
    display: flex;
    min-height: 520px;
    flex-direction: column;
    justify-content: flex-end;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flight-visual-v5::after {
    animation: none;
  }

  .factory-section .factory-card,
  .factory-section .factory-video-card,
  .evidence-photo-v5,
  .bench-photo-v5,
  .flight-visual-v5,
  .flight-copy-v5 {
    transition: none;
  }
}

/* Mission advantage and configuration layer */
.gp-advantages-section,
.gp-configurator-section {
  position: relative;
  overflow: hidden;
  color: #0a0d0e;
}

.gp-advantages-section {
  background: #eef2f1;
  padding: clamp(86px, 10vw, 150px) 24px clamp(74px, 9vw, 132px);
}

.gp-advantages-inner,
.gp-configurator-inner {
  width: min(1480px, 100%);
  margin: 0 auto;
}

.gp-section-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: clamp(38px, 5vw, 72px);
}

.gp-eyebrow,
.gp-result-label {
  margin: 0 0 17px;
  color: #7e1d24;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.gp-section-intro h2,
.gp-configurator-heading h2 {
  margin: 0;
  font-size: clamp(48px, 7.2vw, 108px);
  font-weight: 650;
  line-height: .88;
  letter-spacing: -.07em;
  text-transform: uppercase;
}

.gp-section-intro h2 span,
.gp-configurator-heading h2 span {
  color: rgba(10, 13, 14, .24);
}

.gp-intro-side {
  width: min(390px, 100%);
}

.gp-intro-side > p,
.gp-configurator-heading > p {
  margin: 0;
  color: rgba(10, 13, 14, .58);
  font-size: 14px;
  line-height: 1.7;
}

.gp-profile-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 24px;
}

.gp-profile-switch button,
.gp-configure-link,
.gp-result-cta {
  min-height: 44px;
  border: 1px solid rgba(10, 13, 14, .14);
  background: transparent;
  color: #0a0d0e;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background-color .22s ease, color .22s ease, border-color .22s ease, transform .22s ease;
}

.gp-profile-switch button {
  padding: 0 13px;
}

.gp-profile-switch button:hover,
.gp-profile-switch button:focus-visible,
.gp-profile-switch button.is-active {
  border-color: #0a0d0e;
  background: #0a0d0e;
  color: #fff;
}

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

.gp-advantage-card {
  display: flex;
  min-width: 0;
  min-height: 570px;
  flex-direction: column;
  border: 1px solid rgba(10, 13, 14, .13);
  background: rgba(255, 255, 255, .68);
  outline: none;
  transition: transform .28s ease, background-color .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.gp-advantage-card:hover,
.gp-advantage-card:focus-visible,
.gp-advantage-card[aria-expanded="true"] {
  border-color: rgba(10, 13, 14, .35);
  background: #fff;
  box-shadow: 0 24px 54px rgba(10, 13, 14, .09);
  transform: translateY(-5px);
}

.gp-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 0;
}

.gp-card-index,
.gp-data-tag,
.gp-card-action,
.gp-scale,
.gp-temp-caption,
.gp-weight-readout,
.gp-load-meter {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gp-card-index { color: rgba(10, 13, 14, .4); }
.gp-data-tag { color: #16737a; white-space: nowrap; }

.gp-card-visual {
  position: relative;
  min-height: 315px;
  margin: 22px 18px 0;
  border-top: 1px solid rgba(10, 13, 14, .1);
  border-bottom: 1px solid rgba(10, 13, 14, .1);
}

.gp-hero-metric {
  display: grid;
  gap: 8px;
  padding-top: 34px;
  color: #16737a;
}

.gp-hero-metric strong {
  display: block;
  color: #0a0d0e;
  font-size: clamp(38px, 4.2vw, 64px);
  font-weight: 700;
  line-height: .88;
  letter-spacing: -.07em;
}

.gp-hero-metric span {
  color: rgba(10, 13, 14, .42);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gp-bar-row {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr) 57px;
  align-items: center;
  gap: 10px;
  padding-top: 42px;
  color: rgba(10, 13, 14, .48);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
}

.gp-hydrogen-row { padding-top: 26px; color: #16737a; }
.gp-bar-row b { font-size: 10px; color: #0a0d0e; text-align: right; }
.gp-bar-track { height: 8px; overflow: hidden; background: rgba(10, 13, 14, .1); }
.gp-bar { display: block; height: 100%; transform: scaleX(0); transform-origin: left; transition: transform 1.2s cubic-bezier(.22, .78, .21, 1); }
.gp-battery { width: 14%; background: #8b9495; }
.gp-hydrogen { width: 78%; background: #5ebcc2; transition-delay: .18s; }
.gp-in-view .gp-bar { transform: scaleX(1); }
.gp-scale { display: flex; justify-content: space-between; margin-top: 35px; color: rgba(10, 13, 14, .36); }

.gp-temp-axis { display: flex; align-items: center; gap: 14px; padding-top: 48px; color: rgba(10, 13, 14, .55); font-size: 11px; font-variant-numeric: tabular-nums; }
.gp-temp-line { position: relative; flex: 1; height: 4px; background: rgba(10, 13, 14, .12); }
.gp-temp-line i { position: absolute; top: 0; left: 9%; width: 82%; height: 100%; background: #5ebcc2; transform: scaleX(0); transform-origin: left; transition: transform 1.25s cubic-bezier(.22, .78, .21, 1) .25s; }
.gp-in-view .gp-temp-line i { transform: scaleX(1); }
.gp-temp-point { position: absolute; z-index: 1; top: 50%; width: 12px; height: 12px; border: 3px solid #eef2f1; border-radius: 50%; background: #16737a; transform: translate(-50%, -50%) scale(0); transition: transform .45s ease 1.08s; }
.gp-in-view .gp-temp-point { transform: translate(-50%, -50%) scale(1); }
.gp-temp-left { left: 9%; }.gp-temp-right { left: 91%; }
.gp-temp-caption { display: flex; justify-content: space-between; gap: 8px; margin-top: 36px; color: rgba(10, 13, 14, .38); }
.gp-temp-caption strong { color: #16737a; text-align: center; }

.gp-weight-readout { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 8px; padding-top: 46px; color: rgba(10, 13, 14, .45); }
.gp-weight-readout strong { display: block; color: #0a0d0e; font-size: 22px; letter-spacing: -.04em; }
.gp-load-meter { display: grid; grid-template-columns: 120px minmax(0, 1fr) 18px; align-items: center; gap: 10px; margin-top: 54px; color: rgba(10, 13, 14, .48); }
.gp-load-meter div { height: 8px; overflow: hidden; background: rgba(10, 13, 14, .1); }
.gp-load-meter i { display: block; width: 72%; height: 100%; background: #c99b3c; transform: scaleX(0); transform-origin: left; transition: transform 1s cubic-bezier(.22, .78, .21, 1) .3s; }
.gp-in-view .gp-load-meter i { transform: scaleX(1); }
.gp-load-meter b { color: #9a7121; font-size: 17px; }

.gp-card-copy { padding: 24px 18px 0; }
.gp-card-copy h3 { margin: 0; font-size: clamp(34px, 3.4vw, 52px); font-weight: 650; line-height: .94; letter-spacing: -.06em; }
.gp-card-copy p { min-height: 48px; margin: 13px 0 22px; color: rgba(10, 13, 14, .62); font-size: 16px; line-height: 1.45; }
.gp-card-action { color: #16737a; }
.gp-card-action span { display: inline-block; margin-left: 7px; font-size: 16px; transition: transform .22s ease; }
.gp-advantage-card[aria-expanded="true"] .gp-card-action span { transform: rotate(45deg); }
.gp-card-detail { display: grid; gap: 7px; max-height: 0; overflow: hidden; padding: 0 18px; color: rgba(10, 13, 14, .55); font-size: 12px; line-height: 1.55; opacity: 0; transition: max-height .28s ease, padding .28s ease, opacity .22s ease; }
.gp-card-detail strong { color: #0a0d0e; font-weight: 600; }
.gp-advantage-card[aria-expanded="true"] .gp-card-detail { max-height: 120px; padding-top: 17px; padding-bottom: 12px; opacity: 1; }
.gp-configure-link { align-self: flex-start; margin: auto 18px 20px; padding: 0 12px; color: #7e1d24; }
.gp-configure-link:hover, .gp-configure-link:focus-visible { border-color: #7e1d24; background: #7e1d24; color: #fff; transform: translateY(-2px); }

.gp-configurator-section { background: #eef2f1; color: #0a0d0e; padding: clamp(76px, 9vw, 132px) 24px; }
.gp-configurator-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .55fr); align-items: end; gap: 40px; margin-bottom: 52px; }
.gp-configurator-heading h2 span { color: rgba(10, 13, 14, .24); }
.gp-configurator-heading > p { color: rgba(10, 13, 14, .58); }
.gp-configurator-heading .gp-eyebrow { color: #7e1d24; }
.gp-configurator-panel { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); gap: 1px; background: rgba(255, 255, 255, .15); }
.gp-configurator-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(10, 13, 14, .12); }
.gp-configurator-fields label { display: grid; gap: 10px; min-height: 118px; padding: 18px; background: #fff; color: rgba(10, 13, 14, .5); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.gp-configurator-fields select { min-width: 0; height: 46px; padding: 0 12px; border: 1px solid rgba(10, 13, 14, .15); border-radius: 0; background: #fff; color: #0a0d0e; font: inherit; font-size: 13px; font-weight: 500; letter-spacing: 0; outline: none; }
.gp-configurator-fields select:focus { border-color: #91f53a; }
.gp-configurator-fields .gp-field-label {
  display: block;
}

.gp-configurator-fields .gp-field-current {
  min-height: 1.35em;
  color: rgba(10, 13, 14, .72);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.gp-inquiry-summary {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(145, 245, 58, .24);
  background: rgba(255, 255, 255, .05);
}

.gp-inquiry-summary-label {
  color: rgba(255, 255, 255, .36);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gp-inquiry-summary-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gp-inquiry-summary-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(145, 245, 58, .24);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  background: rgba(145, 245, 58, .09);
}
.gp-configurator-result { display: flex; min-height: 238px; flex-direction: column; padding: 30px; background: #b7ff42; color: #0a0d0e; }
.gp-configurator-result .gp-result-label { color: rgba(10, 13, 14, .55); }
.gp-configurator-result h3 { max-width: 13em; margin: 0; font-size: clamp(25px, 3vw, 42px); line-height: .98; letter-spacing: -.055em; }
.gp-configurator-result > p:not(.gp-result-label) { max-width: 31em; margin: 14px 0; color: rgba(10, 13, 14, .62); font-size: 13px; line-height: 1.55; }
.gp-result-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.gp-result-tags span { padding: 7px 9px; border: 1px solid rgba(10, 13, 14, .2); color: rgba(10, 13, 14, .68); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.gp-result-cta { display: inline-flex; width: fit-content; align-items: center; gap: 12px; margin-top: auto; padding: 0 14px; border-color: #0a0d0e; background: #0a0d0e; color: #fff; text-decoration: none; }
.gp-result-cta:hover, .gp-result-cta:focus-visible { background: transparent; color: #0a0d0e; transform: translateY(-2px); }
.gp-config-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding-top: 22px; color: rgba(10, 13, 14, .52); font-size: 11px; }
.gp-config-steps b { display: block; margin-bottom: 8px; color: #91f53a; font-size: 10px; letter-spacing: .12em; }

@media (max-width: 900px) {
  .gp-section-intro, .gp-configurator-heading { grid-template-columns: 1fr; align-items: start; }
  .gp-section-intro { display: grid; }
  .gp-advantage-grid, .gp-configurator-panel { grid-template-columns: 1fr; }
  .gp-config-steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .gp-advantages-section, .gp-configurator-section { padding-right: 14px; padding-left: 14px; }
  .gp-section-intro h2, .gp-configurator-heading h2 { font-size: clamp(45px, 14vw, 68px); }
  .gp-advantage-card { min-height: 580px; }
  .gp-card-top { align-items: flex-start; flex-direction: column; gap: 8px; }
  .gp-configurator-fields { grid-template-columns: 1fr; }
  .gp-config-steps { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .gp-advantage-card, .gp-profile-switch button, .gp-configure-link, .gp-result-cta, .gp-card-detail, .gp-card-action span,
  .gp-bar, .gp-temp-line i, .gp-temp-point, .gp-load-meter i { transition: none !important; }
  .gp-bar, .gp-temp-line i, .gp-load-meter i { transform: scaleX(1); }
  .gp-temp-point { transform: translate(-50%, -50%) scale(1); }
}

#contact form label:has(input[name="UAV application"]),
#contact form label:has(input[name="Fuel-cell and DC bus requirement"]),
#contact form label:has(input[name="Power profile"]),
#contact form label:has(select[name="Communication"]) {
  display: none !important;
}

/* v5.4: readable engineering content and a single source of truth for configuration. */
body.evidence-v5 {
  font-size: 16px;
}

body.evidence-v5 p {
  letter-spacing: 0;
}

.gp-configurator-section {
  padding-top: clamp(96px, 11vw, 156px);
  padding-bottom: clamp(96px, 11vw, 156px);
}

.gp-configurator-heading {
  gap: clamp(44px, 5vw, 84px);
  margin-bottom: clamp(54px, 6vw, 84px);
}

.gp-configurator-heading > p {
  max-width: 34ch;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.55;
}

.gp-configurator-panel {
  gap: 2px;
}

.gp-configurator-fields {
  gap: 2px;
}

.gp-configurator-fields label {
  gap: 18px;
  min-height: 184px;
  padding: 30px;
  font-size: 13px;
  letter-spacing: .08em;
}

.gp-configurator-fields select {
  height: 64px;
  padding: 0 18px;
  border-color: rgba(10, 13, 14, .28);
  background-color: #fff !important;
  color: #0a0d0e !important;
  -webkit-text-fill-color: #0a0d0e;
  opacity: 1 !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.gp-configurator-fields select option {
  background-color: #fff;
  color: #0a0d0e;
}

.gp-configurator-fields select:hover {
  border-color: rgba(10, 13, 14, .52);
}

.gp-configurator-fields select:focus-visible {
  outline: 3px solid rgba(145, 245, 58, .45);
  outline-offset: 2px;
}

.gp-field-current {
  display: none !important;
}

.gp-configurator-result {
  min-height: 348px;
  padding: clamp(32px, 3vw, 50px);
}

.gp-configurator-result > p:not(.gp-result-label) {
  max-width: 34ch;
  font-size: 16px;
  line-height: 1.55;
}

.gp-result-tags {
  gap: 8px;
  margin: 18px 0 26px;
}

.gp-result-tags span {
  padding: 8px 10px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: .04em;
}

.gp-result-cta {
  min-height: 50px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 700;
}

.gp-config-steps {
  gap: 24px;
  padding-top: 34px;
  font-size: 14px;
  line-height: 1.5;
}

.gp-config-steps b {
  margin-bottom: 10px;
  font-size: 12px;
}

#contact form {
  row-gap: 26px !important;
}

#contact form > label > span {
  margin-bottom: 10px !important;
  color: rgba(255, 255, 255, .58) !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: .06em;
}

#contact form input,
#contact form select,
#contact form textarea {
  min-height: 60px !important;
  font-size: 17px !important;
}

#contact form textarea {
  min-height: 144px !important;
  line-height: 1.55 !important;
}

.gp-inquiry-summary {
  gap: 14px;
  padding: 24px;
}

.gp-inquiry-summary-label {
  font-size: 12px;
}

.gp-inquiry-summary-chips {
  gap: 10px;
}

.gp-inquiry-summary-chips span {
  min-height: 38px;
  padding: 8px 13px;
  font-size: 15px;
}

@media (max-width: 640px) {
  .gp-configurator-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .gp-configurator-fields label {
    min-height: 162px;
    padding: 24px;
  }

  .gp-configurator-fields select {
    height: 60px;
    font-size: 17px;
  }
}

/* ==== readability pass v56: enlarge remaining small labels ==== */
.gp-result-tags span {
  font-size: 13px;
  letter-spacing: .04em;
}

.gp-configurator-fields label {
  font-size: 14px;
  letter-spacing: .06em;
}

.gp-card-detail {
  font-size: 14px;
  line-height: 1.65;
}

.gp-card-index,
.gp-data-tag {
  font-size: 12px;
}

/* ==== whitespace pass v58: breathing room ==== */
.gp-card-copy p {
  line-height: 1.6;
}

.gp-configurator-result > p:not(.gp-result-label) {
  line-height: 1.7;
}

.gp-configurator-heading p {
  margin-bottom: 6px;
  line-height: 1.7;
}

.gp-intro-side p {
  line-height: 1.7;
}

.gp-section-intro {
  margin-bottom: 44px;
}

/* ==== engineering library entry ==== */
.gp-library-section {
  background: #0a0d0e;
  color: #f4f6f7;
  padding: clamp(76px, 9vw, 132px) 24px;
}

.gp-library-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}

.gp-library-copy .gp-eyebrow {
  color: #91f53a;
}

.gp-library-copy h2 {
  margin: 14px 0 22px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #fff;
}

.gp-library-copy h2 span {
  color: #91f53a;
}

.gp-library-copy p {
  max-width: 34em;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 1.7;
}

.gp-library-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding: 16px 24px;
  background: #91f53a;
  color: #0a0d0e;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.gp-library-links {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.gp-library-links a {
  padding: 16px 18px;
  background: #0a0d0e;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.gp-library-links a:hover {
  color: #91f53a;
}
