.str-brand-logo {
  display: block;
  width: 190px;
  max-width: 32vw;
  height: auto;
}

.str-brand-claim small {
  display: block;
  color: var(--str-muted);
  font-size: 14px;
  white-space: nowrap;
}

.str-hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
}

.str-hero-visual {
  position: relative;
  min-height: 520px;
  margin: 0;
}

.str-hero-visual > img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(8, 55, 63, 0.24);
}

.str-hero-visual .str-trust-card {
  position: absolute;
  right: -24px;
  bottom: -32px;
  width: min(360px, 86%);
}

.str-tool-showcase {
  padding: 26px 0;
  color: #fff;
  background: #0b5963;
}

.str-tool-showcase .str-shell {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.str-tool-showcase article {
  display: grid;
  grid-template-columns: 116px 1fr;
  align-items: center;
  min-height: 128px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(4, 48, 56, 0.46);
}

.str-tool-showcase img {
  width: 116px;
  height: 128px;
  object-fit: cover;
}

.str-tool-showcase strong,
.str-tool-showcase span {
  display: block;
  padding-inline: 16px;
}

.str-tool-showcase strong {
  font-size: 20px;
}

.str-tool-showcase span {
  margin-top: 4px;
  color: #d6e9eb;
  line-height: 1.35;
}

.str-inline-proof {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  padding: 20px;
  border-left: 4px solid var(--str-gold);
  background: #fff;
}

.str-inline-proof > span {
  display: grid;
  flex: 0 0 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--str-teal);
  font-weight: 900;
}

.str-inline-proof p {
  margin: 4px 0 0;
}

.str-security-visual {
  margin: 0;
}

.str-security-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 22px 55px rgba(19, 39, 45, 0.18);
}

.str-security-visual figcaption {
  padding: 10px 4px;
  color: var(--str-muted);
  font-size: 15px;
}

@media (max-width: 980px) {
  .str-hero-grid {
    grid-template-columns: 1fr;
  }

  .str-tool-showcase .str-shell {
    grid-template-columns: 1fr;
  }

  .str-hero-visual .str-trust-card {
    right: 16px;
  }
}

@media (max-width: 700px) {
  .str-brand-logo {
    width: 172px;
    max-width: 70vw;
  }

  .str-brand-claim {
    display: none;
  }

  .str-hero-visual {
    min-height: auto;
  }

  .str-hero-visual > img {
    height: 360px;
  }

  .str-hero-visual .str-trust-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -34px;
  }

  .str-tool-showcase article {
    grid-template-columns: 94px 1fr;
  }

  .str-tool-showcase img {
    width: 94px;
    height: 116px;
  }
}
