body.wcs-product-page {
  --app-background-image: url("/assets/hero-security-operations.png");
  color-scheme: dark;
  display: block;
  min-height: 100vh;
  padding: 104px 28px 28px;
  background:
    linear-gradient(90deg, rgba(8, 9, 11, .98) 0%, rgba(8, 9, 11, .82) 46%, rgba(8, 9, 11, .58) 100%),
    linear-gradient(0deg, rgba(8, 9, 11, .92) 0%, rgba(8, 9, 11, .26) 46%, rgba(8, 9, 11, .7) 100%),
    radial-gradient(circle at 82% 12%, rgba(238, 32, 56, .24), transparent 30%),
    radial-gradient(circle at 8% 18%, rgba(88, 166, 255, .16), transparent 30%),
    var(--app-background-image) center top / cover fixed,
    linear-gradient(145deg, #07090d, #101621 52%, #07090d);
  color: #f8fafc;
}

body.wcs-product-page.app-room-sentry {
  --app-background-image: url("/assets/software-backgrounds/room-sentry-bg.jpg");
}

body.wcs-product-page.app-sentry-desk {
  --app-background-image: url("/assets/software-backgrounds/sentry-desk-bg.jpg");
}

body.wcs-product-page.app-video-evidence {
  --app-background-image: url("/assets/software-backgrounds/video-evidence-bg.jpg");
}

body.wcs-product-page.app-velocity-tools {
  --app-background-image: url("/assets/software-backgrounds/velocity-tools-bg.jpg");
}

body.wcs-product-page.app-proxmark-card-lab {
  --app-background-image: url("/downloads/proxmark-card-lab/assets/screenshots/proxmark-card-lab-main-window-clean.png");
}

body.wcs-product-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.84), transparent 78%);
}

body.wcs-product-page main {
  position: relative;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, .18);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(15, 21, 30, .94), rgba(8, 11, 16, .96)),
    rgba(8, 9, 11, .88);
  box-shadow: 0 28px 82px rgba(0,0,0,.42);
  backdrop-filter: blur(16px);
}

body.wcs-product-page .site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(203, 213, 225, .75);
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
  backdrop-filter: blur(16px);
}

body.wcs-product-page .site-header.is-scrolled {
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .12);
}

body.wcs-product-page .shell {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

body.wcs-product-page .header-shell {
  min-height: 72px;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}

body.wcs-product-page .site-header .brand {
  display: flex;
  width: min(280px, 100%);
  align-items: center;
  gap: 9px;
  padding: 6px 8px;
  border-radius: 6px;
  background: #ffffff;
  text-decoration: none;
}

body.wcs-product-page .site-header .brand img {
  display: block;
}

body.wcs-product-page .site-header .brand-mark {
  flex: 0 0 100px;
  width: auto;
  height: auto;
  display: block;
  padding-right: 9px;
  border-right: 1px solid #e4e7ec;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.wcs-product-page .site-header .brand-mark img {
  width: 90px;
  height: 46px;
  object-fit: contain;
  max-width: none;
}

body.wcs-product-page .site-header .brand-logo {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

body.wcs-product-page .primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.1vw, 18px);
  color: #425066;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

body.wcs-product-page .primary-nav a,
body.wcs-product-page .login-link,
body.wcs-product-page .call-link {
  color: inherit;
  text-decoration: none;
}

body.wcs-product-page .primary-nav a {
  padding: 10px 0;
}

body.wcs-product-page .mobile-nav-only {
  display: none;
}

body.wcs-product-page .primary-nav a:hover,
body.wcs-product-page .primary-nav a:focus-visible,
body.wcs-product-page .login-link:hover,
body.wcs-product-page .login-link:focus-visible {
  color: #101828;
}

body.wcs-product-page .header-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  white-space: nowrap;
}

body.wcs-product-page .login-link {
  color: #425066;
  font-size: .82rem;
  font-weight: 700;
}

body.wcs-product-page .call-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 0 12px;
  background: #f8fafc;
  color: #101828;
  font-weight: 900;
}

body.wcs-product-page .nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #f8fafc;
  cursor: pointer;
}

body.wcs-product-page .nav-toggle span:not(.sr-only) {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  background: #101828;
  transition: transform 160ms ease, opacity 160ms ease;
}

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

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

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

body.wcs-product-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.wcs-product-page .skip-link {
  position: fixed;
  left: 14px;
  top: 10px;
  z-index: 100;
  transform: translateY(-140%);
  padding: 10px 12px;
  border-radius: 6px;
  background: #ffffff;
  color: #111111;
  font-weight: 900;
}

body.wcs-product-page .skip-link:focus {
  transform: none;
}

body.wcs-product-page .brand,
body.wcs-product-page .product-brand {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 13px;
}

body.wcs-product-page .topbar-van {
  width: 74px;
  height: auto;
  flex: 0 0 auto;
  filter: drop-shadow(0 8px 14px rgba(0,0,0,.34));
}

body.wcs-product-page .topbar-logo {
  width: min(210px, 42vw);
  height: auto;
  flex: 0 1 auto;
  padding: 6px;
  border-radius: 6px;
  background: #ffffff;
}

body.wcs-product-page .product-id {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

body.wcs-product-page .brand-mark,
body.wcs-product-page .product-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(145deg, #ee2038, #a90f22);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .03em;
  box-shadow: 0 14px 28px rgba(238,32,56,.2);
}

body.wcs-product-page .brand-title,
body.wcs-product-page .product-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.1;
}

body.wcs-product-page .brand-subtitle,
body.wcs-product-page .product-subtitle {
  color: #b6c0cc;
  font-size: 12px;
  margin-top: 3px;
}

body.wcs-product-page .top-link,
body.wcs-product-page .product-topbar a {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 10px 13px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.wcs-product-page .hero,
body.wcs-product-page main > h1,
body.wcs-product-page main > h1 + p {
  position: relative;
}

body.wcs-product-page .hero {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(300px, .84fr);
  gap: 28px;
  align-items: start;
  padding: 38px 34px 32px;
  background:
    linear-gradient(90deg, rgba(8, 9, 11, .92), rgba(8, 9, 11, .4)),
    radial-gradient(circle at 78% 18%, rgba(88,166,255,.13), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.06), transparent 58%),
    var(--app-background-image) center / cover;
}

body.wcs-product-page .hero-copy {
  min-width: 0;
}

body.wcs-product-page .product-hero {
  align-items: center;
}

body.wcs-product-page .product-hero h1,
body.wcs-product-page .hero-copy h1 {
  margin-top: 0;
}

body.wcs-product-page main > .product-topbar + h1,
body.wcs-product-page main > h1:first-child {
  padding: 38px 34px 0;
}

body.wcs-product-page main > h1:first-child + p,
body.wcs-product-page main > .product-topbar + h1 + p {
  padding: 0 34px;
}

body.wcs-product-page h1 {
  color: #ffffff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: .95;
  letter-spacing: -1px;
}

body.wcs-product-page h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.08;
}

body.wcs-product-page h3 {
  color: #ffffff;
}

body.wcs-product-page p,
body.wcs-product-page li,
body.wcs-product-page dd {
  color: #d8e0eb;
}

body.wcs-product-page .lead {
  color: #d8e0eb;
  font-size: 18px;
}

body.wcs-product-page strong {
  color: #ffffff;
}

body.wcs-product-page .section,
body.wcs-product-page .feedback {
  margin: 0;
  padding: 28px 34px;
  border-top: 1px solid rgba(226, 232, 240, .14);
}

body.wcs-product-page .section.soft {
  background: rgba(255,255,255,.035);
}

body.wcs-product-page .hero-panel,
body.wcs-product-page .license-panel,
body.wcs-product-page .warning,
body.wcs-product-page .detail,
body.wcs-product-page main > dl {
  border: 1px solid rgba(226, 232, 240, .16);
  border-radius: 12px;
  background: rgba(255,255,255,.055);
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
}

body.wcs-product-page .hero-panel,
body.wcs-product-page .license-panel,
body.wcs-product-page .warning {
  padding: 18px;
}

body.wcs-product-page .hero-panel {
  overflow: hidden;
}

body.wcs-product-page .warning {
  border-color: rgba(248, 194, 74, .42);
  background: rgba(248, 194, 74, .1);
  color: #f8e3a3;
}

body.wcs-product-page .warning p,
body.wcs-product-page .warning li {
  color: #f8e3a3;
}

body.wcs-product-page .download-note {
  border-color: rgba(66, 211, 146, .34);
  background: rgba(66, 211, 146, .08);
  color: #dcfce7;
}

body.wcs-product-page .download-note p,
body.wcs-product-page .download-note li {
  color: #dcfce7;
}

body.wcs-product-page main > dl {
  margin: 18px 34px 0;
  padding: 16px;
}

body.wcs-product-page main > .warning,
body.wcs-product-page main > .button,
body.wcs-product-page main > h2,
body.wcs-product-page main > p,
body.wcs-product-page main > ol {
  margin-left: 34px;
  margin-right: 34px;
}

body.wcs-product-page main > .button {
  margin-top: 18px;
}

body.wcs-product-page dt,
body.wcs-product-page label {
  color: #b6c0cc;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
}

body.wcs-product-page dd {
  color: #ffffff;
}

body.wcs-product-page .detail-grid {
  gap: 14px;
}

body.wcs-product-page .detail {
  padding: 14px;
}

body.wcs-product-page .product-showcase,
body.wcs-product-page .product-proof {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 18px;
  margin: 0;
  padding: 28px 34px;
  border-top: 1px solid rgba(226, 232, 240, .14);
  background:
    linear-gradient(145deg, rgba(255,255,255,.035), transparent 62%),
    rgba(255,255,255,.012);
}

body.wcs-product-page .product-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.wcs-product-page .story-card,
body.wcs-product-page .proof-card {
  min-width: 0;
  border: 1px solid rgba(226, 232, 240, .14);
  border-radius: 12px;
  padding: 16px;
  background: rgba(255,255,255,.045);
}

body.wcs-product-page .story-card h2,
body.wcs-product-page .proof-card h3 {
  margin-top: 0;
}

body.wcs-product-page .story-card p,
body.wcs-product-page .proof-card p {
  margin-bottom: 0;
}

body.wcs-product-page .product-visual {
  position: relative;
  min-width: 0;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, .17);
  border-radius: 16px;
  padding: 16px;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(145deg, rgba(16, 23, 34, .96), rgba(6, 8, 12, .96));
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 22px 48px rgba(0,0,0,.24);
}

body.wcs-product-page .product-visual::before {
  content: "";
  position: absolute;
  inset: -40% -20% auto auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(238,32,56,.24), transparent 68%);
}

body.wcs-product-page .visual-header,
body.wcs-product-page .visual-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body.wcs-product-page .visual-footer {
  margin-top: 14px;
  color: #b6c0cc;
}

body.wcs-product-page .visual-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #42d392;
}

body.wcs-product-page .visual-status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 14px currentColor;
}

body.wcs-product-page .visual-screen {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

body.wcs-product-page .visual-card,
body.wcs-product-page .visual-line,
body.wcs-product-page .visual-step {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  box-shadow: 0 12px 24px rgba(0,0,0,.18);
}

body.wcs-product-page .visual-card {
  min-height: 82px;
  padding: 12px;
}

body.wcs-product-page .visual-card.wide {
  grid-column: 1 / -1;
}

body.wcs-product-page .visual-label {
  display: block;
  color: #ee2038;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.wcs-product-page .visual-value {
  display: block;
  margin-top: 7px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.1;
}

body.wcs-product-page .visual-muted {
  display: block;
  margin-top: 6px;
  color: #aeb8c6;
  font-size: 12px;
  line-height: 1.35;
}

body.wcs-product-page .visual-rail {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  margin-top: 16px;
}

body.wcs-product-page .visual-line {
  display: grid;
  grid-template-columns: 86px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 11px;
  color: #ffffff;
  font-size: 12px;
}

body.wcs-product-page .visual-line span:first-child {
  color: #b6c0cc;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

body.wcs-product-page .visual-chip {
  border-radius: 999px;
  padding: 5px 8px;
  background: rgba(238,32,56,.18);
  color: #ffffff;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

body.wcs-product-page .visual-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

body.wcs-product-page .visual-step {
  min-height: 72px;
  padding: 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

body.wcs-product-page .visual-step span {
  display: block;
  margin-bottom: 6px;
  color: #ee2038;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.wcs-product-page .camera-frame {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 154px;
  margin-top: 16px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(88,166,255,.16), transparent 42%),
    linear-gradient(45deg, rgba(255,255,255,.04) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.04) 50%, rgba(255,255,255,.04) 75%, transparent 75%);
  background-size: auto, 18px 18px;
}

body.wcs-product-page .camera-frame strong {
  display: grid;
  width: 116px;
  height: 116px;
  place-items: center;
  border: 2px solid rgba(238,32,56,.68);
  border-radius: 50%;
  background: rgba(8,11,16,.82);
  text-align: center;
  line-height: 1.02;
  box-shadow: 0 0 0 12px rgba(238,32,56,.08);
}

body.wcs-product-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  min-height: 50px;
  margin: 0;
  padding: 13px 24px;
  border: 0;
  border-radius: 8px;
  background: #ee2038;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(238,32,56,.2);
  cursor: pointer;
  font-weight: 950;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
}

body.wcs-product-page .button.green,
body.wcs-product-page .button.primary {
  background: #ee2038;
}

body.wcs-product-page .button.secondary,
body.wcs-product-page .button.dark {
  color: #ffffff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: none;
}

body.wcs-product-page .button-row {
  gap: 12px;
}

body.wcs-product-page input,
body.wcs-product-page select,
body.wcs-product-page textarea {
  border: 1px solid rgba(226, 232, 240, .22);
  border-radius: 8px;
  background: rgba(8, 11, 16, .78);
  color: #ffffff;
  font: inherit;
}

body.wcs-product-page input::placeholder,
body.wcs-product-page textarea::placeholder {
  color: #7f8b9b;
}

body.wcs-product-page input:focus,
body.wcs-product-page select:focus,
body.wcs-product-page textarea:focus {
  outline: 3px solid rgba(238,32,56,.18);
  border-color: #ee2038;
}

body.wcs-product-page .note,
body.wcs-product-page .form-help,
body.wcs-product-page .empty,
body.wcs-product-page .file-note {
  color: #b6c0cc;
}

body.wcs-product-page .note {
  padding: 16px 34px 0;
  border-top-color: rgba(226, 232, 240, .14);
}

body.wcs-product-page .table-wrap {
  border-color: rgba(226, 232, 240, .16);
  border-radius: 12px;
  background: rgba(255,255,255,.04);
}

body.wcs-product-page table {
  background: rgba(8, 11, 16, .76);
  color: #d8e0eb;
}

body.wcs-product-page th {
  background: rgba(255,255,255,.07);
  color: #b6c0cc;
  letter-spacing: .07em;
}

body.wcs-product-page th,
body.wcs-product-page td {
  border-bottom-color: rgba(226, 232, 240, .12);
}

body.wcs-product-page .feedback-summary {
  color: #ffffff;
}

body.wcs-product-page .feedback-details {
  color: #b6c0cc;
}

body.wcs-product-page .feedback-list {
  margin-top: 24px;
}

body.wcs-product-page .app-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 34px 0;
}

body.wcs-product-page .app-strip div {
  border: 1px solid rgba(226, 232, 240, .14);
  border-radius: 12px;
  padding: 14px;
  background: rgba(255,255,255,.045);
}

body.wcs-product-page .app-strip strong {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}

body.wcs-product-page .app-strip span {
  color: #b6c0cc;
  font-size: 13px;
  line-height: 1.35;
}

body.wcs-product-page .app-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

@media (max-width: 900px) {
  body.wcs-product-page {
    padding: 96px 14px 14px;
  }

  body.wcs-product-page .hero,
  body.wcs-product-page .product-showcase,
  body.wcs-product-page .feedback-grid,
  body.wcs-product-page .detail-grid,
  body.wcs-product-page .product-proof,
  body.wcs-product-page .app-strip {
    grid-template-columns: 1fr;
  }

  body.wcs-product-page .product-topbar,
  body.wcs-product-page main > header {
    align-items: flex-start;
    flex-direction: column;
  }

  body.wcs-product-page .header-shell {
    grid-template-columns: 1fr auto;
    min-height: 70px;
  }

  body.wcs-product-page .nav-toggle {
    display: block;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  body.wcs-product-page .primary-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    gap: 0;
    padding: 10px 0 16px;
  }

  body.wcs-product-page .primary-nav.is-open {
    display: flex;
  }

  body.wcs-product-page .primary-nav a {
    border-top: 1px solid rgba(203, 213, 225, .75);
    padding: 13px 0;
  }

  body.wcs-product-page .mobile-nav-only {
    display: block;
  }

  body.wcs-product-page .header-actions {
    display: none;
  }

  body.wcs-product-page .top-link,
  body.wcs-product-page .product-topbar a {
    width: 100%;
    text-align: center;
  }

  body.wcs-product-page .visual-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body.wcs-product-page {
    padding: clamp(128px, 34vw, 154px) 10px 10px;
  }

  body.wcs-product-page main {
    border-radius: 12px;
  }

  body.wcs-product-page .hero,
  body.wcs-product-page .product-showcase,
  body.wcs-product-page .product-proof,
  body.wcs-product-page .section,
  body.wcs-product-page .feedback {
    padding: 22px 18px;
  }

  body.wcs-product-page main > .product-topbar + h1,
  body.wcs-product-page main > h1:first-child {
    padding: 28px 18px 0;
  }

  body.wcs-product-page main > h1:first-child + p,
  body.wcs-product-page main > .product-topbar + h1 + p {
    padding: 0 18px;
  }

  body.wcs-product-page main > dl,
  body.wcs-product-page main > .warning,
  body.wcs-product-page main > .button,
  body.wcs-product-page main > h2,
  body.wcs-product-page main > p,
  body.wcs-product-page main > ol,
  body.wcs-product-page .app-strip {
    margin-left: 18px;
    margin-right: 18px;
  }

  body.wcs-product-page .topbar-van {
    width: 62px;
  }

  body.wcs-product-page .topbar-logo {
    width: min(220px, 70vw);
  }

  body.wcs-product-page .shell {
    width: min(100% - 22px, 1280px);
  }

  body.wcs-product-page .site-header .brand {
    width: min(280px, calc(100vw - 88px));
  }

  body.wcs-product-page .product-brand {
    flex-wrap: wrap;
  }

  body.wcs-product-page .product-id {
    flex: 1 1 100%;
    width: 100%;
  }

  body.wcs-product-page h1,
  body.wcs-product-page .visual-value,
  body.wcs-product-page .visual-line strong {
    overflow-wrap: anywhere;
  }

  body.wcs-product-page .visual-screen,
  body.wcs-product-page .visual-flow {
    grid-template-columns: 1fr;
  }

  body.wcs-product-page .visual-line {
    grid-template-columns: 1fr;
  }

  body.wcs-product-page .button,
  body.wcs-product-page .button-row .button {
    width: 100%;
  }

  body.wcs-product-page main > .button {
    width: calc(100% - 56px);
  }
}
