.jnw-storm-follow-card,
.jnw-storm-follow-card * {
  box-sizing: border-box;
}

.jnw-storm-follow-card {
  align-items: center;
  background:
    radial-gradient(circle at 100% 0, rgba(85, 185, 255, .22), transparent 18rem),
    linear-gradient(135deg, #061528 0%, #102c49 100%);
  border: 1px solid rgba(85, 185, 255, .58);
  border-left: 7px solid #55b9ff;
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(6, 21, 40, .18);
  color: #f6f8fc;
  display: grid;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  gap: clamp(1.1rem, 3vw, 2rem);
  grid-template-columns: minmax(0, 1fr) minmax(13rem, .38fr);
  line-height: 1.45;
  margin: clamp(1.25rem, 4vw, 2rem) 0;
  max-width: 100%;
  overflow: hidden;
  padding: clamp(1.25rem, 4vw, 1.8rem);
}

.jnw-storm-follow-card__copy {
  min-width: 0;
}

.jnw-storm-follow-card__kicker {
  color: #8ed0ff;
  display: block;
  font-size: .84rem;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.25;
  margin: 0 0 .55rem;
}

.jnw-storm-follow-card h2 {
  color: #fff !important;
  font-size: clamp(1.45rem, 3.2vw, 2rem) !important;
  font-weight: 900 !important;
  letter-spacing: -.025em;
  line-height: 1.1 !important;
  margin: 0 !important;
}

.jnw-storm-follow-card p {
  color: #d7e5f1 !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  margin: .7rem 0 0 !important;
  max-width: 46rem;
}

.jnw-storm-follow-card__actions {
  display: grid;
  gap: .75rem;
}

.jnw-storm-follow-card a.jnw-storm-follow-card__button {
  align-items: center;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 850;
  justify-content: center;
  line-height: 1.2;
  min-height: 54px;
  padding: .8rem 1rem;
  text-align: center;
  text-decoration: none !important;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease;
  width: 100%;
}

.jnw-storm-follow-card a.jnw-storm-follow-card__button:hover,
.jnw-storm-follow-card a.jnw-storm-follow-card__button:focus-visible {
  transform: translateY(-1px);
}

.jnw-storm-follow-card a.jnw-storm-follow-card__button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.jnw-storm-follow-card__button--primary {
  background: #55b9ff;
  border: 1px solid #8ed0ff;
  box-shadow: 0 9px 22px rgba(20, 133, 212, .26);
  color: #061528 !important;
}

.jnw-storm-follow-card__button--primary:hover,
.jnw-storm-follow-card__button--primary:focus-visible {
  background: #86cfff;
  color: #061528 !important;
}

.jnw-storm-follow-card__button--primary strong {
  color: inherit;
  font-size: 1.08rem;
  font-weight: 900;
}

.jnw-storm-follow-card__button--primary span {
  color: inherit;
  font-size: .88rem;
  font-weight: 750;
  margin-top: .2rem;
  opacity: .82;
}

.jnw-storm-follow-card__button--secondary {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .48);
  color: #fff !important;
}

.jnw-storm-follow-card__button--secondary:hover,
.jnw-storm-follow-card__button--secondary:focus-visible {
  background: rgba(255, 255, 255, .12);
  color: #fff !important;
}

@media (max-width: 720px) {
  .jnw-storm-follow-card {
    border-left-width: 5px;
    border-radius: 16px;
    display: block;
    margin: 1.2rem 0 1.5rem;
    padding: 1.2rem 1rem;
  }

  .jnw-storm-follow-card__kicker {
    font-size: .8rem;
  }

  .jnw-storm-follow-card h2 {
    font-size: 1.5rem !important;
  }

  .jnw-storm-follow-card p {
    font-size: 1rem !important;
  }

  .jnw-storm-follow-card__actions {
    margin-top: 1rem;
  }

  .jnw-storm-follow-card a.jnw-storm-follow-card__button {
    font-size: 1rem;
    min-height: 56px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jnw-storm-follow-card a.jnw-storm-follow-card__button {
    transition: none;
  }
}
