.ssn-splash {
  align-items: center;
  background: rgba(255, 253, 248, 0.88);
  display: flex;
  inset: 0;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.ssn-splash.is-hidden {
  opacity: 0;
  transition: opacity 360ms ease;
}

.ssn-splash__text {
  color: rgba(32, 43, 35, 0.76);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(68px, 13vw, 180px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.ssn-badge {
  align-items: center;
  background: linear-gradient(135deg, #b7192a 0%, #d9283c 100%);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 6px;
  bottom: 18px;
  box-shadow: 0 14px 34px rgba(95, 7, 18, 0.32);
  color: #fff;
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr);
  max-width: min(420px, calc(100vw - 28px));
  overflow: hidden;
  padding: 12px 14px;
  position: fixed;
  right: 18px;
  z-index: 999998;
}

.ssn-badge__mark {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 4px;
  color: #b7192a;
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.08em;
  padding: 8px 10px;
  white-space: nowrap;
  writing-mode: horizontal-tb;
}

.ssn-badge__body {
  padding: 0;
}

.ssn-badge p {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 4px;
}

.ssn-badge a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 520px) {
  .ssn-badge {
    bottom: 12px;
    gap: 10px;
    right: 12px;
  }

  .ssn-badge__mark {
    font-size: 12px;
    padding: 7px 8px;
  }
}
