/* LWN Pro — closing CTA band (3b)
   Append to the theme's style.css. Requires the same tokens as the hero pattern. */

.lwn-cta {
  background: #F2F7FD;
  border-top: 1px solid #BFD5F0;
  border-bottom: 1px solid #BFD5F0;
  padding: 76px 40px;
  text-align: center;
}

/* Step run resolving into a check */
.lwn-cta__run {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.lwn-cta__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5290E8;
  flex: none;
}
.lwn-cta__line {
  width: 64px;
  height: 1px;
  background: #BFD5F0;
  flex: none;
}
.lwn-cta__check {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #5290E8;
  display: grid;
  place-items: center;
  flex: none;
}
.lwn-cta__check svg { display: block; }

.lwn-cta__title {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-weight: var(--weight-bold);
  /* 30px at 360w → 46px at 1200w */
  font-size: var(--text-2xl);
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-wrap: balance;
  color: #17181A;
}

.lwn-cta__lede {
  margin: 0 0 36px;
  font-size: var(--text-lg);
  line-height: 1.55;
  color: #3C3F43;
}

.lwn-cta__actions .wp-block-button__link { padding: 19px 40px; font-size: var(--text-lg); }

.lwn-cta__note {
  margin: 18px 0 0;
  font-size: var(--text-sm);
  color: #6B6E72;
}

@media (max-width: 781px) {
  .lwn-cta { padding: 56px 24px; }
  .lwn-cta__run { margin-bottom: 32px; }
  /* Shorter connectors so the run still fits a phone */
  .lwn-cta__line { width: 28px; }
  .lwn-cta__actions .wp-block-button { width: 100%; }
  .lwn-cta__actions .wp-block-button__link { display: block; text-align: center; }
}

@media (max-width: 400px) {
  .lwn-cta__line { width: 18px; }
}
