/* Shared brand and final visual refinements. Loaded after every page stylesheet. */
.brand img,
.legal-nav .brand img {
  width: 40px;
  height: 40px;
  padding: 3px;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.2);
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(54px, 5.8vw, 82px);
  line-height: 0.92;
}

.hero-return {
  position: relative;
  display: inline-block;
  color: #fff;
  text-shadow: 0 0 42px rgba(96, 165, 250, 0.32);
}

.hero-return::after {
  content: "";
  position: absolute;
  left: 1%;
  right: 0;
  bottom: -0.08em;
  height: 0.08em;
  border-radius: 999px;
  background: linear-gradient(90deg, #60a5fa, #fff 48%, #3b82f6);
  box-shadow: 0 0 24px rgba(96, 165, 250, 0.65);
}

.pulse-logo img {
  width: 72px;
  height: 72px;
  padding: 5px;
  object-fit: contain;
  border-radius: 20px;
  background: #fff;
  box-shadow:
    0 18px 48px rgba(37, 99, 235, 0.28),
    0 0 42px rgba(96, 165, 250, 0.2);
}

.browser-body aside img {
  width: 37px;
  height: 37px;
  padding: 3px;
  object-fit: contain;
  border-radius: 11px;
  background: #fff;
}

@media (max-width: 820px) {
  .brand img,
  .legal-nav .brand img {
    width: 37px;
    height: 37px;
  }

  .hero h1 {
    font-size: clamp(43px, 11.5vw, 58px);
  }
}

@media (max-width: 560px) {
  .hero h1 {
    font-size: 43px;
  }
}
