.bev360-page .bev-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 27, 73, 0.98), rgba(13, 44, 103, 0.92)),
    var(--navy);
}

.bev360-page .bev-hero::before {
  position: absolute;
  inset: auto -18% -30% 38%;
  height: 62%;
  content: "";
  background: rgba(245, 155, 25, 0.16);
  transform: skewY(-8deg);
}

.bev360-page .bev-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.86fr);
  gap: 50px;
  align-items: center;
  min-height: 720px;
  padding: 78px 0 96px;
}

.bev360-page .bev-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-size: 4.85rem;
  font-weight: 900;
  line-height: 1.03;
}

.bev360-page .bev-hero-copy p {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
}

.bev360-page .bev-product-stage {
  position: relative;
  min-height: 480px;
  display: grid;
  place-items: center;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(12px);
}

.bev360-page .bev-product-stage img {
  width: min(100%, 520px);
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(0, 0, 0, 0.3));
}

.bev360-page .product-callout {
  position: absolute;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.bev360-page .product-callout::before {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  content: "";
  border-radius: 50%;
  background: var(--orange);
}

.bev360-page .product-callout.monitor {
  left: 8%;
  top: 16%;
}

.bev360-page .product-callout.cameras {
  right: 5%;
  top: 26%;
}

.bev360-page .product-callout.ai {
  left: 10%;
  bottom: 14%;
}

.bev360-page .bev-proof-band {
  color: var(--white);
  background: var(--navy);
  border-top: 4px solid var(--orange);
}

.bev360-page .bev-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bev360-page .bev-proof-grid div {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding: 18px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.bev360-page .bev-proof-grid div:first-child {
  border-left: 0;
}

.bev360-page .bev-proof-grid strong {
  color: var(--white);
  font-size: 0.92rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.bev360-page .bev-proof-grid span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
}

.bev360-page .bev-intro-section,
.bev360-page .applications-section,
.bev360-page .downloads-section {
  background: var(--soft);
}

.bev360-page .bev-intro-layout,
.bev360-page .danger-layout,
.bev360-page .components-layout,
.bev360-page .downloads-layout,
.bev360-page .bev-csp-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1fr);
  gap: 50px;
  align-items: center;
}

.bev360-page .bev-view-card,
.bev360-page .danger-diagram {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: center;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(244, 247, 251, 0.94), rgba(255, 255, 255, 0.88)),
    var(--soft);
  box-shadow: var(--shadow);
}

.bev360-page .bev-view-card img {
  width: 100%;
  max-height: 390px;
  object-fit: contain;
  border-radius: var(--radius);
}

.bev360-page .bev-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.bev360-page .bev-spec-grid div {
  min-height: 118px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 26px rgba(8, 28, 72, 0.06);
}

.bev360-page .bev-spec-grid strong {
  display: block;
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.15;
}

.bev360-page .bev-spec-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.88rem;
}

.bev360-page .danger-section {
  color: var(--white);
  background:
    linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 68%, #173f83 100%);
}

.bev360-page .danger-copy h2,
.bev360-page .danger-copy p {
  color: var(--white);
}

.bev360-page .danger-copy p {
  color: rgba(255, 255, 255, 0.8);
}

.bev360-page .danger-diagram {
  min-height: 480px;
  background: rgba(255, 255, 255, 0.96);
}

.bev360-page .danger-diagram::before,
.bev360-page .danger-diagram::after {
  position: absolute;
  inset: 64px 36px;
  content: "";
  border: 2px solid rgba(245, 155, 25, 0.58);
  border-radius: 50%;
}

.bev360-page .danger-diagram::after {
  inset: 30px;
  border-color: rgba(23, 79, 155, 0.28);
}

.bev360-page .danger-diagram img {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  max-height: 320px;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(6, 27, 73, 0.18));
}

.bev360-page .zone {
  position: absolute;
  z-index: 2;
  min-height: 30px;
  padding: 6px 10px;
  color: var(--navy);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(8, 28, 72, 0.16);
}

.bev360-page .zone.front {
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
}

.bev360-page .zone.curb {
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.bev360-page .zone.rear {
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}

.bev360-page .zone.street {
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.bev360-page .application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bev360-page .application-grid article,
.bev360-page .component-grid article,
.bev360-page .download-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(8, 28, 72, 0.08);
}

.bev360-page .application-grid article {
  min-height: 412px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.bev360-page .application-grid img {
  width: 100%;
  height: 190px;
  padding: 18px;
  object-fit: contain;
  background:
    linear-gradient(180deg, rgba(244, 247, 251, 0.4), rgba(244, 247, 251, 0.95));
}

.bev360-page .application-grid h3,
.bev360-page .component-grid h3,
.bev360-page .download-card h3 {
  margin: 0;
  color: var(--navy);
  line-height: 1.16;
}

.bev360-page .application-grid h3,
.bev360-page .application-grid p,
.bev360-page .application-grid a {
  margin-left: 22px;
  margin-right: 22px;
}

.bev360-page .application-grid h3 {
  margin-top: 22px;
}

.bev360-page .application-grid p,
.bev360-page .component-grid p,
.bev360-page .download-card p {
  color: var(--muted);
}

.bev360-page .application-grid a,
.bev360-page .download-card a {
  margin-top: auto;
  margin-bottom: 22px;
  color: var(--navy);
  font-weight: 900;
  text-decoration-color: var(--orange);
  text-underline-offset: 4px;
}

.bev360-page .components-section {
  background: var(--white);
}

.bev360-page .component-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.bev360-page .component-grid article {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
}

.bev360-page .component-grid span {
  color: rgba(13, 44, 103, 0.18);
  font-size: 2.65rem;
  font-weight: 900;
  line-height: 1;
}

.bev360-page .bev-csp-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.bev360-page .bev-csp-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bev360-page .bev-csp-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 27, 73, 0.94), rgba(6, 27, 73, 0.78) 50%, rgba(6, 27, 73, 0.34)),
    linear-gradient(0deg, rgba(6, 27, 73, 0.25), rgba(6, 27, 73, 0.08));
}

.bev360-page .bev-csp-layout {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.86fr) auto;
}

.bev360-page .bev-csp-layout h2,
.bev360-page .bev-csp-layout p {
  color: var(--white);
}

.bev360-page .bev-csp-layout p {
  max-width: 710px;
  color: rgba(255, 255, 255, 0.82);
}

.bev360-page .bev-csp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.bev360-page .downloads-layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.45fr);
}

.bev360-page .download-card {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.bev360-page .download-card a {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  text-decoration: none;
}

.bev360-page .download-card a:hover,
.bev360-page .download-card a:focus-visible {
  border-color: rgba(245, 155, 25, 0.55);
  background: rgba(245, 155, 25, 0.08);
}

@media (max-width: 1080px) {
  .bev360-page .bev-hero-inner,
  .bev360-page .bev-intro-layout,
  .bev360-page .danger-layout,
  .bev360-page .components-layout,
  .bev360-page .downloads-layout,
  .bev360-page .bev-csp-layout {
    grid-template-columns: 1fr;
  }

  .bev360-page .bev-hero-copy h1 {
    font-size: 4rem;
  }

  .bev360-page .bev-proof-grid,
  .bev360-page .component-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bev360-page .application-grid {
    grid-template-columns: 1fr;
  }

  .bev360-page .bev-csp-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .bev360-page .bev-hero-inner {
    min-height: auto;
    padding: 56px 0 66px;
  }

  .bev360-page .bev-hero-copy h1 {
    font-size: 3.05rem;
  }

  .bev360-page .bev-product-stage {
    min-height: 390px;
    padding: 18px;
  }

  .bev360-page .product-callout {
    position: static;
    width: 100%;
    margin-top: 8px;
  }

  .bev360-page .bev-proof-grid,
  .bev360-page .bev-spec-grid,
  .bev360-page .component-grid {
    grid-template-columns: 1fr;
  }

  .bev360-page .bev-proof-grid div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .bev360-page .bev-proof-grid div:first-child {
    border-top: 0;
  }

  .bev360-page .bev-view-card,
  .bev360-page .danger-diagram {
    min-height: 340px;
    padding: 18px;
  }

  .bev360-page .danger-diagram img {
    width: 92%;
  }

  .bev360-page .bev-csp-actions .button {
    width: 100%;
  }
}
