.visaware-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.7rem;
  text-decoration: none;
}

.visaware-brand__mark {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #d9e2ec;
  border-radius: 12px;
  color: #34537a;
  display: inline-flex;
  flex: 0 0 auto;
  height: 2.45rem;
  justify-content: center;
  width: 2.45rem;
}

.visaware-brand__mark svg {
  display: block;
  height: 1.85rem;
  width: 1.85rem;
}

.visaware-brand__mark rect,
.visaware-brand__mark path,
.visaware-brand__mark circle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.visaware-brand__mark circle {
  fill: currentColor;
  stroke: none;
}

.visaware-brand__text {
  display: grid;
  gap: 0.05rem;
}

.visaware-brand__name {
  color: var(--q2-foreground, #242424);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.visaware-brand__tagline {
  color: var(--q2-muted-color, #646464);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.25;
}

.navbar-section.actions,
.mobile-container .theme-toggle {
  display: none;
}

#body-wrapper {
  padding-block: 2.25rem;
}

#body-wrapper .container {
  max-width: 54rem;
}

.content-item {
  padding-block: 2.25rem;
}

.content-item h2::before {
  background: #34537a;
  border-radius: 999px;
  height: 0.18rem;
  margin-bottom: 0.75rem;
  opacity: 0.45;
  width: 2.1rem;
}

.content-item h1 {
  font-size: 3.25rem;
  margin-bottom: 0.9rem;
}

.content-item h2 {
  font-size: 1.65rem;
  margin-bottom: 0.75rem;
  margin-top: 1.75rem;
}

.content-item h3 {
  font-size: 1.05rem;
  margin: 0 0 0.35rem;
}

.content-item p {
  max-width: 42rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.35rem 0 1.75rem;
}

.hero-actions a {
  align-items: center;
  border: 1px solid #34537a;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 700;
  min-height: 2.75rem;
  padding: 0.65rem 1rem;
  text-decoration: none;
}

.hero-actions .button-primary {
  background: #34537a;
  color: #ffffff;
}

.hero-actions .button-secondary {
  background: #ffffff;
  color: #34537a;
}

.hero-actions a:focus-visible,
.hero-actions a:hover {
  outline: 3px solid rgba(52, 83, 122, 0.28);
  outline-offset: 2px;
}

.status-strip,
.feature-grid,
.scenario-list {
  display: grid;
  gap: 0.75rem;
}

.status-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 1rem 0 1.5rem;
}

.status-strip span,
.feature-grid section,
.scenario-list p {
  background: #f8fafc;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  padding: 0.85rem 1rem;
}

.status-strip strong {
  display: block;
}

.feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.feature-grid p,
.scenario-list p {
  margin: 0;
}

.scenario-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.example-showcase {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1rem 0 1.5rem;
}

.home-lead-visual,
.home-video-teaser,
.scenario-lead-photo,
.scenario-video,
.example-showcase figure,
.media-example {
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.example-showcase figure {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.media-example {
  margin: 1rem 0 1.65rem;
}

.home-lead-visual,
.home-video-teaser,
.scenario-lead-photo,
.scenario-video {
  margin: 1.15rem 0 1.85rem;
}

.example-showcase img,
.media-example img,
.home-lead-visual img,
.scenario-lead-photo img {
  display: block;
  width: 100%;
}

.home-lead-visual img {
  aspect-ratio: 16 / 9;
  background: #f8fafc;
  object-fit: cover;
  object-position: center 42%;
}

.scenario-lead-photo img {
  aspect-ratio: 21 / 9;
  background: #f8fafc;
  object-fit: cover;
  object-position: center 58%;
}

.example-showcase img {
  aspect-ratio: 4 / 3;
  background: #f8fafc;
  object-fit: cover;
}

.example-showcase figure:nth-child(2) img {
  object-fit: contain;
  padding: 0.5rem;
}

.example-showcase figcaption,
.media-example figcaption,
.home-lead-visual figcaption,
.home-video-teaser figcaption,
.scenario-lead-photo figcaption,
.scenario-video figcaption {
  color: var(--q2-muted-color, #646464);
  font-size: 0.95rem;
  line-height: 1.6;
  padding: 0.85rem 1rem 1rem;
}

.example-showcase figcaption {
  flex: 1;
}

.example-showcase strong,
.media-example strong,
.home-video-teaser strong {
  color: var(--q2-foreground, #242424);
  display: block;
  margin-bottom: 0.2rem;
}

.example-showcase span,
.media-example small {
  display: block;
}

.media-example img {
  background: #f8fafc;
  max-height: 34rem;
  object-fit: contain;
}

.media-example small {
  border-top: 1px solid #e8eef5;
  margin-top: 0.65rem;
  padding-top: 0.65rem;
}

.home-video-teaser video,
.scenario-video video {
  aspect-ratio: 16 / 9;
  background: #111827;
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.scenario-demo {
  margin: 1.25rem 0 0;
}

.scenario-demo__video {
  background: #111827;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  display: block;
  height: auto;
  width: 100%;
}

.scenario-demo figcaption {
  color: var(--q2-muted-color, #646464);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 0.65rem;
  max-width: 42rem;
}

.visaware-footer {
  border-top: 1px solid #d9e2ec;
  color: var(--q2-muted-color, #646464);
  font-size: 0.9rem;
  padding: 1.25rem 0 1.5rem;
}

.visaware-footer p {
  margin: 0;
}

.visaware-footer a {
  color: inherit;
}

@media (max-width: 48rem) {
  #body-wrapper {
    padding-block: 1.5rem;
  }

  .content-item {
    padding-block: 2rem;
  }

  .content-item h1 {
    font-size: 2.6rem;
  }

  .visaware-brand {
    align-items: flex-start;
    max-width: 17rem;
  }

  .visaware-brand__mark {
    height: 2.25rem;
    width: 2.25rem;
  }

  .visaware-brand__tagline {
    font-size: 0.8rem;
  }

  .status-strip,
  .feature-grid,
  .scenario-list,
  .example-showcase {
    grid-template-columns: 1fr;
  }

  .home-lead-visual img,
  .scenario-lead-photo img {
    aspect-ratio: 4 / 3;
  }
}
