.vrpt-terminal-showcase {
  --vrpt-ink: #f4f4f2;
  --vrpt-muted: #979b9d;
  --vrpt-line: rgba(255, 255, 255, 0.14);
  --vrpt-accent: #f4f4f2;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  scroll-margin-top: 4rem;
  padding: clamp(5.5rem, 8vw, 9rem) 0;
  color: var(--vrpt-ink);
  background:
    radial-gradient(circle at 78% 42%, rgba(255, 255, 255, 0.045), transparent 33%),
    #070908;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vrpt-terminal-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 45%, #000);
  mask-image: linear-gradient(90deg, transparent, #000 45%, #000);
}

.vrpt-terminal-masthead {
  position: absolute;
  top: clamp(2rem, 2.1vw, 2.5rem);
  left: 50%;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(1rem, 1.7vw, 1.75rem);
  width: min(calc(100% - 2.5rem), 1760px);
  padding: 0;
  color: #f4f4f2;
  background: transparent;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.vrpt-terminal-masthead::before,
.vrpt-terminal-masthead::after {
  content: "";
  height: 1px;
}

.vrpt-terminal-masthead::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.62));
}

.vrpt-terminal-masthead::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.22));
}

.vrpt-terminal-masthead-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.vrpt-terminal-masthead h2 {
  margin: 0;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(1.45rem, 1.7vw, 1.85rem);
  font-weight: 400;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.vrpt-terminal-masthead-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 1.35rem;
  padding: 0 0.35rem;
  color: var(--vrpt-accent);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.vrpt-terminal-inner {
  width: min(calc(100% - 8vw), 1680px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(330px, 0.38fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(3rem, 5.2vw, 6.5rem);
}

.vrpt-terminal-copy {
  position: relative;
  z-index: 1;
  max-width: 31rem;
}

.vrpt-terminal-kicker {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  margin: 0 0 clamp(2rem, 4vw, 3.25rem);
  color: #f0f1f1;
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.vrpt-terminal-kicker span {
  color: var(--vrpt-accent);
}

.vrpt-terminal-heading {
  margin: 0;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(4.35rem, 6.3vw, 7.25rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.86;
  text-transform: uppercase;
}

.vrpt-terminal-heading span {
  display: block;
}

.vrpt-terminal-heading-primary {
  color: #fff;
}

.vrpt-terminal-heading span:last-child {
  margin-top: 0.12em;
  color: #8b8d90;
}

.vrpt-terminal-lede,
.vrpt-terminal-description {
  color: #aeb2b5;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  font-weight: 400;
  line-height: 1.65;
}

.vrpt-terminal-lede {
  margin: clamp(2rem, 3.5vw, 3rem) 0 0;
}

.vrpt-terminal-description {
  margin: 1.35rem 0 0;
}

.vrpt-terminal-features {
  padding: 0;
  margin: clamp(2rem, 3vw, 2.8rem) 0 0;
  list-style: none;
  border-top: 1px solid var(--vrpt-line);
}

.vrpt-terminal-features li {
  display: grid;
  grid-template-columns: 3.4rem 1fr;
  align-items: center;
  min-height: 5rem;
  color: #d7d9d8;
  border-bottom: 1px solid var(--vrpt-line);
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.vrpt-terminal-feature-mark {
  color: var(--vrpt-accent);
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.vrpt-terminal-feature-copy {
  display: flex;
  flex-direction: column;
  gap: 0.36rem;
  padding: 0.85rem 0;
}

.vrpt-terminal-feature-copy strong {
  color: #f0f1f0;
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.vrpt-terminal-feature-copy small {
  color: #8e9497;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.45;
  text-transform: none;
}

.vrpt-terminal-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 4.7rem;
  padding: 0 1.65rem;
  margin-top: clamp(2.25rem, 3.5vw, 3rem);
  color: #080a09;
  background: #f4f4f2;
  border: 1px solid #f4f4f2;
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.vrpt-terminal-cta span:last-child {
  font-family: Arial, sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0;
}

.vrpt-terminal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0.95rem 0 0;
  color: #71777a;
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.61rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.vrpt-terminal-visual {
  position: relative;
  display: block;
  min-width: 0;
  padding: clamp(0.35rem, 0.55vw, 0.6rem);
  overflow: hidden;
  background: #0a0c0b;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 5px;
  box-shadow:
    0 2.5rem 6rem rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(255, 255, 255, 0.035);
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.vrpt-terminal-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 2.5rem rgba(255, 255, 255, 0.018);
}

.vrpt-terminal-visual picture {
  display: block;
  overflow: hidden;
  background: #080a09;
}

.vrpt-terminal-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.vrpt-terminal-cta:focus-visible,
.vrpt-terminal-visual:focus-visible {
  outline: 2px solid var(--vrpt-accent);
  outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
  .vrpt-terminal-cta:hover {
    color: #f4f4f2;
    background: #111512;
    border-color: var(--vrpt-accent);
  }

  .vrpt-terminal-visual:hover {
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow:
      0 2.8rem 6.5rem rgba(0, 0, 0, 0.56),
      0 0 0 1px rgba(255, 255, 255, 0.09);
    transform: translateY(-3px);
  }
}

@media (min-width: 1280px) {
  .vrpt-terminal-showcase::after {
    content: none;
  }

  .vrpt-terminal-showcase {
    padding: 4rem 0 3.25rem;
  }

  .vrpt-terminal-inner {
    width: min(calc(100% - 6rem), 1200px);
    grid-template-columns: minmax(280px, 300px) minmax(0, 900px);
    justify-content: center;
    align-items: stretch;
    gap: clamp(2rem, 2.2vw, 2.25rem);
  }

  .vrpt-terminal-masthead {
    width: min(calc(100% - 6rem), 1200px);
  }

  .vrpt-terminal-copy {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    max-width: 300px;
    min-height: 0;
    margin-top: 0;
  }

  .vrpt-terminal-kicker {
    margin-bottom: 2rem;
  }

  .vrpt-terminal-heading {
    font-size: clamp(4.5rem, 4.4vw, 5.25rem);
    line-height: 0.89;
  }

  .vrpt-terminal-heading span {
    white-space: nowrap;
  }

  .vrpt-terminal-lede {
    margin-top: 2rem;
  }

  .vrpt-terminal-description {
    margin-top: 1rem;
  }

  .vrpt-terminal-feature-copy {
    gap: 0.2rem;
    padding: 0;
  }

  .vrpt-terminal-feature-copy small {
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .vrpt-terminal-features {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    margin-top: 0;
  }

  .vrpt-terminal-features li {
    flex: 1 1 0;
    min-height: 0;
  }

  .vrpt-terminal-cta {
    min-height: 4rem;
    margin-top: 1.5rem;
    padding-inline: 1.25rem;
  }

  .vrpt-terminal-visual {
    align-self: stretch;
    padding: 0.25rem;
    margin-top: 0;
  }

  .vrpt-terminal-visual picture {
    aspect-ratio: 8 / 5;
  }

  .vrpt-terminal-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }
}

@media (max-width: 1279px) {
  .vrpt-terminal-inner {
    width: min(calc(100% - 5rem), 1180px);
    grid-template-columns: 1fr;
    gap: 3.75rem;
  }

  .vrpt-terminal-copy {
    max-width: 43rem;
  }

  .vrpt-terminal-heading {
    font-size: clamp(4.5rem, 10vw, 7rem);
  }
}

@media (max-width: 768px) {
  .vrpt-terminal-showcase {
    padding: 4.5rem 0;
  }

  .vrpt-terminal-showcase::before {
    background-size: 44px 44px;
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 32%, #000);
    mask-image: linear-gradient(180deg, transparent, #000 32%, #000);
  }

  .vrpt-terminal-inner {
    width: calc(100% - 2.5rem);
    gap: 2.75rem;
  }

  .vrpt-terminal-masthead {
    top: 2.25rem;
    gap: 0.75rem;
  }

  .vrpt-terminal-masthead h2 {
    font-size: 1.4rem;
  }

  .vrpt-terminal-kicker {
    gap: 1.1rem;
    margin-bottom: 2.25rem;
    font-size: 0.68rem;
  }

  .vrpt-terminal-heading {
    font-size: clamp(3.6rem, 18vw, 5.5rem);
  }

  .vrpt-terminal-lede,
  .vrpt-terminal-description {
    font-size: 1rem;
    line-height: 1.6;
  }

  .vrpt-terminal-cta {
    min-height: 4.35rem;
  }

  .vrpt-terminal-visual {
    padding: 0.3rem;
  }
}

@media (max-width: 520px) {
  .vrpt-terminal-showcase {
    padding: 3.75rem 0 3rem;
  }

  .vrpt-terminal-inner {
    width: calc(100% - 2rem);
    gap: 2rem;
  }

  .vrpt-terminal-kicker {
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .vrpt-terminal-heading {
    font-size: clamp(3.25rem, 16.5vw, 4.15rem);
  }

  .vrpt-terminal-heading span {
    white-space: nowrap;
  }

  .vrpt-terminal-lede {
    margin-top: 1.6rem;
  }

  .vrpt-terminal-description {
    margin-top: 0.9rem;
  }

  .vrpt-terminal-features {
    margin-top: 1.6rem;
  }

  .vrpt-terminal-features li {
    min-height: 4.6rem;
  }

  .vrpt-terminal-feature-copy {
    gap: 0.3rem;
    padding: 0.7rem 0;
  }

  .vrpt-terminal-feature-copy strong {
    font-size: 0.68rem;
  }

  .vrpt-terminal-feature-copy small {
    font-size: 0.8rem;
  }

  .vrpt-terminal-cta {
    min-height: 4.1rem;
    padding-inline: 1.35rem;
    margin-top: 1.75rem;
  }

  .vrpt-terminal-meta {
    gap: 0.5rem;
    margin-top: 0.8rem;
    color: #858a8c;
    font-size: 0.66rem;
    letter-spacing: 0.1em;
  }

  .vrpt-terminal-visual picture {
    aspect-ratio: 4 / 3;
  }

  .vrpt-terminal-visual img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 8% 50%;
    transform: none;
  }
}

@media (max-width: 380px) {
  .vrpt-terminal-meta {
    gap: 0.35rem;
    font-size: 0.6rem;
    letter-spacing: 0.08em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vrpt-terminal-cta,
  .vrpt-terminal-visual {
    transition: none;
  }
}
