.veyil-page,
.veyil-page * {
  box-sizing: border-box;
}

.site-main:has(.veyil-page) {
  padding-top: 0;
}

.veyil-page {
  --veyil-green: #f48120;
  --veyil-green-dark: #f48120;
  --veyil-green-soft: #fff2e8;
  --veyil-ink: #101417;
  --veyil-muted: #62666f;
  --veyil-line: rgba(16, 20, 23, .1);
  --veyil-bg: #fff8f2;
  --veyil-product-img: url("../images/lite/pack-13-product-images.png");
  --veyil-road-img: url("../images/homepage/pack-04-project-installations.png");
  overflow: hidden;
  color: var(--veyil-ink);
  background: #fff;
}

.veyil-shell {
  width: min(100% - 68px, 1360px);
  margin-inline: auto;
}

.veyil-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 20px;
  border: 1px solid var(--veyil-line);
  border-radius: 5px;
  color: var(--veyil-ink);
  background: #fff;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.veyil-button--green,
.veyil-button:hover,
.veyil-button:focus-visible {
  border-color: var(--veyil-green);
  color: #111;
  background: #f48120;
}

.veyil-button:hover,
.veyil-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(244, 129, 32, .24);
  outline: 0;
}

.veyil-eyebrow {
  margin: 0 0 14px;
  color: var(--veyil-green);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.veyil-hero {
  position: relative;
  min-height: 660px;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(1,8,14,.92) 0%, rgba(4,16,28,.70) 42%, rgba(4,16,28,.25) 68%, rgba(1,8,14,.38) 100%), var(--veyil-hero-upload, var(--veyil-road-img));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.veyil-hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  background: linear-gradient(180deg, transparent, rgba(1,8,14,.86));
  pointer-events: none;
}

.veyil-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 520px) 1fr 145px;
  gap: 28px;
  min-height: 660px;
  align-items: center;
  padding: 92px 0 34px;
}

.veyil-hero h1 {
  margin: 0;
  font-size: clamp(4.8rem, 8vw, 7.4rem);
  line-height: .82;
  text-transform: uppercase;
}

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

.veyil-hero__lead {
  margin: 20px 0 0;
  font-size: 1.32rem;
  font-weight: 900;
  line-height: 1.22;
}

.veyil-quick-specs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 28px 0 24px;
  max-width: 560px;
}

.veyil-quick-specs span {
  display: grid;
  justify-items: center;
  gap: 6px;
  min-height: 72px;
  padding: 0 8px;
  border-right: 1px solid var(--veyil-line);
  text-align: center;
  font-size: .63rem;
  font-weight: 800;
}

.veyil-quick-specs span:last-child {
  border-right: 0;
}

.veyil-quick-specs i,
.veyil-kpis i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(244, 129, 32, .34);
  border-radius: 50%;
  color: var(--veyil-green);
  background: var(--veyil-green-soft);
  font-style: normal;
  font-size: .56rem;
  font-weight: 900;
}

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

.veyil-product-visual,
.veyil-model-card span,
.veyil-system-render,
.veyil-feature-product,
.veyil-compare-card span,
.veyil-why-card div {
  background-image: var(--veyil-product-img);
  background-repeat: no-repeat;
  filter: drop-shadow(0 16px 18px rgba(16,20,23,.2));
}

.veyil-why-card div.has-why-image {
  background-image: var(--veyil-why-image);
  background-position: center;
  background-size: contain;
}

.veyil-product-visual {
  align-self: stretch;
  min-height: 520px;
  background-size: 1180px auto;
  background-position: left 3% top 6%;
  transition: transform 420ms ease, filter 420ms ease;
}

.veyil-product-visual.is-changing {
  transform: translateY(-8px) scale(1.02);
  filter: drop-shadow(0 22px 28px rgba(244,129,32,.24));
}

.veyil-product-visual.has-series-model-image {
  background-image: var(--series-hero-model-image);
  background-size: contain;
  background-position: center;
}

.veyil-model-card span[style*="--series-model-image"] {
  background-image: var(--series-model-image);
  background-size: contain;
  background-position: center;
}

.veyil-page[data-active-model="50"] .veyil-product-visual { background-position: left 9% top 6%; }
.veyil-page[data-active-model="60"] .veyil-product-visual { background-position: left 15% top 6%; }
.veyil-page[data-active-model="75"] .veyil-product-visual { background-position: left 21% top 6%; }
.veyil-page[data-active-model="100"] .veyil-product-visual { background-position: left 3% top 18%; }
.veyil-page[data-active-model="120"] .veyil-product-visual { background-position: left 9% top 18%; }
.veyil-page[data-active-model="150"] .veyil-product-visual { background-position: left 15% top 18%; }

.veyil-wattage {
  justify-self: end;
  display: grid;
  gap: 2px;
  padding: 18px;
  border: 1px solid rgba(244,129,32,.14);
  border-radius: 8px;
  background: rgba(6,13,22,.78);
  box-shadow: 0 22px 44px rgba(0,0,0,.32);
}

.veyil-wattage button {
  min-width: 108px;
  padding: 10px 0;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 1.22rem;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.veyil-wattage button.is-active {
  color: var(--veyil-green);
}

.veyil-wattage button.is-active:after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 2px;
  margin-left: 12px;
  background: var(--veyil-green);
  vertical-align: middle;
}

.veyil-scroll {
  position: absolute;
  right: 0;
  bottom: 24px;
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
}

.veyil-section,
.veyil-environments,
.veyil-projects {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  padding: 24px 44px;
  border-top: 1px solid rgba(16,20,23,.06);
  background: #fff;
}

.veyil-section-title small {
  display: block;
  margin-bottom: 6px;
  font-weight: 900;
}

.veyil-section-title h2 {
  margin: 0;
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  line-height: 1.02;
  text-transform: uppercase;
}

.veyil-section-title p {
  margin: 10px 0 18px;
  color: var(--veyil-muted);
  font-size: .78rem;
  line-height: 1.45;
}

.veyil-models {
  grid-template-columns: 180px 1fr 270px;
}

.veyil-model-track,
.veyil-compare-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(102px, 1fr));
  gap: 14px;
}

.veyil-model-card,
.veyil-compare-card {
  position: relative;
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 10px;
  border: 1px solid var(--veyil-line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(16,20,23,.06);
  cursor: pointer;
}

.veyil-model-card.is-active,
.veyil-compare-card.is-active {
  border-color: var(--veyil-green);
  box-shadow: 0 14px 28px rgba(244,129,32,.16);
}

.veyil-model-card.is-active:after {
  content: "OK";
  position: absolute;
  right: -8px;
  top: -8px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--veyil-green);
  font-size: .52rem;
  font-weight: 900;
}

.veyil-model-card span,
.veyil-compare-card span {
  height: 68px;
  background-size: 980px auto;
  background-position: left 2% top 6%;
}

.veyil-model-card strong {
  text-align: center;
}

.veyil-selected-card {
  padding-left: 18px;
  border-left: 1px solid var(--veyil-line);
}

.veyil-selected-card h3 {
  margin: 0 0 12px;
  font-size: .95rem;
}

.veyil-selected-card dl {
  display: grid;
  gap: 6px;
  margin: 0;
}

.veyil-selected-card div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.veyil-selected-card dt,
.veyil-selected-card a {
  color: var(--veyil-muted);
  font-size: .66rem;
}

.veyil-selected-card dd {
  margin: 0;
  font-size: .7rem;
  font-weight: 900;
}

.veyil-selected-card a {
  display: inline-block;
  margin-top: 12px;
  color: var(--veyil-green);
  font-weight: 900;
}

.veyil-system {
  grid-template-columns: 180px minmax(420px, 1fr) 330px;
  align-items: center;
}

.veyil-system-diagram {
  position: relative;
  min-height: 360px;
}

.veyil-system-render {
  position: absolute;
  inset: 0 20% 0 0;
  background-size: 1180px auto;
  background-position: left 3% top 6%;
}


.veyil-system-render.has-system-overview-image {
  background-image: var(--veyil-system-overview-image);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.veyil-callout {
  position: absolute;
  right: 0;
  display: grid;
  grid-template-columns: 30px 1fr;
  width: 290px;
  gap: 8px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.veyil-callout:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 15px;
  width: 90px;
  border-top: 1px dashed rgba(244,129,32,.55);
}

.veyil-callout span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--veyil-green);
  border-radius: 50%;
  color: var(--veyil-green);
  background: #fff;
  font-weight: 900;
}

.veyil-callout strong {
  font-size: .75rem;
}

.veyil-callout small {
  grid-column: 2;
  color: var(--veyil-muted);
  font-size: .66rem;
  line-height: 1.25;
}

.veyil-callout.is-active strong {
  color: var(--veyil-green);
}

.veyil-callout--1 { top: 34px; }
.veyil-callout--2 { top: 112px; }
.veyil-callout--3 { top: 190px; }
.veyil-callout--4 { top: 268px; }

.veyil-why-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 24px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #08111b, #121c24);
}

.veyil-why-card h3 {
  margin: 0 0 16px;
  text-transform: uppercase;
}

.veyil-why-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .76rem;
  font-weight: 800;
}

.veyil-why-card li:before,
.veyil-feature-panel li:before {
  content: "✓";
  margin-right: 8px;
}

.veyil-why-card div {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 120px;
  height: 130px;
  background-size: 820px auto;
  background-position: left 2% top 6%;
}

.veyil-why-card strong,
.veyil-why-card span {
  display: none;
}

.veyil-performance {
  align-items: center;
  color: #fff;
  background: linear-gradient(90deg, #050b12, #101821);
}

.veyil-performance .veyil-section-title p,
.veyil-performance .veyil-kpis span {
  color: rgba(255,255,255,.7);
}

.veyil-kpis {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 12px;
}

.veyil-kpis article {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 100px;
  padding: 16px 10px;
  border: 1px solid rgba(244,129,32,.24);
  border-radius: 7px;
  background: rgba(255,255,255,.035);
  text-align: center;
  box-shadow: none;
}

.veyil-kpis strong {
  color: var(--veyil-green);
  font-size: .8rem;
}

.veyil-kpis span {
  color: var(--veyil-muted);
  font-size: .62rem;
  font-weight: 800;
}

.veyil-environments {
  grid-template-columns: 180px 1fr;
}

.veyil-env-row,
.veyil-project-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(180px, 1fr);
  gap: 12px;
  overflow-x: auto;
}

.veyil-env-row article,
.veyil-project-track article {
  position: relative;
  overflow: hidden;
  min-height: 116px;
  border-radius: 6px;
  background: #111;
}

.veyil-env-row article:before,
.veyil-project-track span,
.veyil-hotspot-map {
  background-image: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.7)), var(--veyil-road-img);
  background-size: 860px auto;
}

.veyil-env-row article:before,
.veyil-project-track span {
  content: "";
  position: absolute;
  inset: 0;
}

.veyil-env-row h3,
.veyil-project-track h3,
.veyil-project-track p {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  margin: 0;
  color: #fff;
  font-size: .72rem;
}

.veyil-project-track p {
  bottom: 0;
  color: rgba(255,255,255,.72);
  font-size: .62rem;
}

.veyil-env-2:before { background-position: -150px 0; }
.veyil-env-3:before { background-position: -300px 0; }
.veyil-env-4:before { background-position: -450px 0; }
.veyil-env-5:before { background-position: -600px 0; }
.veyil-env-6:before { background-position: -750px 0; }
.veyil-env-7:before { background-position: -900px 0; }

.veyil-env-row article[style*="--veyil-environment-image"]:before {
  background-image: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.7)), var(--veyil-environment-image);
  background-position: center;
  background-size: cover;
}

.veyil-feature-product.has-section-image {
  background-image: var(--veyil-section-image);
  background-position: center;
  background-size: contain;
}

.veyil-hotspot-map.has-section-image {
  background-image: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.48)), var(--veyil-section-image);
  background-position: center;
  background-size: cover;
}

.veyil-project-track article[style*="--veyil-installed-project-image"] span {
  background-image: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.7)), var(--veyil-installed-project-image);
  background-position: center;
  background-size: cover;
}

.veyil-section.veyil-features {
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.veyil-features > .veyil-section-title {
  align-self: center;
  justify-self: start;
  text-align: left;
}

.veyil-features > .veyil-section-title p {
  margin: 8px 0 0;
}

.veyil-features .veyil-feature-panel {
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: center;
  align-content: center;
  min-height: 170px;
}

.veyil-specs {
  grid-template-columns: 180px minmax(0, 1fr) 330px;
}

.veyil-table-wrap {
  overflow-x: auto;
}

.veyil-specs table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: .7rem;
}

.veyil-specs th,
.veyil-specs td {
  padding: 10px;
  border: 1px solid #edf0ea;
  text-align: left;
}

.veyil-specs tbody tr.is-active {
  background: var(--veyil-green-soft);
}

.veyil-feature-panel,
.veyil-spec-download {
  display: grid;
  align-content: center;
  gap: 14px;
}

.veyil-feature-panel h2 {
  margin: 0;
  font-size: 1rem;
  text-transform: uppercase;
}

.veyil-feature-panel ul {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .72rem;
  font-weight: 800;
  align-self: center;
}

.veyil-feature-panel li {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
  min-width: 0;
  text-align: center;
}

.veyil-feature-panel li:before { display: none; }

.veyil-feature-panel li > i {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 2px solid #be559f;
  border-radius: 50%;
  color: #be559f;
  background: #fff;
  font-style: normal;
}

.veyil-feature-panel li > i :is(svg, img) {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.veyil-feature-panel li > span {
  max-width: 125px;
  line-height: 1.2;
}

.veyil-features .veyil-feature-product {
  display: block;
  width: 100%;
  min-height: 150px;
  background-position: center;
  background-size: contain;
  align-self: center;
  justify-self: center;
}

@media (max-width: 760px) {
  .veyil-features .veyil-feature-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .veyil-section.veyil-features {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .veyil-features > .veyil-section-title {
    width: 100%;
    justify-self: stretch;
  }

  .veyil-feature-panel ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 14px;
  }

  .veyil-features .veyil-feature-product {
    width: 100%;
    min-height: 150px;
  }
}

.veyil-feature-product {
  min-height: 150px;
  background-size: 980px auto;
  background-position: left 2% top 6%;
}

.veyil-spec-download > a:last-child {
  color: var(--veyil-ink);
  font-size: .68rem;
  font-weight: 900;
}

.veyil-applications {
  grid-template-columns: 180px 1fr 260px;
  align-items: center;
}

.veyil-hotspot-map {
  position: relative;
  min-height: 230px;
  border-radius: 6px;
  background-position: center;
}

.hotspot {
  position: absolute;
  display: grid;
  justify-items: center;
  gap: 5px;
  width: 118px;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: .68rem;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.hotspot span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--veyil-green);
  box-shadow: 0 0 0 8px rgba(244,129,32,.18);
}

.hotspot-1 { left: 7%; top: 40%; }
.hotspot-2 { left: 25%; top: 58%; }
.hotspot-3 { left: 43%; top: 30%; }
.hotspot-4 { left: 58%; top: 46%; }
.hotspot-5 { left: 72%; top: 58%; }
.hotspot-6 { left: 86%; top: 36%; }

.veyil-application-note {
  padding: 18px;
  border: 1px solid rgba(244,129,32,.16);
  border-radius: 8px;
  background: var(--veyil-green-soft);
}

.veyil-application-note strong,
.veyil-application-note span {
  display: block;
}

.veyil-application-note span {
  margin-top: 8px;
  color: var(--veyil-muted);
  font-size: .76rem;
  line-height: 1.5;
}

.veyil-compare-grid {
  overflow-x: auto;
}

.veyil-compare-card {
  min-width: 130px;
  text-align: center;
  align-content: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.veyil-compare-card > span { display: none; }

.veyil-compare-card h3 {
  margin: 0;
  font-size: .72rem;
}

.veyil-compare-card p {
  margin: 0;
  color: var(--veyil-muted);
  font-size: .62rem;
  line-height: 1.3;
}

.veyil-projects {
  grid-template-columns: 180px 1fr;
}

.veyil-project-track article {
  min-width: 190px;
}

.veyil-download-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.veyil-download-grid a {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 8px 12px;
  border: 1px solid var(--veyil-line);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(16,20,23,.06);
}

.veyil-download-grid i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(244,129,32,.28);
  border-radius: 6px;
  color: var(--veyil-green);
  background: var(--veyil-green-soft);
  font-style: normal;
  font-size: .62rem;
  font-weight: 900;
}

.veyil-download-grid strong,
.veyil-download-grid small {
  display: block;
}

.veyil-download-grid strong {
  font-size: .74rem;
}

.veyil-download-grid small {
  color: var(--veyil-muted);
  font-size: .62rem;
}

.veyil-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px;
}

.veyil-faq article {
  border-bottom: 1px solid var(--veyil-line);
}

.veyil-faq button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 0;
  border: 0;
  background: transparent;
  font-size: .78rem;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.veyil-faq button:after {
  content: "+";
}

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

.veyil-faq p {
  margin: 0;
  padding: 0 0 14px;
  color: var(--veyil-muted);
  font-size: .74rem;
  line-height: 1.5;
}

.veyil-planner {
  align-items: center;
}

.veyil-planner-form {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  align-items: end;
}

.veyil-planner label,
.veyil-planner output {
  display: grid;
  gap: 6px;
  font-size: .64rem;
  font-weight: 900;
}

.veyil-planner select,
.veyil-planner output {
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid var(--veyil-line);
  border-radius: 6px;
  background: #fff;
}

.veyil-planner output {
  align-content: center;
  background: var(--veyil-green-soft);
}

.veyil-planner output strong {
  font-size: .86rem;
}

.veyil-bottom-cta {
  color: #fff;
  background: #101417;
}

.veyil-bottom-cta .veyil-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 118px;
}

.veyil-bottom-cta p,
.veyil-bottom-cta h2 {
  margin: 0;
}

.veyil-bottom-cta p {
  color: rgba(255,255,255,.74);
  font-size: .76rem;
  text-transform: uppercase;
}

.veyil-bottom-cta h2 {
  margin-top: 4px;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.veyil-bottom-cta .veyil-shell > div:last-child {
  display: flex;
  gap: 14px;
}

[data-series-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 560ms ease, transform 560ms ease;
}

[data-series-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.veyil-page :where(a, button, select):focus-visible {
  outline: 3px solid rgba(244,129,32,.28);
  outline-offset: 3px;
}

.series-modal-open {
  overflow: hidden;
}

.series-modal[hidden] {
  display: none;
}

.series-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.series-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16,20,23,.62);
  backdrop-filter: blur(8px);
}

.series-modal__dialog {
  position: relative;
  width: min(100%, 860px);
  max-height: min(90vh, 820px);
  overflow: auto;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
}

.series-modal__dialog .veyil-eyebrow,
.series-modal__dialog .series-eyebrow {
  color: var(--veyil-green);
}

.series-modal__dialog h2 {
  margin: 0 0 18px;
  font-size: 1.45rem;
  text-transform: uppercase;
}

.series-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--veyil-line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.series-modal__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.series-modal__form label {
  display: grid;
  gap: 6px;
  color: var(--veyil-ink);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.series-modal__form input,
.series-modal__form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--veyil-line);
  border-radius: 6px;
  background: #fff;
  color: var(--veyil-ink);
  font: inherit;
  text-transform: none;
}

.series-modal__form input[readonly] {
  background: #f6f7f3;
  color: var(--veyil-muted);
}

.series-modal__wide,
.series-modal__error,
.series-modal__success,
.series-modal__form .veyil-button,
.series-modal__form .series-button {
  grid-column: 1 / -1;
}

.series-modal__error,
.series-modal__success {
  min-height: 20px;
  margin: 0;
  font-size: .78rem;
  font-weight: 800;
}

.series-modal__error {
  color: #b42318;
}

.series-modal__success {
  color: var(--veyil-green);
}

.series-modal__form .is-error {
  border-color: #b42318;
  box-shadow: 0 0 0 3px rgba(180,35,24,.12);
}

@media (max-width: 1180px) {
  .veyil-hero__grid {
    grid-template-columns: 1fr 1fr;
  }

  .veyil-wattage {
    grid-column: 1 / -1;
    justify-self: start;
    display: flex;
    flex-wrap: wrap;
  }

  .veyil-scroll {
    display: none;
  }

  .veyil-section,
  .veyil-environments,
  .veyil-projects,
  .veyil-models,
  .veyil-system,
  .veyil-features,
  .veyil-specs,
  .veyil-applications {
    grid-template-columns: 1fr;
  }

  .veyil-model-track,
  .veyil-compare-grid,
  .veyil-kpis,
  .veyil-download-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .veyil-planner-form {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .veyil-shell {
    width: min(100% - 24px, 1360px);
  }


  .veyil-hero {
    background-image: linear-gradient(180deg, rgba(1,8,14,.90) 0%, rgba(4,16,28,.72) 48%, rgba(1,8,14,.40) 100%), var(--veyil-hero-upload, var(--veyil-road-img));
    background-position: center;
  }

  .veyil-hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 86px;
  }

  .veyil-hero h1 {
    font-size: 3.7rem;
  }

  .veyil-product-visual {
    min-height: 280px;
    background-size: 720px auto;
  }

  .veyil-quick-specs {
    grid-template-columns: repeat(2, 1fr);
  }

  .veyil-quick-specs span {
    border-right: 0;
  }

  .veyil-section,
  .veyil-environments,
  .veyil-projects {
    padding: 22px 16px;
  }

  .veyil-model-track,
  .veyil-compare-grid,
  .veyil-kpis,
  .veyil-download-grid,
  .veyil-faq-grid,
  .veyil-planner-form {
    grid-template-columns: 1fr;
  }

  .veyil-selected-card {
    padding: 16px 0 0;
    border-left: 0;
    border-top: 1px solid var(--veyil-line);
  }

  .veyil-system-diagram {
    min-height: 540px;
  }

  .veyil-system-render {
    inset: 0 0 auto;
    height: 260px;
    background-size: 720px auto;
  }

  .veyil-callout {
    left: 0;
    right: auto;
    width: 100%;
  }

  .veyil-callout:before {
    display: none;
  }

  .veyil-callout--1 { top: 270px; }
  .veyil-callout--2 { top: 330px; }
  .veyil-callout--3 { top: 390px; }
  .veyil-callout--4 { top: 450px; }

  .veyil-hotspot-map {
    min-height: 350px;
  }

  .hotspot {
    width: 100px;
  }

  .hotspot-1 { left: 2%; top: 18%; }
  .hotspot-2 { left: 38%; top: 30%; }
  .hotspot-3 { left: 64%; top: 18%; }
  .hotspot-4 { left: 7%; top: 58%; }
  .hotspot-5 { left: 42%; top: 68%; }
  .hotspot-6 { left: 68%; top: 54%; }

  .veyil-bottom-cta .veyil-shell {
    grid-template-columns: 1fr;
    padding: 22px 0;
  }

  .veyil-bottom-cta .veyil-shell > div:last-child,
  .veyil-actions {
    display: grid;
  }

  .veyil-button {
    width: 100%;
  }

  .series-modal {
    padding: 12px;
  }

  .series-modal__dialog {
    padding: 22px 16px;
  }

  .series-modal__form {
    grid-template-columns: 1fr;
  }
}

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

  [data-series-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}
