/* Shared STARTEND local-trust lockup. Self-contained so every funnel screen matches. */
.se-lockup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  text-decoration: none;
  line-height: 1.15;
  color: inherit;
}
.se-lockup:focus-visible {
  outline: 2px solid #DA291C;
  outline-offset: 3px;
}
.se-lockup-mark {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #DA291C;
}
.se-lockup-line {
  display: block;
  margin-top: 0.12rem;
  font-size: clamp(0.7rem, 2.15vw, 0.875rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.se-lockup--dark .se-lockup-line { color: #f4f4f5; }
.se-lockup--light .se-lockup-line { color: #14120f; }

.se-lockup--compact .se-lockup-mark { font-size: 0.5625rem; letter-spacing: 0.16em; }
.se-lockup--compact .se-lockup-line { font-size: 0.6875rem; margin-top: 0.08rem; }

@media (max-width: 640px) {
  .se-lockup-mark { font-size: 0.5625rem; letter-spacing: 0.16em; }
  .se-lockup-line { font-size: clamp(0.625rem, 3.1vw, 0.75rem); }
}
