/* /about — Ready CTA inside the feature-card stack (same gap/width as cards). */

.wl-about-ready {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 28px;
  width: 100%;
  max-width: 768px;
  margin: 0;
  padding: 22px 28px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 48px;
  flex: none;
}

/* Match "Ask AI to search jobs" card title */
.wl-about-ready-copy {
  margin: 0;
  font-family: "Google Sans Flex Variable", "Google Sans Flex", Inter, system-ui, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.65);
}

.wl-about-ready-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 32px;
  box-sizing: border-box;
  border-radius: 50px;
  background: #000;
  color: #fff;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.wl-about-ready-cta:hover {
  background: #111;
}

.wl-about-ready-cta:active {
  background: #000;
}

@media (max-width: 821.98px) {
  .wl-about-ready {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 24px;
    border-radius: 36px;
  }

  .wl-about-ready-copy {
    text-align: center;
  }

  .wl-about-ready-cta {
    width: 100%;
    min-height: 52px;
  }
}
