.birthday-cta-box {
  display: flex;
  gap: 18px;
  align-items: center;
  background: linear-gradient(135deg,
    #f8fbff 0%,
    #eef6ff 50%,
    #fff9e8 100%
    );
  border: 1px solid #e5ecf6;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 28px rgba(31, 45, 61, 0.08);
}

.birthday-cta-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  flex-shrink: 0;
}

.birthday-cta-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.birthday-cta-text {
  margin-bottom: 14px;
  color: #4b5563;
  line-height: 1.55;
}

@media (max-width: 576px) {
  .birthday-cta-box {
    align-items: flex-start;
    padding: 18px;
  }

  .birthday-cta-icon {
    width: 52px;
    height: 52px;
    font-size: 26px;
  }
}
